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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a6301c89ea961fd9b33abad0af5652c1243084ed | 86584945baafa0da0342b7e818308cdae55cb07c | /.idea/modules/app/app.plantuml | 5d1fb32583c9f622e3480fe25c9b6f732877d466 | [] | no_license | DMingOu/CalculateExercise | 0a9a963518a4281ab48158cff429fb481b340538 | 3bb4320cfe2e7f5eb863cf8ab3f91e44ddb0ae9e | refs/heads/master | 2022-12-27T08:35:45.184932 | 2020-10-11T09:25:01 | 2020-10-11T09:25:01 | 303,056,326 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 712 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace com.odm.calculatepractice {
class com.odm.calculatepractice.BuildConfig {
}
}
namespace com.odm.calculatepractice {
namespace bean {
class com.odm.calculatepractice.bean.Exercise {
}
}
}
namespace com.odm.calculatepractice {
namespace widget {
class com.odm.calculatepractice.widget.TextRoundProgress {
}
}
}
com.odm.calculatepractice.widget.TextRoundProgress -up-|> android.view.View
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 |
41ca65c67ffba9582170f6cc71b6a5bc2fe82e29 | d325933663db06c1c1942acdff1325f57b35b9e5 | /model.puml | 754c6bcb9a21a2f602dabc7d34618a3828d29aa1 | [] | no_license | hakandilek/spring-native-sample | e72dc487ab6a4795183c375543119575be160b47 | f35b558666b1bdfedfd0444391deea85784c9453 | refs/heads/main | 2023-02-05T04:47:17.463266 | 2020-12-20T16:50:33 | 2020-12-20T16:50:33 | 321,148,658 | 0 | 0 | null | 2020-12-18T15:40:53 | 2020-12-13T19:58:59 | Java | UTF-8 | PlantUML | false | false | 71 | puml | @startuml
class Product {
+ String name
+ String code
}
@enduml
| false | true | false | false | class |
a8ba93279645ed455e6b8cccdc15cbfba8bfb0ed | 5d49f8a8bde74e9386784c7c78f24123b3b62ba0 | /src/main/java/br/com/ifsp/lds/beans/Usuario.puml | a0a6be06962b641a9bfffbf850af43b3dfb1f64b | [] | no_license | joseguilhermeromano/UFABC | 42e9fc032853ac0b4afa1b04623cef7d7428486b | a31d89983d146bf97c9358ffd6855650b32707f2 | refs/heads/master | 2020-03-29T15:11:03.001134 | 2016-10-15T19:46:39 | 2016-10-15T19:46:39 | 150,047,881 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,568 | puml | /' Para exibir os diagramas é necessário obter o graphviz e o plugin plantuml para o netbeans
http://plugins.netbeans.org/plugin/49069/plantuml
http://www.graphviz.org/Download_windows.php
'/
@startuml
class Usuario {
-codigo:Integer
-nome:String
-cpf:String
-rg:String
-email:String
-telefone:String
-endereco:String
-numero:String
-bairro:String
-cidade:String
-complemento:String
-especialidade:String
-administrador:Integer
-treinamentos:ArrayList
-login:String
-senha:String
+getCodigo():Integer
+setCodigo(codigo:Integer):void
+getNome():String
+setNome(nome:String):void
+getCpf():String
+setCpf(cpf:String):void
+getRg():String
+setRg(rg:String):void
+getEmail():String
+setEmail(email:String):void
+getEndereco():String
+setEndereco(endereco:String):void
+getNumero():String
+setNumero(numero:String):void
+getBairro():String
+setBairro(bairro:String):void
+getCidade():String
+setCidade(cidade:String):void
+getComplemento():String
+setComplemento(complemento:String):void
+getEspecialidade():String
+setEspecialidade(especialidade:String):void
+getAdministrador():Integer
+setAdministrador(iadministrador:Integer):void
+getLogin():String
+setLogin(login:String):void
+getSenha():String
+setSenha(senha:String):void
+getTreinamentos():ArrayList
+setTreinamentos(treinamentos:ArrayList) :void
+getTelefone():String
+setTelefone(telefone:String) :void
}
@enduml | false | true | true | false | class |
1d528c4f84ef75ed630a7435a89b5357fedbae32 | e43c23107e0c8b75824f16f513fa5f8c82bfb955 | /public/images/diagrams/diagram_sequence_login.plantuml | 8c3c4bce5545962631ec1b67304c4602350e8620 | [] | no_license | namoclopez2020/manzana-verde-frontend | b6b2ad7e71e7eb89ce67b0aaf3a57154311f8737 | a8b531aafbd7afd8a7f37c3b97a1df75c705b5c8 | refs/heads/main | 2023-08-07T12:50:01.585488 | 2021-09-27T01:36:01 | 2021-09-27T01:36:01 | 410,187,509 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 540 | plantuml | @startuml login
actor "Actor"
boundary "login.vue"
control "useUser"
control "store/user"
entity "endpoint"
"Actor" -> "login.vue" : form
activate login.vue
"login.vue" -> "useUser" : getLogin()
activate useUser
"useUser" -> "store/user" : login()
activate "store/user"
"store/user" -> "endpoint" : /api/auth/login
activate endpoint
"endpoint" -> "store/user" : data
deactivate endpoint
"store/user" -> "store/user" : saveData
"store/user" -> "Actor" : redirect
deactivate "store/user"
deactivate useUser
deactivate login.vue
@enduml | false | true | false | false | sequence |
680837db15feeaf5202f5d89f55d3e4e659edd99 | c0338d362d51a4ca4537dcbcf72cd3db19b442ed | /src/main/java/com/lelib/designpattern/behavior/interpreter/Interpreter.puml | 03c0e5e4322f2e9e50123515ba3f3d16627c48a1 | [] | no_license | lewisliu725/design-pattern | 3f5be8707eba94a2cb22645f336a9e13ed67ed2c | 7c87032b7410f4a759aeabfd542e5444ee90ee13 | refs/heads/master | 2022-12-12T00:19:55.589569 | 2020-09-15T03:07:30 | 2020-09-15T03:07:30 | 283,059,271 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 499 | puml | @startuml
' Class Definitions
interface Expression {
+ interpret(): boolean
}
class TerminalExpression {
- data : String
+ interpret() : boolean
}
class AndExpression {
- leftExp : Expression
- rightExp : Expression
+ interpret() : boolean
}
class OrExpression {
- leftExp : Expression
- rightExp : Expression
+ interpret() : boolean
}
' Class Relationships
Expression <|.. TerminalExpression
Expression <|.. AndExpression
Expression <|.. OrExpression
@enduml | false | true | false | false | class |
595c6a285be04cc083350d5279e692b9704c2d59 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductSetSearchKeywordsAction.puml | 2f96897e055a453f2ffa043c516c3a8808845405 | [] | 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 | 513 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface ProductSetSearchKeywordsAction [[ProductSetSearchKeywordsAction.svg]] extends ProductUpdateAction {
action: String
searchKeywords: [[SearchKeywords.svg SearchKeywords]]
staged: Boolean
}
interface ProductUpdateAction [[ProductUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
6db4d6ad0dcef6c44aa87296bcefbc8d68557101 | 136ce57f474d035a700706c5a2c829b716c32f1e | /cdct/diagramme_de_sequence/plantuml/afficher_piece.puml | 63328b406f4c4a46a9a6edebc2bff8a23fe4f410 | [] | no_license | SKAVALT-io/esidom_doc | fe98aefe219afc0d5761244c7a65977ca2953d55 | b04889428a1a913e381cc5fc8615c4c7e450c854 | refs/heads/main | 2023-03-11T08:41:02.553855 | 2021-03-02T02:21:34 | 2021-03-02T02:21:34 | 322,641,413 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 408 | puml | @startuml afficher pièce
actor "Utilisateur" as u
participant "Esidom front-end" as fe
participant "Esidom back-end" as m
participant "Home Assistant" as ha
u -> fe: Afficher une pièce
fe -> m: GET /room/{room_id}
m -> ha: WS : {type: "search/related", item_type: "area", item_id: "chambre"}
ha --> m: WS : {type: "result", success: true,…}
m --> fe: 200 - Ok
fe --> u: La pièce est affichée
@enduml | false | true | true | false | sequence |
26b3b734c24b97cc014f845a85fbfc3aa989b212 | 219f030ff6f9002578859d80f778ef70bfabdbbc | /abstractFactory/abstractFactory.puml | d4830d796a55d0f7797cc6aba9871b4460655392 | [] | no_license | haishenming/go_design_pattern | 2dc317a8f5173314efecabd37e51b4985cc6d7bc | c597a858a51121684972dbb1448753bb5497e215 | refs/heads/master | 2021-04-17T00:30:37.490217 | 2020-03-27T02:24:12 | 2020-03-27T02:24:12 | 249,396,497 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 621 | puml | @startuml
Interface AbstractFactory {
+ createProduct1(): void
+ createProduct2(): void
}
Interface AbstractProductA {
+ use(): void
}
class ConcreteFactory1 implements AbstractFactory {}
class ConcreteFactory2 implements AbstractFactory {}
class ProductA1 implements AbstractProductA {}
class ProductA2 implements AbstractProductA {}
ConcreteFactory1 --> ProductA1
ConcreteFactory1 --> ProductB1
Interface AbstractProductB {
+ eat(): void
}
class ProductB1 implements AbstractProductB {}
class ProductB2 implements AbstractProductB {}
ConcreteFactory2 --> ProductA1
ConcreteFactory2 --> ProductA2
@enduml | false | true | false | false | class |
5714e8e1f0cd7aafab55df3842764136fda9dd85 | 27bade928da247751c05e64b7baa7cd79bbc4766 | /oodesignpatterns/diagrams/builder.puml | db5d691c40ff7885a6a400f4ac899721f91dd1cd | [] | no_license | zweibit0110/design-patterns | 7ef005c8f49752545d3093e2de3d7f058c48e278 | c8f88aa916ffdd556026722c4ca80e7555e535fa | refs/heads/master | 2021-07-24T07:50:11.906876 | 2019-11-29T12:51:53 | 2019-11-29T12:51:53 | 224,854,326 | 0 | 0 | null | 2020-10-13T17:50:56 | 2019-11-29T12:55:42 | Java | UTF-8 | PlantUML | false | false | 1,573 | puml | @startuml
skinparam note {
borderColor grey
backgroundColor white
}
skinparam legend {
borderColor white
fontSize 20
fontColor grey
}
package com.deloitte.training.oodesignpatterns.creational.builder {
' Classes and interfaces
interface Builder {
+build(): T
}
class BikeBuilder {
+build(): Bike
}
class CarBuilder {
+build(): Car
}
class Bike
class Car
class CarBuilderTest
class BikeBuilderTest
' relationships
CarBuilder --> Builder : implements
BikeBuilder --> Builder : implements
BikeBuilderTest o- Builder : use
Builder -o CarBuilderTest : use
Car ^. CarBuilder : create
BikeBuilder .^ Bike : create
' hide garbage
hide empty fields
hide empty methods
' notes
note bottom of BikeBuilderTest
Bike bike = new Bike.BikeBuilder().
bikeType(...).
color(...).
build()
<i><size:10><color:grey>read: <b>BikeBuilderTest</b> uses <b>BikeBuilder</b> (which is a <b>Builder</b>) to create a <b>Bike</b></color></size></i>
end note
note bottom of CarBuilderTest
Car car = new CarBuilder().setX(...).setY(...).build()
<i><size:10><color:grey>read: <b>CarBuilderTest</b> uses <b>CarBuilder</b> (which is a <b>Builder</b>) to create a <b>Car</b></color></size></i>
end note
}
'legend
legend bottom left
BUILDER [design pattern]
end legend
@enduml | false | true | false | false | sequence |
c45683fc9d1fb96aa6daf0a31d2b71432e5a8842 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/BusinessUnitContactEmailSetMessagePayload.puml | 94485db85256533bd33029334f5d2029ee1f93b1 | [] | 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 | 463 | 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 BusinessUnitContactEmailSetMessagePayload [[BusinessUnitContactEmailSetMessagePayload.svg]] extends MessagePayload {
type: String
contactEmail: String
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
16ac2c8ed2bbbc6b17ed06b3e881c51c146c95d4 | d10503f47377addd953c47db621947c28060f809 | /Flyweight/uml/Sequence.puml | bb0c6eb83b22397c71efd4e0062cb7f4fb211f96 | [
"MS-PL"
] | permissive | BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML | a0c93981e4924ded0b1db50b296d48c0155f376e | dd5fbb54da0daf0fa8ecb7184af9baecaf508d85 | refs/heads/master | 2021-01-17T23:11:04.570954 | 2015-03-18T20:17:21 | 2015-03-18T20:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,276 | puml | @startuml
actor main
main -> Date : new
loop i< eventList.length
main -> Math : random()
alt r< 0.3
main -> EventSymbol : new(string1)
else r < 0.6
main -> EventSymbol : new(string2)
else
main -> EventSymbol : new(string3)
end
end
main -> Date : new
main -> Date : getTime()
main -> Date : getTime()
main -> EventSymbol : new(string1)
main -> EventSymbol : new(string2)
main -> EventSymbol : new(string3)
main -> Date : new
loop i< eventList.length
main -> EventSymbol : isEqualTo(sym1)
EventSymbol --> main : Boolean(result)
main -> EventSymbol : isEqualTo(sym2)
EventSymbol --> main : Boolean(result2)
main -> EventSymbol : isEqualTo(sym3)
EventSymbol --> main : Boolean(result3)
alt result
else result2
else result3
end
end
main -> Date : new
main -> Date : getTime()
main -> Date : getTime()
loop i< eventList.length
main -> Math : random()
alt r< 0.3
main -> EventSymbolFactory : newEventSymbol(string1)
EventSymbolFactory --> main : EventSymbol(symbol1)
else r < 0.6
main -> EventSymbolFactory : newEventSymbol(string2)
EventSymbolFactory --> main : EventSymbol(symbol2)
else
main -> EventSymbolFactory : newEventSymbol(string3)
EventSymbolFactory --> main : EventSymbol(symbol3)
end
end
main -> Date : new
main -> Date : getTime()
main -> Date : getTime()
main -> EventSymbolFactory : newEventSymbol(string1)
EventSymbolFactory --> main : EventSymbol(event1)
main -> EventSymbolFactory : newEventSymbol(string2)
EventSymbolFactory --> main : EventSymbol(event2)
main -> EventSymbolFactory : newEventSymbol(string3)
EventSymbolFactory --> main : EventSymbol(event3)
main -> Date : new
loop i< eventList.length
alt eventList[i]==event1
else eventList[i]==event2
else eventList[i]==event3
end
end
main -> Date : new
main -> Date : getTime()
main -> Date : getTime()
@enduml | false | true | false | false | usecase |
033ed5ab30ac2f0a7788dd85dd9a4b99d0854e22 | c4f5b716ee28a87b13c5e0f573e9bc43d3f6c2ca | /docs/class_diagram.puml | 3215c2d72777e2684f4dafdcbdce9918133fdc13 | [] | no_license | ronie2/war | 14cb65617fa637f7342ce2f88efff2c3f1dc62ee | 27ca928a124a109afe4c4d93d91518436690c640 | refs/heads/master | 2021-01-19T16:02:17.019853 | 2017-04-18T05:27:38 | 2017-04-18T05:27:38 | 88,240,825 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,564 | puml | @startuml
object get_transaction
object transaction._buy_plane
object transaction._buy_gun
object buyer.get_hangar
object buyer.get_buyer
object buyer.get_account
object validator._player_msg
object validator._equipment_msg
object validator._buy_plane
object validator._buy_gun
object validator.get_validator
class Shop {
+ db
{abstract} + buy_plane()
{abstract} + buy_gun()
}
class WarPlanesShop {
+ buy_plane()
+ buy_gun()
- _product_spec_by_id()
- _product_price_by_id()
# __compatible_guns()
}
class Buyer {
+ id
+ account
+ hangar
}
class Account {
+ account
+ decrease()
+ has_enought_resource()
+ as_dict()
}
class Validator {
- _validation_strategy
- args
- kwargs
+ validate()
}
class Hangar {
+ planes
+ add_plane()
+ has_plane()
+ current_weapon()
+ set_weapon()
+ as_dict()
}
class Transaction {
- _transaction_strategy
+ transaction
+ commit()
}
Shop <|-- WarPlanesShop
Account <.. buyer.get_account
Hangar <.. buyer.get_hangar
Transaction <.. get_transaction
Validator <.. validator.get_validator
Buyer <.. buyer.get_buyer
Buyer ..> buyer.get_account
Buyer ..> buyer.get_hangar
Buyer o--> Account
Buyer o--> Hangar
WarPlanesShop ..> buyer.get_buyer
WarPlanesShop ..> get_transaction
WarPlanesShop ..> validator.get_validator
WarPlanesShop o--> Buyer
WarPlanesShop o--> Transaction
WarPlanesShop o--> Validator
transaction._buy_plane <--o Transaction
transaction._buy_gun <--o Transaction
validator._player_msg <--o Validator
validator._equipment_msg <--o Validator
validator._buy_plane <--o Validator
validator._buy_gun <--o Validator
@enduml | false | true | false | false | class |
0886e2e938eab44de31fa40923d5f91be15dc741 | 1ce6145af4ab75460f5b6176dfd22a2426434cb4 | /RoyalWormDemo/Canvas/Canvas.plantuml | 9c5d2bc85d0ef44dac50068b560561c6c151c37a | [] | no_license | zyzzyxxy/RoyalWorm | 89436a49c215f486c8ddeae7213f4640ded1a8d0 | db144a146983a8854a492d17a912922512c47d64 | refs/heads/master | 2020-04-20T20:51:47.678261 | 2019-03-10T22:32:38 | 2019-03-10T22:32:38 | 169,090,100 | 1 | 0 | null | 2019-03-10T12:39:20 | 2019-02-04T14:23:54 | Java | UTF-8 | PlantUML | false | false | 7,080 | plantuml | @startuml
title __CANVAS's Class Diagram__\n
package Canvas {
class ClientCanvas {
- clientWorld : char[][]
- paintCounter : int
+ ClientCanvas()
+ updateClientWorld()
+ getClientWorld()
+ paint()
+ drawWorld()
+ drawObject()
}
}
package Canvas {
class GameCanvas {
+ changes : List<Change>
+ paintCounter : int
+ GameCanvas()
+ paint()
+ drawWorld()
+ drawChanges()
+ drawObject()
}
}
package Canvas {
class GameGraphics {
{static} + drawApple()
{static} + drawSuperApple()
{static} + drawPlayer()
{static} + drawWall()
{static} + erase()
{static} + drawLightninh()
{static} + drawGhost()
{static} + drawBullet()
{static} + drawGun()
}
}
package Canvas {
class PlayerPanel {
- name : JLabel
- lives : JLabel
- score : JLabel
- space : JLabel
- sc : int
- li : int
+ PlayerPanel()
+ update()
}
}
ClientCanvas -up-|> JPanel
AccessibleJPanel -up-|> AccessibleJComponent
AccessibleFocusHandler -up-|> FocusListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
ReadObjectCallback -up-|> ObjectInputValidation
AccessibleJComponent -up-|> AccessibleExtendedComponent
AccessibleJComponent -up-|> AccessibleAWTContainer
AccessibleJComponent +-down- AccessibleFocusHandler
AccessibleJComponent +-down- AccessibleContainerHandler
AccessibleFocusHandler -up-|> FocusListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
KeyboardState -up-|> Serializable
ActionStandin -up-|> Action
AccessibleAWTContainer -up-|> AccessibleAWTComponent
AccessibleAWTContainer +-down- AccessibleContainerHandler
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
WakingRunnable -up-|> Runnable
DropTargetEventTargetFilter -up-|> EventTargetFilter
MouseEventTargetFilter -up-|> EventTargetFilter
AccessibleAWTComponent -up-|> Serializable
AccessibleAWTComponent -up-|> AccessibleComponent
AccessibleAWTComponent -up-|> AccessibleContext
AccessibleAWTComponent +-down- AccessibleAWTFocusHandler
AccessibleAWTComponent +-down- AccessibleAWTComponentHandler
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
DummyRequestFocusController -up-|> RequestFocusController
SingleBufferStrategy -up-|> BufferStrategy
BltSubRegionBufferStrategy -up-|> SubRegionShowable
BltSubRegionBufferStrategy -up-|> BltBufferStrategy
FlipSubRegionBufferStrategy -up-|> SubRegionShowable
FlipSubRegionBufferStrategy -up-|> FlipBufferStrategy
BltBufferStrategy -up-|> BufferStrategy
FlipBufferStrategy -up-|> BufferStrategy
ProxyCapabilities -up-|> ExtendedBufferCapabilities
FlipContents -up-|> AttributeValue
GameCanvas -up-|> JPanel
AccessibleJPanel -up-|> AccessibleJComponent
AccessibleFocusHandler -up-|> FocusListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
ReadObjectCallback -up-|> ObjectInputValidation
AccessibleJComponent -up-|> AccessibleExtendedComponent
AccessibleJComponent -up-|> AccessibleAWTContainer
AccessibleJComponent +-down- AccessibleFocusHandler
AccessibleJComponent +-down- AccessibleContainerHandler
AccessibleFocusHandler -up-|> FocusListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
KeyboardState -up-|> Serializable
ActionStandin -up-|> Action
AccessibleAWTContainer -up-|> AccessibleAWTComponent
AccessibleAWTContainer +-down- AccessibleContainerHandler
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
WakingRunnable -up-|> Runnable
DropTargetEventTargetFilter -up-|> EventTargetFilter
MouseEventTargetFilter -up-|> EventTargetFilter
AccessibleAWTComponent -up-|> Serializable
AccessibleAWTComponent -up-|> AccessibleComponent
AccessibleAWTComponent -up-|> AccessibleContext
AccessibleAWTComponent +-down- AccessibleAWTFocusHandler
AccessibleAWTComponent +-down- AccessibleAWTComponentHandler
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
DummyRequestFocusController -up-|> RequestFocusController
SingleBufferStrategy -up-|> BufferStrategy
BltSubRegionBufferStrategy -up-|> SubRegionShowable
BltSubRegionBufferStrategy -up-|> BltBufferStrategy
FlipSubRegionBufferStrategy -up-|> SubRegionShowable
FlipSubRegionBufferStrategy -up-|> FlipBufferStrategy
BltBufferStrategy -up-|> BufferStrategy
FlipBufferStrategy -up-|> BufferStrategy
ProxyCapabilities -up-|> ExtendedBufferCapabilities
FlipContents -up-|> AttributeValue
PlayerPanel -up-|> Container
AccessibleAWTContainer -up-|> AccessibleAWTComponent
AccessibleAWTContainer +-down- AccessibleContainerHandler
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
WakingRunnable -up-|> Runnable
DropTargetEventTargetFilter -up-|> EventTargetFilter
MouseEventTargetFilter -up-|> EventTargetFilter
AccessibleAWTComponent -up-|> Serializable
AccessibleAWTComponent -up-|> AccessibleComponent
AccessibleAWTComponent -up-|> AccessibleContext
AccessibleAWTComponent +-down- AccessibleAWTFocusHandler
AccessibleAWTComponent +-down- AccessibleAWTComponentHandler
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
DummyRequestFocusController -up-|> RequestFocusController
SingleBufferStrategy -up-|> BufferStrategy
BltSubRegionBufferStrategy -up-|> SubRegionShowable
BltSubRegionBufferStrategy -up-|> BltBufferStrategy
FlipSubRegionBufferStrategy -up-|> SubRegionShowable
FlipSubRegionBufferStrategy -up-|> FlipBufferStrategy
BltBufferStrategy -up-|> BufferStrategy
FlipBufferStrategy -up-|> BufferStrategy
ProxyCapabilities -up-|> ExtendedBufferCapabilities
FlipContents -up-|> AttributeValue
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 |
1ffcf2fb0a25e2b0129b4fd032658747243fb95e | 4e6fd3e292b1e1e0a5f5e18912a8ab30ed5c01b4 | /sequence/createRule.puml | 30eb736cf9772407eeb1f843a1e2ac45478d97d8 | [] | no_license | missaouib/Risk-management | 8c43bebfae8ea73dc4fd8de3d9dbcbbad181ea89 | 9f1d745bbd81e6fb80feb5ea36832e46cc941611 | refs/heads/master | 2023-04-11T20:31:49.342607 | 2021-05-21T06:41:18 | 2021-05-21T06:41:18 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 372 | puml | @startuml
Client -> RuleService: POST api /rule-management/v1/business-rule
RuleService -> RuleService: Validate path variable and json body
RuleService -> RuleService: Extract data from json
RuleService -> RuleService: Set data to entity
database database as db
RuleService -> db: Insert data to database
db --> RuleService
RuleService --> Client: Return result
@enduml | false | true | false | false | sequence |
63700d86fe93b374660c0b892da39a2171726228 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/BrowserExtension/Listeners/DOMListener.puml | 6b20eaae7a5663ad0b2894ccc101b7e39cf92581 | [
"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 | 588 | puml | @startuml
skinparam linetype ortho
skinparam monochrome true
skinparam classAttributeIconSize 0
class DOMListener {
+ DOMListener(callback : function(BrowserEvent) : void)
+ start()
+ stop()
}
interface IListener {
+ IListener(callback : function(BrowserEvent) : void)
+ start() : void
+ stop() : void
}
DOMListener .UP.|> IListener : implements
DOMListener ..> TextInputEvent : creates
DOMListener ..> ButtonClickEvent : creates
DOMListener ..> HoverEvent : creates
DOMListener ..> TextSelectionEvent : creates
DOMListener ..> DOMEventRecorder : injects
@enduml
| false | true | false | false | class |
cde925ce46459fe2063410ea685dbcf7d2f55433 | dc20115738d63d9d0dbd16fab019785740465cc7 | /plantuml/Users/hunter/Coding/maternity-ward-system/FoodDistributer.puml | e69bed0bc217177e9c3dc38bb2c2afa1bcd6a971 | [] | no_license | W0lfCr0w/maternity-ward-system | b2a9201111079ce3f638ff78cadb6aa9ecb4e04f | ee9aac0f52841c4083f1666dc4628f9c0d9b34af | refs/heads/main | 2023-06-06T10:33:10.231707 | 2021-06-29T10:20:54 | 2021-06-29T10:20:54 | 379,371,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 344 | puml | @startuml
class FoodDistributer {
+ HourlyPay : double <<get>>
+ FoodDistributer(fname:string, lname:string, id:string, age:int, hours:double)
+ FoodDistributer(fname:string, lname:string, id:string, age:int)
+ <<override>> EndOfMonthSalary() : double
}
Employee <|-- FoodDistributer
IMinorEmployee <|-- FoodDistributer
@enduml
| false | true | false | false | class |
d6d5addeb150d61a1308119ba740c30f256c5758 | f0a43ed6a7dba2cc3efdfbf7414ff0b0c8d36fd6 | /_src/hpd-query-paging-producer.plantuml | 43a081101c6a36d8236aefe291002ede15796d7a | [
"MIT",
"GPL-1.0-or-later",
"WTFPL",
"CC-BY-3.0-US",
"BSD-3-Clause",
"OFL-1.1"
] | permissive | oehf/ipf-docs | 178fe1e3fe079afede58fd25fe93a360234a273a | 3a8ea98c86b3405f6571cb23b4da44a726a8fbf4 | refs/heads/master | 2023-08-30T06:25:52.374023 | 2023-08-29T14:34:33 | 2023-08-29T14:34:33 | 158,552,584 | 0 | 3 | MIT | 2022-03-30T07:48:51 | 2018-11-21T13:31:43 | HTML | UTF-8 | PlantUML | false | false | 908 | plantuml | @startuml
hide footbox
box "IPF Application"
participant "Client Camel Route" as Route
participant "IPF Producer" as Producer
end box
participant "Server"
activate Route
Route -> Producer: Request with a Paging control
note left of Route: .to(...)
activate Producer
Producer -> Server : Request with a Paging control
|||
loop As long as more than one response page is left
Server --> Producer: Response page with a Paging control containing\noverall entries count and a cookie
|||
Producer ->> Producer: Store the page
Producer -> Server: Request for a next page with a Paging control containing\npage size and the cookie obtained from the server
end
|||
Server --> Producer: Last response page with Paging control containing\noverall entries count and no cookie
Producer ->> Producer: Aggregate all collected pages
Producer --> Route: Response
deactivate Producer
deactivate Route
@enduml | false | true | false | false | sequence |
c4d7433c75826cc39c68bbddf107b893f19c3a0f | d07e234bbdaa30c3c73189f55020dbe08174e613 | /docs/state-machine-classes.puml | f954d9b09ea1de12575cf232801d746719f33aea | [
"BSD-3-Clause"
] | permissive | the-matrix/finite-state-machine | e665a8d7ea3f63e3940b2cee91cd784296f9c63f | d850f034e840fc60cddadedc144d8d2498f68f1e | refs/heads/master | 2020-09-02T23:47:22.792278 | 2019-11-07T23:11:27 | 2019-11-07T23:11:27 | 219,333,977 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,351 | puml | @startuml
hide empty members
title Finite State Machine Classes
namespace Chippyash\StateMachine {
interface "Interfaces\Describable" as Describable {
getName(): string
getDescription(): string
}
interface "Interfaces\StateAware" as StateAware {
getState(): State
setState(State $state): StateAware
hasState(): bool
}
class "Traits\HasState" as HasState << (T, cyan) >> {
#state: State
}
StateAware <|-- HasState
class "Traits\Describing" as Describing << (T, cyan)>> {
#name: string
#description: string
}
Describable <|-- Describing
class State <? Describable>{
__construct(string $name, ?string $description = '')
}
class StateGraph <? Describable>{
#graph: Graphviz\Graph
#states: States
#transitions: Transitions
__construct(string $name, ?string $description = '')
addState(State $state): StateGraph
addTransition(State $from, State $to, Transition $transition): StateGraph
getTransitionsForState(StateAware $statefulObject): Transitions
isInitialState(State $state): bool
isFinalState(State $state): bool
getInitialStates(): States
getNextStateForTransition(Transition $transition): State
isValid(): bool
getGraph(): Graph
getTransitions(): Transitions
getStates(): States
transition(StateAware $object, Transition $transition): StateGraph
__call(string $method, array $arguments = [])
}
class States <<Monad\Map>> {
}
State --o States
class Transition <? Describable>{
#fromStateName: string
#toStateName: string
__construct(string $name, ?string $description = '')
getFromStateName(): string
getToStateName(): string
setFromStateName(string $fromStateName): Transition
setToStateName(string $toStateName): Transition
}
Transition -o Transitions
Describing <|-- State
Describing <|-- Transition
Describing <|-- StateGraph
class Transitions <<Monad\Map>> {
}
StateAware -* StateGraph
Transition --* StateGraph
Transitions --* StateGraph
State --* StateGraph
States --* StateGraph
}
@enduml | false | true | false | false | state |
afbefd0c4f0170e5911eb8d4c27f90baa3b83f26 | faa8c72dcae4db938a2c29538fdebc0fb8c7a4c5 | /docs/Dokumentation/uml/UML.puml | b32ab3477d943a87434f3a3f772ba561947cb781 | [] | no_license | Menschomat/fancyYooloo | 1c7c075d714fbb6b6ad21543861992b91f4462b4 | 125d7745ab4d4279dedb0b4e13b21840531c3886 | refs/heads/master | 2022-06-11T19:30:56.963048 | 2020-01-24T08:20:54 | 2020-01-24T08:20:54 | 235,041,371 | 0 | 0 | null | 2022-05-20T21:23:28 | 2020-01-20T07:19:15 | Java | UTF-8 | PlantUML | false | false | 10,467 | puml | @startuml
namespace allgemein {
class Starter {
+ main(args: String[])
}
class StarterClient {
+ main(args: String[])
}
class StarterServer {
+ main(args: String[])
}
}
allgemein.StarterClient -- client.YoolooClient
allgemein.StarterServer -- server.YoolooServer
allgemein.Starter -- common.YoolooKartenspiel
namespace client {
enum ClientState {
+ CLIENTSTATE_NULL
+ CLIENTSTATE_CONNECT
+ CLIENTSTATE_LOGIN
+ CLIENTSTATE_RECEIVE_CARDS
+ CLIENTSTATE_SORT_CARDS
+ CLIENTSTATE_REGISTER
+ CLIENTSTATE_PLAY_SINGLE_GAME
+ CLIENTSTATE_DISCONNECT
+ CLIENTSTATE_DISCONNECTED
}
class YoolooClient {
- serverHostname: String
- serverPort: int
- serverSocket: Socket
- ois: ObjectInputStream
- oos: ObjectOutputStream
- clientState: ClientState
- spielerName: string
- newLogin: LoginMessage
- meinSpieler: YoolooSpieler
- spielVerlauf: YoolooStich[]
- logger: Logger
+ YoolooClient()
+ YoolooClient(serverHostname: String, serverPort: int, nameCheck: boolean)
+ startClient(): void
- verbindeZumServer(): void
- spieleStich(stichNummer: int): void
- spieleKarteAus(i: int): void
- empfangeKommando(): ServerMessage
- empfangeSpieler(): void
- empfangeStich(): YoolooStich
- empfangeErgebnis(): String
- eingabeSpielerDatenFuerLogin(): LoginMessage
- ausgabeKartenSet(): void
- sortierungFestlegen(): YoolooKarte[]
- fancySortierung(): YoolooKarte[]
}
}
client.YoolooClient "1" *-- "1" client.ClientState
client.YoolooClient "1" *-- "1" common.LoginMessage
client.YoolooClient "1" *-- "1" common.YoolooSpieler
client.YoolooClient "1" *-- "0..*" common.YoolooStich
namespace common {
class LoginMessage {
- serialVersionUID: long
- spielerName: string
- gameMode: GameMode
+ LoginMessage(name: String, play_mode: GameMode)
+ LoginMessage()
+ LoginMessage(spielerName: String)
+ getSpielerName(): String
+ setSpielerName(spielerName: String): void
+ getGameMode(): GameMode
+ setGameMode(gameMode: GameMode): void
+ toString(): string
}
class YoolooKarte {
- serialVersionUID: long
- farbe: Kartenfarbe
- wert: int
+ YoolooKarte(kartenfarbe: Kartenfarbe, kartenwert: int)
+ getFarbe(): Kartenfarbe
+ getWert(): int
+ toString(): String
}
enum Kartenfarbe {
Gelb,
Rot,
Gruen,
Blau,
Orange,
Pink,
Violett,
Tuerkis
}
class YoolooKartenspiel {
- logger: Logger
- Spielname: String
- minKartenWert: int
- maxKartenWert: int
# spielkarten: YoolooKarte[][]
# anzahlFarben: int
# anzahlWerte: int
- spielerliste: ArrayList<YoolooSpieler>
+ YoolooKartenspiel()
+ listeSpielstand(): void
+ spielerRegistrieren(name: String): void
+ spielerRegistrieren(neuerSpieler YoolooSpieler): YoolooSpieler
+ toString(): String
+ spielerSortierungFestlegen(): void
+ spieleRunden(): void
+ berechneGewinnerIndex(karten: YoolooKarte[]): int
+ getSpielname(): String
+ setSpiename(spielname: String): void
}
class YoolooSpieler {
- serialVersionUID: int
- private: String
- spielfarbe: Kartenfarbe
- clientHandlerId: int
- punkte: int
- aktuelleSortierung: YoolooKarte[]
+ YoolooSpieler(name: String, maxKartenWert: int)
+ sortierungFestlegen(): void
+ erhaeltPunkte(neuePunkte: int): int
+ toString(): String
+ getName(): String
+ setName(name: String): void
+ getSpielfarbe(): Kartenfarbe
+ setSpielfarbe(spielfarbe: Kartenfarbe)
+ getClientHandlerId(): int
+ setClientHandlerId(clientHandlerId: int)
+ getPunkte(): int
+ setPunkte(puntke: int): void
+ getAktuelleSortierung(): YoolooKarte[]
+ stichAuswerten(stich: YoolooStich): void
}
class YoolooStich {
- serialVersionUID: long
- stichNummer: int
- spielerNummer: int
- karten: YoolooKarte[]
+ YoolooStich()
+ YoolooStich(YoolooKarte[] stich)
+ getStichNummer(): int
+ setStichNummer(stichNummer: int): void
+ getSpielerNummer(): int
+ setSpielerNummer(spielerNummer: int): void
+ getStich(): YoolooKarte[]
+ setStich(YoolooKarte[] stich): void
+ toString(): String
}
}
common.LoginMessage "1" *-- "1" server.GameMode
common.YoolooKarte "1" *-- "1" common.Kartenfarbe
common.YoolooKartenspiel "1" *-- "0..*" common.YoolooKarte
common.YoolooKartenspiel "1" *-- "0..*" common.YoolooSpieler
common.YoolooSpieler "1" *-- "1" common.Kartenfarbe
common.YoolooSpieler "1" *-- "0..*" common.YoolooKarte
common.YoolooStich "1" #-- "0..*" common.YoolooKarte
namespace messages {
enum ClientMessageType {
ClientMessage_OK,
ClientMessage_NOT_OK
}
class ClientMessage {
- serialVersionUID: long
- message: String
- type: ClientMessageType
+ ClientMessage(clientMessageType: ClientMessageType, messagetext: String)
+ getMessage(): String
+ setMessage(message: String): void
+ getType(): ClientMessageType
+ setType(type: ClientMessageType): void
}
enum ServerMessageType {
SERVERMESSAGE_ACKNOWLEDGE
SERVERMESSAGE_SENDLOGIN
SERVERMESSAGE_SORT_CARD_SET
SERVERMESSAGE_SEND_CARD
SERVERMESSAGE_RESULT_SET
SERVERMESSAGE_CHANGE_STATE
}
enum ServerMessageResult {
SERVER_MESSAGE_RESULT_OK
SERVER_MESSAGE_RESULT_NOT_OK
}
class ServerMessage {
- serialVersionUID: long
- serverMessageType: ServerMessageType
- nextClientState: ClientState
- serverMessageResult: ServerMessageResult
- paramInt: int
+ ServerMessage()
+ ServerMessage(type: ServerMessageType, nextState: ClientState, result: ServerMessageResult)
+ ServerMessage(type: ServerMessageType, nextState: ClientState, result: ServerMessageResult, paramInt: int)
+ getServerMessageType(): ServerMessageType
+ setServerMessageType(serverMessageType: ServerMessageType): void
+ getNextClientState(): ClientState
+ setNextClientState(nextClientState: ClientState): void
+ getServerMessageResult(): ServerMessageResult
+ setServerMessageResult(serverMessageResult: ServerMessageResult): void
+ getParamInt(): int
+ setParamInt(paramInt: int): void
+ toString(): String
}
}
namespace persistence {
class YoolooFileWriter {
- filePath: String
- logger: Logger
+ YoolooFileWriter()
+ saveUsers(users: YoolooPersistance): void
+ loadUsers(): YoolooPersistance
}
class YoolooPersistence {
- users: Map<String, List<Integer>>
+ getUsers(): Map<String, List<Integer>>
+ setUsers(users: Map<String, List<Integer>>): void
+ toString(): String
}
class YoolooUsers {
- logger: Logger
- fileWriter: YoolooFileWriter
- persistence: YoolooPersistance
+ YoolooUsers()
+ setUserCardOrder(meinSpieler: YoolooSpieler): void
+ getUserCardOrder(meinSpieler: YoolooSpieler): YoolooKarte[]
- valuesAreValid()
}
}
persistence.YoolooUsers "1" --* "1" persistence.YoolooPersistence
persistence.YoolooUsers "1" --* "1" persistence.YoolooFileWriter
namespace server {
enum ServerState {
ServerState_NULL
ServerState_CONNECT
ServerState_LOGIN
ServerState_REGISTER
ServerState_MANAGE_SESSION
ServerState_PLAY_SESSION
ServerState_DISCONNECT
ServerState_DISCONNECTED
}
class YoolooClientHandler {
- logger: Logger
- delay: int
- myServer: YoolooServer
- socketAddress: SocketAddress
- clientSocket: Socket
- oos: ObjectOutputStream
- ois: ObjectInputStream
- state: ServerState
- session: YoolooSession
- meinSpieler: YoolooSpieler
- clientHandlerId: int
- gespielteKarten: ArrayList<YoolooKarte> gespielteKarten
+ YoolooClientHandler(yoolooServer: YoolooServer, clientSocket: Socket)
+ run(): void
- sendeKommando(serverMessageType: ServerMessageType, clientState: ClientState, serverMessageResult: ServerMessageResult, paramInt: int): void
- sendeKommando(serverMessageType: ServerMessageType, clientState: ClientState, serverMessageResult: ServerMessageResult): void
- verbindeZumClient(): void
- empfangeVomClient(): Object
- registriereSpielerInSession(meinSpieler: YoolooSpieler): void
- spieleKarte(stichNummer: int, empfangeneKarte: YoolooKarte): YoolooStich
+ setHandlerID(clientHandlerId): void
+ ausgabeSpielplan(): void
+ joinSession(session: YoolooSession): void
}
enum GameMode {
GAMEMODE_NULL
GAMEMODE_SINGLE_GAME
GAMEMODE_PLAY_ROUND_GAME
GAMEMODE_PLAY_LIGA
GAMEMODE_PLAY_POKAL
GAMEMODE_PLAY_POKAL_LL
}
class YoolooServer {
- port: int
- spielerProRunde: int
- minRealPlayers: int
- waitForPlayers: int
- botSpawnerRunning: boolean
- serverGameMode: GameMode
- users: YoolooUsers
- logger: Logger
- serverSocket: ServerSocket
- serverAktiv: boolean
- clientHandlerList: ArrayList<YoolooClientHandler>
- spielerPool: ExecutorService
+ YoolooServer(port: int, spielerProRunde: int, minRealPlayers: int, waitForPlayers: int, gameMode GameMode, nameCheck: boolean)
+ startServer(): void
+ shutDownServer(code: int): void
+ getUsers(): YoolooUsers
+ getClientCount(): int
+ getSpielerProRunde(): int
+ getServerGameMode(): GameMode
+ setServerGameMode(serverGameMode: GameMode)
- printBanner(): void
- spawnBots(): void
- botSpawnCriteriaOk(startedSearchTime: long): boolean
- clientSpawnTimeExceeded(startedSearch: long): boolean
}
class YoolooSession {
- anzahlSpielerInRunde: int
- gameMode: GameMode
- spielplan: YoolooKarte[][]
- aktuellesSpiel: YoolooKartenspiel
- ausgewerteteStiche: YoolooStich[] ausgewerteteStiche
+ YoolooSession(anzahlSpielerInRunde: int)
+ YoolooSession(anzahlSpielerInRunde: int, gamemode: GameMode)
+ spieleKarteAus(stichNummer: int, spielerID: int, karte: YoolooKarte)
+ stichFuerRundeAuswerten(stichNummer: int): YoolooStich
+ getAktuellesSpiel(): YoolooKartenspiel
+ setAktuellesSpiel(aktuellesSpiel: YoolooKarte): void
+ getAnzahlSpielerInRunde(): int
+ setAnzahlSpielerInRunde(anzahlSpielerInRunde: int): void
+ getGamemode(): GameMode
+ setGamemode(gamemode: GameMode): void
+ getSpielplan(): YoolooKarte[][]
+ setSpielplan(spielplan: YoolooKarte[][]): void
+ getErgebnis(): String
}
}
@enduml | false | true | false | false | class |
f5dec5ddbc5b272261c4f974e3cfd0a398ecd460 | 3b4dfa59b081892e05047ef558a49048b3cd8e89 | /import/src/main/java/com/flyread/file/imp0rt/container_file_import_component_class.puml | 3c63edde3a95365bb4438edf7264edbdc9b559c9 | [] | no_license | hongbofan/file-import-export | 820833d127ba859f75f124a3cb69088543c7a53f | 655de6e45cfdd1420275d3346e5b69c88e536841 | refs/heads/master | 2021-05-01T13:08:30.030073 | 2018-05-10T08:13:38 | 2018-05-10T08:13:38 | 121,071,258 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,834 | puml | @startuml
interface ImportHandlerContext {
ImportHandler handler()
ImportPipeline pipeline()
BaseImportHandlerContext fireChannelRead(Object msg)
}
abstract class BaseImportHandlerContext implements ImportHandlerContext {
volatile BaseImportHandlerContext next
volatile BaseImportHandlerContext prev
private final DefaultImportPipeline pipeline
private final String name
BaseImportHandlerContext fireChannelRead(Object msg)
ImportPipeline pipeline()
String getName()
BaseImportHandlerContext findContextInbound()
}
class DefaultImportHandlerContext extends BaseImportHandlerContext {
private final ImportHandler handler
ImportHandler handler()
}
interface ImportHandler {
void handleRequest(BaseImportHandlerContext context, Object msg) throws Exception
}
abstract class BaseReadHandler implements ImportHandler {
private List<Object> list = new ArrayList<>()
void handleRequest(BaseImportHandlerContext context, Object msg)
void readLine(BaseImportHandlerContext context,List<Object> list,Object msg)
}
abstract class BaseDecodeHandler implements ImportHandler {
void handleRequest(BaseImportHandlerContext context, Object msg)
ImportRecord decode(String[] splits, Map<String, String> headerMap)
}
abstract class BaseToJavaBeanHandler implements ImportHandler {
private ImportRecord header
void handleRequest(BaseImportHandlerContext context, Object msg)
Object toJavaBean(String clazzName, ImportRecord record)
}
interface ImportPipeline {
ImportPipeline addFirst(String name, ImportHandler handler)
ImportPipeline addFirst(ImportHandler... handlers)
Map<String, ImportHandler> toMap()
ImportRequest getRequest()
ImportResponse getResponse()
BaseImportHandlerContext getHead()
BaseImportHandlerContext getTail()
}
class DefaultImportPipeline implements ImportPipeline {
private final BaseImportHandlerContext head
private final BaseImportHandlerContext tail
private ImportRequest request
private ImportResponse response
ImportPipeline addFirst(String name, ImportHandler handler)
ImportPipeline addFirst(ImportHandler... handlers)
Map<String, ImportHandler> toMap()
Iterator<Map.Entry<String, ImportHandler>> iterator()
void addFirst0(BaseImportHandlerContext newCtx)
BaseImportHandlerContext newContext(ImportHandler handler,String name)
class TailContext extends BaseImportHandlerContext implements ImportHandler
class HeadContext extends BaseImportHandlerContext implements ImportHandler
BaseImportHandlerContext getHead()
BaseImportHandlerContext getTail()
ImportRequest getRequest()
ImportResponse getResponse()
}
interface ImportService {
ImportResponse importFile()
}
class ExcelImportServiceImpl implements ImportService {
private ImportPipeline pipeline
ImportResponse importFile()
}
class TxtImportServiceImpl implements ImportService {
private ImportPipeline pipeline
ImportResponse importFile()
}
class ImportUtil {
Object getCellValue(Cell cell)
}
enum ExcelCellType {
CELL_TYPE_NUMERIC
CELL_TYPE_STRING
CELL_TYPE_FORMULA
CELL_TYPE_BLANK
CELL_TYPE_BOOLEAN
CELL_TYPE_ERROR
}
class ImportResponse {
int importCount
List<Object> result
int getImportCount()
void setImportCount(int importCount)
List<Object> getResult()
void setResult(List<Object> result)
}
class ImportRequest {
File importFile
ImportConfig config
ImportRequest(File importFile)
File getImportFile()
void setImportFile(File importFile)
ImportConfig getConfig()
void setConfig(ImportConfig config)
}
class ImportFactory {
ImportService create(ImportType type, ImportRequest request)
}
enum ImportType {
EXCEL("excel", "excel","excel"),
TXT("txt","txt","txt");
}
class ImportBootstrap {
File file
ImportConfig config
ImportRequest request
ImportBootstrap initFile(String path)
ImportBootstrap initConfig(String configId)
ImportBootstrap build()
ImportResponse start(ImportType type)
ImportConfig getConfig(String configId)
}
class ImportConfig {
private String separator
private Map<String,String> headerMap
private String clazzName
}
class ImportRecord {
private List<String> list
private boolean isHeader
}
class ImportRow {
private String data
private boolean isHeader
}
ImportBootstrap <-- ImportRequest
ImportBootstrap <-- ImportConfig
ImportBootstrap <-- ImportFactory
ImportFactory <-- ImportType
ImportFactory <-- ImportService
ImportUtil <-- ExcelCellType
DefaultImportPipeline <-- ImportRequest
DefaultImportPipeline <-- ImportResponse
ImportHandlerContext <-- ImportHandler
ImportHandlerContext <-- ImportPipeline
BaseDecodeHandler <-- ImportRecord
BaseToJavaBeanHandler <-- ImportRow
@enduml
| false | true | false | false | class |
467fe31881f85c479281d9711b993815c12bc1f9 | 94dba241318957952430596f87177728b3cd0611 | /doc/Diagramas/Diagramas_Clase/pregunta/pregunta.plantuml | 61b12fbd35177817e1cdd4a20517c5d81f94e85d | [
"MIT"
] | permissive | diegosanchez/TP2 | 8a8ed478ea6cabca8c53787163b3076d2fffbad0 | 1650035bf76c5c4044ff8fdfb0ecbd3b57806df1 | refs/heads/master | 2022-11-25T07:36:52.092998 | 2020-07-30T18:00:13 | 2020-07-30T18:00:13 | 285,419,187 | 0 | 0 | MIT | 2020-08-05T22:37:43 | 2020-08-05T22:37:42 | null | UTF-8 | PlantUML | false | false | 1,690 | plantuml |
@startuml
title Modelo de Pregunta usando Simple Factory
skinparam classAttributeIconSize 0
class PreguntaCreador{
+ crearPregunta(tipoPregunta: TipoPregunta): Preguntable
}
interface Preguntable{
+ obtenerOpciones():List
+ establecerPuntuacion(opciones:List): int
+ obtenerPregunta():str
}
enum TipoPreguntaConcreta{
VerdaderoFalsoClasico
VerdaderoFalsoPenalidad
MultipleChoiceClasico
MultipleChoiceParcial
}
abstract class VerdaderoFalso{
~ opciones: List<Opcion>
~ pregunta: String
~ validarOpciones(opciones: List<Opcion>)
- tieneCantidadOpcionesValida(opciones:List<Opcion>): Boolean
- tieneOpcionesCorrectas(opciones:List<Opcion>): Boolean
}
' sin penalidad
class VerdaderoFalsoClasico{
}
class MultipleChoiceClasico{
}
class MultipleChoiceParcial{
}
' con penalidad
class VerdaderoFalsoPenalidad{
}
class MultipleChoicePenalidad{
}
' Especiales
class GroupChoice{
}
class OpcionesOrdenadas{
}
abstract class MultipleChoice{
~ opciones: List<Opcion>
~ pregunta: String
~ validarOpciones(opciones: List<Opcion>)
- tieneCantidadOpcionesValida(opciones:List<Opcion>): Boolean
- tieneOpcionesCorrectas(opciones:List<Opcion>): Boolean
}
PreguntaCreador -down->TipoPreguntaConcreta
PreguntaCreador -> Preguntable
Preguntable <.. VerdaderoFalso
' Preg_Penal
VerdaderoFalso <|-- VerdaderoFalsoPenalidad
MultipleChoice <|-- MultipleChoicePenalidad
' Pregun_Sin_Penal
VerdaderoFalso <|-- VerdaderoFalsoClasico
Preguntable <.. MultipleChoice
MultipleChoice <|-- MultipleChoiceParcial
MultipleChoice <|-- MultipleChoiceClasico
Preguntable <.. GroupChoice
Preguntable <.. OpcionesOrdenadas
@enduml | false | true | false | false | class |
6f3b12f2d3e7f085687f8d69f5cb04bcac2a2b93 | d8542196004614346e18570418310e4104c01578 | /docs/proposals/images/machinepool-api/figure1.plantuml | bc9654a5ff7d2305a11f9ddba652a29840248d38 | [
"Apache-2.0"
] | permissive | diamanticom/cluster-api | d30ab09dd0756742707a7483e6cf7919562eaf64 | 1491f04a099dfcb9c61d116bed1236dc6426dc5e | refs/heads/master | 2022-01-01T14:28:15.712115 | 2021-08-30T20:43:39 | 2021-08-30T20:43:39 | 238,814,477 | 1 | 1 | Apache-2.0 | 2021-06-01T12:56:47 | 2020-02-07T00:39:53 | Go | UTF-8 | PlantUML | false | false | 4,725 | plantuml | @startuml
title Figure 1. MachinePool Provisioning process
actor User
' -- GROUPS START ---
box #LightGreen
participant "API Server"
end box
box #LightBlue
participant "MachinePool Controller"
end box
box #LightGrey
participant "Infrastructure Controller"
end box
box #LightGrey
participant "Bootstrap Controller"
end box
' -- GROUPS END ---
User -> "API Server" : Create MachinePool Infrastructure
"API Server" -->> "Infrastructure Controller": New Provider Infrastructure
opt IF Infrastructure has no owner ref
"Infrastructure Controller"->"Infrastructure Controller": Do Nothing
end
User -> "API Server": Create MachinePool
"API Server" -->> "MachinePool Controller": New MachinePool
opt Required Only if MachinePool has no owner
"MachinePool Controller" -> "MachinePool Controller": Set MachinePool's owner to Cluster
"MachinePool Controller" -> "MachinePool Controller": Set MachinePool.Status.Phase to Pending
"MachinePool Controller" -> "API Server": Update MachinePool
"MachinePool Controller" -> "API Server": Update MachinePool
end
"MachinePool Controller" -> "API Server": Get Bootstrap
opt Required Only if Bootstrap has no owner
"MachinePool Controller" -> "MachinePool Controller": Set Bootstrap's owner to MachinePool
"MachinePool Controller" -> "API Server": Update Bootstrap
end
opt Required Only if Bootstrap not seen before
"MachinePool Controller" -> "MachinePool Controller": Add Watcher for MachinePool.Template.Bootstrap.Kind objects
end
opt If MachinePool in Pending state
"Bootstrap Controller"->"Bootstrap Controller": Generate BootstrapConfig.Status.BootstrapData
"Bootstrap Controller"->"Bootstrap Controller": Set BootstrapConfig.Status.Ready=true
end
opt If Bootstrap has no Data and Status.BootstrapData
"MachinePool Controller"->"MachinePool Controller": Requeue
end
opt If Bootstrap has Data
"MachinePool Controller" -> "MachinePool Controller": Set MachinePool.Status.BootstrapReady=true
"MachinePool Controller" -> "API Server": Update MachinePool
end
opt If MachinePool.Template.Bootstrap.Data is empty
"MachinePool Controller" -> "Bootstrap Controller": Get BootstrapConfig.Status.BootstrapData
"MachinePool Controller" -> "MachinePool Controller": Set MachinePool.Template.Bootstrap.Data
"MachinePool Controller" -> "MachinePool Controller": Set MachinePool.Status.BootstrapReady=true
"MachinePool Controller" -> "API Server": Update MachinePool
end
"MachinePool Controller" -> "API Server": Get Infrastructure
opt Required Only if Infrastructure has no owner
"MachinePool Controller" -> "MachinePool Controller": Set Infrastructure's owner to MachinePool
"MachinePool Controller" -> "MachinePool Controller": Set MachinePool.Status.Phase to Provisioning
"MachinePool Controller" -> "API Server": Update Infrastructure
end
opt Required Only if Infrastructure not seen before
"MachinePool Controller" -> "MachinePool Controller": Add Watcher for MachinePool.Template.InfrastructureRef.Kind objects
end
"API Server" -->> "Infrastructure Controller": Infrastructure Update
opt Required only if Infrastructure has owner ref
"Infrastructure Controller" -> "API Server": Get MachinePool
"Infrastructure Controller" -> "Infrastructure Controller": Provision infrastructure
"Infrastructure Controller" -> "Infrastructure Controller": Set Infrastructure.Status.Replicas
"Infrastructure Controller" -> "Infrastructure Controller": Set Infrastructure.Status.InfrastructureReady=true
"Infrastructure Controller" -> "API Server": Update Infrastructure
end
"API Server" -->> "MachinePool Controller": Infrastructure Update
opt Only required if Infrastructure.Status.Ready is true
"MachinePool Controller" -> "API Server": Get MachinePool
"MachinePool Controller" -> "MachinePool Controller": Set MachinePool.Status.Replicas = Infrastructure.Status.Replicas
"MachinePool Controller" -> "MachinePool Controller": Set MachinePool.Status.InfrastructureReady = Infrastructure.Status.Ready
"MachinePool Controller" -> "API Server": Update MachinePool
end
opt If MachinePool.Status.Ready is true MachinePool.Spec.Replicas != MachinePool.Status.AvailableReplicas
"MachinePool Controller" -> "API Server": Get Nodes with MachinePool.Spec.Selector
"MachinePool Controller" -> "MachinePool Controller": Update MachinePool.Status UpdatedReplicas, ReadyReplicas, AvailableReplicas, and UnavailableReplicas
end
opt If MachinePool.Status.Ready is true MachinePool.Spec.Replicas != MachinePool.Status.AvailableReplicas
"MachinePool Controller"->"MachinePool Controller": Requeue
end
opt If MachinePool.Status.Ready is true MachinePool.Spec.Replicas == MachinePool.Status.AvailableReplicas
"MachinePool Controller"->"API Server": Set MachinePool.Status.Phase to "Running"
end
hide footbox
@enduml
| false | true | false | false | sequence |
a771763b0538f0d83bd003b52f94befa54e96527 | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/UseCases/Manage-Environments/Update-Environment.puml | 3ee7dea9e4257a2bf7edb5f7235bd757fa84cf45 | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 255 | puml | @startuml
Actor "actorName" as A
box "Manage-Environments" #lightblue
participant CLI as CLI
participant Web as Web
participant "c3" as S
A -> CLI : c3-env-update()
CLI -> S : env/update()
A -> Web : env/update()
Web -> S : env/update()
end box
@enduml
| false | true | false | false | sequence |
acdfe1a178f10640afa13046c441b13835521a19 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductVariantSelection.puml | 9d3bf8104cffac8c0cf5ba39b276f750a1d0742e | [] | 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 | 7,156 | 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 ProductVariantSelection [[ProductVariantSelection.svg]] {
type: [[ProductVariantSelectionTypeEnum.svg ProductVariantSelectionTypeEnum]]
}
interface ProductVariantSelectionExclusion [[ProductVariantSelectionExclusion.svg]] {
type: [[ProductVariantSelectionTypeEnum.svg ProductVariantSelectionTypeEnum]]
skus: [[String.svg List<String>]]
}
interface ProductVariantSelectionIncludeAllExcept [[ProductVariantSelectionIncludeAllExcept.svg]] {
type: [[ProductVariantSelectionTypeEnum.svg ProductVariantSelectionTypeEnum]]
skus: [[String.svg List<String>]]
}
interface ProductVariantSelectionIncludeOnly [[ProductVariantSelectionIncludeOnly.svg]] {
type: [[ProductVariantSelectionTypeEnum.svg ProductVariantSelectionTypeEnum]]
skus: [[String.svg List<String>]]
}
interface ProductVariantSelectionInclusion [[ProductVariantSelectionInclusion.svg]] {
type: [[ProductVariantSelectionTypeEnum.svg ProductVariantSelectionTypeEnum]]
skus: [[String.svg List<String>]]
}
interface ProductPresentWithDifferentVariantSelectionError [[ProductPresentWithDifferentVariantSelectionError.svg]] {
code: String
message: String
product: [[ProductReference.svg ProductReference]]
existingVariantSelection: [[ProductVariantSelection.svg ProductVariantSelection]]
}
interface GraphQLProductPresentWithDifferentVariantSelectionError [[GraphQLProductPresentWithDifferentVariantSelectionError.svg]] {
code: String
product: [[ProductReference.svg ProductReference]]
existingVariantSelection: [[ProductVariantSelection.svg ProductVariantSelection]]
}
interface ProductSelectionProductAddedMessage [[ProductSelectionProductAddedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
product: [[ProductReference.svg ProductReference]]
variantSelection: [[ProductVariantSelection.svg ProductVariantSelection]]
}
interface ProductSelectionVariantSelectionChangedMessage [[ProductSelectionVariantSelectionChangedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
product: [[ProductReference.svg ProductReference]]
oldVariantSelection: [[ProductVariantSelection.svg ProductVariantSelection]]
newVariantSelection: [[ProductVariantSelection.svg ProductVariantSelection]]
}
interface ProductSelectionProductAddedMessagePayload [[ProductSelectionProductAddedMessagePayload.svg]] {
type: String
product: [[ProductReference.svg ProductReference]]
variantSelection: [[ProductVariantSelection.svg ProductVariantSelection]]
}
interface ProductSelectionVariantSelectionChangedMessagePayload [[ProductSelectionVariantSelectionChangedMessagePayload.svg]] {
type: String
product: [[ProductReference.svg ProductReference]]
oldVariantSelection: [[ProductVariantSelection.svg ProductVariantSelection]]
newVariantSelection: [[ProductVariantSelection.svg ProductVariantSelection]]
}
interface AssignedProductReference [[AssignedProductReference.svg]] {
product: [[ProductReference.svg ProductReference]]
variantSelection: [[ProductVariantSelection.svg ProductVariantSelection]]
variantExclusion: [[ProductVariantExclusion.svg ProductVariantExclusion]]
}
interface AssignedProductSelection [[AssignedProductSelection.svg]] {
productSelection: [[ProductSelectionReference.svg ProductSelectionReference]]
variantSelection: [[ProductVariantSelection.svg ProductVariantSelection]]
variantExclusion: [[ProductVariantExclusion.svg ProductVariantExclusion]]
createdAt: DateTime
}
interface ProductSelectionAssignment [[ProductSelectionAssignment.svg]] {
product: [[ProductReference.svg ProductReference]]
productSelection: [[ProductSelectionReference.svg ProductSelectionReference]]
variantSelection: [[ProductVariantSelection.svg ProductVariantSelection]]
variantExclusion: [[ProductVariantExclusion.svg ProductVariantExclusion]]
}
interface ProductSelectionAddProductAction [[ProductSelectionAddProductAction.svg]] {
action: String
product: [[ProductResourceIdentifier.svg ProductResourceIdentifier]]
variantSelection: [[ProductVariantSelection.svg ProductVariantSelection]]
}
interface ProductSelectionSetVariantSelectionAction [[ProductSelectionSetVariantSelectionAction.svg]] {
action: String
product: [[ProductResourceIdentifier.svg ProductResourceIdentifier]]
variantSelection: [[ProductVariantSelection.svg ProductVariantSelection]]
}
ProductVariantSelection --> ProductVariantSelectionExclusion #blue;text:blue : "type : exclusion"
ProductVariantSelection --> ProductVariantSelectionIncludeAllExcept #blue;text:blue : "type : includeAllExcept"
ProductVariantSelection --> ProductVariantSelectionIncludeOnly #blue;text:blue : "type : includeOnly"
ProductVariantSelection --> ProductVariantSelectionInclusion #blue;text:blue : "type : inclusion"
ProductVariantSelection --> ProductPresentWithDifferentVariantSelectionError #green;text:green : "existingVariantSelection"
ProductVariantSelection --> GraphQLProductPresentWithDifferentVariantSelectionError #green;text:green : "existingVariantSelection"
ProductVariantSelection --> ProductSelectionProductAddedMessage #green;text:green : "variantSelection"
ProductVariantSelection --> ProductSelectionVariantSelectionChangedMessage #green;text:green : "oldVariantSelection"
ProductVariantSelection --> ProductSelectionVariantSelectionChangedMessage #green;text:green : "newVariantSelection"
ProductVariantSelection --> ProductSelectionProductAddedMessagePayload #green;text:green : "variantSelection"
ProductVariantSelection --> ProductSelectionVariantSelectionChangedMessagePayload #green;text:green : "oldVariantSelection"
ProductVariantSelection --> ProductSelectionVariantSelectionChangedMessagePayload #green;text:green : "newVariantSelection"
ProductVariantSelection --> AssignedProductReference #green;text:green : "variantSelection"
ProductVariantSelection --> AssignedProductSelection #green;text:green : "variantSelection"
ProductVariantSelection --> ProductSelectionAssignment #green;text:green : "variantSelection"
ProductVariantSelection --> ProductSelectionAddProductAction #green;text:green : "variantSelection"
ProductVariantSelection --> ProductSelectionSetVariantSelectionAction #green;text:green : "variantSelection"
@enduml
| false | true | false | false | sequence |
5deb333a044cd3b00d52137589484f06ae8153e4 | eec795fe8c5846fabbe68b2aa68f87ca7f024ffc | /Diagrams/SequenceDiagrams/seq-timeout-2.3.1.plantuml | e99e1da2f5f5cd56335bed10f361c80d5c3fbf53 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | AlbogastAman/docs | 933dac710c40be2533bab257f3b13a505d3bdd45 | d179f6df93770e8c00bbe168b49f9ee5104faf3b | refs/heads/master | 2020-04-22T20:23:12.401158 | 2019-02-12T14:34:13 | 2019-02-12T14:34:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 15,503 | plantuml | /'*****
License
--------------
Copyright © 2017 Bill & Melinda Gates Foundation
The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files 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, the Mojaloop files are 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.
Contributors
--------------
This is the official list of the Mojaloop project contributors for this file.
Names of the original copyright holders (individuals or organizations)
should be listed with a '*' in the first column. People who have
contributed from an organization can be listed under the organization
that actually holds the copyright for their contributions (see the
Gates Foundation organization for an example). Those individuals should have
their names indented and be marked with a '-'. Email address can be added
optionally within square brackets <email>.
* Gates Foundation
- Name Surname <name.surname@gatesfoundation.com>
* Rajiv Mothilal <rajiv.mothilal@modusbox.com>
* Georgi Georgiev <georgi.georgiev@modusbox.com>
--------------
******'/
@startuml
' declare title
title 2.3.1. Timeout Handler Consume
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' collections - Kafka Topics
' control - Kafka Consumers
' entity - Database Access Objects
' database - Database Persistance Store
' declare actors
control "Transfer Timeout Handler" as TIMEOUT_HANDLER
collections "topic-transfer-position" as TOPIC_TRANSFER_POSITION
collections "Notification-Topic" as NOTIFICATIONS_TOPIC
collections "Event-Topic" as EVENT_TOPIC
entity "Segment DAO" as SEGMENT_DAO
entity "Transfer DAO" as TRANSFER_DAO
database "Central Store" as DB
box "Central Service" #LightYellow
participant TIMEOUT_HANDLER
participant TOPIC_TRANSFER_POSITION
participant NOTIFICATIONS_TOPIC
participant EVENT_TOPIC
participant TRANSFER_DAO
participant SEGMENT_DAO
participant DB
end box
' start flow
group Timeout Handler Consume
activate TIMEOUT_HANDLER
group Persist Event Information
TIMEOUT_HANDLER -> EVENT_TOPIC: Publish event information
ref over TIMEOUT_HANDLER, EVENT_TOPIC : Event Handler Consume {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-event-9.1.0.svg 9.1.0.]]}
end
group Get previous checkpoint of last record processed (Lower limit for inclusion)
TIMEOUT_HANDLER -> SEGMENT_DAO: Get last segment as @intervalMin
activate SEGMENT_DAO
SEGMENT_DAO -> DB: Get last segment as @intervalMin
hnote over DB #lightyellow
SELECT value INTO @intervalMin
FROM **segment**
WHERE segmentType = 'timeout'
AND enumeration = 0
AND tableName = 'transferStateChange'
end note
activate DB
DB --> SEGMENT_DAO: Return @intervalMin
deactivate DB
SEGMENT_DAO --> TIMEOUT_HANDLER: Return @intervalMin
deactivate SEGMENT_DAO
opt @intervalMin IS NULL => segment record NOT FOUND
TIMEOUT_HANDLER->TIMEOUT_HANDLER: Set @intervalMin = 0
end
end
group Do Cleanup
TIMEOUT_HANDLER -> TRANSFER_DAO: Clean up transferTimeout from finalised transfers
activate TRANSFER_DAO
TRANSFER_DAO -> DB: Clean up transferTimeout from finalised transfers
hnote over DB #lightyellow
DELETE tt
FROM **transferTimeout** AS tt
JOIN (SELECT tsc.transferId, MAX(tsc.transferStateChangeId) maxTransferStateChangeId
FROM **transferTimeout** tt1
JOIN **transferStateChange** tsc
ON tsc.transferId = tt1.transferId
GROUP BY transferId) ts
ON ts.transferId = tt.transferId
JOIN **transferStateChange** tsc
ON tsc.transferStateChangeId = ts.maxTransferStateChangeId
WHERE tsc.transferStateId IN ('RECEIVED_FULFIL', 'COMMITTED', 'FAILED'
, 'EXPIRED', 'REJECTED', 'EXPIRED_PREPARED', 'EXPIRED_RESERVED', 'ABORTED')
end note
activate DB
deactivate DB
TRANSFER_DAO --> TIMEOUT_HANDLER: Return success
deactivate TRANSFER_DAO
end
group Determine IntervalMax (Upper limit for inclusion)
TIMEOUT_HANDLER -> TRANSFER_DAO: Get last transferStateChangeId as @intervalMax
activate TRANSFER_DAO
TRANSFER_DAO -> DB: Get last transferStateChangeId as @intervalMax
hnote over DB #lightyellow
SELECT MAX(transferStateChangeId) INTO @intervalMax
FROM **transferStateChange**
end note
activate DB
DB --> TRANSFER_DAO: Return @intervalMax
deactivate DB
TRANSFER_DAO --> TIMEOUT_HANDLER: Return @intervalMax
deactivate TRANSFER_DAO
end
group Prepare data and return the list for expiration
TIMEOUT_HANDLER -> TRANSFER_DAO: Prepare data and get transfers to be expired
activate TRANSFER_DAO
group <color #blue>DB TRANSACTION</color>
TRANSFER_DAO <-> TRANSFER_DAO: **transactionTimestamp** = now()
TRANSFER_DAO -> DB: Insert all new transfers still in processing state
hnote over DB #lightyellow
INSERT INTO **transferTimeout**(transferId, expirationDate)
SELECT t.transferId, t.expirationDate
FROM **transfer** t
JOIN (SELECT transferId, MAX(transferStateChangeId) maxTransferStateChangeId
FROM **transferStateChange**
WHERE transferStateChangeId > @intervalMin
AND transferStateChangeId <= @intervalMax
GROUP BY transferId) ts
ON ts.transferId = t.transferId
JOIN **transferStateChange** tsc
ON tsc.transferStateChangeId = ts.maxTransferStateChangeId
WHERE tsc.transferStateId IN ('RECEIVED_PREPARE', 'RESERVED')
end note
activate DB
deactivate DB
TRANSFER_DAO -> DB: Insert transfer state ABORTED for\nexpired RECEIVED_PREPARE transfers
hnote over DB #lightyellow
INSERT INTO **transferStateChange**
SELECT tt.transferId, 'EXPIRED_PREPARED' AS transferStateId, 'Aborted by Timeout Handler' AS reason
FROM **transferTimeout** tt
JOIN ( <color #FF0000>-- Following subquery is reused 3 times and may be optimized if needed</color>
SELECT tsc1.transferId, MAX(tsc1.transferStateChangeId) maxTransferStateChangeId
FROM **transferStateChange** tsc1
JOIN **transferTimeout** tt1
ON tt1.transferId = tsc1.transferId
GROUP BY tsc1.transferId) ts
ON ts.transferId = tt.transferId
JOIN **transferStateChange** tsc
ON tsc.transferStateChangeId = ts.maxTransferStateChangeId
WHERE tt.expirationDate < {transactionTimestamp}
AND tsc.transferStateId = 'RECEIVED_PREPARE'
end note
activate DB
deactivate DB
TRANSFER_DAO -> DB: Insert transfer state EXPIRED for\nexpired RESERVED transfers
hnote over DB #lightyellow
INSERT INTO **transferStateChange**
SELECT tt.transferId, 'RESERVED_TIMEOUT' AS transferStateId, 'Expired by Timeout Handler' AS reason
FROM **transferTimeout** tt
JOIN (SELECT tsc1.transferId, MAX(tsc1.transferStateChangeId) maxTransferStateChangeId
FROM **transferStateChange** tsc1
JOIN **transferTimeout** tt1
ON tt1.transferId = tsc1.transferId
GROUP BY tsc1.transferId) ts
ON ts.transferId = tt.transferId
JOIN **transferStateChange** tsc
ON tsc.transferStateChangeId = ts.maxTransferStateChangeId
WHERE tt.expirationDate < {transactionTimestamp}
AND tsc.transferStateId = 'RESERVED'
end note
activate DB
deactivate DB
TRANSFER_DAO -> DB: Update segment table to be used for the next run
hnote over DB #lightyellow
IF @intervalMin = 0
INSERT
INTO **segment**(segmentType, enumeration, tableName, value)
VALUES ('timeout', 0, 'transferStateChange', @intervalMax)
ELSE
UPDATE **segment**
SET value = @intervalMax
WHERE segmentType = 'timeout'
AND enumeration = 0
AND tableName = 'transferStateChange'
end note
activate DB
deactivate DB
end
TRANSFER_DAO -> DB: Get list of transfers to be expired with current state
hnote over DB #lightyellow
SELECT tt.*, tsc.transferStateId, tp1.participantCurrencyId payerParticipantId,
tp2.participantCurrencyId payeeParticipantId
FROM **transferTimeout** tt
JOIN (SELECT tsc1.transferId, MAX(tsc1.transferStateChangeId) maxTransferStateChangeId
FROM **transferStateChange** tsc1
JOIN **transferTimeout** tt1
ON tt1.transferId = tsc1.transferId
GROUP BY tsc1.transferId) ts
ON ts.transferId = tt.transferId
JOIN **transferStateChange** tsc
ON tsc.transferStateChangeId = ts.maxTransferStateChangeId
JOIN **transferParticipant** tp1
ON tp1.transferId = tt.transferId
AND tp1.transferParticipantRoleTypeId = {PAYER_DFSP}
AND tp1.ledgerEntryTypeId = {PRINCIPLE_VALUE}
JOIN **transferParticipant** tp2
ON tp2.transferId = tt.transferId
AND tp2.transferParticipantRoleTypeId = {PAYEE_DFSP}
AND tp2.ledgerEntryTypeId = {PRINCIPLE_VALUE}
WHERE tt.expirationDate < {transactionTimestamp}
end note
activate DB
TRANSFER_DAO <-- DB: Return list
deactivate DB
TRANSFER_DAO --> TIMEOUT_HANDLER: Return list
deactivate TRANSFER_DAO
end
loop for each transfer in the list
|||
note right of TIMEOUT_HANDLER #lightgray
**TODO**: <color #FF0000>Red</color> in the bellow messages is to be discussed with the DA
during review because at this point the referred data is not available.
end note
alt transferStateId == 'RECEIVED_PREPARE'
note right of TIMEOUT_HANDLER #yellow
Message:
{
id: <transferId>,
from: <payerParticipantId>,
to: <payeeParticipantId>,
type: application/json,
content: {
<color #FF0000>headers:</color> {
Content-Length: <Content-Length>,
Content-Type: <Content-Type>,
Date: <Date>,
X-Forwarded-For: <X-Forwarded-For>,
FSPIOP-Source: <FSPIOP-Source>,
FSPIOP-Destination: <FSPIOP-Destination>,
FSPIOP-Encryption: <FSPIOP-Encryption>,
FSPIOP-Signature: <FSPIOP-Signature>,
FSPIOP-URI: <FSPIOP-URI>,
FSPIOP-HTTP-Method: <FSPIOP-HTTP-Method>
},
payload: {
"errorInformation": {
"errorCode": 3303,
"errorDescription": "Transfer expired",
"extensionList": <transferMessage.extensionList>
}
}
},
metadata: {
event: {
id: <uuid>,
type: notification,
action: timeout-received,
createdAt: <timestamp>,
state: {
status: 'error',
code: <errorInformation.errorCode>
description: <errorInformation.errorDescription>
}
}
}
}
end note
TIMEOUT_HANDLER -> EVENT_TOPIC: Publish Notification event
activate EVENT_TOPIC
deactivate EVENT_TOPIC
else transferStateId == 'RESERVED'
note right of TIMEOUT_HANDLER #yellow
Message:
{
id: <transferId>,
from: <payerParticipantId>,
to: <payeeParticipantId>,
type: application/json,
content: {
<color #FF0000>headers:</color> {
Content-Length: <Content-Length>,
Content-Type: <Content-Type>,
Date: <Date>,
X-Forwarded-For: <X-Forwarded-For>,
FSPIOP-Source: <FSPIOP-Source>,
FSPIOP-Destination: <FSPIOP-Destination>,
FSPIOP-Encryption: <FSPIOP-Encryption>,
FSPIOP-Signature: <FSPIOP-Signature>,
FSPIOP-URI: <FSPIOP-URI>,
FSPIOP-HTTP-Method: <FSPIOP-HTTP-Method>
},
payload: {
"errorInformation": {
"errorCode": 3303,
"errorDescription": "Transfer expired",
"extensionList": <transferMessage.extensionList>
}
}
},
metadata: {
event: {
id: <uuid>,
type: position,
action: timeout-reserved,
createdAt: <timestamp>,
state: {
status: 'error',
code: <errorInformation.errorCode>
description: <errorInformation.errorDescription>
}
}
}
}
end note
TIMEOUT_HANDLER -> TOPIC_TRANSFER_POSITION: Route & Publish Position event
activate TOPIC_TRANSFER_POSITION
deactivate TOPIC_TRANSFER_POSITION
end
end
deactivate TIMEOUT_HANDLER
end
@enduml
| false | true | true | false | sequence |
7c8afe07749abba0e847fdce52413a28691faab3 | 372e13940be1f116c671dbb746617a331f06899e | /Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Extension/AnimationExtensions.puml | 5c86739b397644059a619f05a605efc00b85d4b2 | [] | no_license | guolifeng2018/CIGA-Game-Jam | 797734576510e27b5c5cee2eb17c1444f51d258c | fcd03e5579bef3bffe2cb51f52ba11a49a9cc02d | refs/heads/master | 2022-12-10T19:21:15.522141 | 2020-08-16T10:06:23 | 2020-08-16T10:06:23 | 285,986,041 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 323 | puml | @startuml
class AnimationExtensions <<static>> {
+ {static} GetAnimState(anim:Animation, clipName:string) : AnimationState
+ {static} Sample(anim:Animation, time:float, clipName:string, normalized:bool) : void
+ {static} Sample(animator:Animator, time:float, stateName:string, normalized:bool) : void
}
@enduml
| false | true | false | false | class |
e08573b85271c0493b6743e80eda8d28e8d0e946 | 6180d2f459e52ba2494532385294cb16554ff305 | /diagrams/state/state_plane.puml | c699879ca2f60be6bec4f8406494b5fa216dfddc | [] | no_license | MyraMidnight/VLN1_h16 | 2214cbc9106ac2f8504e81303df1338c49f89b2e | 5834fc1f8fae1f9db5baa333b9322c7fa6001ab9 | refs/heads/master | 2020-09-17T00:16:55.151798 | 2019-12-15T12:09:05 | 2019-12-15T12:09:05 | 223,929,419 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 439 | puml | @startuml
state "Laus" as available
available : "do/ sýna nafn, tegund og sætafjölda"
state "Í notkun (skráð í vinnuferð)" as inUse
inUse : "do/ sýna hvenær hún er næst laus (dags. og tími)"
inUse : "do/ sýna nafn áfangastaðar"
state "Í loftinu" as inFlight
inFlight: "do/ sýna flugnúmer"
[*] --> available : "flugvél skráð í kerfið"
available --> inUse
inUse --> inFlight
inFlight --> available
@enduml | false | true | true | false | sequence |
c7a956b9285696c946f2dc5927adaaac2207d73d | 462b9598f08a48ab835f0b189d4d344560965227 | /src/main/java/csheets/worklog/n1010500/sprint4/crm01_03_design01.puml | ae952bd9603cf93885c98f9ab82f2f6ffa944323 | [] | no_license | VitorMascarenhas/LAPR4-2016 | 19f5593b98b81763f77021fb04278ed231337028 | e53a5a46c0e09fbc155fb91f2010d50532de85d2 | refs/heads/master | 2020-03-19T10:31:05.321699 | 2018-06-06T19:49:19 | 2018-06-06T19:49:19 | 136,027,190 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 571 | puml | @startuml doc-files/crm01_03_design01.png
participant "User"
participant "ListTagsUI" as UI
User -> UI : List Tags Feature
create "TagsController" as ctrl
UI -> ctrl : create()
create "TagsTableModel" as table
UI -> table : create()
UI -> User : Show Tags table
User -> UI : addTag(tag)
UI -> ctrl : b = createTag(tag)
create "TagFactory" as TagF
participant "tagRepository" as rep
ctrl -> TagF : t = newTag(tag)
ctrl -> rep : b = add(t)
UI -> table : reloadTable()
UI -> User : Show new Tags table
@enduml | false | true | false | false | sequence |
06dd7736e7b550bafbc63831aa51bcae2d819719 | 625c1de531d6a105749805223c3af2a8c089c6eb | /docs/diagrams/AddDeadlineActivityDiagram.puml | 2f9fd289f194a2d7cf93f87bbce9edc518363ef0 | [
"MIT"
] | permissive | Kzrthikz/main | e0d61980b6311c26741663c071d6c2832f331ed8 | 07a04e513569577501264502bd570b19057bd0c4 | refs/heads/master | 2020-08-01T12:52:05.268706 | 2019-11-11T04:53:09 | 2019-11-11T04:53:09 | 211,003,137 | 1 | 0 | NOASSERTION | 2019-09-26T04:58:42 | 2019-09-26T04:58:41 | null | UTF-8 | PlantUML | false | false | 401 | puml | @startuml
start
:User executes an AddDeadlineCommand;
if () then ([valid command])
:Instantiate a Deadline
object with its
respective parameters;
: Execute
AddDeadlineCommand;
:Update the DeadlineList
of the module,
Deadline plane in UI
and storage;
else ([else])
:Throw an exception;
:Update UI to notify user
with the error message;
endif
stop
@enduml
| false | true | false | false | activity |
3d559bdd0c9968ddd5c1b8007b2da1b075a28ed1 | 0970ce5fb773949b568411f3af3f850dae700896 | /SE/puml/RequestOn.puml | 45d186261aa277288bbc67f7ed8ae48ca14bb88d | [
"WTFPL"
] | permissive | Sami116/playground | 1eef7f90e790489a420fc6af64572552d272720a | e0f62f7426980edb45757b5f8ef54dab25b1cd35 | refs/heads/master | 2023-09-05T15:28:32.441775 | 2021-11-21T01:56:10 | 2021-11-21T01:56:10 | 494,672,457 | 1 | 0 | WTFPL | 2022-05-21T03:44:29 | 2022-05-21T03:44:28 | null | UTF-8 | PlantUML | false | false | 1,034 | puml | @startuml RequestOn
participant c as "c: Customer" order 1
participant cc as "cc: CustomerController" order 2
participant s as "s: Service" order 4
participant db as "dbFacade: DBFacade" order 5
participant m as "m: RequestOnMapper" order 6
participant i as "inWaitRequest" order 7
participant w as "inWaitList: list<Request>" order 8
c -> cc: 1. RequestOn(RoomID, CurrentRoomTemp)
activate cc
alt RequestNumber <= MaxRequsetNumber
cc -> s: 2. <<create>>
s -> db: 3. insertRequestOn
activate db
db -> db: 4. getMapper
db -> m: 5. insert(RequestOn)
activate m
db <-- m: 6. Return(isOK)
deactivate m
s <-- db: 7. Return(isOK)
deactivate db
cc -> s: 8. update
activate s
cc <-- s: 9. Return(OK)
deactivate s
c <-- cc: 10. Return(Mode, TargetTemp, FeeRate, Fee)
else else
cc -> i: 11. <<create>>
cc -> i: 12. Update
activate i
cc <-- i: 13. Return(isOK)
deactivate i
cc -> w: 14. Add(inWait)
activate w
cc <-- w: 15. Return(isOK)
deactivate w
cc -> cc: 16. save
c <-- cc: 17. Return(State=.wait)
end
deactivate cc
@enduml | false | true | false | false | sequence |
9a97062039344fb7413c5858aa0945ef7eaa060e | e15413bf56f8405e3f54556efac8d9dcf70863cb | /Wasteless-app/wasteless-server/src/main/java/wasteless/server/diagrams/sequenceDiagram.puml | f71a012d28671a368295b7fa15dfc30864a6d13b | [] | no_license | sd-2020-30431/assignment-2-cezarasabou | 901d0b605ac3cd374eff28f958ab845f9d5f829c | f3bfda99dad3f12326b9ff1cc41d2fbfb12b9d38 | refs/heads/master | 2023-01-14T01:25:19.393086 | 2020-04-18T15:47:19 | 2020-04-18T15:47:19 | 249,999,198 | 0 | 0 | null | 2023-01-07T17:08:31 | 2020-03-25T14:21:57 | Java | UTF-8 | PlantUML | false | false | 304 | puml | @startuml
!define DARKORANGE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
Client -> Server: Authentication Request
Server --> Client: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml | false | true | false | false | sequence |
c1e44d619b6c328f33ec7dd119aa437433aed30e | f2b3f0970d1b8c52a9cec82be4107ffe1f33a8a2 | /lei20_21_s4_2dk_03/docs/TASKS/UC13-1006#18/DefinirFluxoDeAtividade.puml | a838a31bb30765cf52413fe39a86e639f540dba5 | [
"MIT"
] | permissive | antoniodanielbf-isep/LAPR4-2021 | b98ed96809e4726957ede0904b4265825a1083c6 | f665064e65cc4f917514c10950af833f053c9b3b | refs/heads/main | 2023-05-31T14:29:45.364395 | 2021-06-20T17:55:26 | 2021-06-20T17:55:26 | 378,706,704 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,307 | puml | @startuml
'http://plantuml.com/skinparam.html
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
autonumber
'ACTOR'
actor Gestor_De_Recursos_Humanos as GRH
'PRESENTATION'
participant EspecificarServicoUI as UI<<presentation>>
'APPLICATION'
participant EspecificarServicoController as Controller <<application>>
'DOMAIN'
participant Servico as Servico <<domain>>
participant FluxoDeAtividade as FluxoDeAtividade <<domain>>
participant AtividadeManual as AtividadeManual <<domain>>
participant AtividadeAutomatica as AtividadeAutomatica <<domain>>
participant Slot as Slot <<domain>>
participant Equipa as Equipa<<domain>>
participant Colaborador as Colaborador<<domain>>
participant FluxoDeAtividadeBuilder as FluxoDeAtividade<<builder>>
'PERSISTENCE'
participant PersistenceContext as Persistence <<persistence>>
participant RepositoryFactory as Factory <<factory>>
'REPOSITORY'
participant FluxoDeAtividadeRepository as FluxoDeAtividadeRepository <<repository>>
participant AtividadeRepository as AtividadeRepository <<repository>>
participant SlotRepository as SlotRepository <<repository>>
participant ColaboradorRepository as ColaboradorRepository<<repository>>
'SD->DESIGN'
GRH->UI: inicia a definição do \nfluxo de atividade
activate UI
UI->GRH:pergunta em que data entrará em vigor\no fluxo e se este é no sentido restrito\nou sentido lato
GRH->UI:insere os dados pedidos
UI->Controller:iniciarDefinicaoFluxoDeAtividade(dataEntradaEmVigor,horaEntradaEmVigor,sentidoDeAplicacao)
activate Controller
Controller --> Persistence: repositories()
activate Persistence
note right of Persistence: pode criar repositório em memória ou JPA
Persistence --> RepositoryFactory: create()
activate RepositoryFactory
Persistence --> Controller: factory()
deactivate Persistence
'inicializar repositórios'
Controller->RepositoryFactory:fluxosDeAtividade()
activate FluxoDeAtividadeRepository
RepositoryFactory-->FluxoDeAtividadeRepository:create()
Controller->RepositoryFactory:atividades()
RepositoryFactory-->AtividadeRepository: create()
activate AtividadeRepository
Controller->RepositoryFactory:equipas()
RepositoryFactory-->EquipaRepository: create()
activate EquipaRepository
Controller->RepositoryFactory:colaboradores()
RepositoryFactory-->ColaboradorRepository: create()
activate ColaboradorRepository
Controller->RepositoryFactory:slots()
RepositoryFactory-->SlotRepository: create()
activate SlotRepository
deactivate RepositoryFactory
Controller->FluxoDeAtividade:create()
activate FluxoDeAtividade
UI->GRH: pergunta quantas atividades \npretende especificar
GRH->UI:insere a quantidade de atividades que pretende associar ao fluxo
loop Pedido de informação da atividade
UI->GRH:mostra os tipos de atividade e pede que escolha\no tipo em que a atividade se enquadra
GRH->UI:seleciona o tipo de atividade
note right: Dependendo do tipo de atividade será acionado um fluxo diferente, mas caso ela seja de aprovação será manual enquanto que se for de resolução tanto pode ser manual como automática\n
alt GRH->UI:escolhe atividade manual
UI->GRH:pede informações sobre a atividade (descrição, \na ordem de execução e delay)
GRH->UI:insere os dados pedidos
UI->Controller:novaAtividadeManual(ordemExecucao,descricao,delay)
Controller->AtividadeManual:atividadeManual=create(descricao,delay)
activate AtividadeManual
UI->GRH:pergunta se pretende adicionar equipa responsável \nou colaboradores específicos
alt Equipa
GRH->UI:escolhe equipa
UI->Controller: mostrarTodasAsEquipas()
Controller->EquipaRepository:findAll()
Controller->UI:mostrar lista de equipas
UI->GRH:Mostra a lista de equipas e\npergunta quem pode efetuar a atividade (equipa)
GRH->UI:seleciona id da equipa
UI->Controller:adicionarEquipaParaResolver(CodigoUnicoEquipa)
Controller->EquipaRepository:equipa=ofIdentity(CodigoUnicoEquipa)
deactivate EquipaRepository
activate Equipa
Controller->AtividadeManual:associarEquipaParaEfetuarAtividade(equipa)
else Colaboradores
GRH->UI:colaboradores
UI->Controller:mostrarTodosOsColaboradores()
Controller->ColaboradorRepository:findAll()
Controller->UI: mostrar lista de colaboradores
UI->GRH:Quantos pretende associar
GRH->UI:quantidade a associar
loop para o numero de colaboradores a associar
UI->GRH:pede que introduza o mecanographicNumber
GRH->UI:insere o mecanographicNumber
UI->Controller:associarColaborador(mecanographicNumber)
Controller->ColaboradorRepository:colab=ofIdentity(mecanographicNumber)
deactivate ColaboradorRepository
Controller->AtividadeManual:associarColaborador(colab)
note right: adiciona à lista
end loop
end
UI->GRH: pergunta se pretende associar um formulario a atividade manual
alt escolhe formulario
GRH->UI: insere o formulario
note right: interaction use sd:definirFormulario
end
Controller->AtividadeRepository:save(atividadeManual)
Controller->Slot:slot=create(ordemExecucao,atividadeManual)
activate Slot
Controller->SlotRepository:save(slot)
Controller->FluxoDeAtividade:associarSlotComAtividade(slot)
deactivate Slot
deactivate AtividadeManual
else Atividade Automática
GRH->UI:escolhe atividade automática
UI->GRH:pede informações sobre a atividade (descrição, \na ordem de execução e delay)
GRH->UI:insere a descrição
UI->GRH:pede o script para realizar a Atividade automática
GRH->UI:indica o script a associar
UI->Controller:novaAtividadeAutomatica(descricao,script,delay)
Controller->AtividadeAutomatica:atividadeAutomatica=create(descricao,delay,ficheiroScript)
activate AtividadeAutomatica
Controller->AtividadeRepository:save(atividadeAutomatica)
Controller->Slot:slot=create(ordemExecucao,atividadeAutomatica)
activate Slot
Controller->SlotRepository:save(slot)
Controller->FluxoDeAtividade:associarSlotComAtividade(slot)
deactivate AtividadeAutomatica
deactivate Slot
end
end
Controller->Servico:associarFluxoAtividade(fluxoAtividade)
note right:Associar o fluxo ao serviço(e guardar no repositorio) e posteriormente\n continua o uc no SD principal
Controller->FluxoDeAtividadeRepository:save(fluxo)
deactivate AtividadeRepository
deactivate SlotRepository
deactivate FluxoDeAtividade
deactivate FluxoDeAtividadeRepository
deactivate Controller
deactivate UI
@enduml | false | true | true | false | usecase |
46cc5dde6a173926113e338a573290f40002a863 | d3f921b9e488b1d7e2fa86d01a2e6855219b1d05 | /fdv.session.handler/fdv.session.handler.plantuml | 1a6a6dca58d67f31bbf6ff6680bf1920ddc8ed27 | [
"Apache-2.0"
] | permissive | gematik/ref-ePA-FdV-Modul | d50e244d781702b95a9a31dc4efee09765546d79 | 2c6aba13f01c4fb959424342a5fa8ce1660ffad4 | refs/heads/master | 2022-01-19T20:31:23.703274 | 2022-01-07T07:24:03 | 2022-01-07T07:24:03 | 239,501,237 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 299 | plantuml | @startuml
namespace de.gematik.ti.epa.fdv.session.handler {
class de.gematik.ti.epa.fdv.session.handler.ServiceLocalizerLoader {
}
}
namespace de.gematik.ti.epa.fdv.session.handler {
class de.gematik.ti.epa.fdv.session.handler.ServiceLocalizerLoaderTest {
}
}
@enduml
| false | true | false | false | class |
912bc18da8468930929171814c52687482d35c9f | eff3336116f210db5c27e07d1ef1a0db7c0ef108 | /puml/SaveCartUseCases.puml | 914cf4272016cdaf597f5d93abba60dd7accccaa | [
"CC0-1.0"
] | permissive | sharpninja/mini-mon-architecture | db15f858deeafe5206c118ef76635bf2fb121b9e | 92f50ae63f086fd5a0534b758e834ab6a435ddd3 | refs/heads/main | 2023-05-28T18:53:07.073509 | 2021-05-03T10:40:59 | 2021-05-03T10:40:59 | 363,542,457 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 128 | puml | @startuml "Use Cases"
title Save Cart Use Cases
actor "User" as user
user -> (Save Cart)
(Write-Data) --|> (Save Cart)
@enduml
| false | true | false | false | usecase |
02cde1c206aad598dacf9f2b5f2bdc84da54b9e5 | 91b6634313e48d08906d7e65932ef42d1e0b9495 | /part0/0.5.puml | 4f390d280ead55e99058ab60119841f826c26d13 | [] | no_license | jarkkom/fullstackhy2020 | 68617d32a21ca499781bafaf38a58f6aeec8941a | 0e34d8a932926a984e63b082d0f4a277dd47a523 | refs/heads/master | 2023-01-21T02:29:43.264745 | 2020-07-01T18:30:32 | 2020-07-01T18:30:32 | 248,062,843 | 0 | 0 | null | 2023-01-06T10:21:27 | 2020-03-17T20:05:35 | JavaScript | UTF-8 | PlantUML | false | false | 617 | puml | @startuml
browser -> server: GET https://fullstack-exampleapp.herokuapp.com/spa
server --> browser: returns HTML document
browser -> server: GET https://fullstack-exampleapp.herokuapp.com/spa.js
server --> browser: returns Javascript file
note over browser
Executes Javascript in spa.js
Requests /data.json with XMLHTTPRequest
end note
browser -> server: GET https://fullstack-exampleapp.herokuapp.com/data.json
server --> browser: return JSON document
note over browser
On request completion, parses Javascript document
Creates list element and appends all entries in JSON as list items to DOM
end note
@enduml | false | true | false | false | sequence |
8d9fe3a73d649278220565422c6bdd1fb8798701 | 573fd3fb5867c0f26fb2906f0478b234956e713f | /whitepaper/server-side-transaction-signing-deployment-diagram.puml | 76036723e13371727477e882f78f608e80a149c3 | [
"Apache-2.0"
] | permissive | RafaelAPB/blockchain-integration-framework | 65cd73a7115069d343da7d269db45918710a7bbd | 89d5102496adfe98a542a373e805dc38ecb8f269 | refs/heads/main | 2023-08-07T02:19:05.864116 | 2023-04-12T00:41:07 | 2023-04-14T07:37:08 | 241,220,244 | 5 | 0 | Apache-2.0 | 2023-05-24T02:04:39 | 2020-02-17T22:22:43 | TypeScript | UTF-8 | PlantUML | false | false | 1,074 | puml |
@startuml Server Side Transaction Signing
!include <tupadr3/common>
!include <tupadr3/font-awesome/mobile>
!include <tupadr3/font-awesome/database>
!include <tupadr3/font-awesome/key>
!include <tupadr3/font-awesome/server>
title Hyperledger Cactus\nServer Side Transaction Signing
left to right direction
' allow_mixing
skinparam DefaultTextAlignment center
skinparam Linetype ortho
skinparam sequenceArrowThickness 2
skinparam roundcorner 5
skinparam maxmessagesize 30
skinparam sequenceParticipant underline
actor "Application User" as actor1 <<identity owner>>
FA_MOBILE(mobiledevice,"Mobile Device")
FA_SERVER(cactusserverside,"Hyperledger Cactus Server Side\n<size:30><&key></size>")
note bottom of cactusserverside #LightSkyBlue
<size:20><&key></size> <b>Private key of user resides on Hyperledger Cactus server side</b>
end note
FA_DATABASE(dlt,"Distributed Ledger")
actor1 ..|> mobiledevice: Decides to execute transaction
mobiledevice ..|> cactusserverside: Send unsigned transaction data
cactusserverside ..|> dlt: Send signed transaction data
@enduml
| false | true | false | false | usecase |
18728a30c09cd6a008e69b9f7802a565a8595690 | 5182c071d0316eff5aad407dff1872e3ef8f0c10 | /readmeFiles/RequestStatus.iuml | f2b5510c138a444db67a748fda70c52987a25939 | [
"Apache-2.0"
] | permissive | fh-erfurt/1234Altwagen | 99bdd696c68b32fb20577ab5b6b411d65853eaae | 3a90aa709cbfb481a74cdaa94ea16c7579c9c7a0 | refs/heads/master | 2020-08-29T12:27:59.230959 | 2020-08-03T17:08:57 | 2020-08-03T17:08:57 | 218,030,883 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 94 | iuml | @startuml
enum RequestStatus {
+PENDING
+ACCEPTED
+DENIED
+CANCELLED
}
@enduml | false | true | false | false | class |
f74466ff7a953b96f8d7f829381b6a8c4f73a031 | 317138d37430f9f52d740b823ba81162886cd8d9 | /main/src/main/java/com/anniefraz/dissertation/main/algorithms/algorithms.plantuml | 43f85b1a51463c8abafc1a219df1a8712f7e408c | [] | no_license | AnnieFraz/GIN | dffb35140a7080d6a9b814f986225dda1240f1ec | e3dfe1e87cea21b4897399fb5e64a48ba9d67e1a | refs/heads/master | 2021-10-26T00:15:41.820527 | 2019-02-27T12:23:43 | 2019-02-27T12:23:43 | 150,884,121 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,390 | plantuml | @startuml
title __ALGORITHMS's Class Diagram__\n
package com.anniefraz.dissertation.main.algorithms {
class GAMain {
{static} - ITERATIONS : int
{static} - editNumberSeed : int
{static} - noofEditsNoRandom : int
{static} - compileSuccess : boolean
{static} - LOG : Logger
{static} ~ APPLICATIONCONTEXT : ApplicationContext
{static} - PATHNAME : String
{static} - RESULTWRITER : CSVResultWriter
{static} - genetic : GA
{static} + main()
{static} - initialise()
{static} - getGa()
{static} - secondPopulation()
}
}
package com.anniefraz.dissertation.main.algorithms {
class HCMain {
{static} - LOG : Logger
{static} ~ APPLICATIONCONTEXT : ApplicationContext
{static} - PATHNAME : String
{static} - ITERATIONS : int
{static} - editNumberSeed : int
{static} - noofEditsNoRandom : int
{static} - compileSuccess : boolean
{static} - RESULTWRITER : CSVResultWriter
{static} - genetic : GA
{static} + main()
{static} - initialise()
{static} - getHillClimbing()
}
}
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 |
b952d121cc986ed6c4ee60da82a19df9ae093cb2 | d48322c0aad6c3312b00a71f926914a34a0be1b0 | /src/main/java/view/interfaceTool/interfaceTool.puml | e2dc27ce90b8762ba15310f9afcd0e5d127b1330 | [] | no_license | xloypaypa/HomeworkFramework | 3dbf75dd310d1af6a80e312d7c8007e4f14dcf4a | 83cc2bc866aa5955e1308572e0f6eb77b3c10f9a | refs/heads/master | 2020-05-18T02:47:18.887917 | 2015-08-18T07:57:54 | 2015-08-18T07:57:54 | 37,009,888 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,279 | puml | @startuml
abstract class AbstractComponent extends JPanel {
# extraComponentSet:Set<AbstractExtraComponent>
# visitablePanel:JPanel
__
+ AbstractComponent()
+ void addSubComponent (AbstractExtraComponent subComponent)
+ void removeSubComponent (AbstractExtraComponent subComponent)
+ void removeAllSubComponent()
+ AbstractExtraComponent getSubComponent(String componentName)
+ void setVisitableBounds(Rectangle r)
+ void setVisitableBounds(int x, int y, int width, int height)
+ Rectangle getVisitableBounds()
--override panel method--
+ void setSize(Dimension d)
+ void setSize(int width, int height)
+ void setBounds(Rectangle r)
+ void setBounds(int x, int y, int width, int height)
--update components' size--
# void updateAllComponentSize()
--abstract method--
# {abstract} void updateBounds();
# {abstract} void updateVisitableBounds();
}
abstract class AbstractExtraComponent extends JPanel {
# componentCallBack: JComponent;
__
+ AbstractExtraComponent()
+ void setComponentCallBack(JComponent component)
+ {abstract} void updateBoundsWithCallBackComponent()
}
package title {
interface TitleAbleComponent {
+void setTitle(String title)
+String getTitle()
}
interface InputAbleComponent {
+void setWords(String words)
+String getWords()
+void clearWords()
}
abstract class ComponentWithTitle extends AbstractComponent implements TitleAbleComponent {
- title:Title
+ ComponentWithTitle()
+ void setTitle(String title)
+ String getTitle()
# void updateVisitableBounds()
}
class Title extends AbstractExtraComponent implements TitleAbleComponent {
- label:JLabel
+Title()
+void setTitle(String title)
+String getTitle()
+void updateBoundsWithCallBackComponent()
}
class InputWithTitle extends ComponentWithTitle implements InputAbleComponent {
# JTextField textField;
__
--instance--
+ InputWithTitle()
# void buildTextField()
--method--
+ void setName(String name)
+ void setWords(String words)
+ String getWords()
+ void clearWords()
+ JTextField getTextField()
+ void setFocus()
# void updateBounds()
}
class PasswordWithTitle extends InputWithTitle {
# void buildTextField()
}
class InputWithLeftTitle extends InputWithTitle {
- titleWidth:int
+ InputWithLeftTitle()
+ void setTitleWidth(int width)
+ int getTitleWidth()
# void updateVisitableBounds()
# void updateBounds()
}
class ChoiceBarWithTitle extends ComponentWithTitle {
# comboBox:JComboBox<Object>;
__
--instance--
+ ChoiceBarWithTitle()
--data operation--
+ void addChoice(Object item)
+ void removeChoice(Object item)
+ void removeAllChoice()
+ void setChoices(Vector<Object> a)
--other operation--
+ Object getChoosenItem()
+ void addSelectAction(ActionListener listener)
+ void setSelectedItem(String item)
+ JComboBox<Object> getComboBox()
# void updateBounds()
}
class ChoiceButtonWithTitle extends ComponentWithTitle {
-horizontalRadioButtons:HorizontalRadioButtons;
+ ChoiceButtonWithTitle()
+ JRadioButton addChoose(String name,int width)
+ void removeChoose(String name)
+ void removeChoose(JRadioButton b)
+ JRadioButton getChoosen()
# void updateBounds()
}
}
package button {
interface ComponentWithButtons {
+ AbstractButton addButton(String name, int width, ActionListener action)
+ AbstractButton addButton(String name, ActionListener action)
+ AbstractButton addButton(String name)
+ AbstractButton addButton(String name, int width)
+ AbstractButton addBreak(int width)
+ AbstractButton addBreak()
+ void removeButton(AbstractButton button)
+ void removeButton(String buttonName)
+ void removeAllButtons()
}
abstract class AbstractButtons extends AbstractComponent implements ComponentWithButtons {
- buttons:Vector<AbstractButton>
+ AbstractButtons()
+ void removeButton(AbstractButton button)
+ void removeButton(String buttonName)
+ void removeAllButtons()
# void updateAllComponentSize()
# void updateVisitableBounds()
# AbstractButton getNewButton(String name)
# void addButtonToThis(AbstractButton button)
}
class Button extends AbstractExtraComponent {
- button:JButton;
+ Button()
+ void addActionListener(ActionListener actionListener)
+ void removeActionListener(ActionListener actionListener)
+ void updateBoundsWithCallBackComponent()
}
class HorizontalButtons extends AbstractButtons {
+ AbstractButton addButton(String name, int width, ActionListener action)
+ AbstractButton addButton(String name, ActionListener action)
+ AbstractButton addButton(String name)
+ AbstractButton addButton(String name, int width)
+ AbstractButton addBreak(int width)
+ AbstractButton addBreak()
# void updateBounds()
}
class HorizontalRadioButtons extends HorizontalButtons {
- group:ButtonGroup
+ HorizontalRadioButtons()
+ void removeButton(AbstractButton button)
+ void removeAllButtons()
+ JRadioButton getChoosen()
# AbstractButton getNewButton(String name)
# void addButtonToThis(AbstractButton button)
}
class VerticalButtons extends AbstractButtons {
+ AbstractButton addButton(String name, int height, ActionListener action)
+ AbstractButton addButton(String name, ActionListener action)
+ AbstractButton addButton(String name)
+ AbstractButton addButton(String name, int height)
+ AbstractButton addBreak(int height)
+ AbstractButton addBreak()
# void updateBounds()
}
}
ChoiceButtonWithTitle <--* HorizontalRadioButtons
@enduml | false | true | false | false | class |
08da6d79c8ccb1ff599e1b93a89d39dc912c9d6b | e5ea2828a8404d953d4bffad45162b91b433a5b7 | /doc/Tangram_light.plantuml | ff79f75cdc9a6b79a7690f409d61303c4252e91d | [] | no_license | Eradan94/Tangram | 6d6f0474fb5a42fdb3303d862ad1a47a6bd95a29 | f23d730473f344879fce412f7a52373929cfc81a | refs/heads/master | 2020-11-24T15:04:49.820316 | 2020-03-20T14:59:54 | 2020-03-20T14:59:54 | 228,205,866 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,149 | plantuml | @startuml
Class Main
Package Controller {
Interface Clickable<CoordinateType>
Class Action
Class ActionManager
Class FileUtils
Class Game
Class GameBuilder
Class GameManager
Class Preferences
}
Package Model {
Interface Shape<CoordinateType>
Class Piece<CoordinateType>
Class Point<CoordinateType>
Class Triangle<CoordinateType>
}
Package View {
Interface Drawable
Class Button
Class Menu
}
Main *-- GameManager
Game --> GameManager
Clickable <|.. Button
Clickable <|.. Shape
ActionManager *-- "0..*" Action
ActionManager o-- Game
ActionManager o-- Menu
ActionManager --> Preferences
Game --* "0..*" Shape
Game --* Piece
Game --> GameBuilder
Game --> Point
Game --> Preferences
GameBuilder o-- Game
GameManager *-- Game
GameManager *-- Menu
GameManager *-- ActionManager
GameManager --> Preferences
Shape <|.. Piece
Shape <|.. Point
Shape <|.. Triangle
Shape --> Point
Piece --* "0..*" Triangle
Piece --> Point
Point --> Preferences
Triangle *-- "3" Point
Drawable <|.. Button
Drawable <|.. Menu
Drawable <|.. Shape
Button --> Point
Menu *-- "0..*" Button
Menu *-- "0..*" Shape
@enduml | false | true | false | false | class |
68a9b2245c2588a171ffbb9ef91c8146ca35128a | cb1bdaea1cc52faec0b4614ea5adb47852bc5c13 | /app/src/main/java/com/utilisateur/orthomem/adapters/adapters.plantuml | 74057ce02860a7d24b86825454b41040a46d199a | [] | no_license | rv25oc/orthomem | 88e6c775438c02a58fdbadbfc28104c4a4ec9287 | 8c5679a3a94f742c9356a9cdf484b74a4a27c058 | refs/heads/master | 2020-03-21T15:56:09.569758 | 2018-10-09T11:09:08 | 2018-10-09T11:09:08 | 136,359,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,697 | plantuml | @startuml
title __ADAPTERS's Class Diagram__\n
package com.utilisateur.orthomem {
package com.utilisateur.orthomem.adapters {
class ExerciceListRecyclerViewAdapter {
- mExercicesList : ArrayList<Exercice>
+ onCreateViewHolder()
+ getItemCount()
+ getExerciceFromPosition()
+ ExerciceListRecyclerViewAdapter()
+ onBindViewHolder()
}
}
}
package com.utilisateur.orthomem {
package com.utilisateur.orthomem.adapters {
interface FavoriteIconListener {
{abstract} + onClickFavoriteIcon()
}
}
}
package com.utilisateur.orthomem {
package com.utilisateur.orthomem.adapters {
class WordListRecyclerViewAdapter {
- mWordsList : List<Word>
+ onCreateViewHolder()
+ onBindViewHolder()
+ getItemCount()
+ getWordFromPosition()
+ WordListRecyclerViewAdapter()
}
}
}
package com.utilisateur.orthomem {
package com.utilisateur.orthomem.adapters {
interface CheckBoxListener {
{abstract} + onClickCheckBox()
}
}
}
ExerciceListRecyclerViewAdapter -up-|> Adapter
ExerciceListRecyclerViewAdapter o-- FavoriteIconListener : mCallback
ExerciceListRecyclerViewAdapter +-down- FavoriteIconListener
WordListRecyclerViewAdapter -up-|> Adapter
WordListRecyclerViewAdapter o-- CheckBoxListener : mCallback
WordListRecyclerViewAdapter +-down- CheckBoxListener
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 |
2ba46fe1f4cf2d2b345ad50b8b30996dd04e2d02 | 1c4bf5d81cf7b50cc7565b606a66585e05eb5e07 | /state-ptask.puml | b062b58d4a5de45213dfe132eae1003decb29306 | [] | no_license | Crashedmind/plantuml-generator-github-action-test | 33e0842d7cabe75216289e1dce13f5c3293d0750 | 9eb1f2ac64a19ef979873bc34a76f87cc8d59a52 | refs/heads/master | 2022-05-30T22:53:00.666222 | 2020-04-30T20:10:53 | 2020-04-30T20:10:53 | 259,991,612 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,238 | puml | ' https://github.com/ebu/OSCIED/blob/7eebadfef2a47c55db0cdc1a2e4c653a613e27ec/docs/david/uml/state-ptask.txt
@startuml
skinparam state {
FontColor white
AttributeFontColor white
FontSize 17
AttributeFontSize 15
AttributeFontname Droid Sans Mono
BackgroundColor #527BC6
BorderColor black
ArrowColor #222266
}
[*] -right-> PENDING
PENDING -right-> STARTED
STARTED -down-> PROGRESS
PROGRESS -right-> FAILURE
PROGRESS -down-> REVOKED : <b> Revoked</b>\nby user
PROGRESS -left-> SUCCESS
FAILURE --> [*]
REVOKED --> [*]
SUCCESS --> [*]
PENDING : <b>statistic attribute</b>
PENDING : add_date 2013-01-06 05:01
PENDING : <b>task state metadata</b>
STARTED : <b>statistic attribute</b>
STARTED : add_date 2013-01-06 05:01
STARTED : <b>task state metadata</b>
STARTED : pid <i>of worker</i>
STARTED : hostname <i>of worker</i>
PROGRESS : <b>statistic attribute</b>
PROGRESS : add_date 2013-01-06 05:01
PROGRESS : <b>task state metadata</b>
PROGRESS : start_date 2013-01-06 05:02
PROGRESS : elapsed_time 00:15:18
PROGRESS : eta_time 00:03:12
PROGRESS : media_size 23729373055
PROGRESS : publish_size 18874368000
PROGRESS : percent 80
SUCCESS : <b>statistic attribute</b>
SUCCESS : add_date 2013-01-06 05:01
SUCCESS : <b>task state metadata</b>
SUCCESS : result {
SUCCESS : start_date 2013-01-06 05:02
SUCCESS : elapsed_time 00:18:30
SUCCESS : eta_time <b>00:00:00</b>
SUCCESS : media_size 23729373055
SUCCESS : publish_size 23729373055
SUCCESS : percent <b>100</b>
SUCCESS : hostname publisher-0
SUCCESS : pid 18307
SUCCESS : }
RETRY : <b>statistic attribute</b>
RETRY : add_date 2013-01-06 05:01
RETRY : <b>task state metadata</b>
RETRY : result <i>exception</i>
RETRY : traceback <i>stack trace</i>
FAILURE : <b>statistic attribute</b>
FAILURE : add_date 2013-01-06 05:01
FAILURE : error (=result)
FAILURE : error_details (...)
FAILURE : <b>task state metadata</b>
FAILURE : result <i>exception</i>
FAILURE : traceback <i>stack trace</i>
REVOKED : <b>statistic attribute</b>
REVOKED : add_date 2013-01-06 05:01
REVOKED : <b>task state metadata</b>
@enduml | false | true | false | false | sequence |
5b8005991ced69ca9ec2e37533be740adf856726 | 58f5766244826918a3cf79312f861f76c5aa6f7d | /Documents/uml/Services/SaveFileDialogService.puml | d5eefe72e56ff92ad9a10f7ab86946d96ec2e0a9 | [
"MIT"
] | permissive | BillKrat/CsvEditSharp | 3835aa9d7955a33830be47b044d3c05763c68dff | a91334a8aa1b08c4f7fe38116892b088e92d4da4 | refs/heads/master | 2022-01-28T15:31:06.719793 | 2019-07-28T11:39:25 | 2019-07-28T11:39:25 | 198,216,226 | 0 | 1 | MIT | 2019-07-22T12:10:45 | 2019-07-22T12:10:44 | null | UTF-8 | PlantUML | false | false | 179 | puml | @startuml
class SaveFileDialogService {
+ SelectFile(title:string, filter:string, initialDirectory:string) : string
}
IFileSelectionService <|-- SaveFileDialogService
@enduml
| false | true | false | false | class |
c4cdfc7b6a38d39e31643dcbd64805c6b512a12c | 89cc76f22024db9c6243aac5cc1c2a231de11133 | /UML Files/sample.puml | fa2aa11e1ecb2b0530b646d53e388e70090743fd | [] | no_license | egor-baranov/Neko | 194ff9e53200f20665067fcaa28536bc1dd51a90 | 00fbca3b171f1c82c966475117c38c87d6d0b106 | refs/heads/master | 2023-09-05T13:32:11.113685 | 2021-11-19T01:14:40 | 2021-11-19T01:14:40 | 233,147,498 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 191 | puml | @startuml
SeregaGei -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml | false | true | false | false | sequence |
24a7ab03f35d0c1d415ea96cd21c5df191175593 | 57515bfad33d5ab1e68cccc924700e88316e19b9 | /DiagramaClases/Clases/Ciudades.puml | ede504ded9a4bb6d4a624b040c15183cf38eb525 | [] | no_license | NicolasBachs/DocumentacionZMGestion | 0e42009bf3bbf4d244e85a8545997c880f233074 | a099ddb44b8911b8428b9c4bdc2f9156c480af47 | refs/heads/master | 2023-01-27T17:57:29.235074 | 2020-12-02T15:35:21 | 2020-12-02T15:35:21 | 232,633,959 | 1 | 0 | null | 2020-01-08T18:44:12 | 2020-01-08T18:44:11 | null | UTF-8 | PlantUML | false | false | 132 | puml | @startuml Ciudades
hide circle
class Ciudades{
idCiudad: int
idPais: int
idProvincia: int
ciudad: string
}
@enduml | false | true | false | false | class |
014de96971ada20130eb05ac7f83550fe3bc9a64 | 605cac101260b1b451322b94580c7dc340bea17a | /malokhvii-eduard/malokhvii03/doc/plantuml/ua/khpi/oop/malokhvii03/text/Anagrams.puml | 4c8d56b93efe7c54cf55931d2b59ff173d55383f | [
"MIT"
] | permissive | P-Kalin/kit26a | fb229a10ad20488eacbd0bd573c45c1c4f057413 | 2904ab619ee48d5d781fa3d531c95643d4d4e17a | refs/heads/master | 2021-08-30T06:07:46.806421 | 2017-12-16T09:56:41 | 2017-12-16T09:56:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 889 | puml | @startuml
class Anagrams {
{static} +DEFAUL_WORD_PATTERN: String
-Anagrams()
{static} +findAllAnanyms(CharSequence, String): Collection<Ananym>
{static} +findAllAnanyms(Iterable<CharSequence>): Collection<Ananym>
{static} +findAllAnanyms(Iterable<CharSequence>, String): Collection<Ananym>
{static} +findAllAnanymsInString(Iterable<String>): Collection<Ananym>
{static} +findAllAnanymsInString(Iterable<String>, String): Collection<Ananym>
{static} +findAllPalindromes(Iterable<CharSequence>): Collection<CharSequence>
{static} +findAllPalindromes(Iterable<CharSequence>, String): Collection<CharSequence>
{static} +findAllPalindromesInString(Iterable<String>): Collection<String>
{static} +findAllPalindromesInString(Iterable<String>, String): Collection<String>
}
@enduml
| false | true | false | false | class |
3f3464fb7ca8b839e79a481f9237686454995e00 | 59e95a91544586a24cf34dc1a489b4dd74c15fb8 | /test/.puml/fork-state-diagram.puml | efbaa8b0ecf6725cdb53d7b665926b94ca42c121 | [] | no_license | devtestlabs-xyz/plantuml-client-container | 70748104798f08b87d927be051d1aef0b97f2f93 | 561f0cc8f90fc39ab77386b1f270b6b3273a0329 | refs/heads/master | 2021-02-11T09:58:18.469181 | 2020-03-04T21:53:34 | 2020-03-04T21:53:34 | 244,479,948 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 245 | puml | @startuml
Title Example State Diagram
state fork_state <<fork>>
[*] --> fork_state
fork_state --> State2
fork_state --> State3
state join_state <<join>>
State2 --> join_state
State3 --> join_state
join_state --> State4
State4 --> [*]
@enduml | false | true | false | false | state |
0f36f2028705026dcce5939d966fbf176bd7ef67 | 946a6220ac789dcbc3930afb17abb3160e573392 | /src/main/java/ex45/ex45-diagram.puml | eacb68f9c2c62f58b3c849b5bf7dca949cc7eb09 | [] | no_license | LuisFigueroa1/figueroa-cop3330-assignment3 | 9ab1d842f6a5a7c524210ffe120b2bef8657e919 | 099c1a83df9fcb328f60405e3d69023c65c965b2 | refs/heads/master | 2023-08-18T07:40:14.466540 | 2021-10-12T02:40:51 | 2021-10-12T02:40:51 | 416,157,675 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 185 | puml | @startuml
class App45
{
+public static void main(args: String[])
}
inF->main : input
main->user : enter name of output
user->main : name of output
main-> outF : modified input
@enduml
| false | true | false | false | sequence |
2c93baa9d9d195d0cd87e41cd5c0f47abd75e3b2 | 1484f4a4d4c5b4689f8525742d1e4cda8fdb6d3a | /docs/diagrams/implementation_module/Data.puml | 7b12c616c26c8625afaa3b3636b91133e5aaa105 | [] | no_license | AY2021S1-CS2113-T16-1/tp | 8abd1e1798a8ecc64b4b3ae28dd5da618714b972 | 6ef0845c809addb46fef872101ef528780571b5d | refs/heads/master | 2023-01-13T17:13:34.579399 | 2020-11-16T05:03:49 | 2020-11-16T05:03:49 | 300,199,426 | 0 | 1 | null | 2020-11-16T05:03:50 | 2020-10-01T08:10:30 | Java | UTF-8 | PlantUML | false | false | 3,383 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
skinparam BoxPadding 50
skinparam shadowing false
skinparam package<<Layout>> {
borderColor Transparent
backgroundColor Transparent
fontColor Transparent
stereotypeFontColor Transparent
}
rectangle Storage {
}
rectangle Model {
rectangle Data {
class Ledger {
# date : LocalDate = null
+ entryList : EntryList
+ Ledger()
+ handlePacket(packet : CommandPacket) : void
+ getName() : String
+ handleSingleParam(packet : CommandPacket, paramType : String)
+ setDate() : void
+ getDate() : LocalDate
}
class Entry {
# date : LocalDate = null
+ Entry()
+ handlePacket(packet : CommandPacket) : void
+ getName() : String
+ handleSingleParam(packet : CommandPacket, paramType : String)
+ setTime() : void
+ getTime() : LocalTime
}
class DateTimeItem {
+ setDate() : void
+ getDate() : LocalDate
+ setTime() : void
+ getTime() : LocalTime
}
abstract class "{abstract}\nItem"{
}
}
rectangle DataList {
abstract class "{abstract}\nItemList"{
# currItem : Item
# items : ArrayList<Item>
# indexToModify : int
+ addItemAndSort(item : Item, comparator : Comparator)
+ getItemSize() : int
+ getItemAtIndex() : Item
+ getItemAtIndex(index : int) : Item
+ {abstract} printList()
}
class LedgerList {
# currItem : Item
# items : ArrayList<Item>
# indexToModify : int
+ addItemAndSort(item : Item, comparator : Comparator)
+ getItemSize() : int
+ getItemAtIndex() : Item
+ getItemAtIndex(index : int) : Item
+ printList()
}
class EntryList {
# currItem : Item
# items : ArrayList<Item>
# indexToModify : int
+ addItemAndSort(item : Item, comparator : Comparator)
+ getItemSize() : int
+ getItemAtIndex() : Item
+ getItemAtIndex(index : int) : Item
+ printList()
}
}
DateTimeItem --|> "{abstract}\nItem"
Ledger --|> DateTimeItem
Entry --|> DateTimeItem
LedgerList --|> "{abstract}\nItemList"
EntryList --|> "{abstract}\nItemList"
LedgerList --> "*" Ledger : contains >
EntryList --> "*" Entry : contains >
Ledger *-> "1" EntryList #line:blue;text:blue : Maintains >
}
rectangle LogicManagers {
class GoalTracker {
}
class ManualTracker {
~ {static} handleCreateLedger() : State
~ {static} handleOpenLedger() : State
~ {static} handleDeleteLedger() : State
}
class EntryTracker {
~ {static} handleCreateEntry() : State
~ {static} handleEditEntry() : State
~ {static} handleDeleteEntry() : State
}
EntryTracker --> EntryList : stores entries with >
ManualTracker -right-> LedgerList : stores ledgers with >
}
GoalTracker --> Entry : Tracks against \n input goal >
GoalTracker ..> EntryTracker : Displays\ngoal\nprogress >
Storage ..> LedgerList : Saves and \nLoads DataList >
Storage ..> EntryList : Saves and \nLoads DataList >
@enduml | false | true | false | false | sequence |
032938f9e8b7f0223af997e9bb53a3b4c4bd6c0b | 4828f618fd66f6fc5ae45799e2e5886b8ad22e15 | /.puml/example.puml | 9b380eada1f7db8a3aada6d2916cb9e2589c5826 | [] | no_license | klagan/sample-plantuml | 511d27b1597cf100ff05022ad699585f4ebe0910 | c9b5e79b821c36f855d393fa5c928decdcdb952f | refs/heads/master | 2023-01-10T02:09:45.334622 | 2020-11-18T09:54:42 | 2020-11-18T09:54:42 | 313,888,025 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,534 | puml | @startuml first
skinparam BackgroundColor #ffffff
skinparam usecase {
BackgroundColor<< c1 >> LightGreen
BorderColor<< c1 >> Green
ArrowColor<< c1 >> Green
BackgroundColor<< a1 >> LightBlue
BorderColor<< a1 >> Blue
ArrowColor<< a1 >> Blue
BackgroundColor<< a2 >> Salmon
BorderColor<< a2 >> Red
ArrowColor<< a2 >> Red
ArrowThickness 2
}
skinparam {
ArrowFontStyle bold
ArrowFontColor red
ArrowFontSize 12
}
package "a package" #FFE5D9 {
rectangle "a container" {
usecase "a use case" << a1 >> as a1
usecase "another use case" << a2 >> as a2
}
rectangle "another\ncontainer" {
usecase "another use case" << c1 >> as c1
}
}
actor me
me --> a1 << a1 >> : "do something"
@enduml
@startuml second
skinparam BackgroundColor #ffffff
skinparam usecase {
BackgroundColor<< c1 >> LightGreen
BorderColor<< c1 >> Green
ArrowColor<< c1 >> Green
BackgroundColor<< a1 >> LightBlue
BorderColor<< a1 >> Blue
ArrowColor<< a1 >> Blue
BackgroundColor<< a2 >> Salmon
BorderColor<< a2 >> Red
ArrowColor<< a2 >> Red
ArrowThickness 2
}
skinparam {
ArrowFontStyle bold
ArrowFontColor red
ArrowFontSize 12
}
package "a package" #FFE5D9 {
rectangle "a container" {
usecase "a use case" << a1 >> as a1
usecase "another use case" << a2 >> as a2
}
rectangle "another\ncontainer" {
usecase "another use case" << c1 >> as c1
}
}
actor me
me --> c1 << c1 >> : "do something else"
@enduml | false | true | false | false | usecase |
b7a1651dc45a6e7b8c0282fa13493b9e18f83460 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/designpattern/concept-chainofresponsibility-2.plantuml | 21f0d467d6f88885c4ab8541fd35a73dd3e72d31 | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 951 | plantuml | @startuml
skinparam classAttributeIconSize 0
class Request {
-int id
Request(int id)
int getId()
}
class Response {
-int id
-String receiverName
Response(int id, String receiverName)
int getId()
String getReceiverName()
}
abstract class Receiver {
-String name
-Receiver next
+Receiver(String name)
+Receiver setNext(Receiver next)
+String getName()
+Response receive(Request request)
#Response done(Request request)
#Response fail(Request request)
#{abstract} boolean resolve(Request request)
}
class OddReceiver {
+OddReceiver(String name)
#boolean resolve(Request request)
}
class RangeReceiver {
+RangeReceiver(String name)
#boolean resolve(Request request)
}
class ListReceiver {
+ListReceiver(String name)
#boolean resolve(Request request)
}
Receiver <--o Receiver
Receiver <|-- OddReceiver
Receiver <|-- RangeReceiver
Receiver <|-- ListReceiver
Response <-- Receiver : < Use
Request <-- Receiver : < Use
@enduml | false | true | false | false | class |
a26afacb71aaf466178609bac6a7524bfe55fa49 | 6d09b49d8ce9eae8ac0c9c476687b3d3229ec169 | /uml/parking_lot_simulators.plantuml | a26e0d66c3efa8a698fc29c448e201bdb00e5ce7 | [] | no_license | janstrohbeck/projektarbeit_simulationen | 2a3fa4fcd65d11690ab3935333b9bd87e6a1a179 | b42163527c65b0010c74fdfdf8a32623a9fafc45 | refs/heads/master | 2020-05-26T11:50:51.677974 | 2017-03-27T06:45:05 | 2017-03-27T06:45:05 | 82,477,693 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,761 | plantuml | @startuml
package "IO" {
together {
interface IO << global functions >> {
+read_entry_request(ER: out EntryRequest);
+read_exit_request(ER: out ExitRequest);
+read_entry_sensor_state(ESS: out EntrySensorState);
+read_exit_sensor_state(ESS: out ExitSensorState);
+write_signal_state(S: out SignalState);
+write_entry_gate_state(E: out EntryGateState);
+write_exit_gate_state(E: out ExitGateState);
}
class SimulatorState << (M,orange) monitor >> {
-random_seed : Object
-entry_request : EntryRequest
-exit_request : ExitRequest
-entry_sensor_state : EntrySensorState
-exit_sensor_state : ExitSensorState
-entry_gate_state : EntryGateState
-exit_gate_state : ExitGateState
-signal_state : SignalState
-car_cnt : Natural
-entry_queue_cnt : Natural
-exit_queue_cnt : Natural
+init_random()
.. Getters ..
+get_random() : Natural
+get_entry_request() : EntryRequest
+get_exit_request() : ExitRequest
+get_entry_sensor_state() : EntrySensorState
+get_exit_sensor_state() : ExitSensorState
+get_entry_gate_state() : EntryGateState
+get_exit_gate_state() : ExitGateState
+get_signal_state() : SignalState
+get_car_cnt() : SignalState
+get_entry_queue_cnt() : SignalState
+get_exit_queue_cnt() : SignalState
.. Setters ..
+set_entry_request(ER : EntryRequest)
+set_exit_request(ER : ExitRequest)
+set_entry_sensor_state(ER : EntrySensorState)
+set_exit_sensor_state(ER : ExitSensorState)
+set_entry_gate_state(ER : EntryGateState)
+set_exit_gate_state(ER : ExitGateState)
+set_signal_state(S : SignalState)
.. Manipulators ..
+inc_car_cnt()
+dec_car_cnt()
+inc_entry_queue_cnt()
+dec_entry_queue_cnt()
+inc_exit_queue_cnt()
+dec_exit_queue_cnt()
.. Wait methods ..
+wait_entry_gate_open()
+wait_exit_gate_open()
+wait_entry_gate_closed()
+wait_exit_gate_closed()
}
}
together {
class EntryGateSimulator << (T,#ADD1B2) Thread >> {
+run()
}
class ExitGateSimulator << (T,#ADD1B2) Thread >> {
+run()
}
class Logger << (T,#ADD1B2) Thread >> {
+run()
}
}
class Car << (T,#ADD1B2) Thread >> {
+run()
}
class RequestQueue {
+enqueue(timeout_ms : Integer)
+enqueue()
+receive()
}
together {
class EntryGateRequestQueue {
}
class ExitGateRequestQueue {
}
}
EntryGateRequestQueue <|-- RequestQueue
ExitGateRequestQueue <|-- RequestQueue
ExitGateSimulator -> ExitGateRequestQueue
EntryGateSimulator -> EntryGateRequestQueue
IO -> SimulatorState
ExitGateSimulator -> SimulatorState
EntryGateSimulator -> SimulatorState
Car -> EntryGateRequestQueue
Car -> ExitGateRequestQueue
Car -> SimulatorState
Logger -> SimulatorState
@enduml
| false | true | false | false | class |
0be70dacdbcb81515ea4afe8925e6a806ef664a3 | 4c9b022706780c646e4fce886ae7c907d8644cc5 | /doc/pic/src/class.puml | 636e65cb0b25257548250b3b8e94c462cb2cbf8e | [
"Apache-2.0"
] | permissive | nrempel/demo-agent | 85dbf6e19d0daca0b5b42f01d8186342a1e92401 | 9e2ab2b37096a7868b1ea514d8b6bc2b978fd323 | refs/heads/master | 2021-08-07T06:44:05.156834 | 2017-11-07T19:23:12 | 2017-11-07T19:23:12 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,669 | puml | @startuml
/'
Copyright 2017 Government of Canada - Public Services and Procurement Canada - buyandsell.gc.ca
Licensed 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.
'/
title Class Diagram
class Wallet {
-_seed
+pool_name
+base_name
+name
+num
+handle
+cfg_json
+did
+verkey
}
class NodePool {
+name
+genesis_txn_path
+handle
+open()
+close()
}
class BaseAgent {
+pool
+wallet
+did
+verkey
+open()
+close()
+get_nym()
+get_schema()
+get_endpoint()
}
class BaseListeningAgent {
+host
+port
+agent_api_path
+schema_cache
-_vet_keys()
-_schema_info()
-_response_from_proxy()
-_mro_dispatch()
+send_endpoint()
+get_claim_def()
+process_post()
+process_get_txn()
+process_get_did()
}
class AgentRegistrar {
+send_nym()
+process_post()
}
class Origin {
+send_schema()
+process_post()
}
class Issuer {
+send_claim_def()
+create_claim()
+process_post()
}
class Prover {
-_master_secret
+claim_req_json
+send_claim_def()
+create_claim()
+create_master_secret()
+store_claim_offer()
+store_claim_req()
+store_claim()
+create_proof()
+get_claims()
+get_claim_by_claim_uuid()
+reset_wallet()
+process_post()
}
class Verifier {
+verify_proof()
+process_post()
}
class TrustAnchorAgent {
+process_post()
}
class SRIAgent {
+process_post()
}
class BCRegistrarAgent {
+process_post()
}
class OrgBookAgent {
+process_post()
}
BaseAgent "1" *-left- "1" NodePool
BaseAgent "1" *-right- "1" Wallet
BaseAgent <|-down- BaseListeningAgent
BaseListeningAgent <|-left- AgentRegistrar
BaseListeningAgent <|-left- Origin
BaseListeningAgent <|-right- Issuer
BaseListeningAgent <|-down- Prover
BaseListeningAgent <|-down- Verifier
AgentRegistrar <|-down- TrustAnchorAgent
Origin <|-down- TrustAnchorAgent
Issuer <|-right- SRIAgent
Verifier <|-right- SRIAgent
Issuer <|- BCRegistrarAgent
Prover <|-down- OrgBookAgent
@enduml
| false | true | false | false | class |
5d570a4fa60dc4fc425d2ae36ab43c84f590fe8e | f0a43ed6a7dba2cc3efdfbf7414ff0b0c8d36fd6 | /_src/iti61.plantuml | e55295fea3ca24ec7939ab7bf0892759f60e978b | [
"MIT",
"GPL-1.0-or-later",
"WTFPL",
"CC-BY-3.0-US",
"BSD-3-Clause",
"OFL-1.1"
] | permissive | oehf/ipf-docs | 178fe1e3fe079afede58fd25fe93a360234a273a | 3a8ea98c86b3405f6571cb23b4da44a726a8fbf4 | refs/heads/master | 2023-08-30T06:25:52.374023 | 2023-08-29T14:34:33 | 2023-08-29T14:34:33 | 158,552,584 | 0 | 3 | MIT | 2022-03-30T07:48:51 | 2018-11-21T13:31:43 | HTML | UTF-8 | PlantUML | false | false | 272 | plantuml | @startuml
hide footbox
participant "On-Demand Document Source" as SRC
participant "Document Registry / Recipient" as REG
SRC -> REG : Register On-Demand Document Entry Request
activate REG
REG --> SRC : Register On-Demand Document Entry Response
deactivate REG
@enduml | false | true | false | false | sequence |
0925c7e05cba5d223f07f173c6b6246f846a9a46 | e95f543abae68daf66a319d2191fdf5c7d06f325 | /uml/user_2factor_authen_sequence.puml | e4ccfb3de411a658892d8a0eb64a140bbbd76316 | [
"Apache-2.0"
] | permissive | ffc-nectec/entities | b3bd479c51c12ce60f7a9a0d6b2f6374af83bb11 | 6ec51b8cd89c3f9a26548fd0d25e1f5583df1ce8 | refs/heads/master | 2021-07-02T01:44:25.660575 | 2019-05-02T08:23:21 | 2019-05-13T06:55:57 | 137,706,528 | 0 | 0 | Apache-2.0 | 2020-08-24T03:03:10 | 2018-06-18T03:30:20 | Kotlin | UTF-8 | PlantUML | false | false | 763 | puml | @startuml
skinparam monochrome true
actor Alice <<User>>
participant App <<on Aliice Mobile>>
participant API
participant "Mobile Authen\nProvider" as OTP
Alice -> App : Login with username & password
App -> API : Request for Token with U&P
API -> App : 302 Require Two-factor authen\nBecause password too weak
App -> Alice : Display mobile authen require!
App -> OTP : Reqrest mobile authen\n for Alice
hnote over App : Watch for OTP SMS from Provider
OTP -> App : Send OTP SMS to\n Alice's mobile
App -> OTP : Authen with OTP from SMS
OTP -> App : Return Key
App -> API : Request for Token with\nMobile Authen Provider's Key
API -> OTP : Verify Key
OTP -> API : Approve Key correct
API -> App : Response Token
App -> Alice : Display Authen Success!!
@enduml
| false | true | false | false | sequence |
93b97f8f5323a86e83ea0d36a598dcc6f620a5f4 | 105171abc9ad1f14285ff1e839ce907a44a06195 | /src/data/data.plantuml | ffa8b5b5c6a9a959f2282be0d750f60930b19785 | [] | no_license | Sam-Malpass/Build-A-Net | 517e20ff04764fc104db7e063da35a38bafff26f | e8259a031b588cd6087cc94f2349bcbb751fb4a2 | refs/heads/master | 2022-12-08T17:01:09.936646 | 2020-09-11T06:46:10 | 2020-09-11T06:46:10 | 232,276,459 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,591 | plantuml | @startuml
title __DATA's Class Diagram__\n
namespace data {
class data.AND {
+ AND()
+ toString()
}
}
namespace data {
abstract class data.Dataset {
- columnHeaders : ArrayList<String>
- dataFrame : ArrayList<ArrayList<Double>>
- inputCols : ArrayList<Integer>
- name : String
- outputCols : ArrayList<Integer>
+ addWholeRow()
+ createEmptyDataFrame()
+ findUniques()
+ getColumnHeaders()
+ getDataFrame()
+ getInputCols()
+ getName()
+ getOutputCols()
+ getRow()
+ getRowExpected()
+ getWholeRow()
+ numAttributes()
+ numEntries()
+ numInputs()
+ numOutputs()
+ setColumnHeaders()
+ setDataFrame()
+ setInputCols()
+ setName()
+ setOutputCols()
}
}
namespace data {
class data.OR {
+ OR()
+ toString()
}
}
namespace data {
class data.UserSpecified {
- mappings : HashMap<String, Double>
+ UserSpecified()
+ UserSpecified()
- setup()
}
}
namespace data {
class data.XOR {
+ XOR()
+ toString()
}
}
data.AND -up-|> data.Dataset
data.OR -up-|> data.Dataset
data.UserSpecified -up-|> data.Dataset
data.XOR -up-|> data.Dataset
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 |
0da0f7669ce91f68aaba9ecb316f0f5a50c1e843 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Common/Shared/Events/Queue/Strategy/MultiConsumer/UnboundedMultiConsumerChannelStrategy.puml | 698b7dbb2cdb1a61c8ad02ffd2704ef4d8d40ec8 | [
"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 | 617 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
class "UnboundedMultiConsumerChannelStrategy<TEvent>" {
}
interface "IEventQueueStorageStrategy<TEvent>"
"IEventQueueStorageStrategy<TEvent>" <|-- "MultiConsumerChannelStrategy<TEvent>"
abstract class "MultiConsumerChannelStrategy<TEvent>" {
+ IsClosed : bool <<get>>
+ GetEvents(token: CancellationToken) : IAsyncEnumerable<TEvent>
+ Enqueue(event: T) : void
+ Open() : void
+ Close() : void
}
"MultiConsumerChannelStrategy<TEvent>" <|-- "UnboundedMultiConsumerChannelStrategy<TEvent>"
!endsub
@enduml | false | true | false | false | class |
4def6e0b607b8d5a3578a2fc6a49e1aa0f16f14d | 4831b8d3c95595367c9bb95adbc32f77fce5accf | /component/etc/component.uml.puml | 1c386fa30f755dbc1bdbcf0e62179f3119f17f3d | [
"LGPL-2.0-or-later",
"LGPL-3.0-only",
"MIT"
] | permissive | SergeyZhernovoy/java-design-patterns | bcccb330a44b3d09a991b943668416d725212157 | 1e654067c9761f4db800508d431769e3474e9c7c | refs/heads/master | 2023-03-11T08:59:09.285082 | 2023-03-02T18:07:23 | 2023-03-02T18:07:23 | 73,673,158 | 0 | 5 | MIT | 2021-05-07T13:38:25 | 2016-11-14T06:20:24 | Java | UTF-8 | PlantUML | false | false | 1,343 | puml | @startuml
class App
class GameObject
interface GraphicComponent
interface InputComponent
interface PhysicComponent
class ObjectGraphicComponent
class DemoInputComponent
class PlayerInputComponent
class ObjectPhysicComponent
GraphicComponent <|.. ObjectGraphicComponent
InputComponent <|.. DemoInputComponent
InputComponent <|.. PlayerInputComponent
PhysicComponent <|.. ObjectPhysicComponent
GameObject *-- ObjectGraphicComponent
GameObject *.. DemoInputComponent
GameObject *.. PlayerInputComponent
GameObject *-- ObjectPhysicComponent
class App {
+main(String[] args)
}
class GameObject{
- inputComponent;
- physicComponent;
- graphicComponent;
- name;
- velocity
- coordinate
+GameObject()
+createPlayer()
+createNpc()
+demoUpdate()
+update(e:int)
+getName()
+getVelocity()
+setVelocity(acceleration:int)
+getCoordinate()
+setCoordinate()
}
interface GraphicComponent{
+update()
}
interface InputComponent{
+update()
}
interface PhysicComponent{
+update()
}
class ObjectGraphicComponent{
+update(gameObject:GameObject)
}
class DemoInputComponent{
-walkAcceleration
+update(gameObject:GameObject,e:int)
}
class PlayerInputComponent{
-walkAcceleration
+update(gameObject:GameObject,e:int)
}
class ObjectPhysicComponent{
+update(gameObject:GameObject)
}
@enduml | false | true | false | false | class |
6881030a30245818e42fe3665c0ce18c63ef2281 | 40c869f0582027d38e82f0366b0ea2424654cc9a | /com/m2i/poe/poe.plantuml | 70fe122692350fcf047d3fe67fc409761dcf38f4 | [] | no_license | mikachm/java | a9d074b7aa8cfe4b03b89dff6d91b18838221fe9 | 806583f017f9ee624117e7bba4ffd4a5088b2371 | refs/heads/master | 2020-03-22T03:46:44.507020 | 2018-07-03T13:12:57 | 2018-07-03T13:12:57 | 139,451,884 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 712 | plantuml | @startuml
title __POE's Class Diagram__\n
package com.m2i.poe {
class Main {
{static} + main()
{static} + isPrime()
{static} + getPrimeNumbers()
{static} + factorielle()
{static} + multiplier_classic()
{static} + multiplier_recursif()
+ sum()
+ max()
+ sum()
+ max()
+ average()
{static} + getPrimeNumbers()
{static} + inverse()
{static} + permut()
{static} + inverse2()
}
}
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 |
c474c5f4058b52f6524107f13b81e52f2c4f6dc7 | a70acc943bda6ab3631d5c02927d9e0a4e675ee0 | /src/uml/BO_2.puml | 6fb8b03dba7ce1ccb0cdfc1cae63ebc16ed7da9f | [] | no_license | KarmazinN/db_open_data | 92aeef87cc4989f5699706ccf5275c6c0f6678b8 | 38eae582067e9aa87e0c0f143f8e7227a7f8776a | refs/heads/master | 2023-04-07T05:28:11.117228 | 2021-04-18T15:11:36 | 2021-04-18T15:11:36 | 293,720,937 | 0 | 7 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,408 | puml | @startuml
entity User
entity User.name
entity User.email
entity User.password
entity User.photo
entity Access
entity Role
entity Role.name
entity Role.permissions
entity Datafile
entity Datafile.Text
entity Datafile.Path
entity Datafile.mimeTime
entity Dataset
entity Dataset.guid
entity Metadata
entity Metadata.key
entity Metadata.value
entity Comment
entity Comment.author
entity Comment.body
entity Comment.parent
entity Category
entity Category.name
entity Category.descriptions
User.email -up-* User
User.password -r-* User
User.name --* User
User.photo --* User
Role.name --* Role
Role.permissions -l-* Role
Datafile.Text --* Datafile
Datafile.Path --* Datafile
Datafile.mimeTime --* Datafile
Dataset.guid -up-* Dataset
Metadata.key --* Metadata
Metadata.value --* Metadata
Comment.author --* Comment
Comment.body --* Comment
Comment.parent --* Comment
Category.name --* Category
Category.descriptions -up-* Category
User "(1,1)"<-down-"(0,*)" Access
Role "(1,1)"<-up-"(0,*)" Access
User "(1,1) owner"<-r-"(0,*)" Datafile
Dataset "(1,1)"<-l-"(0,*)" Access
Datafile "(0,*)"-down->"(1,1)" Dataset
Category "(1,1)"<-l-"(0,*)" Dataset
Metadata "(0,*)" --> "(1,1)" Dataset
Category "(1,1) parent"<-"(0,*)" Category
Comment "(0,*)" --> "(1,1)" Dataset
@enduml
| false | true | false | false | sequence |
da89b42fe5c22774730acf0df89b47a60e585c82 | 1e01c12863bd1e4b7303dc91ffbb7dc24707d592 | /Structural/Facade/uml/Facade.puml | f1b7ca72d1c6b59a2925cc189554321ba094da29 | [] | no_license | xghell/DesignPatterns | 5f7a32853cfafbc7f669a126ba1055690763aa93 | 7b536d49e869473eab14605b3b44829e20b72475 | refs/heads/master | 2020-04-05T08:08:01.961250 | 2018-11-07T10:10:20 | 2018-11-07T10:10:20 | 156,702,578 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 291 | puml | @startuml
class Facade {
# $os : OsInterface
# $bios : BiosInterface
+ turnOn()
+ turnOff()
}
interface OsInterface {
+ halt()
+ getName()
}
interface BiosInterface {
+ execute()
+ waiteForKeyPress()
+ launch(OsInterface $os)
+ powerDown()
}
@enduml | false | true | false | false | class |
3fd5dd94c9a6eaef28e088a9f27c6cc91409c657 | b1ea040466bbbf2c3394e5042b6c035071bbe955 | /src/main/java/at/fhj/msd/swdesign/proxy/proxy.puml | 5cf3223431c93da420056688c85265546dc31363 | [] | no_license | elmarkrainz/msd18-swdesign-despat | 4cf7c02143dd96d4c0fb77384e12d4f191fa4d70 | 9f4c752722156b4007530acd6a6ea0e363f772d0 | refs/heads/master | 2020-09-12T02:54:36.498106 | 2020-01-13T07:40:08 | 2020-01-13T07:40:08 | 222,278,095 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 353 | puml | @startuml
skinparam classAttributeIconSize 0
title Proxy Pattern
interface ServiceInterface <<interface>>
class Proxy
class Service
ServiceInterface : operation()
Proxy : operation()
Service : operation()
Proxy : - service : Service
ServiceInterface <|.. Service
ServiceInterface <|.. Proxy
Proxy -> Service
Client -> ServiceInterface
@enduml | false | true | false | false | class |
50cef91a6fae656c0b472b5f2d4a40b1c982442d | 927288609e6878a779fc7769fb4129f7a3ad8e9f | /docs/diagrams/AutocompleteActivityDiagram.puml | d70b079626711fb4f1872439ad4f479e2e1d9f63 | [
"MIT"
] | permissive | AY1920S1-CS2103-T14-4/main | 13274a67ad0c5369557f7b67c81e6a4f8749f9e1 | a11049ce92eb5a3b83aad3fff87cedabc104d7d9 | refs/heads/master | 2022-03-14T09:25:16.861692 | 2019-11-11T17:53:08 | 2019-11-11T17:53:08 | 208,980,683 | 2 | 4 | NOASSERTION | 2019-11-11T17:53:09 | 2019-09-17T06:53:15 | Java | UTF-8 | PlantUML | false | false | 259 | puml | @startuml
(*) --> "user input"
if "listener detects input change" then
--> [Yes] "initialize AC model"
--> "get suggestions based on truncated input"
--> "display the result on listview"
--> (*)
else
--> [No] "display empty listview"
--> (*)
endif
@enduml
| false | true | false | false | activity |
4785b9f250ed5429d54d04f9ce02ee9cc1b8106a | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StandalonePriceSetKeyAction.puml | 778d4f9a533f1565d95bd1cdcb4f2d9ed952c8db | [] | 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 | 469 | 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 StandalonePriceSetKeyAction [[StandalonePriceSetKeyAction.svg]] extends StandalonePriceUpdateAction {
action: String
key: String
}
interface StandalonePriceUpdateAction [[StandalonePriceUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
859ed872ddd2cb3568973043cd01dc2be522f6e2 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartRemoveDiscountCodeAction.puml | 8a6f88c3c6d93a217a99009ff9416e1bf0f6be39 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 492 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface CartRemoveDiscountCodeAction [[CartRemoveDiscountCodeAction.svg]] extends CartUpdateAction {
action: String
discountCode: [[DiscountCodeReference.svg DiscountCodeReference]]
}
interface CartUpdateAction [[CartUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
c44107b6be80d2154965da5892f3c8a27ec6820b | 101ae3436fd49a43ce1c52ef69d38e14e2178768 | /docs/class-design.puml | 63a6ea4ffee0db2d3c26e1cdd17fe0e8ef286e57 | [] | no_license | codeflood/chel | 80dfb688af6bfcf69622253ef23ec750355a8afb | 26ceefdc32bc85a75fc9b110ebe17e97e174b6ca | refs/heads/master | 2023-08-08T20:08:20.275544 | 2023-08-08T01:31:09 | 2023-08-08T01:31:09 | 199,281,426 | 0 | 0 | null | 2021-07-11T11:49:52 | 2019-07-28T11:56:02 | C# | UTF-8 | PlantUML | false | false | 1,734 | puml | @startuml class
interface ICommand {
ExecuteAsync() : Task<CommandResult>
}
abstract class CommandResult {
Success : bool
}
class ValueCommandResult
CommandResult <|-- ValueCommandResult
class ListCommandResult
CommandResult <|-- ListCommandResult
class MapCommandResult
CommandResult <|-- MapCommandResult
class FailedCommandResult
CommandResult <|-- FailedCommandResult
ICommand --> CommandResult
interface ICommandFactory {
Create(:CommandInput) : ICommand
}
ICommandFactory -- ICommand
class CommandDescriptor {
ImplementingType : Type
CommandName : string
}
interface ICommandRegistry {
Register(:Type)
Resolve(commandName : string) : CommandDescriptor
GetAllRegistrations() : IEnumerable<CommandDescriptor>
}
ICommandRegistry *-- CommandDescriptor
class CommandRegistry implements ICommandRegistry {
ctor()
ctor(:ICommandRegistry)
}
CommandRegistry --> ICommandRegistry
class CommandFactory implements ICommandFactory
CommandFactory o-- ICommandRegistry
CommandFactory o-- ICommandServices
interface INameValidator {
IsValid(name : string) : bool
}
class NameValidator implements INameValidator
CommandRegistry *-- INameValidator
interface ISession {
Execute(input : string, resultHandler : Action<CommandResult>)
}
ISession --> CommandResult
class Session implements ISession
Session *-- ICommandFactory
Session *-- IParser
interface ICommandServices {
Register(:object)
Resolve(:Type) : object
}
class CommandServices implements ICommandServices
class Runtime {
RegisterCommandType(:Type)
RegisterCommandService<T>(:T)
NewSession() : ISession
}
Runtime o-- ISession
Runtime *-- ICommandRegistry
Runtime *-- ICommandServices
@enduml
| false | true | false | false | class |
5d8844297fc35ddb837e8ed477cd915e73945073 | 947f83bf4340ed37c3edb1986914875a26375988 | /diagrams/lineup.puml | 1d98702ae32d1c5fd463b6e7048e460f9d75a5f2 | [] | no_license | ben05s/league-montecarlo-simulation | 4d2df6b316af0f4e0c256ed84b27eaa5f77a0a40 | 1360e5d8f7a8c4f3479ba566615f24d47bc08f6b | refs/heads/master | 2020-03-11T05:34:46.418385 | 2018-06-16T14:31:50 | 2018-06-16T14:31:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 922 | puml | @startuml
skinparam class {
FontColor black
BackgroundColor white
BorderColor grey
FontName Monospaced
}
package "Lineup" {
abstract AbstractLineupSelector {
#int gamesPerMatch
#String optimizeLineupTeamName
#List<Player> alreadySelectedPlayers
+Player pickPlayerFromTeam()
#{abstract} Map<Player, Double> calculateLineupProbabilities()
}
AscendingRatingSelection -|> AbstractLineupSelector
DescendingRatingSelection --|> AbstractLineupSelector
AbstractLineupSelector <|- RandomSelection
}
package "OldSelection" {
class LineupSelector {
-int gamesPerMatch
-LineupStrategy
-String optimizeLineupTeamName
+{abstract}Player pickPlayerFromTeam()
}
enum LineupStrategy {
DESCENDING_RATING_STRENGTH
AVOID_STRONG_OPPONENTS
WHITE_BLACK_PERFORMANCE
RANDOM
}
}
@enduml | false | true | false | false | class |
5eee6ca9e4642c71fbf450607d71455bacf88c48 | 28130b7119b618f3387e69aad171ac03b970e7a6 | /docs/sequenceDiagrams/DeleteCommand.puml | 2c005504cdcd0f3b5443df477f2fd768c5f8a082 | [] | no_license | wish2023/tp | 85d4eef4ec60846d23a094d2dbc116170fdf2d8a | f0732d19bccb94852888518436d58bd6ccf90ab6 | refs/heads/master | 2023-01-08T04:58:41.797187 | 2020-11-09T08:12:06 | 2020-11-09T08:12:06 | 297,545,066 | 0 | 0 | null | 2020-10-06T02:35:32 | 2020-09-22T05:29:49 | Shell | UTF-8 | PlantUML | false | false | 566 | puml | @startuml
hide footbox
title Delete
participant "command:DeleteCommand" as DeleteCommand
participant "tasklist:TaskList" as TaskList
participant "task:Task" as Task
participant "athenaUi:AthenaUi" as AthenaUI
->DeleteCommand: execute()
activate DeleteCommand
DeleteCommand->TaskList: deleteTask()
activate TaskList
TaskList->Task**
activate Task
return task
return task
DeleteCommand->Task++:getTaskRestore()
return String
DeleteCommand->AthenaUI++: printTaskDeleted()
AthenaUI->Task++:getName()
return String
AthenaUI-->DeleteCommand--:
<--DeleteCommand:
@enduml | false | true | false | false | sequence |
8c1e227e3459989978779972a9b580e116f05347 | b6efbd25adb6181536c2fd4c796b31342a849900 | /assets/ClassDiagram.plantuml | 2bb55d309f8966225e5c0ff1ee05c2dd4d32980e | [] | no_license | zdodev/VisitKoreaApp | 0a2267e211689a2a7a26076a163f8dc908a952b2 | 52b718caae5ed307aa9c2f3dd5be5c259d9bd348 | refs/heads/main | 2023-05-04T22:04:14.407675 | 2021-05-31T17:11:00 | 2021-05-31T17:11:00 | 367,902,613 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,065 | plantuml | @startuml
' STYLE START
hide empty members
skinparam shadowing false
' STYLE END
package Model {
class "TourInformation" as TourInformation << (S, SkyBlue) struct >> {
~response : Response
}
class "TourInformationSingleItem" as TourInformationSingleItem << (S, SkyBlue) struct >> {
~response : Response
}
class "TourViewModel" as TourViewModel << (S, SkyBlue) struct >> {
~title : String
~address : String
~inquiringNumber : String
~imageURLString : String
}
}
package Services {
class "ImageCache" as ImageCache << (S, SkyBlue) struct >> {
-fileManager
-memoryCache
-tourImageService
-path : URL
~init()
~fetchImage(urlString:cell:)
-createMemoryCache(_:_:)
-createDiskCache(_:_:)
-fetchDiskCache(_:)
-downloadImage(_:_:)
-isMemoryCached(_:)
-isDiskCached(_:)
}
class "NetworkError" as NetworkError << (E, LightSteelBlue) enum >> {
~networkError
~dataReceiveError
~decodeError
}
class "TourAPIService" as TourAPIService << (S, SkyBlue) struct >> {
-sessionManager : SessionManagerProtocol
~init(sessionManager:)
~search(pageNumber:type:completionHandler:)
-makeURL(_:)
}
class "SessionManagerProtocol" as SessionManagerProtocol << (P, GoldenRod) protocol >> {
~dataTask(with:completionHandler:)
}
class "TourImageService" as TourImageService << (S, SkyBlue) struct >> {
-sessionManager : SessionManagerProtocol
~init(sessionManager:)
~downloadImage(url:completionHandler:)
}
}
package Utility {
class "JSONAnalyzer" as JSONAnalyzer << (S, SkyBlue) struct >> {
~decodeJSON(_:data:)
}
}
package ViewController {
class "TourInformationViewController" as TourInformationViewController << (C, DarkSeaGreen) >> {
~tourListTableView : UITableView!
-tourAPIService
-imageCache
-tourViewModels
-isPaging
-pageNumber
-totalPage
-remainPage
-fetchTourInformation(_:type:)
-fetchTourInformationSingleItem(_:type:)
-nextPaging()
-makeTourViewModel(_:)
-makeTourSingleViewModel(_:)
}
package View {
class "TourTableViewCell" as TourTableViewCell << (C, DarkSeaGreen) >> {
~mainImageView : UIImageView!
~titleLabel : UILabel!
~addressLabel : UILabel!
~inquiringLabel : UILabel!
~configureCellLabel(_:)
~configureCellImage(data:)
~setDefaultImage()
~prepareForReuse()
}
}
}
TourImageService <-- ImageCache
TourTableViewCell <-- ImageCache
SessionManagerProtocol <-- TourImageService
NetworkError <.. TourImageService
SessionManagerProtocol <-- TourAPIService
NetworkError <.. TourAPIService
JSONAnalyzer <.. TourAPIService
TourViewModel <.. TourTableViewCell
TourAPIService <-- TourInformationViewController
ImageCache <-- TourInformationViewController
TourViewModel <-- TourInformationViewController
TourInformation <.. TourInformationViewController
TourInformationSingleItem <.. TourInformationViewController
TourTableViewCell <.. TourInformationViewController
@enduml | false | true | false | false | class |
038392151c16bebcde2f28714879a82476e32a8c | ee6841e96c76962e9f74ba032a25d2e923b7e42c | /tech-apache/apache-lang/src/main/resources/apache/dbcp2/dbcp2.puml | 3d71575ca6964b61a6a0bf984bd35a616435e38c | [] | no_license | physicsLoveJava/java-miscellaneous | 614cfbad7dd7679e99c561b210ebbbf1a9df941e | e7563fdc9b5f955662cba40fc48614e45747d020 | refs/heads/master | 2021-07-19T13:30:51.096326 | 2019-01-21T09:09:50 | 2019-01-21T09:09:50 | 105,858,854 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,253 | puml | @startuml
class AbandonedTrace implements TrackedUse
class BasicDataSource implements DataSource, BasicDataSourceMXBean, MBeanRegistration, AutoCloseable
class BasicDataSourceFactory implements ObjectFactory
interface BasicDataSourceMXBean
interface ConnectionFactory
class Constants
class ConnectionImpl extends DelegatingConnection
class DriverAdapterCPDS implements ConnectionPoolDataSource, Referenceable, Serializable, ObjectFactory
class PooledConnectionImpl implements PooledConnection, KeyedPooledObjectFactory
class PStmtKeyCPDS extends PStmtKey
class DataSourceConnectionFactory implements ConnectionFactory
class CPDSConnectionFactory implements PooledObjectFactory, ConnectionEventListener, PooledConnectionManager
abstract class InstanceKeyDataSource implements DataSource, Referenceable, Serializable, AutoCloseable
abstract class InstanceKeyDataSourceFactory implements ObjectFactory
class KeyedCPDSConnectionFactory implements KeyedPooledObjectFactory, ConnectionEventListener, PooledConnectionManager
class PerUserPoolDataSource extends InstanceKeyDataSource
class PerUserPoolDataSourceFactory extends InstanceKeyDataSourceFactory
interface PooledConnectionManager
class PoolKey implements Serializable
class SharedPoolDataSource extends InstanceKeyDataSource
class SharedPoolDataSourceFactory extends InstanceKeyDataSourceFactory
class UserPassKey implements Serializable
class DelegatingCallableStatement extends DelegatingPreparedStatement implements CallableStatement
class DelegatingConnection<C extends Connection> extends AbandonedTrace implements Connection
class DelegatingDatabaseMetaData implements DatabaseMetaData
class DelegatingPreparedStatement extends DelegatingStatement implements PreparedStatement
class DelegatingResultSet extends AbandonedTrace implements ResultSet
class DelegatingStatement extends AbandonedTrace implements Statement
class DriverConnectionFactory implements ConnectionFactory
class DriverManagerConnectionFactory implements ConnectionFactory
class BasicManagedDataSource extends BasicDataSource
class DataSourceXAConnectionFactory implements XAConnectionFactory
class LocalXAConnectionFactory implements XAConnectionFactory
class ManagedConnection<C extends Connection> extends DelegatingConnection
class ManagedDataSource<C extends Connection> extends PoolingDataSource
class PoolableManagedConnection extends PoolableConnection
class PoolableManagedConnectionFactory extends PoolableConnectionFactory
class TransactionContext
interface TransactionContextListener
class TransactionRegistry
interface XAConnectionFactory extends ConnectionFactory
class PoolableCallableStatement extends DelegatingCallableStatement
class PoolableConnection extends DelegatingConnection implements PoolableConnectionMXBean
class PoolableConnectionFactory implements PooledObjectFactory
interface PoolableConnectionMXBean
class PoolablePreparedStatement extends DelegatingPreparedStatement
class PoolingConnection extends DelegatingConnection implements KeyedPooledObjectFactory
class PoolingDataSource<C extends Connection> implements DataSource, AutoCloseable
class PoolingDriver implements Driver
class PStmtKey
class SwallowedExceptionLogger implements SwallowedExceptionListener
class Utils
@enduml | false | true | false | false | class |
6f6e07d3faaa71008b879ee48ad8cfa85a087ec4 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/DiscountCodeSetMaxApplicationsPerCustomerAction.puml | 67ed25ed27a15c21db71e2b2027e62057c046657 | [] | 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 | 521 | 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 DiscountCodeSetMaxApplicationsPerCustomerAction [[DiscountCodeSetMaxApplicationsPerCustomerAction.svg]] extends DiscountCodeUpdateAction {
action: String
maxApplicationsPerCustomer: Long
}
interface DiscountCodeUpdateAction [[DiscountCodeUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
1e6577511e1d3fa1038c2a42b100234746644d8d | e02b559aa78a602139766e0c722b71c77978a1bf | /src/wiki/_Home/uml/class_04b.puml | 5b795f947f56e0b9a43a601dbc75b93812d7ba11 | [] | no_license | vitalispopoff/DSA_LectureAnalysis | ccb06eebdd404565442e965874ca3aa56cc58bcb | 3689ccdfd2299c2402c5bd0415336216eaeadc31 | refs/heads/master | 2022-12-29T20:46:03.754180 | 2020-08-03T21:05:50 | 2020-08-03T21:05:50 | 238,289,756 | 0 | 0 | null | 2020-10-13T19:23:20 | 2020-02-04T19:37:41 | Java | UTF-8 | PlantUML | false | false | 87 | puml | @startuml
hide members
abstract Equation
class Result
Equation <|-- Result
@enduml | false | true | false | false | class |
435e274400aa621c6cda348d1145ff8b52b7d993 | ec45fae67e49ab617ad79b8c48fba85261e319c1 | /Doku/Klassendiagramme/Prescaler.puml | 2c12b85e3affdf61dccbbca899c57ef87a5b435d | [] | no_license | nicorahm99/PIC-Simulator | 5d22af8719f7b71608db155ceeb49baebcf4c8a5 | 0e7fb5f10c9392dc3f7438007859dc0f9f670aaa | refs/heads/master | 2023-05-03T22:51:08.168289 | 2021-05-29T06:15:23 | 2021-05-29T06:15:23 | 257,316,241 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 265 | puml | @startuml
class Prescaler {
+ getPrescaler() : int
+ getWDTPrescaler() : int
+ getTMR0Prescaler() : int
- <<readonly>> prescalerTMR0 : Dictionary<int, int>
- <<readonly>> prescalerWDT : Dictionary<int, int>
- getOptionFile() : int
}
@enduml
| false | true | false | false | class |
89f771abfef6845f7e53997511f05bdc8499dad4 | e618e68be491bb98c0573a467be63146a053cc6c | /SA/sequencediagram/staff/UpdateStaff.puml | 20f456282beed2c72f6c084636c9b8f9189eb519 | [] | no_license | dedeandress/belanjayukid-be-services | 14101c676e2bdd56c5df72b9ccddae648951cf8b | 9bedbf42cdd0b764e27c9dc839df8b401ac0bb62 | refs/heads/master | 2022-04-07T04:29:30.602535 | 2020-02-28T05:39:33 | 2020-02-28T05:39:33 | 194,123,362 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,286 | puml | @startuml
title: Update Staff Sequence Diagram
actor user
participant BelanjaYukFE
database BelanjaYukDB
box "BelanjaYuk.id" #LightBlue
participant BelanjaYukBE
participant StaffResolver
participant StaffService
participant UserRepository
participant StaffRepository
participant UserProfileRepository
participant JWTUtility
participant BelanjaYukDB
end box
user -> BelanjaYukFE ++ : update staff menu
BelanjaYukFE -> BelanjaYukBE ++ : /graphql update staff
note right of BelanjaYukFE
content type: application/json
request body:
mutation {
updateStaff(
staffId,
fullName,
phoneNumber,
address,
noNik,
dateOfBirth,
email,
roleId
) : Staff
}
end note
BelanjaYukBE -> StaffResolver ++ : call StaffResolver
StaffResolver -> StaffService ++ : call StaffService
note left
passing:
- context
- staffId,
- fullName,
- phoneNumber,
- address,
- noNik,
- dateOfBirth,
- email,
- roleId
end note
StaffService -> JWTUtility: validate token and claim role
alt #LightGreen token is not expired
alt #LightYellow role is admin or cashier
StaffService -> StaffRepository ++ : get staff passing staff id
StaffRepository -> BelanjaYukDB ++ : select staff where staffId is passed from request
BelanjaYukDB -> StaffRepository -- : staff or null
StaffRepository -> StaffService -- : staff or null
alt staff is not null
StaffService -> UserProfileRepository ++ : get user profile passing user id
UserProfileRepository -> BelanjaYukDB ++ : select user profile where user id is passed from request
BelanjaYukDB --> UserProfileRepository -- : user profile or null
UserProfileRepository --> StaffService -- : user profile or null
alt #LightYellow user profile is not null
StaffService -> StaffService : create new user profile model
StaffService -> StaffRepository ++ : update role and email staff passing staff id
StaffRepository -> BelanjaYukDB ++ : update staff set value passed from \n request where staff id is given
BelanjaYukDB --> StaffRepository -- : affected row no error
StaffRepository --> StaffService -- : affected row no error
StaffService -> UserProfileRepository ++ : update user profile passing user id and user profile model
UserProfileRepository -> BelanjaYukDB ++ : update user profile set value passed from request where user id is given
BelanjaYukDB --> UserProfileRepository -- : affected row no error
UserProfileRepository --> StaffService -- : affected row no error
StaffService -> StaffRepository ++ : get staff passing staff id
StaffRepository -> BelanjaYukDB ++ : select staff where staff id is passed from request
BelanjaYukDB --> StaffRepository -- : staff model
StaffRepository --> StaffService -- : staff model
else user profile is null
staffService --> StaffResolver : Error: Not Found
StaffResolver --> BelanjaYukBE : Error: Not Found
BelanjaYukBE --> BelanjaYukFE: Message: Staff not found
end alt
StaffService --> StaffResolver : staff model
StaffResolver --> BelanjaYukBE : staff model
BelanjaYukBE --> BelanjaYukFE : staff model
else staff is null
StaffService --> StaffResolver : Error: Not Found
StaffResolver --> BelanjaYukBE : Error: Not Found
BelanjaYukBE --> BelanjaYukFE: Message: Staff not found
end alt
else error: role is not admin or cashier
StaffService --> StaffResolver : Error: Not Authorized
StaffResolver --> BelanjaYukBE : Error: Not Authorized
BelanjaYukBE --> BelanjaYukFE: Message: You're not authorize
end alt
else token is expired
StaffService --> StaffResolver -- : Error: token expired
StaffResolver --> BelanjaYukBE -- : Error: token expired
BelanjaYukBE --> BelanjaYukFE -- : Message: token was expired
end alt
@enduml | false | true | false | false | usecase |
e1bb4718ff46a9f6b00d469477caefd3ad70c1c2 | 43173bf53c456ee6ce6103d271a7dc7777d5c0da | /metodikk.puml | 41059b5551183779810f1491c238c446c3a6923c | [] | no_license | martinstiles/turkis-kolibrie | 23c67c88744d04576e1ff43b526b9b8802701f51 | d9b6e7b1fea0db995c51519bee5c6d773c087893 | refs/heads/master | 2023-04-06T15:47:26.978307 | 2021-04-08T15:21:10 | 2021-04-08T15:21:10 | 339,657,983 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 749 | puml | @startuml
' NODES
database twapi as "Twitter API"
node clean as "Renseprosess"
cloud trans as "Google Translate API"
node senti as "VADER"
rectangle nrk as "NRK Valgomat"
rectangle parti1 as "Valgprogramm til partier"
node clas as "Tema-klassifiserer"
node tfidf as "TFIDF"
node user as "Brukeraggregering"
node ailearn as "Trening av nevralt nettverk"
node net as "Nevralt nettverk"
' RELATIONSHIPS
twapi --> clean : Tweets
trans <- clean : Tweets
clean --> clas : Tweets
trans --> senti : Tweets
senti --> user : Tweets med sentiment
clas --> user : Tweets med tema
user --> ailearn : Brukere med tema-sentiment par
nrk --> tfidf : valgomat-tekst
parti1 --> tfidf : valgprogramm-tekst
tfidf --> clas : ordbok for ulike tema
ailearn -> net
@enduml | false | true | false | false | sequence |
909b7b2b748fe85d8750f6bf28e0c728ccc97a9c | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /examples/uml/non-icon.puml | a212fc33f7c14d1081815f998de32ebf7499069b | [
"MIT"
] | permissive | tizuck/scala-uml-diagrams | 4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b | c5c432132bff9df7ab60352f0e715583d9d51973 | refs/heads/main | 2023-03-01T02:44:15.288794 | 2021-02-03T22:26:55 | 2021-02-03T22:26:55 | 306,687,367 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 453 | puml | @startuml
class List <<interface >>
hide circle
hide methods
hide attributes
skinparam defaultFontName Source Code Pro
skinparam ClassStereotypeFontColor #1b1f23
skinparam class {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #6f42c1
}
skinparam note {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #d73a49
}
skinparam stereotype {
FontColor #d73a49
}
@enduml | false | true | false | false | class |
3bd4de4bea602d9b0347974ee74bde907abffc30 | bcb7fd9ec9e69e52780b27da867b8055dfdc043c | /src/lattice/LatticeFactory.iuml | 264edc54a72cf9af4c1cbdaa831bb707179e1dda | [
"CECILL-B"
] | permissive | vanthonguyen/lattice-sequence | 2e962d089b0053ba90332932fe3881dfe8ec71ac | 72ebfe551ef013da521b81121e3f98164b2a00bf | refs/heads/master | 2020-04-15T07:22:32.920465 | 2015-02-01T17:33:59 | 2015-02-01T17:33:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 554 | iuml | package lattice {
class LatticeFactory {
.. Constructor ..
+LatticeFactory()
.. Generators ..
{static}+Lattice random(int nb)
{static}+Lattice booleanAlgebra(int nb)
{static}+Lattice permutationLattice(int n)
{static}+Lattice product(Lattice l, Lattice r)
{static}+Lattice doublingConvex(Lattice l, DAGraph c)
.. Operations ..
{static}-recursiveBooleanAlgebra(Node node, Lattice l, int n)
{static}-recursivePermutationLattice(Node node, Lattice l, int n)
}
} | false | true | false | false | class |
ed6edf602dd5024325ec243211d2235e8b73784c | 7b9687987c687ca9d2d1a2e2651550922570bd6f | /ImageloaderLib/src/main/java/com/hust_twj/imageloderlibrary/uml.puml | 9808939f6557daf8c719547e5798ce8e50102ee0 | [] | no_license | hust-twj/ImageLoader | 0848e40ed4ae39e9849e9c38cc0ecf0dae304565 | fa6e74aa9e179ad6f549e0169bfdac74bb8a97ad | refs/heads/master | 2020-05-25T14:39:32.131621 | 2019-08-17T07:04:14 | 2019-08-17T07:04:14 | 187,849,789 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,959 | puml | @startuml
interface BitmapCache
class DiskCache
class DiskLruCache
class DoubleCache
class MemoryCache
class LoaderConfig
class DisplayConfig
interface ImageLoadListener
interface ILoadStrategy
abstract BaseLoadStrategy
class NetworkLoadStrategy
class DrawableLoadStrategy
class LocalLoadStrategy
class LoadManager
class LoadRequest
class LoadTask
class ImageLoader
BitmapCache <|.. DiskCache
BitmapCache <|.. DoubleCache
BitmapCache <|.. MemoryCache
ILoadStrategy <|.. BaseLoadStrategy
BaseLoadStrategy <|-- NetworkLoadStrategy
BaseLoadStrategy <|-- DrawableLoadStrategy
BaseLoadStrategy <|-- LocalLoadStrategy
interface BitmapCache {
Bitmap get(String key)
put(String key, Bitmap value)
remove(String key)
clearCache()
}
interface ILoadStrategy {
loadImage(LoadRequest request)
}
abstract class BaseLoadStrategy {
{abstract} Bitmap onLoadImage(LoadRequest request)
updateImageView(LoadRequest request, Bitmap bitmap)
}
class DiskCache {
DiskLruCache mDiskLruCache
}
class MemoryCache {
LruCache<String, Bitmap> mMemoryCache
}
DiskCache <.. DiskLruCache
DoubleCache <.. MemoryCache
DoubleCache <.. DiskCache
class ImageLoader {
static ImageLoader sInstance
LoaderConfig mConfig
BitmapCache mCache
LoadTask mLoadTask
LoadRequest mLoadRequest
void get()
void init(LoaderConfig config)
ImageLoader load(int resID)
ImageLoader load(String uri)
ImageLoader error(int errorResID)
ImageLoader(int placeHoldResID)
ImageLoader displayRaw(boolean displayRaw)
ImageLoader listener(ImageLoadListener listener)
ImageLoader into(ImageView imageView)
}
class LoadTask {
void start()
}
class DoubleCache {
DiskCache mDiskCache;
MemoryCache mMemoryCache
}
ImageLoader <.. LoadTask
ImageLoader <.. LoadRequest
ImageLoader <.. LoaderConfig
ImageLoader <.. BitmapCache
LoadRequest <.. DisplayConfig
LoadRequest <.. ImageLoadListener
class LoadManager {
ILoadStrategy getLoader(String uri)
}
LoadManager <.. ILoadStrategy
LoadTask <.. LoadManager
@enduml | false | true | false | false | class |
3a821ad3510b540d17a944114802d76815391aa7 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/CovarianceCalculator/CovarianceCalculator_Activity_calPDistance.puml | aa9c5c56a914021a753f1dd55b75cd19e86e98db | [] | no_license | ShisatoYano/SLAMDesignUML | 2b3af745ecf8ff1b88845e248a72c589fe9aa1ba | bb8678908952205d1fdc2ea5e49c9ca752e123b9 | refs/heads/master | 2022-11-25T17:49:03.514885 | 2020-08-02T00:27:38 | 2020-08-02T00:27:38 | 261,206,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 404 | puml | @startuml
/'
observation model with vertical distance
input1: const LPoint2D *clp
input2: const LPoint2D *rlp
input3: double tx
input4: double ty
input5: double th
'/
(*) --> "double x = cos(th) * clp->x - sin(th) * clp->y + tx
double y = sin(th) * clp->x + cos(th) * clp->y + ty
double pdis = (x - rlp->x) * rlp->nx + (y - rlp->y) * rlp->ny"
--> "return(pdis)"
--> (*)
@enduml | false | true | false | false | class |
a9292acae339c0bb98558a26c513057c592399d4 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Editor/Effects/ChromaticAberrationEditor.puml | c59cfe9fe8687de0cad516b58c5ada744dc27516 | [] | 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 | 486 | puml | @startuml
class ChromaticAberrationEditor <<sealed>> {
+ <<override>> OnEnable() : void
+ <<override>> OnInspectorGUI() : void
}
class "PostProcessEffectEditor`1"<T> {
}
"PostProcessEffectEditor`1" "<ChromaticAberration>" <|-- ChromaticAberrationEditor
ChromaticAberrationEditor --> "m_SpectralLut" SerializedParameterOverride
ChromaticAberrationEditor --> "m_Intensity" SerializedParameterOverride
ChromaticAberrationEditor --> "m_FastMode" SerializedParameterOverride
@enduml
| false | true | false | false | class |
576ba800c8a50627814deafa45fa40cbe7a66938 | b615d963ae1cfa22289775c561dd073b55a71ebd | /docs/uml-class-diagrams/admin/test/TrackDataTests/TrackDataTests.puml | 8c2d81f1579468a04f216493c9c2d846d6e4c367 | [] | no_license | elilley15/csi-3370-software-project | 8062dddf435ab0c7941acdf03225f84c18457947 | d2642cf649dabeafd6d9753c483b9df265d85118 | refs/heads/main | 2023-01-18T15:48:03.237629 | 2020-11-28T21:24:10 | 2020-11-28T21:24:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 948 | puml | @startuml TrackDataTests
package edu.oakland.test.admin {
class TrackDataTests {
+ void pointsOnlyConstructorCourseIs0()
+ void fullDataConstructorcourseInIsCourseOut()
+ void pointsOnlyConstructorSpeedIs0()
+ void fullDataConstructorspeedInIsSpeedOut()
+ void pointsOnlyConstructorValidFalse()
+ void fullDataConstructorValidTrue()
+ void pointsOnlyConstructorPointsInArePointsOut()
+ void fullDataConstructorPointsInArePointsOut()
+ void noValidDataViaPointsOnlyConstructor()
+ void noNullDataViaPointsOnlyConstructor()
+ void noNullDataViaFullDataConstructor()
+ void noTooLittleDataViaFullDataConstructor()
+ void noTooMuchDataViaFullDataConstructor()
+ void noNegativeSpeedViaFullDataConstructor()
+ void noNegativeCourseViaFullDataConstructor()
+ void noTooLargeCourseViaFullDataConstructor()
}
}
@enduml | false | true | false | false | class |
311a3422aac6cb95963384f185abc81a21564917 | 644b7bb773b84596a2de4d31a0603284d9562e56 | /web3function/file/UniversityExam.iuml | 10f5aa52b465123ce0b16e7ba81dc44fedf33246 | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 139 | iuml | @startuml
skinparam classAttributeIconSize 0
class UniversityExam {
+ associateTeacherToExam (_teacher: address, _exam: address)
}
@enduml
| false | true | false | false | class |
e4a626ebe881283234ca4e47ed2dddc82e08900c | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintD/US/US13/US13_SD.puml | 00020d4710d249fdca02b2851a5c8b3359aa710e | [
"MIT"
] | permissive | wjacoud/DynaByte | 13f042b210f17830aa3eb31558d3f83d587ab436 | 3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3 | refs/heads/main | 2023-08-27T09:20:01.825322 | 2021-11-11T17:15:05 | 2021-11-11T17:15:05 | 427,082,047 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,498 | puml | @startuml
autonumber
'hide footbox
actor "Clinical Chemistry Technologist" as CCT
participant ":ClientTestsUI" as UI
participant ":ClientTestsController" as CTRL
participant ":Company" as COMP
participant "clientStore : ClientStore" as CS
participant "testStore : TestStore" as TS
participant ":ClientMapper" as CM
participant ":TestMapper" as TM
participant "objDTO : clientListOrderDTO" as CL_DTO
participant "objDTO : testListDTO" as TL_DTO
activate CCT
CCT -> UI : requests to see the historical tests of a client
activate UI
UI --> CCT : asks to choose the order of the client list (TIN or Name)
deactivate UI
loop until the actor decides to stop
CCT -> UI : chooses the order
activate UI
UI -> CTRL : clientList = getClientList()
activate CTRL
CTRL -> COMP : clientStore = getClientStore()
activate COMP
deactivate COMP
|||
alt actor's decision
CTRL -> CS : clientListOrder = orderingClientTin()
activate CS
else
|||
CTRL -> CS : clientListOrder = orderingClientName()
end alt
deactivate CS
CTRL -> CM : clientListOrderDTO = clientListOrder.toDto()
activate CM
create CL_DTO
CM -> CL_DTO : clientListOrderDTO
deactivate CM
CTRL --> UI : clientListOrderDTO
deactivate CTRL
loop until the actor changes the order of the list or decides to stop
UI --> CCT : shows the clients list and asks to select one
deactivate UI
CCT -> UI : chooses a client
activate UI
UI -> CTRL : clientTests(client)
activate CTRL
CTRL -> CM : fromDtoToClient(client)
activate CM
deactivate CM
|||
CTRL -> COMP : testStore = getTestStore()
activate COMP
deactivate COMP
CTRL -> TS : testList = getValidatedTests(client)
activate TS
deactivate TS
|||
CTRL -> TM : testListDTO = testList.toDto()
activate TM
create TL_DTO
TM -> TL_DTO : testListDTO
deactivate TM
CTRL --> UI : testListDTO
deactivate CTRL
loop until the actor changes client or decides to stop
UI --> CCT : shows the test list from that client with the "VALIDATED" state and asks to select one
deactivate UI
CCT -> UI : chooses a test
activate UI
UI -> CTRL : testInfo(test)
activate CTRL
CTRL -> TM : fromDtoToTest(test)
activate TM
deactivate TM
|||
UI -> CTRL : TestInfoToString(test)
deactivate CTRL
UI --> CCT : shows the test's information and results
deactivate UI
end loop
end loop
end loop
deactivate CCT
@enduml | false | true | false | false | usecase |
1c5b61a0a37ab2bb2c9e81df2d4377077c0480fe | 4ae261754a3a9c9ae4719544ec4315765ed18762 | /docs/UML/pysumo/logger/Actionlog.iuml | 66b899a6c25ab66dd663ac8f73aefe59641cb0d1 | [
"BSD-2-Clause"
] | permissive | pySUMO/pysumo | a5bcff128b757f1b4857f51cd5ebd07014ff1142 | 889969f94bd45e2b67e25ff46452378351ca5186 | refs/heads/master | 2020-05-05T01:22:45.988009 | 2015-04-22T11:09:00 | 2015-04-22T11:09:00 | 32,805,049 | 8 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 868 | iuml | class Actionlog {
- actionlog : Stack
- redolog : Stack
- queue : (int, BytesIO)
- current : BytesIO
+ __init__(name : String, path=None : String) : ActionLog
+ queue_log(data : BytesIO) : int
+ ok_log_item(log_queue_ok_num : int)
+ undo() : BytesIO
+ redo() : BytesIO
}
class LogIO {
- default_path : String
- timeout : int
- max_size : int
- max_diffs : int
- path : String
- name : String
- current : String
- uwrite_queue: BytesIO[]
- rwrite_queue: BytesIO[]
+ __init__(path : String) : LogIO
+ diff(current : BytesIO, new : BytesIO) : BytesIO
+ read() : (BytesIO, BytesIO[], BytesIO[])
+ flush_write_queue(_=None, __=None)
+ clear(queue : String)
+ pop(queue : String)
+ undo(current : BytesIO, entry : BytesIO) : BytesIO
+ redo(current : BytesIO, entry : BytesIO, clean=False) : BytesIO
}
Actionlog *- LogIO
| false | true | false | false | class |
701df83c2f6105bbdb0af32999dea228cffc72bf | aefb1807676f66cc46e45071b3deb1969e682322 | /SELAIN SISTEM/UML/SEQUENCE/administrator/editrole.puml | 8451c5a316b2214b5847ba647791ecfa8bb3d7b1 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kurniado729/sistem_kp | f456f7a22392f99c117797370c9a8d70c96b0df4 | c77c7bc9aa28fe414be3254880112dbffb4b2ab2 | refs/heads/master | 2023-02-01T21:00:47.861038 | 2019-12-20T18:52:46 | 2019-12-20T18:52:46 | 220,038,247 | 0 | 1 | MIT | 2023-02-01T02:14:20 | 2019-11-06T16:12:42 | HTML | UTF-8 | PlantUML | false | false | 1,123 | puml | @startuml
autonumber
hide footbox
title Mengubah Role
Actor Administrator
boundary Dashboar_V
boundary Role_V
boundary EditRole_V
control Admin_C
Entity Role_E
Admin_C --> Dashboar_V: load->view()
Dashboar_V --> Administrator: Halaman Dashboar
Administrator --> Dashboar_V: klik menu Role
Dashboar_V --> Admin_C: Role()
Admin_C --> Role_E:
Role_E --> Admin_C:
Admin_C --> Role_V: load->view()
Role_V --> Administrator: Halaman Role
Administrator --> Role_V: klik tombol EditRole
Role_V --> Admin_C: EditRole_V()
Admin_C --> EditRole_V: load->view()
EditRole_V --> Administrator: Halaman EditRole
Administrator --> EditRole_V: Mengisi Inputan dan klik tombol edit
note right of Administrator
Inputan Role
end note
EditRole_V --> Admin_C: EditRole()
Admin_C --> Role_E:
alt isValid() case
Role_E --> Admin_C: isValid()
Admin_C --> Role_V: load->view()
Role_V --> Administrator: Halaman Role
else isInvalid() case
Role_E --> Admin_C: isInvalid()
Admin_C --> EditRole_V: load->view()
EditRole_V --> Administrator: Halaman Edit Role
end
@enduml | false | true | false | false | sequence |
f7561f51e0edfe26584598b6793ee310bd6ecd3e | 80e00ad16222ce75e991c90d49875c1dba11825a | /src/main/resources/acceptInvitation.puml | 53ae6734c4d760261d6b60128e87c40936a70e04 | [] | no_license | dmorenoh/shoppingList | e36ed6312f5e1cc987607c368489946d6dae6b1e | 10a790d2501760eb9b176b3833a680c3a526bbc3 | refs/heads/master | 2021-01-17T20:33:43.697808 | 2016-08-04T06:09:54 | 2016-08-04T06:09:54 | 64,906,889 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,653 | puml | @startuml
hide footbox
title Accept Invitation: Invitation ACCEPTED
autonumber
actor Friend
boundary Device
box "Client" #LightBlue
boundary ShoppingListApp
end box
box "BackEnd"
control UserStore
control ShoppingManagementController
control InvitationManagerService
control UserRepository
database ShoppingDB
end box
Friend->Device:Click on invitation
Device->ShoppingListApp: Open App
activate ShoppingListApp
ShoppingListApp-->Friend: Show login
Friend->ShoppingListApp: Login
ShoppingListApp->UserStore:Login
UserStore-->ShoppingListApp: Login OK
ShoppingListApp -> ShoppingListApp: Redirect accept invitation
ShoppingListApp-->Friend: Show accept invitation page
Friend->ShoppingListApp: Accept invitation
ShoppingListApp->ShoppingManagementController: acceptInvitation(user, invitedFriend, accepted_YES)
activate ShoppingManagementController
ShoppingManagementController->InvitationManagerService: acceptInvitation(user, invitedFriend)
InvitationManagerService->UserRepository: getUser(userId)
UserRepository->UserStore: getUserDetails(user)
UserStore-->UserRepository:Return user details
UserRepository-->InvitationManagerService:Return User
InvitationManagerService->UserRepository:addFriend(invitedFriend)
UserRepository->ShoppingDB:saverUser(user)
ShoppingDB-->UserRepository: saved OK
UserRepository --> InvitationManagerService: Friend Added
InvitationManagerService --> ShoppingManagementController: Friend Added
autonumber resume "<font color=blue><b>Message "
ShoppingManagementController --> ShoppingListApp: HTTP_OK
deactivate ShoppingManagementController
ShoppingListApp-->Friend: Adding confirmation
deactivate ShoppingListApp
@enduml | false | true | false | false | usecase |
3ec5b9c50507a24f264de0184c38ec97be12c894 | f37e90775a158ea0ae644e334eac5bba341f4989 | /Documentation+/PlantUml/activity/old/if.puml | f3395c314d1bfe9d2db00e25a15719f9014ff33c | [] | no_license | Aleks-Ya/yaal_examples | 0087bbaf314ca5127051c93b89c8fc2dcd14c1e3 | ec282968abf1b86e54fc2116c39f2d657b51baac | refs/heads/master | 2023-09-01T07:40:44.404550 | 2023-08-27T15:24:34 | 2023-08-29T22:01:46 | 14,327,752 | 4 | 2 | null | 2021-06-16T20:39:19 | 2013-11-12T09:26:08 | Java | UTF-8 | PlantUML | false | false | 419 | puml | ---
@startuml
title Start with an action
(*) --> "check input"
if "input is verbose" then
--> [Yes] "turn on verbosity"
--> "run command" as run
else
--> [No] do something
--> run
endif
-->(*)
@enduml
---
@startuml
title Start with an if
(*) --> if "input is verbose" then
--> [Yes] "turn on verbosity"
--> "run command" as run
else
--> [No] do something
--> run
endif
-->(*)
@enduml | false | true | false | false | activity |
c3524f4fe551dcedb5eb14bf62f490348858a525 | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/learning_plan/offer/seventh/seventh.plantuml | abda894d4f6dce85dd7a0f2b073e1f0c6e24a01c | [] | 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 | 787 | plantuml | @startuml
title __SEVENTH's Class Diagram__\n
namespace cn.shui.learning_plan.offer.seventh {
class cn.shui.learning_plan.offer.seventh.Offer26 {
+ isSubStructure()
+ isSubStructure2()
- isSame()
- recur()
}
}
namespace cn.shui.learning_plan.offer.seventh {
class cn.shui.learning_plan.offer.seventh.Offer27 {
+ mirrorTree()
+ mirrorTree2()
}
}
namespace cn.shui.learning_plan.offer.seventh {
class cn.shui.learning_plan.offer.seventh.Offer28 {
+ isSymmetric()
- 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 |
4bf7dda40055f17a53f933ba56345ef410ad5041 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteCharacterPropertyDrawer.puml | d45e7ad6c2516506ffb0549e16fc6f920b1cc22b | [] | 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 | 409 | puml | @startuml
class TMP_SpriteCharacterPropertyDrawer {
m_GlyphSelectedForEditing : int
+ <<override>> OnGUI(position:Rect, property:SerializedProperty, label:GUIContent) : void
+ <<override>> GetPropertyHeight(property:SerializedProperty, label:GUIContent) : float
DrawSpriteGlyph(position:Rect, property:SerializedProperty) : void
}
PropertyDrawer <|-- TMP_SpriteCharacterPropertyDrawer
@enduml
| false | true | false | false | class |
f32ba02dd0542afb37d6a8880e837b3d121ea525 | 431c585b08c9534476fc28636fde0734b6458756 | /documentation/transitions/upstream.puml | 7369e9e94881f5f8a046b9d6ae8641596e31f911 | [
"MIT"
] | permissive | cyberlis/hitbox | e40af59654e0623f54ec8a66fe99f6a6f9cd3761 | c9266124e544b9ed80934f2a171bf883e58931ac | refs/heads/master | 2023-07-19T09:59:02.106699 | 2021-09-15T19:00:51 | 2021-09-15T19:00:51 | 406,895,267 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 249 | puml | @startuml
'https://plantuml.com/state-diagram
scale 700 width
[*] --> Initial
Initial --> UpstreamPolled::Successful
Initial --> UpstreamPolled::Error
UpstreamPolled::Successful --> Finish
UpstreamPolled::Error --> Finish
Finish --> [*]
@enduml | false | true | false | false | sequence |
f29c9712e03e6dd307150093f647608bb86db585 | 1ecbe75d13e45e5e7daae306ec34f62d2fcc6ddf | /images/expressionWithVisitor.plantuml | f87ded25b6aa5634543fdb3f2f2b3921d84a4fa1 | [] | no_license | skiadas/SoftwareDevelopmentPracticumCourse | 77ba943e6856e9a841b1f94aabd52c695a635812 | f8fccfcd9a9410a191455484c6a7b9927e325ed2 | refs/heads/master | 2020-04-15T23:40:28.229011 | 2019-12-06T15:16:56 | 2019-12-06T15:16:56 | 165,113,828 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 691 | plantuml | @startuml
skinparam shadowing false
skinparam packageStyle rectangle
skinparam package {
BackgroundColor Gainsboro
}
skinparam class {
BackgroundColor White
BorderThickness 3
ArrowThickness 2
ArrowColor Maroon
BorderColor Maroon
FontColor Maroon
BorderColor<<boundary>> DarkTurquoise
FontColor<<boundary>> DarkTurquoise
BorderColor<<entity>> Green
FontColor<<entity>> Green
}
interface Expression
class PlusExpression extends Expression {
+ term1 : Expression
+ term2 : Expression
}
class TimesExpression extends Expression {
+ term1 : Expression
+ term2 : Expression
}
class numberExpression extends Expression {
+ value : Double
}
@enduml
| false | true | false | false | class |
9411d8c29715d393d9f917f1f7f7298b1bc6606d | 81312d038a1ddb93737bd306aa7e2e278d20a260 | /docs/line-marker-initialize.puml | 8dbb73f4b795ca924efb75e105b994d47bb90062 | [] | no_license | mrliuxuhui/UnitTestTools | 04248355bbaa90984ce0924324ac78685a72a4c7 | 1269abcce0a058d84c3c7b9874bf90d83960121d | refs/heads/master | 2023-05-05T09:04:54.464783 | 2021-05-26T05:47:55 | 2021-05-26T05:47:55 | 362,780,653 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 908 | puml | @startuml
'https://plantuml.com/sequence-diagram
title 'line marker initializing'
autonumber
IDEA --> project : project opened
project --> ProjectUttInitializer : initialize project info
ProjectUttInitializer --> ProjectInfoService : initialize project info
ProjectInfoService --> ProjectInfoService : setup managers
ProjectInfoService --> UttLineMarkerProvider : setup line marker provider
UttLineMarkerProvider --> UttLineMarkerProvider : initialize Method association map key-Language
UttLineMarkerProvider --> ProjectInfoService
ProjectInfoService --> UttCodeManageService : initialize code checker and so on
UttCodeManageService --> UttCodeManageService : initialize code checker map key:Language-TestFramework
UttCodeManageService --> ProjectInfoService
ProjectInfoService --> DependenceManager : check dependencies
DependenceManager --> ProjectInfoService
ProjectInfoService --> project
@enduml | false | true | false | false | sequence |
fb82cc4d56647bed5bb419b6a14f6041e2ce0e31 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/spring/practice-reactor-multi-layer-cache-naver.plantuml | df7db8bf3ac768745e97273b46c56d0e77a2d8b8 | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 1,837 | plantuml | @startuml
participant TargetMethod as target
participant Refresh as refresh
participant LocalCache as local
participant RedisCache as redis
participant DB as data
group cached in local
target -> refresh : check refresh
activate refresh
refresh -> local : find local cache
activate local
refresh <- local : return local cache
deactivate local
target <- refresh : return local cache
deactivate refresh
end
'newpage
group cached in redis
target -> refresh : check refresh
activate refresh
refresh -> local : find local cache
activate local
local -> redis : find redis cache
activate redis
local <- redis : return redis cache
deactivate redis
refresh <- local : return local cache
deactivate local
target <- refresh : return local cache
deactivate refresh
end
'newpage
group nothing cached
target -> refresh : check refresh
activate refresh
refresh -> local : find local cache
activate local
local -> redis : find redis cache
activate redis
redis -> data : find data
activate data
redis <- data : return data
deactivate data
local <- redis : return redis cache
deactivate redis
refresh <- local : return local cache
deactivate local
target <- refresh : return local cache
deactivate refresh
end
group key changed
target -> refresh : check refresh
activate refresh
group background job
refresh -> redis : check key
activate refresh
activate redis
refresh <- redis : key not exist
deactivate redis
refresh -> data : find new data
activate data
refresh <- data : return new data
deactivate data
refresh -> redis : refresh new data
refresh -> local : refresh new data
deactivate refresh
end
refresh -> local : find local cache
activate local
refresh <- local : return local cache
deactivate local
target <- refresh : return local cache
deactivate refresh
end
@enduml | false | true | false | false | sequence |
d1db34eb0acf094c1a05741dafaf8d0ec5db0742 | 277448f6e83236a8a92eb44ece7d004c2a212f85 | /docs/diagrams/ListCommand.puml | b7831e4621a5783af11732ebc0aa1ad38a435556 | [] | no_license | Lee-Juntong/tp | 73ac82cd30fd0159a60d6b5bb7aad8879551f323 | a30ee327c31ccc7e5a57cdec65afd9a6e5e2e59d | refs/heads/master | 2023-01-09T11:30:11.655268 | 2020-11-13T06:06:45 | 2020-11-13T06:06:45 | 300,521,331 | 0 | 0 | null | 2020-11-13T04:07:05 | 2020-10-02T06:25:15 | Java | UTF-8 | PlantUML | false | false | 379 | puml | @startuml
actor user
user --> NuSchedule : list
NuSchedule --> Parser ++ : parse()
Parser --> NuSchedule -- : PrintFullListCommand
NuSchedule --> PrintFullListCommand ++ : execute()
PrintFullListCommand --> UI ++ : PrintEventList()
UI --> EventList ++: getEventList()
EventList --> UI -- : eventList
UI --> PrintFullListCommand --
PrintFullListCommand --> NuSchedule --
@enduml | false | true | false | false | sequence |
89424625bcd73f0d6ecebb9a6c619235f6d6748e | 6153f22ccad5e550ec60e6465d77bd7088174144 | /DesignPattern/AdapterPattern/uml/Adapter.puml | 7ac3d565be1af0339fe6dd4a2aa655023a08a152 | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | zwxbest/Demo | a5093d4e82b269d200d23a7a390e299334301917 | 16ce40b63907d52d65ad93fba6a793847911d216 | refs/heads/master | 2023-06-08T17:15:27.688512 | 2022-03-03T03:53:31 | 2022-03-03T03:53:31 | 123,203,277 | 1 | 7 | MIT | 2023-05-26T22:15:03 | 2018-02-27T23:52:55 | Roff | UTF-8 | PlantUML | false | false | 321 | puml |
@startuml
abstract class Player{
String name
+ Attack()
+Defense()
}
together {
class Guards
class Forwards
class Translator{
ForignCenter player
Attack(){player.Attack()}
}
class ForeignCenter{
+Attack()
+Defense()
}
Forwards--up|>Player
Guards--up|>Player
Translator--up|>Player
Translator--right>ForeignCenter
@enduml | false | true | false | false | class |
8c761dd71859d46e184605af653df42e5a3d8e16 | 898d82eeabb1fc98006e54be6f9d0ea7dd5df39c | /diagrams/architecture_system.puml | b99eb91379688a169fb3e462c4db210bf57df4b6 | [] | no_license | lecler-i/mani-home-specs | d2d5de134f741109e7ad5523f5b069e685f27ec3 | 8eb4f57f86b83313fd684f4fd80a6327dd9b8abf | refs/heads/master | 2021-01-19T09:05:59.945504 | 2017-05-18T21:27:49 | 2017-05-18T21:27:49 | 87,724,697 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 413 | puml | Actor User as u
[Mobile app] as inter
[Joken] as joke
[API Server] as serv
[Auth0] as auth
[Data Model] as model
[Controller] as controller
u <-right-> inter: smartphone Android
inter <-down-> auth: Manage authentification (Facebok ou Google)
inter <-right-> joke: JWT communication
joke -down- serv
serv <-right-> model : update data
model <-down-> controller : send data
serv <--> controller : send respo
| false | true | false | false | usecase |
f2383f41cf90d82cb7e59ee66df551463e1d7fe2 | 5bc8d0afbd27343f0351accf10bf641b76abb44a | /kafka-architecture/src/docs/plantuml/0110/interfaces_kafka_server.puml | 4df97e262b0aa14c180f384fa19f6f9b3adf8c38 | [] | no_license | ueisele/doc-kafka | c71e8d8fb8d6191c65ad788be86eaca9be372cc6 | d733110f616552524803bde652dae31ebbba8536 | refs/heads/master | 2021-04-15T04:28:22.902201 | 2018-03-23T20:00:29 | 2018-03-23T20:00:29 | 126,474,338 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,853 | puml | @startuml
skinparam componentStyle uml2
skinparam nodesep 1
skinparam ranksep 1
node Zookeeper {
() "+/config/changes (child)" as config_changes
}
node Kafka {
package Server {
component KafkaApis {
() "+ApiVersions"
package "Admin API" {
() "+DescribeConfigs" as kafkaapis_describe_configs
() "+AlterConfigs" as kafkaapis_alter_configs
() "+CreateTopics" as kafkaapis_create_topics
() "+DeleteTopics" as kafkaapis_delete_topics
}
package "Metadata API" {
() "+Metadata" as kafkaapis_metadata
() "-UpdateMetadata" as kafkaapis_update_metadata
}
package "Record API" {
() "+Produce" as kafkaapis_produce
() "+Fetch" as kafkaapis_fetch
() "+DeleteRecords" as kafkaapis_delete_records
}
package "Replica API" {
() "-LeaderAndIsr" as kafkaapis_leader_and_isr
() "-StopReplica" as kafkaapis_stop_replicas
}
package "Offset API" {
() "+ListOffsets" as kafkaapis_list_offsets
() "-OffsetForLeaderEpoch" as kafkaapis_offset_for_leader_epoch
}
package "Offset Commit/Fetch API" {
() "+FindCoordinator" as kafkaapis_find_coordinator
() "+OffsetCommit" as kafkaapis_offset_commit
() "+OffsetFetch" as kafkaapis_offset_fetch
}
package "Group API" {
() "+ListGroups" as kafkaapis_list_groups
() "+DescribeGroups" as kafkaapis_describe_groups
}
package "Group Membership API" {
() "+JoinGroup" as kafkaapis_join_groups
() "+SyncGroup" as kafkaapis_sync_groups
() "+LeaveGroup" as kafkaapis_leave_groups
() "+Heartbeat" as kafkaapis_heartbeat
}
package "Transaction API" {
() "+InitProducerId" as kafkaapis_init_producer_id
() "+AddPartitionsToTxn" as kafkaapis_add_partitions_to_txn
() "+AddOffsetsToTxn" as kafkaapis_add_offsets_to_txn
() "+EndTxn" as kafkaapis_end_txn
() "+TxnOffsetCommit" as kafkaapis_txn_offset_commit
() "-WriteTxnMarkers" as kafkaapis_write_txn_markers
}
package "Authorization API" {
() "+DescribeAcls" as kafkaapis_describe_acls
() "+CreateAcls" as kafkaapis_create_acls
() "+DeleteAcls" as kafkaapis_delete_acls
}
}
[AdminManager] -- kafkaapis_describe_configs
[AdminManager] -- kafkaapis_alter_configs
[AdminManager] -- kafkaapis_create_topics
[AdminManager] -- kafkaapis_delete_topics
[MetadataCache] -- kafkaapis_metadata
[ReplicaManager] -- kafkaapis_update_metadata
[ReplicaManager] -- kafkaapis_produce
[ReplicaManager] -- kafkaapis_fetch
[ReplicaManager] -- kafkaapis_delete_records
[ReplicaManager] -- kafkaapis_leader_and_isr
[GroupCoordinator] -- kafkaapis_leader_and_isr
[TransactionCoordinator] -- kafkaapis_leader_and_isr
[ReplicaManager] -- kafkaapis_stop_replicas
[GroupCoordinator] -- kafkaapis_stop_replicas
[ReplicaManager] -- kafkaapis_list_offsets
[ReplicaManager] -- kafkaapis_offset_for_leader_epoch
[TransactionCoordinator] -- kafkaapis_find_coordinator
[GroupCoordinator] -- kafkaapis_find_coordinator
[GroupCoordinator] -- kafkaapis_offset_commit
[GroupCoordinator] -- kafkaapis_offset_fetch
[GroupCoordinator] -- kafkaapis_list_groups
[GroupCoordinator] -- kafkaapis_describe_groups
[GroupCoordinator] -- kafkaapis_join_groups
[GroupCoordinator] -- kafkaapis_sync_groups
[GroupCoordinator] -- kafkaapis_leave_groups
[GroupCoordinator] -- kafkaapis_heartbeat
kafkaapis_init_producer_id -- [TransactionCoordinator]
kafkaapis_add_partitions_to_txn -- [TransactionCoordinator]
kafkaapis_add_offsets_to_txn -- [TransactionCoordinator]
kafkaapis_end_txn -- [TransactionCoordinator]
kafkaapis_txn_offset_commit -- [GroupCoordinator]
kafkaapis_write_txn_markers -- [GroupCoordinator]
kafkaapis_write_txn_markers -- [ReplicaManager]
[Authorizer] -- kafkaapis_describe_acls
[Authorizer] -- kafkaapis_create_acls
[Authorizer] -- kafkaapis_delete_acls
[ReplicaManager] -> [MetadataCache] : updates and uses
[MetadataCache] <- [AdminManager] : uses
config_changes -- [DynamicConfigManager] : change notification
}
}
@enduml | false | true | false | false | sequence |
62daa2a888d26356272bba97bde859d1b733208d | f22a1a68c81ff8c890f57bc87bef16d9843d139e | /src/UML_diagram.puml | 0b1e34d753a52654577c04fbe9fde191a7102e8a | [] | no_license | mattiasedin/radioinfo | a2cf3d8b8b82c382456986882c8d5fb2b5833c65 | 701f9db10a0f36dc8dbcb26cdfa9a7c03a9c9527 | refs/heads/master | 2021-01-23T04:45:24.864040 | 2017-02-20T22:41:08 | 2017-02-20T22:41:08 | 80,381,995 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,575 | puml | @startuml
package Controllers #DDDDDD {
abstract class AbstractTableModel
class DataTableModel<T> extends AbstractTableModel {
-ArrayList<T> dataList;
+T getElementAtRow(int row)
}
class DataIconTableModel<T extends IconViewModel> extends DataTableModel
class ScheduleTableModel<Schedulepisode> extends DataIconTableModel
class ViewController {
-SplitView contentManager
-ActionListener onProgramDownloaded
-ActionListener onScheduleClicked
-ActionListener onScheduleDownloadComplete
-ActionListener onChannelClicked
-ActionListener onChannelDownloadComplete
-ActionListener onSettingsChanged
-ActionListener onMenuClicked
-void doUpdateChannels()
-void handleError(Exception e, int viewIndex)
}
class GUI {
-ViewController controller
}
ViewController *-- GUI
}
class Main {
+{static} void main(String[] args)
}
GUI *-- Main
package Endpoint #DDDDDD {
abstract class AbstractBackgroundWorker<T> extends SwingWorker {
-ActionListener listener;
-String dataUri;
-Exception failedException;
#T doInBackground()
#void done()
{abstract} T getData(String url) throws Exception
}
class GetDataBackgroundWorker<T> extends AbstractBackgroundWorker {
-EndpointAPIReader<T> dr;
#T getData(String url)
}
class GetDataListBackgroundWorker<T, U extends ArrayList<T>> extends AbstractBackgroundWorker {
-EndpointAPIReader<T> dr;
#U getData(String url)
}
class GetSchedulesBackgroundWorker extends GetDataListBackgroundWorker {
#ArrayList<Scheduledepisode> getData(String url)
}
class GetImageBackgroundWorker<Image> extends AbstractBackgroundWorker {
#Image getData(String url)
}
class EndpointAPIReader<T> {
-Class<T> typeParameterClass;
+ArrayList<T> getDataListFromUri(String uri)
+T getDataFromUri(String uri)
{static} Image getImageFromUri(String uri)
}
class NodeReader<T> {
-Class<T> typeParameterClass;
+Node findClassNodeInChilds(Node parentNode)
+{static} Node findNodeByNameInChilds(Node parentNode, String nameToFind)
+T nodeToObject(Node nodeToConvert)
+ArrayList<T> getObjectListFromNode(Node nodeListContainer)
}
EndpointAPIReader *-- NodeReader
AbstractBackgroundWorker *-- EndpointAPIReader
}
package Models #DDDDDD {
annotation ApiModel
annotation ApiModelData
annotation TableDisplay
abstract class IconViewModel
class Channel extends IconViewModel {
-int id
-String name
-String image
}
class Scheduledepisode extends IconViewModel {
-int episodeid
-String title
-Date starttimeutc
-Date endtimeutc
-Program program
-String imageurl
}
class Program extends IconViewModel {
-int id
-String name
-String broadcastinfo
-String programimage
-String description
}
class Pagination {
-int id
-String name
-String broadcastinfo
-String programimage
-String description
}
}
package Views #DDDDDD {
class TableIconView<T extends IconViewModel> {
#int[] getIconColumns()
+void setColumnWidth(int columnIndex, int width)
+T getSelectedItem()
+void setOnListItemClickListener(ActionListener onListItemClickListener)
+void scrollTo(int index) {
}
class TableScheduleView extends TableIconView {
-ArrayList<Scheduledepisode> data;
+void scrollToCurrent()
}
class AboutView
class ErrorView
class LoadingView
class Menu
class PreferencesView {
-ActionListener listener;
+PreferencesView(ActionListener listener, int updateInterval)
}
class ContentViewSwitcher {
-JPanel currentView;
+void changeViewTo(JPanel view)
+void clear()
}
class SplitView {
-ContentViewManager[] viewManagers
+void changeViewTo(int index, JPanel view)
+void clear(int i)
}
class StatusBar {
+void setText(String text)
}
SplitView *-- ContentViewSwitcher
}
ViewController *-- Views
ViewController *-- Endpoint
EndpointAPIReader *-- ApiModel
EndpointAPIReader -- Pagination
NodeReader *-- ApiModel
NodeReader *-- ApiModelData
TableIconView *-- TableDisplay
DataTableModel *-- TableDisplay
@enduml | false | true | false | false | class |
f9a78e5c14ec79c8725134b38fbb91afffe2c974 | f37e90775a158ea0ae644e334eac5bba341f4989 | /Documentation+/PlantUml/common/narrow_skinparams.puml | 04be9eff448099ecd1d5e7cc403e32770a59576d | [] | no_license | Aleks-Ya/yaal_examples | 0087bbaf314ca5127051c93b89c8fc2dcd14c1e3 | ec282968abf1b86e54fc2116c39f2d657b51baac | refs/heads/master | 2023-09-01T07:40:44.404550 | 2023-08-27T15:24:34 | 2023-08-29T22:01:46 | 14,327,752 | 4 | 2 | null | 2021-06-16T20:39:19 | 2013-11-12T09:26:08 | Java | UTF-8 | PlantUML | false | false | 336 | puml | @startuml
skinparam ArrowColor red
skinparam ArrowFontColor blue
skinparam ArrowFontName Helvetica
skinparam ArrowFontSize 14
skinparam ArrowFontStyle bold
skinparam ArrowThickness 2
class Class1 {
-attribute1 : int
+method1() : void
}
class Class2 {
-attribute2 : int
+method2() : void
}
Class1 --> Class2
@enduml
| false | true | false | false | class |
971f3cd220a196fbd1d9e278b51cf94fdb115cf8 | 068579f9ad18a1368961dc3b9f812129f4f7e858 | /DesignPattern/FactoryMethod/Armeria/uml/class_diagram.puml | bca77c895cda8530baf037092d0a6dcbfb51cb18 | [] | no_license | AleMidolo/materiale-tutorato-ids | d9c27a9d0da9436842144a7cc8bd6d381f6e3546 | 3d95de651214245b113c92481007ec177ce95471 | refs/heads/master | 2023-03-30T22:05:39.627666 | 2021-04-01T13:53:07 | 2021-04-01T13:53:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 735 | puml | ' Documentazione: https://plantuml.com/class-diagram
@startuml
' START STYLE
skinparam {
monochrome true
'shadowing false
classBackgroundColor white
noteBackgroundColor white
classAttributeIconSize 0
}
hide circle
' END STYLE
title Factory Method: Armeria
hide members
class TestArmeria
class Armeria
interface Arma <<interface>>
class Fucile implements Arma
class Pistola implements Arma
interface Munizioni <<interface>>
class MunizioniPesanti implements Munizioni
class MunizioniLeggere implements Munizioni
TestArmeria --> Armeria
TestArmeria --> Arma
Fucile --> Munizioni
Pistola --> Munizioni
Armeria --> Fucile
Armeria --> Pistola
Armeria --> MunizioniPesanti
Armeria --> MunizioniLeggere
@enduml | false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.