blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
5
227
content_id
stringlengths
40
40
detected_licenses
listlengths
0
28
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
36 values
visit_date
timestamp[us]date
2015-08-14 10:26:58
2023-09-06 06:45:32
revision_date
timestamp[us]date
2011-07-11 04:02:09
2023-09-04 16:40:12
committer_date
timestamp[us]date
2011-07-11 04:02:09
2023-09-04 16:40:12
github_id
int64
206k
631M
star_events_count
int64
0
6.51k
fork_events_count
int64
0
1.54k
gha_license_id
stringclasses
11 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
55 values
src_encoding
stringclasses
12 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
16
1.74M
extension
stringclasses
12 values
code
stringlengths
16
1.74M
16f31c84a0571def283876de25781ae4e7debf9a
46fd1573fc0ca60b3a29379c8d912078d9840691
/study/learnjava/src/main/java/com/myzuji/study/gof23/prototype/improve/prototype.puml
6bd16ed94297bb7a2475ca01bf18d864c1229717
[ "MIT" ]
permissive
mestarshine/myzuji
35b7d447f77f26133adce99a7759891e441f1e75
4b7298a2cfaf7f852fe4f633bc51312d9f8d8450
refs/heads/master
2023-04-30T11:27:10.835117
2023-04-14T03:54:40
2023-04-14T03:54:40
237,580,467
0
0
MIT
2023-04-14T03:54:41
2020-02-01T07:43:39
HTML
UTF-8
PlantUML
false
false
426
puml
Prototype 原型类,声明一个克隆自己的接口 ConcretePrototype 具体的原型类,实现一个克隆自己的操作 client 让一个原型对象克隆自己,从而创建一个新的对象(属性一样) @startuml class Client class Prototype{ clone() } class ConcretePrototype1 class ConcretePrototype2 Client -> Prototype Prototype <|-- ConcretePrototype1 Prototype <|-- ConcretePrototype2 @enduml
4855714910ecfb293e62e8561a5533d4c72d1d1e
a36f47c97f3ac31055c2bb93d1ffa80cc402968a
/Actividades/A4.1.Command/patronCommand.puml
a321b40a5a3faf2fd3f98c2856a5fb89b3cfa623
[]
no_license
MrGarrowson/A01018714_Ayms18
95d6ab063c9d7563838215d70797122a0e668fff
cf2c20b0abcf3e1698142f095d4871d4a6bb6d42
refs/heads/master
2021-05-12T14:38:13.305432
2018-05-16T03:02:22
2018-05-16T03:02:22
116,961,584
0
0
null
null
null
null
UTF-8
PlantUML
false
false
247
puml
@startuml skinparam titleBorderRoundCorner 15 skinparam titleBorderThickness 2 skinparam titleBorderColor red skinparam titleBackgroundColor Aqua-CadetBlue title Command Pattern UML class Command{ void execute(); } Invoker<|--Command @enduml
0eeb7868a492ef3f1d617d305f2d9780ac359990
ca297beee931ad3e6900be7ce159d888f8686147
/structural patterns/Flyweight.puml
1e08126ada9ddce708542d781baf8144e19de5b5
[]
no_license
yvoilee/DesignPattern
c556fb25f39d6846e73225324e53df060b544513
9974e60984e9aea7fe670f8314b031a0b61a2a8b
refs/heads/master
2020-04-29T22:57:07.914236
2019-03-19T08:37:54
2019-03-19T08:37:54
176,463,386
0
0
null
null
null
null
UTF-8
PlantUML
false
false
758
puml
@startuml skinparam classAttributeIconSize 0 package "class Flyweight(享元模式)" #DDDDDD { class FlyweightFactory{ - mMap:HashMap + getFlyweight():Flyweight } note right: 享元工厂 abstract class Flyweight{ + operation(extrinsicStatus:String) } note right: 享元对象抽象基类或者接口 class ConcreteFlyweight{ - intrinsicState:String + operation(extrinsicStatus:String) } note right: 具体的享元对象 class UnsharedConcreteFlyweight{ - allState:String + operation(extrinsicStatus:String) } note right: 非共享的享元对象 FlyweightFactory *--> Flyweight Flyweight <|-- ConcreteFlyweight Flyweight <|-- UnsharedConcreteFlyweight } @enduml
0a7088b0712656948475b5823e20e82bdf239e16
c60a8fb67fedcbae08755d8125d97468a8aca24d
/Projet de UML Reverse/documents/diagrammes_architecture/DiagrammesVersion trash/GestionnaireDeFichiers/view.puml
9c18b03f484250d36e60e81f09b389969a88c5dc
[ "Apache-2.0" ]
permissive
BelkhousNabil/Projets-Informatiques
6be114f6a8dbcf978ef67daffb1394ee023255cf
47ffd6526bb66ae263c34725fe2b515b751127bb
refs/heads/master
2021-01-17T07:12:08.050466
2017-02-26T17:03:56
2017-02-26T17:03:56
54,788,129
0
0
null
null
null
null
UTF-8
PlantUML
false
false
167
puml
@startuml class TreeFileManagerView extends javafx.scene.control.TreeView { + TreeFileManagerView(FileManager) } class javafx.scene.control.TreeView<String> @enduml
cb2aae4c9bab741fc8dc44726cf7c5308c90ec95
a249c2addc54fa5250d268f1c9cb71c1f555fec4
/learn-design-pattern/src/main/java/com/hqbhoho/bigdata/design/pattern/composite/composite.puml
42419ab3264310089ee5232dce1c4f660da1f68e
[]
no_license
hqbhoho/learn-bigdata
3bb16248eed5498758bf3f98179242078ed6ddf7
cb2eca9b1b795a4a8712850f0ec49a32b2f7922d
refs/heads/master
2022-11-21T16:48:22.455348
2020-09-15T01:30:16
2020-09-15T01:30:28
173,652,937
19
7
null
2022-11-16T11:46:09
2019-03-04T01:31:39
Java
UTF-8
PlantUML
false
false
524
puml
@startuml interface File{ {abstract} {method} + void show() } class Document { {field} - String name {method} + Document(String name) {method} + void show() } class Folder{ {field} - String name {field} - List<File> files {method} + Folder(String name) {method} + void addFile(File file) {method} + void removeFile(File file) {method} + void show() } class Client File <|.. Document File <|.. Folder Folder o-- File File <.. Client Document <.. Client Folder <.. Client @enduml
fe15c2cdbd58d18a6cd10da28de372c38e0e481f
47d2de8b054dc941936bc3f74942417a1d450163
/app_tfm_dependiente/uml.puml
6b409bd0de34fa99d4d19d144f8f75546358ff32
[]
no_license
arturocs/TFM_MII
70c87bf242f1040ae7e78363f0c04c42864b41a5
8ca5ddda5633bb6afc3ff13da60e6a50c0084cf1
refs/heads/master
2023-08-02T12:53:42.435598
2021-10-08T21:04:23
2021-10-08T21:04:23
415,126,612
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,594
puml
@startuml set namespaceSeparator :: class "app_tfm::main.dart::MyApp" { +_MyAppState createState() } class "app_tfm::main.dart::_MyAppState" { +Widget build() } class "app_tfm::views::login.dart::LoginView" { +_LoginViewState createState() } class "app_tfm::views::login.dart::_LoginViewState" { +TextEditingController emailEditingController +TextEditingController passwordEditingController +Future<void> LoginButtonPushed() +Widget build() } "app_tfm::views::login.dart::_LoginViewState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController" class "app_tfm::views::register.dart::RegisterView" { +_RegisterViewState createState() } class "app_tfm::views::register.dart::_RegisterViewState" { +TextEditingController emailEditingController +TextEditingController passwordEditingController +TextEditingController repeatPasswordEditingController +Future<void> RegisterButtonPushed() +Widget build() } "app_tfm::views::register.dart::_RegisterViewState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController" class "app_tfm::views::tabs_page.dart::AddRoomPage" { {static} +String routeName +_State createState() } class "app_tfm::views::tabs_page.dart::_State" { +TextEditingController nameController +String selected +List<dynamic> items +void addItemToList() +Widget build() } "app_tfm::views::tabs_page.dart::_State" o-- "flutter::src::widgets::editable_text.dart::TextEditingController" class "app_tfm::views::bottom_nav_bar.dart::MainMenuView" { +_MainMenuViewState createState() } class "app_tfm::views::bottom_nav_bar.dart::_MainMenuViewState" { -int _selectedIndex -void _onItemTapped() +Widget build() } class "app_tfm::views::notifications_page.dart::NotificationsPage" { +dynamic Function(bool) isHideBottomNavBar +_NotificationsPageState createState() } "app_tfm::views::notifications_page.dart::NotificationsPage" o-- "null::dynamic Function(bool)" class "app_tfm::views::notifications_page.dart::_NotificationsPageState" { +List<dynamic> items +bool wantKeepAlive -bool _handleScrollNotification() +Widget build() } "flutter::src::widgets::automatic_keep_alive.dart::AutomaticKeepAliveClientMixin" <|-- "app_tfm::views::notifications_page.dart::_NotificationsPageState" class "app_tfm::views::activities_page.dart::ActivitiesPage" { +dynamic Function(bool) isHideBottomNavBar +_ActivitiesPageState createState() } "app_tfm::views::activities_page.dart::ActivitiesPage" o-- "null::dynamic Function(bool)" class "app_tfm::views::activities_page.dart::_ActivitiesPageState" { +List<dynamic> items +int selectedIndex +bool wantKeepAlive -bool _handleScrollNotification() +Widget build() } "flutter::src::widgets::automatic_keep_alive.dart::AutomaticKeepAliveClientMixin" <|-- "app_tfm::views::activities_page.dart::_ActivitiesPageState" class "app_tfm::views::rooms_page.dart::RoomPage" { +dynamic Function(bool) isHideBottomNavBar +_RoomPageState createState() } "app_tfm::views::rooms_page.dart::RoomPage" o-- "null::dynamic Function(bool)" class "app_tfm::views::rooms_page.dart::_RoomPageState" { +List<dynamic> items +bool wantKeepAlive -bool _handleScrollNotification() +Widget build() } "flutter::src::widgets::automatic_keep_alive.dart::AutomaticKeepAliveClientMixin" <|-- "app_tfm::views::rooms_page.dart::_RoomPageState" class "app_tfm::views::add_activity_page.dart::AddActivityPage" { {static} +String routeName +_AddActivityPageState createState() } class "app_tfm::views::add_activity_page.dart::_AddActivityPageState" { -double _height -double _width -String _setTime -String _setDate -String _hour -String _minute -String _time +String dateTime +DateTime selectedDate +TimeOfDay selectedTime -TextEditingController _dateController -TextEditingController _timeController +TextEditingController marginEditingController +TextEditingController nameController +TextEditingController descriptionEditingController +List<dynamic> items -Future<Null> _selectDate() -Future<Null> _selectTime() +Widget build() } "app_tfm::views::add_activity_page.dart::_AddActivityPageState" o-- "flutter::src::material::time.dart::TimeOfDay" "app_tfm::views::add_activity_page.dart::_AddActivityPageState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController" class "app_tfm::views::simple_screen.dart::SimpleScreen" { +String message +_SimpleScreenState createState() } class "app_tfm::views::simple_screen.dart::_SimpleScreenState" { -String _message +Widget build() } @enduml
289ec4a6fb9c850d7224c3183732afdfc7325db5
a234d20e1e5ef85ff94394186c3a03d3b81c4b23
/docs/diagrams/UserProgramClassDiagram.puml
26274b64b929c811ab394ee534594747b0fb2293
[ "LicenseRef-scancode-other-permissive", "MIT" ]
permissive
alxkohh/Duke-Academy
1bd014d02e87481e9c082b54509ceb0627a7a85e
1309d2afc19cdb3bc8ac017181edfc4c43914027
refs/heads/master
2022-04-01T13:42:35.416005
2019-11-14T18:07:46
2019-11-14T18:07:46
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
146
puml
@startuml class UserProgram { -String className -String sourceCode + String : getClassName() + String : getSourceCode() } @enduml
9063700e9c4f543f0023539f268cfd856f39d720
5a8dc3ee805233502ad859ecbc7475f98d91356f
/UML/Todo_List.puml
8c44eb4affad687736fd572a5c993faf7d060084
[]
no_license
RobertUriarte/Uriarte-cop3330-assignment4
307d41afe6fb026f767099e14c619c234ee7cfa6
10297995625d4d622038e4d98e92f4ece3150bbf
refs/heads/master
2023-05-30T23:48:33.141437
2021-07-05T20:42:06
2021-07-05T20:42:06
383,259,868
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,740
puml
@startuml 'https://plantuml.com/class-diagram class TodoList{ - main() - start() } class TodoList_Controller{ + List: List<Todo_List> + location: URL + recourses: ResourceBundle + file: File + operator: String + resultDisplay: TextField + actionEvent: ActionEvent - Initialize(location,recourses) - FileSaveClicked(ActionEvent) - FilePrint(file,List) - FileLoadClicked(ActionEvent) - ParseData(file) - ListSelectedMouse(ActionEvent) - ViewButtonClicked(ActionEvent) - EditButtonClicked(ActionEvent) - AddButtonClicked(ActionEvent) - RemoveButtonClicked(ActionEvent) - ItemSelectedMouse(ActionEvent) - DisplayAllButtonClicked(ActionEvent) - DisplayIncompleteButtonClicked(ActionEvent) - DisplayCompletedButtonClicked(ActionEvent) - AddItemButtonClicked(ActionEvent) - RemoveButtonClicked(ActionEvent) - CancelButtonClicked(ActionEvent) - FinishButtonClicked(ActionEvent) - SaveButtonClicked(ActionEvent) - ChangeTitleCell() - ChangeDescriptionCell() - ChangeDueDateCell() - ChangeStatusCell() } class Todo_List{ + name: String + Items: List - Todo_list(name,items) - getName() - getItems() - setName() - setItems() } class Todo_Item{ + name: String + description: String + due_date: String + status: String - Todo_item(name,description,due_date,status) - getName() - getDescription() - getDueDate() - getStatus() - setName(name) - setDescription(description) - setDueDate(due_date) - setStatus(status) } java.fx <|-- TodoList TodoList_Controller o--> Todo_List Todo_List o--> Todo_Item TodoList - TodoList_Controller @enduml
ab331243c2108ac4cb14914cf0100d5488175a15
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/full-payment-upon-signature@0.2.0.puml
b41f625ad556e5eaaf65a83add85a1cbd906a376
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "CC-BY-4.0" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
1,175
puml
@startuml class org.accordproject.payment.fulluponsignature.PaymentReceivedRequest << (T,yellow) >> { } org.accordproject.payment.fulluponsignature.PaymentReceivedRequest --|> org.accordproject.cicero.runtime.Request class org.accordproject.payment.fulluponsignature.PaymentReceivedResponse << (T,yellow) >> { } org.accordproject.payment.fulluponsignature.PaymentReceivedResponse --|> org.accordproject.cicero.runtime.Response class org.accordproject.payment.fulluponsignature.FullPaymentUponSignatureState << (A,green) >> { + ContractLifecycleStatus status } org.accordproject.payment.fulluponsignature.FullPaymentUponSignatureState --|> org.accordproject.cicero.contract.AccordContractState class org.accordproject.payment.fulluponsignature.ContractLifecycleStatus << (E,grey) >> { + UNINITIALIZED + OBLIGATION_EMITTED + COMPLETED } class org.accordproject.payment.fulluponsignature.FullPaymentUponSignatureContract << (A,green) >> { + AccordParty buyer + AccordParty seller + MonetaryAmount totalPurchasePrice } org.accordproject.payment.fulluponsignature.FullPaymentUponSignatureContract --|> org.accordproject.cicero.contract.AccordContract @enduml
787cfa9642086522671a3af38a1d55f0bbc99fc8
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-datatype-kassasjon.puml
50b3b558e206a5b627b0564a7696d682ac806dfb
[]
no_license
arkivverket/noark5-tjenestegrensesnitt-standard
299f371a341e59402d49bfc11ee9e2672dad657e
03025f8b9f1496f4a2f5b155e212a44768390274
refs/heads/master
2023-06-10T02:19:28.432679
2023-06-09T08:40:40
2023-06-09T08:40:40
136,293,843
7
11
null
2023-08-22T10:40:36
2018-06-06T07:58:53
Python
UTF-8
PlantUML
false
false
735
puml
@startuml skinparam nodesep 100 hide circle class Arkivstruktur.Kassasjon <<dataType>> { +kassasjonsvedtak : Kassasjonsvedtak +kassasjonshjemmel : string [0..1] +bevaringstid : integer +kassasjonsdato : datetime } class Arkivstruktur.Arkivdel <Arkivenhet> { } Arkivstruktur.Arkivdel *-- Arkivstruktur.Kassasjon class Arkivstruktur.Dokumentbeskrivelse <Arkivenhet> { } Arkivstruktur.Dokumentbeskrivelse *-- Arkivstruktur.Kassasjon class Arkivstruktur.Klasse <Arkivenhet> { } Arkivstruktur.Klasse *-- Arkivstruktur.Kassasjon class Arkivstruktur.Mappe <Arkivenhet> { } Arkivstruktur.Mappe *-- Arkivstruktur.Kassasjon class Arkivstruktur.Registrering <Arkivenhet> { } Arkivstruktur.Registrering *-- Arkivstruktur.Kassasjon @enduml
66e0753d5432cff6b4e1ebb4e6f0ecb06f6826b6
70b6b3086d64939b4bd08cf8aad93ac5283cf1ac
/uml-meta-model-extensions/scala.profile.ctor.puml
09ab48f9cfe5a977b4a7d2db0fee9a9ab80a58a8
[ "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
1,170
puml
@startuml package Scala <<profile>> { class Attribute <<metaclass>> class Association <<metaclass>> class Operation <<metaclass>> abstract class AccessModifierElement { isObjectPrivate : boolean isClassPrivate : boolean isQualifiedPrivate : boolean privateAccessQualid : String isObjectProtected : boolean isQualifiedProtected : boolean protectedAccessQualid : String } class Ctor <<stereotype>> { pos:int [0..1] } Operation <-- Ctor Attribute <-- Ctor Association <-- Ctor Ctor --|> AccessModifierElement } hide class circle hide Attribute members hide Association members hide Ctor methods hide AccessModifierElement methods hide <<metaclass>> members 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 } hide circle @enduml
3120a10997f1a5128876a3cc6ca8e55adb18b8a5
77ca229438244df1616594a24c28c82f6e293aa1
/plantuml/Querier.puml
820879582949779ac82711f255735fb032de8311
[]
no_license
RinwaOwuogba/NameOuterSpace
4d12cfcbcaaaa9d0acccb88fee7f4518c2e2f193
2872e05434296b8d4a8ce9f79494416f8d06088f
refs/heads/master
2023-08-17T09:19:32.903887
2021-09-21T11:29:41
2021-09-21T11:29:41
391,706,946
4
1
null
null
null
null
UTF-8
PlantUML
false
false
163
puml
@startuml class Querier { + Querier(eng:Engine) + GetCompletions(word:string) : string[] + Query(query:string) : List<Tuple<string, double>> } @enduml
1dfb69de5a32cf908af2891030b146f0a4b76143
c05f4620e3247ebeb6cc2b577a4ca8a125c82ab1
/Evaluaciones/E1.2/clases.puml
30da217c9866b0c41b5b905a89c93a4babd6df03
[]
no_license
semylevy/A01023530_aymss18
4c6500fe71417fa86c1cd3021822d5b7a5b009e6
bc9ccc55e27406866b0426027e83e9b8e0e5b4ed
refs/heads/master
2021-05-12T14:35:41.104814
2019-01-14T19:53:30
2019-01-14T19:53:30
116,961,384
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,110
puml
@startuml class Observer { +virtual void update(Videojuego*) = 0; } class Proxy { -static Proxy* instance; -queue<Videojuego*> queue; +static Proxy* getInstance() +bool eliminarVideoJuego(vector<Videojuego*>& inventario, int index) +void addToDeleted(Videojuego* v) +Videojuego* getFrontPop() } class Videojuego { +virtual Videojuego* clone() = 0; +virtual void accept(IVisitor*) = 0; +virtual void print() = 0; +static int* serie; +void concepcion() +void diseno() +void planificacion() +void produccion() +void pruebasAceptacion() +void setPrecio(float precio_in) +float getPrecio() +float precio; +string nombre; +static int* getSerie() +void setValues(float precio_in, string nombre_in) +void attach(Observer* o) +void dettach(Observer* o) +void notifyAll(Videojuego* s) -vector<Observer*> observers; } class CloneCRTP{ +Videojuego* clone() } class Estrategia{ +void print() +void accept(IVisitor* visitor) -int serie -string fecha, autor, otro } class Aventura{ +void print() +void accept(IVisitor* visitor) -int serie -string color, comp, otro } class Aprendizaje{ +void print() +void accept(IVisitor* visitor) -int serie -string nivel, funcion, otro } class Creator { -static Creator* instance; -Tipo* factoryMethod(string in_atr1, string in_atr2, string in_atr3, float precio, string nombre) -Creator() -~Creator() +Tipo* crearVideojuego(string in_atr1, string in_atr2, string in_atr3, float precio, string nombre) +static Creator* getInstance() +static bool deleteInstance() } class IVisitor { +virtual void visit(Estrategia*) = 0; +virtual void visit(Aventura*) = 0; +virtual void visit(Aprendizaje*) = 0; } class AumentarVisitor{ +void visit(Estrategia* h) +void visit(Aventura* h) +void visit(Aprendizaje* h) } class DisminuirVisitor{ +void visit(Estrategia* h) +void visit(Aventura* h) +void visit(Aprendizaje* h) } class Almacen { -static Almacen* instance -vector<Videojuego*> inventario -queue<Videojuego*> lastThree -Almacen() {} -~Almacen() {} +void operacionPrecios(bool increment) +void accept(IVisitor* visitor) +bool agregarJuego(Videojuego* nuevo) +bool eliminarJuegoNombre(string nombre) +bool eliminarJuegoSerie(int serie) +void deshacer() +void addToDeleted(Videojuego* vg) +void ordenarInventario(bool ascendiente) +Videojuego* buscarJuegoNombre(string nombre) +Videojuego* buscarJuegoSerie(int serie) +int getNumeroDeJuegos() +void imprimirInventario() +static Almacen* getInstance() +static bool deleteInstance() } class Publico{ +void update(Videojuego* s) } CloneCRTP <-- Videojuego Estrategia <-- CloneCRTP Aventura <-- CloneCRTP Aprendizaje <-- CloneCRTP AumentarVisitor <-- IVisitor DisminuirVisitor <-- IVisitor Publico <-- Observer Almacen --|> Videojuego Creator --* Videojuego Videojuego --|> IVisitor Videojuego --|> Observer Proxy --|> Videojuego @enduml
fd608ca91e496ccbb6561056337eb390aef6aea0
8e1c5868d1fa22160f0d1ff6da1a20c402b40993
/2017-04-scala/doc/register/02_api_and_service.puml
972823079c8ed79e81ad3a0a360041fe35e91f82
[]
no_license
suzuki-hoge/ddd-trial
475f0f263ed104a7c7086352d7fe6501bb79f36f
0844928fdef5d5bb22ead42fe66d0f5ff9d2df34
refs/heads/master
2021-01-18T20:52:46.381133
2020-03-27T08:56:37
2020-03-27T08:56:37
86,997,759
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,908
puml
@startuml namespace api { namespace validation { class ValidationError { String } } namespace user { namespace register { class UserRegisterApi { UserRegisterResponse register(...) } class UserRegisterResponse { Map<String, String> {static} UserRegisterResponse create(Either[ValidationError, Either[UserRegistrationError, (UserId, Password)]]) String toJson() } UserRegisterApi -right-> UserRegisterResponse package form { class UserNameForm { Either[ValidationError, UserName] bind() } class AddressForm class AgeForm class EMailForm class RegistrationDateForm class CreditCardNumberForm } UserRegisterApi -up-> .UserNameForm UserRegisterApi -up-> .AddressForm UserRegisterApi -up-> .AgeForm UserRegisterApi -up-> .EMailForm UserRegisterApi -up-> .RegistrationDateForm UserRegisterApi -up-> .CreditCardNumberForm } } } package service { package user { package register { class UserRegisterService { Either[UserRegistrationError, (UserId, Password)] register(....) } } api.user.register.UserRegisterApi -down-> UserRegisterService } } package domain { interface SameUserValidationRepository interface CreditCardRepository interface UserRegisterRepository class UserRegistration { Either[UserRegistrationError, AppliedUser] register(....) } class SameUserValidation class CreditCard class UserRegistrationError } UserRegisterService --> UserRegistration UserRegisterService --> UserRegistrationError UserRegisterService --> SameUserValidation UserRegisterService --> CreditCard UserRegisterService --> SameUserValidationRepository UserRegisterService --> CreditCardRepository UserRegisterService --> UserRegisterRepository @enduml
3cca7d47c0184f9fca5de78cdf071352057693e9
884f012c11464ab54e3af6e2bed9e2bd5276f979
/src/main/java/ex45/WordFinder.puml
27c39859aa7b3b490177fdde8f57c46fbba7173f
[]
no_license
qburnss/burney-cop3330-assignment3
e486d34e568432a47b83a17b7d4c76461c50805c
384b7d711ff90e0c759495dcd74c6946a35fc044
refs/heads/master
2023-06-13T23:31:46.389264
2021-06-21T03:42:07
2021-06-21T03:42:07
378,797,710
0
0
null
null
null
null
UTF-8
PlantUML
false
false
119
puml
@startuml 'https://plantuml.com/sequence-diagram class solution45{ +main read file replace string write file } @enduml
8d6e37dfd211161a4f0c553201e97646da65892c
c3dcb84f1adeab2f4a7c884a91e89eeea9b61add
/docs/objetos/heranca.puml
4b10204aee15cbe483fcbb9a464c5cc6ccdc6634
[ "CC-BY-4.0" ]
permissive
rodrigoprestesmachado/cpw2
5efd1acea642e2189784eb17711e55bdbf63e5db
b2312646445685f687aaf693abaab012c9048ced
refs/heads/main
2023-07-19T22:41:50.196548
2023-02-27T01:20:50
2023-02-27T01:20:50
215,394,320
0
4
CC-BY-4.0
2023-02-27T01:20:51
2019-10-15T20:51:21
JavaScript
UTF-8
PlantUML
false
false
402
puml
@startuml Message <|-- TextMessage Message <|-- VoiceMessage User "1" --> "0..*" Message : send User "0..*" -- "0..*" Channel : join Channel "1" --> "0..*" Message : contains class User { - Number id - String name } class Channel { -Number id - String hash } class Message { -Number id } class TextMessage { - String text } class VoiceMessage { - Stream audio - Time duration } @enduml
5e70b0f9152997caf771ff1d1294e5a4f759f79b
372d0fe94d7e59fd48620c687fee8fc94841408b
/deadheat-lock-example/microservices-example/financial-service/src/main/java/com/vrush/microservices/booking/dtos/dtos.plantuml
19362d6474d5f1d123fc02ca727d80aa96597d63
[ "Apache-2.0" ]
permissive
vrushofficial/deadheat-lock
4ae44e23fea2ad57db17aadeba58e39ef4f63822
11c516a2ca0e58dd2d6b2ef8c54da0975fcbe5d2
refs/heads/main
2023-01-14T17:28:38.161881
2020-11-29T11:11:55
2020-11-29T11:11:55
310,531,739
2
1
null
2020-11-19T08:16:25
2020-11-06T08:06:52
CSS
UTF-8
PlantUML
false
false
1,090
plantuml
@startuml title __DTOS's Class Diagram__\n namespace com.vrush.microservices.booking.dtos { class com.vrush.microservices.booking.dtos.BookingPayloadDTO { - ccvEncrypted : String - creditCardNumberEncrypted : String - expireDateEncrypted : String - idBooking : UUID - totalValue : BigDecimal + BookingPayloadDTO() + BookingPayloadDTO() + equals() + getCcvEncrypted() + getCreditCardNumberEncrypted() + getExpireDateEncrypted() + getIdBooking() + getTotalValue() + hashCode() + setCcvEncrypted() + setCreditCardNumberEncrypted() + setExpireDateEncrypted() + setIdBooking() + setTotalValue() + toString() # canEqual() } } com.vrush.microservices.booking.dtos.BookingPayloadDTO .up.|> java.io.Serializable 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
79ef36b982b0a0e2a9545e8f004eb5224f3cdb73
9f26ce0c66c8d2ebe19a52985649c2cdd67cf688
/doc/Redmine.puml
6eb0a9e4c15a9921d3226b669df393ff3dd0e25b
[ "CC0-1.0" ]
permissive
kawasima/rbac-example
0e5ca5a90c282ab8c35d38e2c094c3e775abdc86
9a57b3caf0763ff6f147be6c25bba07b6f1ac9ae
refs/heads/master
2021-01-10T08:48:15.089249
2015-12-02T04:11:33
2015-12-02T04:11:33
47,236,303
2
1
null
null
null
null
UTF-8
PlantUML
false
false
606
puml
@startuml class Role { id name position assignable builtin permissions } class MemberRole { id member_id role_id inherited_from } class Member { id user_id project_id created_on main_notification } class Project { id name description homepage is_public parent_id created_on updated_on identifier status lft rgt } class User { id login hashed_password firstname lastname mail mail_notification admin statu last_login_on language auth_source_id created_on updated_on type identity_url } MemberRole "*" - "1" Role Member "1" - "*" MemberRole Member "*" -up- "1" Project Member "*" -down- "1" User @enduml
a5facc3316bd17195ff1eebc909ead48647b529e
a1004fbfa5e175e6bcfe1cf550ced55fc09447ad
/docs/diagrams/lum-architecture.puml
dfb8793fb1403f6e4423898f130035dca0d9f614
[]
no_license
acumos/license-usage-manager
ba5c22f63d4e0c94327b0c9fafe988b1f0b68eab
dd8078667d1a63394e6027a7ecd7a884238e3e1a
refs/heads/master
2022-06-14T21:08:13.761454
2020-07-06T16:10:45
2020-07-06T16:10:45
199,718,873
1
4
null
2020-10-13T18:10:50
2019-07-30T19:59:50
JavaScript
UTF-8
PlantUML
false
false
23,411
puml
' ===============LICENSE_START======================================================= ' Acumos CC-BY-4.0 ' =================================================================================== ' Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. ' =================================================================================== ' This Acumos documentation file is distributed by AT&T ' under the Creative Commons Attribution 4.0 International License (the "License"); ' you may not use this file except in compliance with the License. ' You may obtain a copy of the License at ' ' http://creativecommons.org/licenses/by/4.0 ' ' This file 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. ' ===============LICENSE_END========================================================= @startuml lum-architecture allowmixing ' scale 4096*4096 hide empty description hide class circle hide methods skinparam title { FontSize 24 FontColor Blue FontStyle Bold BorderRoundCorner 15 BorderThickness 2 } skinparam roundcorner 20 skinparam class { FontColor Blue FontStyle Bold HeaderBackgroundColor Wheat } skinparam component { BackgroundColor Snow } skinparam usecase { FontColor Navy BackgroundColor Snow } skinparam note { FontColor Black BackgroundColor azure } title = data model for license usage management based on ODRL package "<&people> Supplier -- totally schematic - only the concepts" as supplierMgt #ff9999 { class "<&person> supplier == softwareLicensor" as supplier { softwareLicensorId TEXT <&key> PK } class "<&shield> supplierPublicLicense" as supplierPublicLicense { supplierPublicLicenseId TEXT <&key> PK } class "<&credit-card> purchaseOrder" as purchaseOrder { purchaseOrderId TEXT <&key> PK softwareLicensorId TEXT <&link-intact> FK .. purchaseOrderBuyer TEXT <&list> subscribers = [<b>subscriber</b>] TEXT[] - multiple subscribers assetUsageAgreement JSON } } package "<&dollar> BSS -- totally schematic - only the concepts" as BSS #99ff99 { package "<&dollar> AM (Asset Manager) purchases RTU from supplier" as assetManager { class "<&dollar> entPurchaseOrder" as entPurchaseOrder { purchaseOrder=assetUsageAgreement for multiple rights to use of the software generate the asset-tags per RTU rules select-specify the users per RTU == <b>assetUsageAgreementId</b> GUID <&key> PK -- assetUsageAgreement id ==alternative PKs== <b>purchaseOrderId</b> TEXT <&link-intact> FK to purchaseOrder -- PON --agreements details-- agreementDetails JSON <&info> -- assetUsageAgreement->[<rule>] } } } package "<&laptop> Acumos (softwareManagementSystem)" as SMS { component "<&shield> <b>lumProxy</b> (generic and stateless)" as lumProxy } package "<&shield> LUM (License Usage Manager)" as LUM #eeffee { actor "<&cog> dev" as devAdmin component "<&aperture> <&shield> <b>lumServer</b>........................................................................................................................................................................................................................" as lumServer package "<&cog> software-management-system" as swmgt #eeeeee { class "<&cog> <&signpost> swMgtSystem" as swMgtSystem { contains all settings per softwareManagementSystem like Acumos == <b>swMgtSystemId</b> TEXT <&key> PK -- like "Acumos" == --housekeeping-- creator TEXT, modifier TEXT -- creator, modifier userId <&clock> created DATETIME, <&clock> modified DATETIME } } package "<&shield> LI (License Inventory)" as LI #eeeeee { class "<&info> swidTag" as swidTag { ISO/IEC 19770-2: software identification tag == <b>swTagId</b> GUID+version <&key> PK -- identifier of the software up to specific version - revisionId in Acumos .. possible format: <swPersistentId>_<swVersion> example: "c0de3e70-e815-461f-9734-a239c450bf77_7.5.3.123-t1" --alternative <&key> PK-- <b>swPersistentId</b> GUID -- versionless product-id - solutionId in Acumos example: "c0de3e70-e815-461f-9734-a239c450bf77" <b>swVersion</b> TEXT -- semver like "7.5.3.123-t1" <b>swVersionComparable</b> TEXT -- semver in comparable format "00000007.00000005.00000003.00000123-t00000001" -- <b>licenseProfileId</b> GUID <&link-intact> FK to licenseProfile -- assigned license <b>softwareLicensorId</b> TEXT IDX -- supplier or owner of the software --matching software to target on permission/right-to-use-- swCategory TEXT -- image processing, software, image, video, data, ... swCatalogs JSONB -- array of catalog info the software is stored in Acumos > [{"swCatalogId": "", -- uid for the catalog identifier > "swCatalogType": "" -- restricted, company-wide, public, etc. }] swCreators TEXT[] -- collection of userId values of the creators for swidTag = superusers of the software ..SWID details.. swProductName TEXT -- product name like Windows swidTagDetails JSONB: > edition TEXT -- like Pro, Dev, Enterprise, Ultimate > revision TEXT -- build or revision number > marketVersion TEXT -- might differ from swVersion > patch BOOL -- indication that this is a patch > productUrl TEXT -- url to find more info at the licensor site --housekeeping-- <&tag> <b>swidTagRevision</b> INTEGER -- 1,2,3,... revision of the swidTag - updates are allowed - auto-incremented by LUM swidTagActive BOOL -- whether swidTag is not revoked-closed creator TEXT, modifier TEXT, closer TEXT -- creator, modifier, closer userId <&clock> created DATETIME, <&clock> modified DATETIME, <&ban> <&clock> closed DATETIME closureReason TEXT -- reason for the closure - revoked, expired, etc. } class "<&shield> licenseProfile" as licenseProfile { terms and conditions define the rights for managing the usage of the software asset == <b>licenseProfileId</b> GUID <&key> PK - identifier of the license - can be shared between multiple swTagId -- <b>softwareLicensorId</b> TEXT IDX -- supplier or owner of the software --body-- licenseProfile JSONB -- full body of the license profile --cornerstone-- <&lock-locked> <b>isRtuRequired</b> BOOL -- whether requires the right-to-use for usage, when false goes directly to usageMetrics --lawyer readable-- <&signpost> licenseTxt TEXT -- license.txt - humanly readable terms and conditions for the licenseProfile --human readable-- licenseName TEXT -- name of the license in free text licenseDescription TEXT -- desciption of the license in free text licenseNotes TEXT -- any textual notes --housekeeping-- <&tag> <b>licenseProfileRevision</b> INTEGER -- 1,2,3,... revision of the license - updates are allowed - auto-incremented by LUM licenseProfileActive BOOL -- whether the license profile is currently active - not closed and not expired and not revoked creator TEXT, modifier TEXT, closer TEXT -- creator, modifier, closer userId <&clock> created DATETIME, <&clock> modified DATETIME, <&ban> <&clock> closed DATETIME closureReason TEXT -- reason for the closure - revoked, expired, etc. } } package "<&dollar> AUA (asset-usage-agreement/entitlement = list of permissions/Rights To Use)" as AUA #eeeeee { class "<&dollar> assetUsageAgreement" as assetUsageAgreement { ODRL - Agreement https://www.w3.org/TR/odrl-model/#policy-agreement related to ISO/IEC 19770-3: software entitlement (ENT) - collection of purchased rights-to-use == <b>softwareLicensorId</b> TEXT <&key> PK1 -- supplier or owner of the software <b>assetUsageAgreementId</b> GUID <&key> PK2 -- UID key to assetUsageAgreement in IRI or URI format possible format: "http://software-licensor/<softwareLicensorId>/agreement/<agreement-uuid>" --assetUsageAgreement details-- <b>agreement</b> JSONB <&info> -- full body of ODRL agreement received from supplier <b>agreementRestriction</b> JSONB <&info> -- full body of ODRL agreement restriction from the subscriber company <b>groomedAgreement</b> JSONB <&info> -- groomed full body of ODRL agreement with restriction already applied --housekeeping-- <&tag> <b>assetUsageAgreementRevision</b> INTEGER -- 1,2,3,... revision - updates are allowed assetUsageAgreementActive BOOL -- whether agreement is enabled, but not revoked-closed or expired creator TEXT, modifier TEXT, closer TEXT -- creator, modifier, closer userId <&clock> created DATETIME, <&clock> modified DATETIME, <&ban> <&clock> closed DATETIME closureReason TEXT -- reason for the closure - revoked, expired, etc. } class "<&dollar> rightToUse" as rightToUse { in ODRL this is a permission rule for matching and usage rights for specific software assets == <b>assetUsageRuleId</b> GUID <&key> PK -- uuid of the rule ..alternative PKs.. <b>softwareLicensorId</b> TEXT UIDX1-1 -- supplier or owner of the software <b>assetUsageAgreementId</b> GUID <&key> UIDX1-2 <&link-intact> FK to assetUsageAgreement <b>rightToUseId</b> TEXT <&key> UIDX1-3 -- uid of the rule (uri/iri) possible format: "http://software-licensor/<softwareLicensorId>/permission/<permission-uuid>" --rightToUse details-- <b>assetUsageRuleType</b> ENUM {permission, prohibition} <b>actions</b> TEXT[] -- list of action values for the rule (permission.action) <&crop> <b>targetRefinement</b> JSONB -- groomed target refinement with restriction already applied <&crop> <b>assigneeRefinement</b> JSONB -- groomed assignee refinement with restriction already applied <&crop> <b>usageConstraints</b> JSONB -- groomed usageConstraints with restriction already applied <&crop> consumedConstraints JSONB -- constraints that were consumed by grooming - for debugging ==entitlement keys from supplier and are consumed by the software to unlock the functionality== <&shield> <&list> <b>licenseKeys</b> = [<b>licenseKey</b>] TEXT[] --timeframe limits extracted from constraints-- <&clock> isPerpetual BOOL -- never expires if true <&clock> enableOn DATE, <&clock> expireOn DATE GMT <&clock> goodFor INTERVAL -- timeperiod in seconds for entitled usage. Example: 30 days == 2592000 secs ..timeframe and usage metrics.. <b>assigneeMetrics</b> JSONB {users: ['alex', 'justin']} -- metrics for assignee - list of unique users usageStartReqId GUID -- identifier of request that started the usage of the rightToUse <&clock> usageStarted DATETIME -- populated on first start of the usage <&clock> usageEnds DATETIME -- usageStarted + goodFor --housekeeping-- <&tag> <b>rightToUseRevision</b> INTEGER -- 1,2,3,... revision of the rightToUse - updates are allowed <&tag> <b>metricsRevision</b> INTEGER -- 1,2,3,... auto-incremented by LUM - revision of changing the value of the metrics rightToUseActive BOOL -- whether rightToUse is enabled and not revoked-closed or expired creator TEXT, modifier TEXT, closer TEXT -- creator, modifier, closer userId <&clock> created DATETIME, <&clock> modified DATETIME, <&ban> <&clock> closed DATETIME closureReason TEXT -- reason for the closure - revoked, expired, etc. metricsModifierReqId GUID -- identifier of request that modified the metrics <&clock> metricsModified DATETIME -- when the metrics was updated } } package "<&shield> AUM (Asset Usage Manager)" as AUM #eeeeee { class "<&task> assetUsageReq" as assetUsageReq { request for granting the entitlement for the asset usage or record the event can be more than one asset when other assets are included == <b>assetUsageReqId</b> GUID PK -- identifier of request that inserted the assetUsageHistory ==<&data-transfer-download> request received by LUM== action TEXT -- download, deploy, execute, ... assetUsageType ENUM {assetUsage, assetUsageEvent} requestHttp JSON: -- http method+urlPath part of the request {> method TEXT -- put, delete, post > path TEXT -- path in url like "/asset-usage/{assetUsageId}" > ips TEXT[] -- ip-addresses of the http client, ...} ..full copy of request message.. <b>request</b> JSON -- see API for more details --usage entitlement result full copy of response message-- <b>responseHttpCode</b> INTEGER -- 200 for success, 224 for revoked, 402 for denial <b>response</b> JSON -- see API for more details <&check> usageEntitled BOOL -- whether the action on the request has been entitled (true) or not (false) by LUM ==housekeeping== userId TEXT -- userId on the request <&check> status ENUM {entitled, denied, eventRecorded, ...} <&clock> requestStarted DATETIME <&check> requestDone BOOL -- true on sending the response <&clock> responseSent DATETIME -- when the response was sent } class "<&shield> usageMetrics" as usageMetrics { usage per single RTU+action on each asset separately. contains constraints with status-metrics onRule and onRuleStandalone. for usageType == rightToUse -> usageMetricsId == rightToUse.assetUsageRuleId <&link-intact> FK to rightToUse for usageType == bySwCreator -> usageMetricsId == swidTag.swTagId <&link-intact> FK to swidTag for usageType == freeToUse -> usageMetricsId == swidTag.swTagId <&link-intact> FK to swidTag == <b>usageMetricsId</b> GUID <&key> PK1 <b>action</b> TEXT <&key> PK2 -- download, deploy, execute, ... usageType ENUM {rightToUse, bySwCreator, freeToUse, assetUsageEvent} <&key> PK3 -- how the usageMetrics is created == <b>swTagId</b> GUID+version <&key> PK -- identifier of the software up to specific version - revisionId in Acumos <b>assetUsageRuleId</b> GUID <&link-intact> FK to rightToUse -- identifier of the rightToUse for usageType=rightToUse --usage metrics-- <&spreadsheet> metrics JSONB -- metrics - count of action calls etc. {count:3, users:['alex', 'justin']} --housekeeping-- <&tag> <b>usageMetricsRevision</b> INTEGER -- 1,2,3,... revision of the metrics creator TEXT, modifier TEXT -- creator, modifier userId <&clock> created DATETIME, <&clock> modified DATETIME creatorRequestId GUID -- identifier of request that created the metrics modifierRequestId GUID -- identifier of request that modified the metrics } package "<&shield> AUT (Asset Usage Tracking)" as AUT #eeffee { class "<&task> assetUsage" as assetUsage { usage of the software asset by users == <b>assetUsageId</b> GUID <&key> PK <&link-intact> FK1 to assetUsageHistory ..master or included asset.. <b>isIncludedAsset</b> BOOL -- included asset (true), master asset (false) --tails of history-- <b>assetUsageSeqTail</b> INTEGER -- sequential number 1,2,3,... <&link-intact> FK2 to tail record on assetUsageHistory <b>assetUsageSeqTailEntitled</b> INTEGER <&link-intact> FK2 to assetUsageHistory for last successful entitlement in assetUsageHistory <b>assetUsageSeqTailEntitlement</b> INTEGER <&link-intact> FK2 to assetUsageHistory for last entitlement <b>assetUsageSeqTailEvent</b> INTEGER <&link-intact> FK2 to assetUsageHistory for last event --housekeeping-- creator TEXT, modifier TEXT -- creator, modifier userId <&clock> created DATETIME, <&clock> modified DATETIME } class "<&shield> includedAssetUsage" as includedAssetUsage { when software piece is either copied-included or composed of other software pieces == <b>assetUsageId</b> GUID <&key> PK <&link-intact> FK to assetUsage <b>includedAssetUsageId</b> GUID <&key> PK2 <&link-intact> FK to assetUsage --housekeeping-- creator TEXT -- creator userId <&clock> created DATETIME creatorRequestId GUID -- identifier of request that created the record } class "<&layers> snapshot" as snapshot { historical snapshots of any data == softwareLicensorId TEXT <&key> PK1 -- supplier or owner of the software snapshotType ENUM {licenseProfile, swidTag, assetUsageAgreement, rightToUse} <&key> PK2 snapshotKey TEXT <&key> PK3 -- PK to the source table like swTagId snapshotRevision INTEGER <&key> PK4 -- revision field on the source table like swidTagRevision --snapshot itself-- snapshotBody JSON -- copy of the full record from source table --housekeeping-- creator TEXT -- creator userId <&clock> created DATETIME <&clock> requestId GUID -- uuid of the request that recorded the snapshot <&clock> txStep TEXT -- transaction step that recorded the snapshot } class "<&task> assetUsageHistory" as assetUsageHistory { history of the usage of the software asset - can only insert - never update or delete to this table == <b>assetUsageId</b> GUID <&key> PK1 <&link-intact> FK to assetUsage <b>assetUsageSeq</b> INTEGER <&key> PK2 -- sequential number 1,2,3,... --type-- assetUsageType ENUM {assetUsage, assetUsageEvent} ==notnullable FKs== <b>assetUsageReqId</b> GUID <&link-intact> FK to assetUsageReq <b>action</b> TEXT <&link-intact> FK2 to usageMetrics -- download, deploy, execute, ... <b>softwareLicensorId</b> TEXT IDX -- supplier or owner of the software ..asset residence - searchable keys.. <&tag> <b>swMgtSystemId</b> TEXT -- like "Acumos" <&tag> <b>swMgtSystemInstanceId</b> TEXT -- system instance id that manages the software pieces and sent the request - like "Acumos#22" <&tag> <b>swMgtSystemComponent</b> TEXT -- component inside the system that sent the request like "model-runner" ..nullable FKs.. <b>swTagId</b> GUID+version <&link-intact> FK to swidTag <&tag> <b>swidTagRevision</b> INTEGER -- 1,2,3,... revision of the swidTag - updates are allowed - auto-incremented by LUM <b>licenseProfileId</b> GUID <&link-intact> FK to licenseProfile <&tag> <b>licenseProfileRevision</b> INTEGER -- 1,2,3,... revision of the license - updates are allowed - auto-incremented by LUM <&lock-locked> <b>isRtuRequired</b> BOOL -- whether requires the right-to-use for usage <b>assetUsageRuleId</b> GUID <&link-intact> FK to rightToUse -- identifier of the rightToUse for usageType=rightToUse <&tag> <b>rightToUseRevision</b> INTEGER -- 1,2,3,... rightToUse revision <b>assetUsageAgreementId</b> GUID <&link-intact> FK to assetUsageAgreement <&tag> <b>assetUsageAgreementRevision</b> INTEGER -- 1,2,3,... assetUsageAgreement revision <b>usageMetricsId</b> GUID <&link-intact> FK1 to usageMetrics <b>metrics</b> JSONB -- usage metrics used for entitlement ==usage entitlement result== <&check> usageEntitled BOOL <&check> isUsedBySwCreator BOOL -- whether the userId listed in swCreators of the software <&list> <b>licenseKeys</b> = [<b>licenseKey</b>] TEXT[] assetUsageDenialSummary TEXT -- human readable summary for denial of the asset-usage <&list> assetUsageDenial JSON[] -- denials of the usage of the software asset - see API --housekeeping-- creator TEXT -- creator userId <&clock> created DATETIME } } component "<&print> asset-usage report" as AUMReport } } supplier "1" *--{ "many" purchaseOrder : sign with buyer (for Acumos) > supplier "1" *-{ "many" supplierPublicLicense : > purchaseOrder .> entPurchaseOrder : get/add/update/revoke\n purchaseOrder with RTUs supplierPublicLicense .right.> SMS : <&shield> add/update/revoke license lumProxy .down.> lumServer : <&shield> get/add/update/revoke \n license lumProxy .down.> lumServer : request for entitlement lumServer .up.> lumProxy : entitlement response entPurchaseOrder .down.> lumServer : <&dollar> get/add/update/revoke \n assetUsageAgreement lumServer ..> licenseProfile : <&shield> get/add/update/revoke license licenseProfile "1" *--{ "many" swidTag devAdmin ..> swMgtSystem : setup asset assignment rules lumServer ..> assetUsageAgreement : <&dollar> get/add/update/revoke assetUsageAgreement assetUsageAgreement "1" *--{ "many" rightToUse : permissions and prohibitions > swidTag ..> usageMetrics : <&lock-unlocked> <b>isRtuRequired == false</b> \n goes directly to usageMetrics \n with freeToUse > rightToUse ..> usageMetrics : usage by RTU > assetUsage .up.> usageMetrics : is usage entitled ? > includedAssetUsage "0-many" }-* "1" assetUsage : includes < assetUsage "1" *-{ "many" assetUsageHistory : entitlement per single asset > assetUsageHistory "many" }-o "0-1" snapshot : snapshots in history > lumServer ..> assetUsageReq : usage and events assetUsageReq ..> assetUsage : usage on each asset > assetUsageReq "1" *--{ "many" assetUsageHistory : per single asset > assetUsageReq .> AUMReport left footer Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. endfooter @enduml
0f253ff9df30dfd0f9185d2be134db800dd82c69
670651c9b0d996df23c34b36cd56ce065c142cae
/docs/ClassDiagram.puml
9f95fbeab3fda2ee48736f531eaf3ad691af4788
[]
no_license
abznt/Assignment8
d19ca71471ce495e90ce55bc00898c209068a96d
228fedc505c9f8bd42f88abefc9b1c03b6809df8
refs/heads/master
2023-01-08T15:31:03.773242
2020-11-01T21:14:18
2020-11-01T21:14:18
306,170,950
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,383
puml
@startuml skinparam ClassBorderColor black skinparam ClassBackgroundColor white abstract Node { -Node* _left -Node* _right #Node(Node* left = nullptr, Node* right = nullptr) +virtual ~Node() +Node* left() +Node* right() +virtual double evaluate() const = 0 +virtual void print(std::ostream&) const = 0 +virtual Node* clone() const = 0 +virtual Node* derivative(string variableName) const = 0 +ostream& operator<<(ostream& os, const Node& node) +ostream& operator<<(ostream& os, const Node* node) } abstract BinaryNode { #BinaryNode(Node* left, Node* right) } hide BinaryNode attributes abstract UnaryNode { #UnaryNode(Node* left) } hide UnaryNode attributes class Positive { +Positive(Node* left) +double evaluate() const override +void print(std::ostream&) const override +Node* clone() const override +Node* derivative(string variableName) const override } hide Positive attributes class Negative { +Negative(Node* left) +double evaluate() const override +void print(std::ostream&) const override +Node* clone() const override +Node* derivative(string variableName) const override } hide Negative attributes abstract LeafNode { #LeafNode() } hide LeafNode attributes Class Sub { +Sub(Node* left, Node* right) +double evaluate() const override +void print(std::ostream&) const override +Node* clone() const override +Node* derivative(string variableName) const override } hide Sub attributes Class Add { +Add(Node* left, Node* right) +double evaluate() const override +void print(std::ostream&) const override +Node* clone() const override +Node* derivative(string variableName) const override } hide Add attributes Class Mul { +Mul(Node* left, Node* right) +double evaluate() const override +void print(std::ostream&) const override +Node* clone() const override +Node* derivative(string variableName) const override } hide Mul attributes Class Div { +Div(Node* left, Node* right) +double evaluate() const override +void print(std::ostream&) const override +Node* clone() const override +Node* derivative(string variableName) const override } hide Div attributes Class Variable { -static map<string, double> _variableValuesByName -string _name +Variable(string name) +double evaluate() const override +void print(std::ostream&) const override +Node* clone() const override +Node* derivative(string variableName) const override +static bool exists(string nameKey) +static void setVariableValueByName(string nameKey, double val) +static double getVariableValueByName(string nameKey) } class Constant { -double _val +Constant(double val) +double evaluate() const override +void print(std::ostream&) const override +Node* clone() const override +Node* derivative(string variableName) const override } Class ExpressionTree { -Node* _root +ExpressionTree(Node* root) +ExpressionTree(ExpressionTree& tree) +~ExpressionTree() +Node* root() const +double evaluate() const +ExpressionTree derivative(const string& variableName) const +ostream& operator<<(ostream &os, const Node &node) +ostream& operator<<(ostream &os, const Node *node) } ExpressionTree *-- Node BinaryNode -|> Node Add --|> BinaryNode Sub --|> BinaryNode BinaryNode <|-- Mul BinaryNode <|-- Div Node <|-- UnaryNode UnaryNode <|-- Positive UnaryNode <|-- Negative Node <|- LeafNode LeafNode <|-- Variable Constant --|> LeafNode @enduml
3e4740e616a5917110edf65926c67404e46cac36
13a3d4bdf8ee0c5f2df7028d3792d5b631fbf481
/docs/domain.puml
cbd9b71cc7e3fcc7de973e0321b414f72a1c1774
[]
no_license
LarexSetch/arches
f8ee65f4d95f7073f2a0f6adde944235eda7ec12
98f5b112441b251ea00292058fcb51dcecf4ae55
refs/heads/master
2021-05-23T08:54:38.722446
2020-04-13T22:30:09
2020-04-13T22:30:09
253,208,598
0
0
null
null
null
null
UTF-8
PlantUML
false
false
881
puml
@startuml class Element { private String id; private String name; private ElementType type; } class Method { String id; String elementId; String name; AccessLevel accessLevel; } class MethodArgument { String id; String methodId; String name; String type; } class Property { String id; String elementId; String name; String type; } class Relation { RelationType type; Element source; Element target; } enum RelationType { DEPENDS_ON, EXTENDS, AGGREGATE, RELATED, COMPOSITION; } enum ElementType { CLASS, INTERFACE; } enum AccessLevel { PUBLIC, PROTECTED, PRIVATE; } Method *.. Element Property *.. Element MethodArgument *.. Method Relation *.. Element AccessLevel o.. Method AccessLevel o.. Property RelationType o.. Relation ElementType o.. Element @enduml
7d05034d63c1c2e2386740e66facb486ace422bd
5182c071d0316eff5aad407dff1872e3ef8f0c10
/readmeFiles/Car.iuml
7874a0025b23859248a7c3a68778abbcec500471
[ "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
360
iuml
@startuml class Car { -chassisNumber: string -constructionYear: int -drivenKM: int -price: float -brand: string -model: string -note: string -location: Location -status: CarStatus +Car(String, String, int, String, String, String, Location, CarStatus) {method} getter und setter +equals(Object): boolean } @enduml
c7c77583fc2ab2a3bc0ce83ff85ded27ef29bde1
2fa6d795127fcd683fe34bb7d74876e0fcd939eb
/src/main/java/pl/me/automation/pages/page.plantuml
c5e3a3e4d2e099a988f8d32ab575ed80fb33e32f
[]
no_license
KingaMRepo/TestStore
911f842d61785d4782088c01b73b40e3b5db8824
4692d0ff7b7936d2c35d2bacd916179dcfc3511e
refs/heads/master
2023-03-25T19:54:11.198774
2021-03-25T20:14:07
2021-03-25T20:14:07
279,931,454
0
0
null
null
null
null
UTF-8
PlantUML
false
false
25,271
plantuml
@startuml title __PAGE's Class Diagram__\n namespace pl.me.automation { namespace page { class pl.me.automation.page.AboutPage { - header : WebElement + AboutPage() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.ChangePasswordPage { - acceptNewPassword : WebElement - accountDisplayName : WebElement - accountEmail : WebElement - accountFirstName : WebElement - accountLastName : WebElement - accountNameMessage : WebElement - alert : WebElement - currentPassword : WebElement - errors : List<WebElement> - myAccountWelcomeAlert : WebElement - newPassword : WebElement - submitButton : WebElement + ChangePasswordPage() + acceptNewPassword() + clearAccountDisplayName() + clearAccountEmail() + clearAccountFirstName() + clearAccountLastName() + enterAccountDisplayName() + enterAccountEmail() + enterAccountFirstName() + enterAccountLastName() + enterCurrentPassword() + enterNewPassword() + getAlertText() + getErrorLabels() + isAlertDisplayed() + isMyAccountWelcomeTextDisplayed() + submitPassword() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.ContactPage { - contactMessage : WebElement - emailValidationError : WebElement - header : WebElement - messageSubjectSelect : WebElement - messageValidationError : WebElement - nameValidationError : WebElement - sendMessageButton : WebElement - userEmailInput : WebElement - userLastName : WebElement - userMessageInput : WebElement - userNameInput : WebElement + ContactPage() + clickSendMessageButton() + enterEmailAddress() + enterMessage() + enterUserLastName() + enterUserName() + isContactMessageDisplayed() + isEmailValidationErrorDisplayed() + isMessageValidationError() + isNameValidationError() + selectMessageSubject() + sendMessage() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.EditBillingAddressPage { - address1Input : WebElement - address2Input : WebElement - billingState : WebElement - cityInput : WebElement - companyInput : WebElement - countrySelect : WebElement - editBillingAddressAlert : WebElement - errors : List<WebElement> - header : WebElement - paymentAddress : WebElement - phoneNumber : WebElement - postCodeInput : WebElement - stateInput : WebElement - submitButton : WebElement - userLastNameInput : WebElement - userNameInput : WebElement + EditBillingAddressPage() + clearBillingAddress1() + clearBillingCity() + clearBillingPhoneNumber() + clearBillingPostCode() + clearBillingRegion() + clearBillingUserLastName() + clearBillingUserName() + clickBillingSubmitButton() + enterBillingAddress1() + enterBillingCity() + enterBillingPhoneNumber() + enterBillingPostCode() + enterBillingRegion() + enterBillingUserLastName() + enterBillingUserName() + getErrorLabels() + getPaymentAddress() + isEditBillingAddressAlertDisplayed() + selectBillingCountryName() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.EditShippingAddressPage { - errors : List<WebElement> - header : WebElement - shippingAddress1 : WebElement - shippingAddressFormAlert : WebElement - shippingAddressFormErrorAlert : WebElement - shippingCity : WebElement - shippingCountrySelect : WebElement - shippingFirstLastName : WebElement - shippingFirstName : WebElement - shippingPostcode : WebElement - shippingSaveButton : WebElement + EditShippingAddressPage() + clearShippingAddress1() + clearShippingCity() + clearShippingPostcode() + clearShippingUserLastName() + clearShippingUserName() + clickShippingSubmitButton() + enterShippingAddress1() + enterShippingCity() + enterShippingPostalCode() + enterShippingUserLastName() + enterShippingUserName() + getErrorLabels() + getShippingAddressFormAlert() + isShippingAddressFormAlert() + selectBillingCountryName() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.HomePage { - acceptCookieButton : WebElement - addToShoppingCardButton : WebElement - buyButton : WebElement - checkShoppingCardButton : WebElement - contactMessage : WebElement - cookieAcceptButton : WebElement - cookieNotice : WebElement - cookieNoticeContainer : WebElement - cookiePrivacyPolicyButton : WebElement - cookieRefuseButton : WebElement - products : Map<String, Product> - productsInBasket : List<Product> - recommendedProducts : List<WebElement> - recommendedProductsNames : List<WebElement> - wishListButtons : List<WebElement> - wishListPopupMessage : WebElement + HomePage() + addProductsToWishList() + addRecommendedProductsToBasket() + clickCookie() + getProductsInBasket() + isCookieRefuseButtonDisplayed() + isWishListPopupMessageDisplayed() + refuseCookie() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.LoggedInUserPage { - loggedInUserPageText : WebElement + LoggedInUserPage() + isLogeInUserPageDisplayed() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.LostPasswordReminderPage { {static} + resetText : String - lostPasswordInfoText : WebElement - resetPasswordButton : WebElement - resetPasswordMessage : WebElement - userLoginInput : WebElement + LostPasswordReminderPage() + clickResetPasswordButton() + getResetPasswordText() + insertUserLoginOrEmail() } } } namespace pl.me.automation { namespace page { abstract class pl.me.automation.page.Menu { + h1Header : WebElement - aboutButton : WebElement - contactButton : WebElement - homeButton : WebElement - logoButton : WebElement - myAccountButton : WebElement - shopButton : WebElement - shopSubMenu : List<WebElement> - shoppingCardButton : WebElement - widgetButton : WebElement - widgetCard : WebElement - widgetProduct : List<WebElement> - widgetProductNames : List<WebElement> - wishListButton : WebElement + Menu() + clickAboutPage() + clickContact() + clickHome() + clickLogo() + clickMyAccount() + clickMyAccountWaitForOrder() + clickShop() + clickShoppingCard() + clickWistListPage() + deleteProductFromWidgetByName() + goFromWidgetButtonToShoppingCard() + selectShopCategory() + showProductsFromWidget() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.MyAccountPage { - addressAndBillingButton : WebElement - addressAndBillingEditButton : WebElement - changePasswordAndAccountDetailsButton : WebElement - changePasswordAndAccountDetailsErrors : WebElement - errorAlert : WebElement - gmailLogInUserName : WebElement - header : WebElement - logOutButton : WebElement - loginEmail : WebElement - loginPasswordInput : WebElement - logoutFromMyAccountButton : WebElement - lostPasswordReminder : WebElement - lostPasswordUserLogin : WebElement - myAccountUserText : WebElement - orderListButton : WebElement - orderListLastOrder : WebElement - passwordInput : WebElement - passwordReminder : WebElement - paymentAddress : WebElement - paymentAndDeliveryAddressesButton : WebElement - paymentAndDeliveryAddressesMessage : WebElement - registerButton : WebElement - rememberMeCheckbox : WebElement - resetPasswordSubmitButton : WebElement - resetPasswordSuccessSendAlert : WebElement - shippingAddressEditButton : WebElement - showOrderDetailsButtons : List<WebElement> - submitButton : WebElement - userEmailInput : WebElement - userNameInput : WebElement - userNameOrEmailInput : WebElement - userNameText : WebElement - welcomeToMyAccountText : WebElement + MyAccountPage() + clickAddressAndBillingButton() + clickEditAddressAndBillingEditButton() + clickEditShippingAddressEditButtonButton() + clickIntoChangePasswordAndAccountDetailsButton() + clickLastOrdersButton() + clickLoginPasswordReminder() + clickLoginRememberMeCheckbox() + clickLoginSubmit() + clickLostPasswordReminderButton() + clickOrderDetailsButton() + clickPaymentAndDeliveryAddressesButton() + clickRegister() + clickRegisterFalse() + clickResetPasswordSubmitButton() + enterLoginOrEmailToLostPasswordUserField() + enterLoginUserLoginPassword() + enterLoginUserNameOrEmail() + enterRegisterUserEmail() + enterRegisterUserName() + enterRegisterUserPassword() + getDisplayedEmail() + getMyAccountUserText() + getOrderListLastOrder() + getPaymentAddress() + getRegistrationAndLoginErrorText() + getResetPasswordSuccessSendAlert() + getUserNameText() + isChangePasswordAndAccountDetailsErrorsDisplay() + isRegistrationAndLoginErrorDisplayed() + isUserNameTextDisplayed() + isWelcomeToMyAccountTextDisplay() + logOutFromMyAccountPage() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.OrderPage { + h1Header : WebElement + orderNumber : WebElement + receivedOrderAlert : WebElement - wishListProductName : WebElement + OrderPage() + getOrderNumber() + getWishListProductName() + isOrderAcceptMessageIsDisplay() + isReceivedOrderAlertDisplayed() } } } namespace pl.me.automation { namespace page { abstract class pl.me.automation.page.PageObject { # wait : WebDriverWait # webDriver : WebDriver + PageObject() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.PaymentPage { - accountLoginButton : WebElement - appliedCouponAlertMessage : WebElement - applyCouponButton : WebElement - billingRegistrationError : WebElement - cardNumberField : WebElement - clickToAddCouponButton : WebElement - couponAmount : WebElement - couponCodeInput : WebElement - error : WebElement - errors : List<WebElement> - formValidationError : WebElement - h3Header : WebElement {static} - log : Logger - loginSubmitButton : WebElement - lostPasswordButton : WebElement - newUPaymentMethodRadioButton : WebElement - password : WebElement - payUPayment : WebElement - payUPaymentMethod : WebElement - payURadioButton : WebElement - paymentAccountUsername : WebElement - paymentAddress : WebElement - paymentCity : WebElement - paymentCountrySelect : WebElement - paymentEmail : WebElement - paymentFormEmailError : WebElement - paymentFormError : WebElement - paymentMethods : List<WebElement> - paymentPassword : WebElement - paymentPhone : WebElement - paymentPostCode : WebElement - paymentRegion : WebElement - paymentSubmitButton : WebElement - paymentUserLastNameInput : WebElement - paymentUserNameInput : WebElement - priceAmount : WebElement - shipToDifferentAddressCheckbox : WebElement - shippingAddress : WebElement - shippingCity : WebElement - shippingCountrySelect : WebElement - shippingFirstName : WebElement - shippingLastName : WebElement - shippingPostcode : WebElement - shippingPrice : WebElement - shippingRate : WebElement - shippingState : WebElement - stipeCardValidityError : WebElement - stipeErrorField : WebElement - stripeCardNumberInput : WebElement - stripePaymentBox : WebElement - sumPrice : WebElement - termsAndConditionsCheckbox : WebElement - termsAndConditionsCheckbox1 : WebElement - unableToProcessOrderAlert : WebElement - unableToProcessOrderAlertField : WebElement - userNameOrEmailField : WebElement + PaymentPage() + acceptTermsAndConditionsCheckbox() + applyCouponCode() + checkIfPayURadioButtonIsSelected() + choosePaymentMethod() + clickLoginButton() + clickLostPasswordButton() + clickNewUPaymentMethodRadioButton() + clickSubmitButton() + deselectShipToDifferentAddressCheckbox() + enterBillingAccountPassword() + enterBillingAccountUsername() + enterBillingUserAddress() + enterBillingUserCity() + enterBillingUserEmail() + enterBillingUserLastName() + enterBillingUserName() + enterBillingUserPhone() + enterBillingUserPostCode() + enterBillingUserRegion() + enterShippingAddress() + enterShippingCity() + enterShippingPostCode() + enterShippingRegion() + enterShippingUserLastName() + enterShippingUserName() + enterUserNameOrEmail() + enterUserPassword() + findElementInFrame() + getErrorLabels() + getErrorText() + getFormValidationErrorText() + getProductCouponAmount() + getProductPriceAmount() + getProductShipping() + getProductSumPrice() + getShippingMethodRate() + getStipeCardValidityErrorText() + getUnableToProcessOrderAlertText() + isAppliedCouponAlertMessageDisplayed() + isPaymentEmptyFormErrorDisplayed() + isPaymentFormErrorDisplayed() + isShipToDifferentAddressCheckboxChecked() + paymentAccept() + selectBillingCountry() + selectShippingCountry() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.PrivacyPolicyPage { - policyText : WebElement - privacyPolicyText : WebElement + PrivacyPolicyPage() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.SearchResultsPage { - h1 : WebElement - searchResultAlert : WebElement - searchResultButton : WebElement - searchResultImage : WebElement - searchResultProduct : WebElement + SearchResultsPage() + clickSearchResultButton() + displayProductPhoto() + isSearchResultsPageDisplayedShowingAlert() + isSearchResultsPageDisplayedShowingProduct() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.ShopPage { ~ priceList : List<String> - activeFilterButton : WebElement - activeFilters : List<WebElement> - activeFiltersButtons : List<WebElement> - addToCardButtons : List<WebElement> - basketButton : WebElement - colourFilterInput : WebElement - dragAndDropSliderButton : WebElement - dragAndDropSliderMaxFilter : WebElement - dragAndDropSliderMaxValue : WebElement - dragAndDropSliderMinFilter : WebElement - dragAndDropSliderMinValue : WebElement - dragAndDropSliderRightHandle : WebElement - filterNames : List<WebElement> - filterPrices : List<WebElement> - filteredProductsNames : List<WebElement> - firstRateSortedProduct : WebElement - h2Header : WebElement - productButton : List<WebElement> - productNames : List<WebElement> - productPrice : List<WebElement> - productPrices : List<WebElement> - products : Map<String, Product> - productsImageList : List<WebElement> - productsInBasket : List<Product> - searchField : WebElement - searchSubmit : WebElement - sizeFilterInput : WebElement - sizeFilterSelect : WebElement - sortingSelect : WebElement - starRating : List<WebElement> - submitButton : WebElement - widgetCardTotalPrice : WebElement - wishListButtons : List<WebElement> + ShopPage() + activeFilterDelete() + activeFiltersDeleteByIndex() + activeFiltersDeleteByName() + addProductsToBasket() + addProductsToWishListByIndex() + clickAddToBasketButton() + clickBasket() + clickProduct() + clickToShowSingleProductCard() + dragAndDropPriceFilter() + filterProductsByColour() + filterProductsBySize() + findProduct() + getDragAndDropSliderMaxFilter() + getDragAndDropSliderMaxValue() + getDragAndDropSliderMinFilter() + getDragAndDropSliderMinValue() + getFilterLabels() + getFilteredPrices() + getFilteredProductName() + getProductName() + getProductPrice() + getProductPrice() + getProductsInBasket() + getStarRating() + getWidgetTotalPrice() + sortProducts() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.ShoppingCardPage { - appliedCouponAlertMessage : WebElement - applyCouponButton : WebElement - basketTotalPrice : WebElement - couponAmount : WebElement - couponCodeInput : WebElement - couponErrorAlert : WebElement - deliveryRadioButtonsLabels : List<WebElement> - emptyBasketLabel : WebElement - h1Header : WebElement - priceAmount : WebElement - proceedToCheckoutButton : WebElement - productFromBasket : List<WebElement> - productName : WebElement - productUnitPrice : WebElement - products : Map<String, Product> - productsInBasketNames : List<WebElement> - removeProductFromBasket : List<WebElement> - shippingMethods : List<WebElement> - shippingPriceFirstMethod : WebElement - shippingPriceSecondMethod : WebElement - shippingPriceThirdMethod : WebElement - sumPrice : WebElement + ShoppingCardPage() + applyCouponCode() + chooseShippingMethod() + getAppliedCouponFailAlertMessage() + getAppliedCouponSuccessfullyAlertMessage() + getDeliveryType() + getProductCouponAmount() + getProductName() + getProductPrice() + getProductPriceAmount() + getProductShippingFirstMethod() + getProductShippingSecondMethod() + getProductShippingThirdMethod() + getProductSumPrice() + getProductsInBasketNames() + getShoppingCardTotalPrice() + getSummaryPrice() + isDisplayEmptyBasket() + proceedToCheckout() + removeProductsByName() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.SingleProductPage { ~ js : JavascriptExecutor - addCommentSubmitButton : WebElement - addToCardSingleProductButton : WebElement - addedStarRating : WebElement - authorEmail : WebElement - closeButton : WebElement - commentAuthor : WebElement - commentDescription : WebElement - commentTextArea : WebElement - noReviewsText : WebElement - productZoom : WebElement - productbuttonArraw : WebElement - recommendProductButton : WebElement - recommendProductNameText : WebElement - recommendedProductsButtons : List<WebElement> - recommendedProductsNames : List<WebElement> - reviewsButton : WebElement - singeProductImage : WebElement - singleProductName : WebElement - singleProductNameText : WebElement - starRatingList : List<WebElement> - widgetIcon : WebElement + SingleProductPage() + ZoomProductPhoto() + addStarRating() + clickAddToCardSingeProductButton() + clickAlertBoxAccept() + clickCommentSubmitButton() + clickRecommendProductButton() + clickRecommendedProductsButton() + clickReviewsButton() + clickWidget() + enterComment() + enterUserNameAndEmail() + getAddedStarRating() + getAlertBoxText() + getCommentDescription() + getNoReviewsText() + getRecommendProductNameText() + getRecommendedProductsName() + getSingleProductName() + getSingleProductNameText() + isZoomImageDisplayed() } } } namespace pl.me.automation { namespace page { class pl.me.automation.page.WishListPage { - addToCardButton : List<WebElement> - header : WebElement - productRemoveButtons : List<WebElement> - productsNames : List<WebElement> - removeAlert : WebElement - wishListProduct : WebElement - wishListRemoveProducts : Map<String, WebElement> + WishListPage() + addProductFromWishListToCard() + getProductName() + getWishListProductName() + isRemoveAlertDisplay() + removeProductsByName() } } } pl.me.automation.page.AboutPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.ChangePasswordPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.ContactPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.EditBillingAddressPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.EditShippingAddressPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.HomePage -up-|> pl.me.automation.page.Menu pl.me.automation.page.LoggedInUserPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.LostPasswordReminderPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.Menu -up-|> pl.me.automation.page.PageObject pl.me.automation.page.MyAccountPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.OrderPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.PaymentPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.PrivacyPolicyPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.SearchResultsPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.ShopPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.ShoppingCardPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.SingleProductPage -up-|> pl.me.automation.page.Menu pl.me.automation.page.WishListPage -up-|> pl.me.automation.page.Menu 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
8d24a6d52a35fa1506711c4672c530271b1228c9
d92ed1ed95ec7c23dde55fa041114b4f2daef99a
/diagrams/domainmodel.puml
f20d7b93ccc13ef51e5991536c46eb3be2e20198
[]
no_license
simo95i9/DAT21V2-Projekt-Delfinen
39691a7eb43db547f517e440c776ca1fe1acdf58
7844ed4200e3ee7769aa63bb62f77f1ea7839e00
refs/heads/master
2023-04-25T19:49:44.057234
2021-05-27T09:41:46
2021-05-27T09:41:46
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
942
puml
@startuml left to right direction skinparam classAttributeIconSize 0 hide enum methods hide class methods class "Swim club" as swimclub { } class "Membership Fee" as memberfee { startDate endDate Price isPaid } class "Member" as member { MemberIDNumber Name Address Birthday isActive } class "Coach" as coach { } class "Result" as result { Date Time } enum "Competition.ResultType" as resulttype { Competition Training } enum "Group.Discipline" as discipline { "Freestyle (front crawl)" "Back crawl" "Butterfly" "Breaststroke" } class "Team" as team { Name } swimclub "1" --- "0..*" memberfee swimclub "1" --d- "0..*" member swimclub "1" --d- "0..*" coach coach "0..*" --- "0..*" team member "0..*" --- "0..*" team member "1" --l- "0..*" memberfee result "0..*" --- "1" resulttype member "1" --d- "0..*" result result "0..*" --d- "1" discipline @enduml
6b1c84773e430ad4e3ccd1234f32ce43943d23c6
3b453de9d7e99aabdc903bbd0d63435bdfd36b06
/Actividades/A2.2.Visitor/diagrama.puml
378b28bddcf6fe6c27f78985995b806c92a94943
[]
no_license
esmemag96/A01023086_AyMSS18
e3a7e2504947902a8501fa27a8910b1c472c8a2c
40e1419ffaa8303dc9cba635253e68e8dab68c56
refs/heads/master
2021-05-12T14:38:03.239214
2018-05-12T19:23:14
2018-05-12T19:23:14
116,961,721
0
0
null
null
null
null
UTF-8
PlantUML
false
false
926
puml
@startuml Diagram class Text{ +void accept(IVisitor* visitor) } class HyperLink{ +string:URL +void accept(IVisitor* visitor) } class Bold{ +void accept(IVisitor* visitor) } class DocPart{ +string:text + virtual void accept(IVisitor*) } class Document{ +list<DocPart> docpart } class IVisitor{ +string out; +virtual void visit (HyperLink) +virtual void visit (Text) +virtual void visit (Bold) } class HTMLVisitor{ +void visit(HyperLink h) +void visit(Text t) +void visit(Bold b) } class TextVisitor{ +void visit(HyperLink h) +void visit(Text t) +void visit(Bold b) } class Latexvisitor{ +void visit(HyperLink h) +void visit(Text t) +void visit(Bold b) } IVisitor <|-- HTMLVisitor IVisitor <|-- Latexvisitor IVisitor <|-- TextVisitor Document --> DocPart DocPart <|-- Text DocPart <|-- HyperLink DocPart <|-- Bold Document <-> IVisitor
f9c51b9b2b8970c83232a49660d64feccda1185e
da0cd683d55a0b455a3bc40fa9591a09cf26fc48
/pattern_umls/observer/observer_uml.puml
55f3ff1ec0127375252bde58b6e76010ae37f409
[]
no_license
zzbb1199/HeadFirst
5916d340cedfd435722f76c0d72bb1362b57e8bc
94663c586e098b7f4175cbc8c6efc45ae00fbe3f
refs/heads/master
2020-04-05T06:19:40.593678
2018-11-22T14:16:59
2018-11-22T14:16:59
156,634,040
0
0
null
null
null
null
UTF-8
PlantUML
false
false
881
puml
@startuml package 可观察者/主题{ interface Subject{ registerObserver(Observer o) removeObserver(Observer o) notifyObservers(Observable o) } class ConcreteSubject{ ArrayList observers registerObserver(Observer o) removeObserver(Observer o) notifyObservers() } Subject <|.. ConcreteSubject } package 观察者{ interface Observer{ update(Observable o) //pull类型,由观察者控制需要访问的字段 update(//需要通知的数据) //push类型,由被观察者控制,更为安全 } class ConcreteObserver{ update() } Observer<|.. ConcreteObserver } Subject -> Observer ConcreteSubject <- ConcreteObserver note as N1 观察者模式将主题和观察者之间松耦合, 主题不知道观察者具体类是谁 end note @enduml
505cad62cd4ddc3a0e4c5bfd13dbaad9ff33033e
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-codelist-avskrivningsmaate.puml
0f9850078480035caea6a9f5b6a2cf3d766fbc8a
[]
no_license
arkivverket/noark5-tjenestegrensesnitt-standard
299f371a341e59402d49bfc11ee9e2672dad657e
03025f8b9f1496f4a2f5b155e212a44768390274
refs/heads/master
2023-06-10T02:19:28.432679
2023-06-09T08:40:40
2023-06-09T08:40:40
136,293,843
7
11
null
2023-08-22T10:40:36
2018-06-06T07:58:53
Python
UTF-8
PlantUML
false
false
298
puml
@startuml skinparam nodesep 100 hide circle class Kodelister.Avskrivningsmaate <<codelist>> { +Besvart med brev = BU +Besvart med e-post = BE +Besvart på telefon = TLF +Tatt til etterretning = TE +Tatt til orientering = TO +Besvart med notat = BN +Saken ble avsluttet = SA } @enduml
e4fc1e9136f59275977f6f2a2259c4880a0446cb
f1bf6c06de7b923ff01f478922b0cdcc5dd24b73
/diagrams/ドメインオブジェクト_3.puml
2898dacbb1f851d7a0752f36962973b02f273059
[]
no_license
TakashiOnawa/ddd-aggregate-sample
84f06e705a17b4f1b688dc4e7537ca7881b65262
69b41af619d14bc85baff26eadab7f7efdef4a3a
refs/heads/main
2023-08-21T14:28:30.207091
2021-09-26T04:33:43
2021-09-26T04:33:43
408,140,611
3
0
null
null
null
null
UTF-8
PlantUML
false
false
658
puml
@startuml package レシピ { class レシピ { ID タイトル } } package 材料 { class 材料 { } } package 材料カテゴリ { class 材料カテゴリ { ID タイトル } class 材料要素 { 名称 分量 } 材料カテゴリ o--"0..100" 材料要素 } package 作り方 { class 作り方 { } } package 手順 { class 手順 { ID 内容 } } レシピ <-- "1" 材料 レシピ <-- "1" 作り方 材料 --> 材料カテゴリ : "0..10(ID だけを持つ)" 作り方 --> 手順 : "0..100(ID だけを持つ)" @enduml
2ab356450cd8d81cf96d8394bb533879c9d51b13
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/QuoteRequestUpdate.puml
fe4f0f3af379534f7b25c8ea0a9bc9340cb6b237
[]
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
379
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 QuoteRequestUpdate [[QuoteRequestUpdate.svg]] { version: Long actions: [[QuoteRequestUpdateAction.svg List<QuoteRequestUpdateAction>]] } @enduml
42385c5ab01612091ebcb807240052fc3f4c7b27
462b9598f08a48ab835f0b189d4d344560965227
/src/main/java/csheets/worklog/n1060708/sprint2/lang02_01_analysis.puml
1022b52cec4b4c2824657e0b4fb8cc97c0a25969
[]
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
301
puml
@startuml doc-files/lang02_01_analysis.png interface Expression<T> { } class TemporalVariable { } class Reference { } class CellReference { } Expression <|-- Reference Expression <|-- TemporalVariable Reference <|-- CellReference @enduml
16115b13e644356c9e49c352abcfe4402fc325a1
319785f57f68f9bea70cba9b034328dd4230b33b
/ClassDiagram.puml
a291f852cd490bf0e713995d96540eb1bef3a3d3
[]
no_license
freedev82/TestRepo
74e1f356f5d326613954dad36dd238a1bccebd7c
766eedeabdee8bb6228c9c37c99c7f9011ef657a
refs/heads/master
2022-12-25T15:43:31.523223
2020-09-28T10:16:56
2020-09-28T10:16:56
299,269,129
0
0
null
null
null
null
UTF-8
PlantUML
false
false
500
puml
@startuml title Parser Class Diagram namespace connector { class AbstractConnector << (S,Aquamarine) >> { + IsConnect bool + Init() } interface Connector { + Init() + Connect() + Close() } class ModbusTCPConnector << (S,Aquamarine) >> { - client *modbus.TCPClientHandler + Connect() + Close() + Read() } } "connector.AbstractConnector" *-- "extends""connector.ModbusTCPConnector" @enduml
ea355b3c1496e18d3fa805f499820f6125e69703
5faa54d3d9cb76f882b65ccdc8f7f0c5385c0712
/empresa-emplados-clientes/modelo-clases.plantuml
feab7d7b6ab087a82a4968b844dd0fea0e1c024f
[]
no_license
xiomarasantos/MisionTIC2022-Ciclo2-Nivelacion2y3
afc0cf9887360b47e21ac94a952aad4f5ddebf73
d3ae6d710f9b13712c30efbb327878afc138c7f6
refs/heads/main
2023-06-26T23:31:32.971825
2021-07-24T16:23:07
2021-07-24T16:23:07
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
361
plantuml
@startuml class Empresa { - nit - nombre } abstract class Persona{ - nombre - edad + mostrarDatos() } class Empleado extends Persona { - sueldoBruto } class Cliente extends Persona { - telefonoContacto } class Directivo extends Empleado { - categoria } Empresa *-left- Empleado Empresa o-right- Cliente Directivo "1" -- "1..10" Empleado @enduml
835cc044e6c4b18be8e002ea667a005a236b975b
65c79e69d7c97dc7eb1532e77ae1bd2ece83fbe6
/notes/Design/UML/StaticProxy.puml
2e32d83e4d172fe4dd152910442ae51f7689e2d8
[]
no_license
zhangjukai/Go-Gad
8618bf0a377d34f784ad7c201d08431861f48c52
d463e3faccc580d77b67886a11288c78622ddbae
refs/heads/master
2023-05-31T06:37:30.215749
2023-05-12T03:28:19
2023-05-12T03:28:19
185,611,030
0
0
null
2022-12-15T23:30:09
2019-05-08T13:25:51
Java
UTF-8
PlantUML
false
false
294
puml
@startuml interface Target { + doSomeThing():String } class TargetImpl { + doSomeThing():String } class ProxyObject { - target : Target + doSomeThing():String } class client TargetImpl ..|> Target ProxyObject ..|> Target ProxyObject o-- TargetImpl ProxyObject<.. client @enduml
8a46ff011502d616842ab406b35e17f8e39a0cbd
b0d5bc5244fd6e70c16cb78aab6b9b99d05cb245
/src/test/java/io/github/bigbio/pgatk/utilities/iongen/model/model.plantuml
f19bea6487a549fa166f24b6eac92b44446458ed
[]
no_license
bigbio/pgatk-utilities
51fde07d6a93777e264ac06b2ce3565acf90b560
5277cf6eec28d7db34e65af0442ea471919aacd6
refs/heads/master
2023-04-22T04:23:38.728052
2021-04-30T14:24:57
2021-04-30T14:24:57
284,158,103
0
0
null
null
null
null
UTF-8
PlantUML
false
false
990
plantuml
@startuml title __MODEL's Class Diagram__\n package io.github.bigbio.pgatk.utilities.iongen { package io.github.bigbio.pgatk.utilities.iongen.model { class PeakSetTest { + testSplitPeaksWindow() + testTopIntensityPeak() + testSubset() } } } package io.github.bigbio.pgatk.utilities.iongen { package io.github.bigbio.pgatk.utilities.iongen.model { class PeptideScoreTest { - mzArray : double[] - intensityArray : double[] + testPeptideScore() + testCumulativeProbability() + testMatchedSet() + testPeptideScore2() + testPeptideScore3() } } } PeptideScoreTest o-- PrecursorIon : precursorIon PeptideScoreTest o-- PeakSet : peakSet 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
6a41d063d9ae9921f3cf233c4d7056ee61ed1a2e
3d152062945dc6bc52a4d87ca0f0c8052e14c7aa
/docs/diagrams/SearchCommandClassDiagram.puml
2e098eaf79987ec1d338f63b13a7a4c53c1cd6ff
[ "MIT" ]
permissive
Cherweijie/main
adff38b7d3a7f5de1e5213454f860e1b4b93c248
25e8860f5b2417a30c69a9d07daef097c2aec5e6
refs/heads/master
2021-01-14T17:10:02.254944
2020-04-11T10:21:35
2020-04-11T10:21:35
242,690,844
0
1
NOASSERTION
2020-02-24T09:12:25
2020-02-24T09:07:53
null
UTF-8
PlantUML
false
false
1,482
puml
@startuml skinparam backgroundColor #ffffff skinparam classAttributeIconSize 0 hide circle "{abstract}\nCommand" <|-- SearchCommand ReturnOrderContainsKeywordsPredicate "1" <-left- SearchCommand : returnPredicate ReturnOrderContainsKeywordsPredicate -[dashed]-|> Predicate OrderContainsKeywordsPredicate "1" <-down- SearchCommand : orderPredicate OrderContainsKeywordsPredicate -[dashed]left-|> Predicate SearchCommand .right.> Model SearchCommandParser .down.> SearchCommand abstract class "{abstract}\nCommand" { {abstract} execute(Model model) : CommandResult } class SearchCommand { 'Methods of SearchCommand + execute(model : Model) : CommandResult } interface Model <<interface>> { + updateFilteredOrderList(predicate: Predicate<Order>) : void + updateFilteredReturnOrderList(predicate: Predicate<ReturnOrder>) : void } class OrderContainsKeywordsPredicate<Order> { 'Fields of OrderContainsKeywordsPredicate - keywords : List<String> - argumentMultimap : ArgumentMultimap - isGeneralSearch : boolean 'Methods of OrderContainsKeywordsPredicate } class ReturnOrderContainsKeywordsPredicate<Order> { 'Fields of ReturnOrderContainsKeywordsPredicate - keywords : List<String> - argumentMultimap : ArgumentMultimap - isGeneralSearch : boolean } interface Predicate<T> <<interface>> { 'Interface Methods + test(t : T) : boolean } class SearchCommandParser { + parse(String args) : SearchCommand } @enduml
f416f36ec5d7bedd40d1f2c26076fad112f1f979
fe6109dd094f07e02abd5946994431cff7127fed
/docs/db.plantuml
05e77099168ff3345e0920c28c2093ea2e9d0460
[]
no_license
esoprana/pyTirocinioAI
95378215683637986f7188b2deb147c7b1268b5d
d8cc3f4927ae2dbc6fac99aeafba4801aa87d33d
refs/heads/master
2021-06-05T05:48:54.929731
2018-10-25T22:19:57
2018-10-25T22:19:57
139,976,046
0
1
null
2021-05-09T18:36:35
2018-07-06T11:25:43
Python
UTF-8
PlantUML
false
false
1,531
plantuml
@startuml skinparam class { BackgroundColor White ArrowColor Grey BorderColor Black BackgroundColor<<Embedded>> Grey BorderColor<<Embedded>> Black } namespace AI { class Topic { name: str rules: List[Rule] } class Rule { condition: dict score: int action: Action } class Action <<Embedded>> { text: List[str] operations: List[dict] isQuestion: bool immediatlyNext: bool } } namespace Data{ class User { username: str googleSessionId: UUID } class Context { ofUser: Ref<User> timestamp: datetime params: List[Params] message: Message } class Message <<Embedded >> { text: str } class UserMessage <<Embedded>> { intent: dict photo: dict sentiment: dict google_topic: dict } class BotMessage <<Embedded>> { fromRule: Ref<Rule> } class Params <<Embedded>>{ ofTopic: Ref<Topic> values: dict startTime: datetime priority: int } } Data.UserMessage -up-|> Data.Message Data.BotMessage -up-|> Data.Message Data.Context "1" -left-* "1+" Data.Params : params Data.Context "1+" -right-* "1" Data.User : ofUser Data.Context "1" --* "1" Data.Message : message Data.Params "0+" --* "1" AI.Topic: ofTopic Data.BotMessage "1" --* "0+" AI.Rule AI.Topic "1" -right-* "0+" AI.Rule : rules AI.Rule "1" --* "1" AI.Action : action @enduml
af9ea38e6dd8d7f134080dcd2fbd9a20b68578cd
3150c7ff97d773754f72dabc513854e2d4edbf04
/P3/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test-dummies/java/spec/concordion/common/results/runTotals/runTotals.plantuml
43b06ce43b1cba3103c5c711e44f082b0e0f5c94
[ "WTFPL", "Apache-2.0" ]
permissive
leRoderic/DS18
c8aa97b9d376788961855d6d75996990b291bfde
0800755c58f33572e04e7ce828770d19e7334745
refs/heads/master
2020-03-29T05:14:14.505578
2019-11-07T18:01:37
2019-11-07T18:01:37
149,574,113
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,026
plantuml
@startuml title __RUNTOTALS's Class Diagram__\n package spec.concordion.common.results.runTotals { class Annotations { {static} - beforeClassCalled : boolean - beforeCalled : boolean - ruleMethodInvoked : boolean - ruleFieldInvoked : boolean + rule : TestRule + before() {static} + beforeClass() + ruleMethod() + wasBeforeCalled() + wasBeforeClassCalled() + wasRuleMethodInvoked() + wasRuleFieldInvoked() } } package spec.concordion.common.results.runTotals { class ExpectedToFailTest { + getSuccessString() + throwException() } } package spec.concordion.common.results.runTotals { class ExpectedToFailWithExampleFixture { } } package spec.concordion.common.results.runTotals { class IgnoredTest { + getSuccessString() + throwException() } } package spec.concordion.common.results.runTotals { class InvalidHTMLTest { + runTotalsExtension : RunTotalsExtension } } package spec.concordion.common.results.runTotals { class JUnit3RunTotalsTest { + getSuccessString() } } package spec.concordion.common.results.runTotals { class JUnit4RunTotalsTest { + getSuccessString() } } package spec.concordion.common.results.runTotals { class MixedSuccessesAndFailures { + getSuccessString() + throwException() } } package spec.concordion.common.results.runTotals { class RuleWithCallback { - callback : Statement + RuleWithCallback() + apply() } } package spec.concordion.common.results.runTotals { class CompoundStatement { ~ statement1 : Statement ~ statement2 : Statement + CompoundStatement() + evaluate() } } package spec.concordion.common.results.runTotals { class RunSomeOthers { + runTotalsExtension : RunTotalsExtension } } package spec.concordion.common.results.runTotals { class RunTotalsExtension { + addTo() + throwableCaught() + runStarted() + successReported() + failureReported() + ignoredReported() - writeText() - writeText() } } package spec.concordion.common.results.runTotals { class UnimplementedTest { + getSuccessString() + throwException() } } package spec.concordion.common.results.runTotals { class UnimplementedWithAssertTest { + getSuccessString() + throwException() + doTest() } } RuleWithCallback -up-|> TestRule RuleWithCallback +-down- CompoundStatement RunTotalsExtension -up-|> ConcordionExtension RunTotalsExtension -up-|> RunListener 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
ab698c372463429587ce8cadd1f488b122dc4426
836688f2ee223924dc333e08467afb11d15f0518
/plantuml/ennemis.plantuml
d08c15528aa63c7204ce5332f6b5aca2c7b63afe
[]
no_license
khadijaDhieb/Projet_Warriors_Java
b0085dc98083d3016b71de369d0b7edea02ae124
6ff5f601d88310982df99bff4fe44fb09100454c
refs/heads/master
2022-09-18T14:56:17.495545
2020-06-03T09:20:46
2020-06-03T09:20:46
262,982,308
2
0
null
null
null
null
UTF-8
PlantUML
false
false
1,537
plantuml
@startuml title __ENNEMIS's Class Diagram__\n namespace com.projet_warriors { namespace ennemis { class com.projet_warriors.ennemis.Dragon { + Dragon() } } } namespace com.projet_warriors { namespace ennemis { abstract class com.projet_warriors.ennemis.Ennemis { # forcaAttaque : int # nom : String # status : Boolean # viePoints : int + Ennemis() + getForcaAttaque() + getNom() + getStatus() + getViePoints() + interact() + setForcaAttaque() + setNom() + setStatus() + setViePoints() + toString() } } } namespace com.projet_warriors { namespace ennemis { class com.projet_warriors.ennemis.Gobelin { + Gobelin() } } } namespace com.projet_warriors { namespace ennemis { class com.projet_warriors.ennemis.Sorcier { + Sorcier() } } } com.projet_warriors.ennemis.Dragon -up-|> com.projet_warriors.ennemis.Ennemis com.projet_warriors.ennemis.Ennemis .up.|> com.projet_warriors.Case com.projet_warriors.ennemis.Gobelin -up-|> com.projet_warriors.ennemis.Ennemis com.projet_warriors.ennemis.Sorcier -up-|> com.projet_warriors.ennemis.Ennemis 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
9a8382f231a8b4fe939368fc10991d2708a7e85b
51eaf1430762e6df7966555761212ecc510078a9
/solutions/Sandbox/classes_gen/Self/TestLanguageView.puml
519c0200867e84e7463c49a4ecf09cba4ea29c3a
[]
no_license
CampagneLaboratory/UML_Diagrams
1912f7f857e5951c2164e4fa7469d50de919af8d
ef1eb91c9de27b5846b7777e67a9c01015f5e119
refs/heads/master
2020-03-30T05:44:32.868157
2014-09-14T18:45:56
2014-09-14T18:45:56
23,975,794
3
0
null
null
null
null
UTF-8
PlantUML
false
false
258
puml
@startuml package TestLanguage { class Child { +myInt +myString +myBool } hide empty members class Parent { } hide empty members Parent o-- "0..1"ReferedTo : ref Parent *-- "0..1" Child : child class InterfaceConcept { } hide empty members } @enduml
343b137811c402e5a21b26805bee30064602e440
e54fecdd4e54e4779e7353e992bf22986a9b6562
/diags/classes/framesComponents.puml
81134d5ad82ea7996d3e0c855c07fba60f922772
[]
no_license
earring/testgenerator
80acb62f4d6e3a4d5edc208f42f408d5134e1d8c
3f5a6269657110ed529c952eceeb0e956adff7c7
refs/heads/master
2021-06-28T17:06:21.647346
2015-10-11T17:23:59
2015-10-11T17:23:59
31,284,986
3
1
null
2015-04-07T08:14:21
2015-02-24T22:21:00
Java
UTF-8
PlantUML
false
false
2,251
puml
@startuml class Starter { + {static} main (args : String[]) : void } interface IStartableCloseableFrame { + start() : void + close() : void } abstract class AFrame { - parentFrame : AFrame - adjustGeneralSettings() : void # adjustFrameSettings() {abstract} : void # adjustLayout() {abstract} : void # setListeners() {abstract} : void } class MainFrame { } class AddingFrame { -questionType : QuestionType -questionString : String -themes : List<String> -variants : List<String> +createQuestion() : Question } class ViewingFrame { -themes : List<String> +showQuestions(theme: String, count: int) +editQuestion(question: AQuestion) } class QuestionEditor { -description: String -variants : List<String> -answers : List<String> +setCurrentQuestion(question: AQuestion) : void +addVariant(text: String, isRight: boolean) : int +removeVariant(index: int) : void +getVariant(index: int) : String +answerIsRight(index: int) : int +getCurrentQuestion() : AQuestion +exec() : void } note right of ViewingFrame showQuestions показывает вопросы из темы theme в количестве count штук на странице. end note class GeneratingFrame { -questionCount : int -variantCount : int -themesOut : List<String> } class LaTeXViewingComponent { +paintComponent(graphics : java.awt.Graphics, string : String) } class QuestionViewingComponent { +paintComponent(graphics : java.awt.Graphics, string : String) } class PDFViewingComponent { +paintComponent(graphics : java.awt.Graphics, string : String) } Starter --> MainFrame : create > Starter --> AddingFrame : create > Starter --> ViewingFrame : create > Starter --> GeneratingFrame : create > AFrame .up.|> IStartableCloseableFrame MainFrame -up-|> AFrame AddingFrame -up-|> AFrame ViewingFrame -up-|> AFrame GeneratingFrame -up-|> AFrame AddingFrame o-- QuestionViewingComponent QuestionViewingComponent o-- LaTeXViewingComponent : include > ViewingFrame *--> QuestionEditor : use > QuestionEditor --> QuestionManager : use > ViewingFrame "1..*" *-- QuestionViewingComponent GeneratingFrame o-- PDFViewingComponent @enduml
06eb186746b82b8c9bce4227c46f6eb8d0309296
e6a585dfa5292761773d2d523832eef2b49e8e9d
/docs/diagrams/classDiagram.plantuml
9773ec656a34025b0fc18a2502aa301858846495
[]
no_license
AY2021S2-CS2113T-F08-3/tp
82d8b49f18290b6e0d37f1aaa77b711455ace50f
27db5d4a86be5478fc4e8258997fb8c83257cec6
refs/heads/master
2023-04-14T04:07:25.089995
2021-04-12T16:53:53
2021-04-12T16:53:53
344,644,739
0
4
null
2021-04-12T15:56:05
2021-03-05T00:12:02
Java
UTF-8
PlantUML
false
false
1,900
plantuml
@startuml Class_Diagram hide circle !define LIGHTGREEN !includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml skinparam classAttributeIconSize 0 together { class Ui class Parser class Commands } together { class RecommendationList class ReviewList } together { class Sorter class SortMethod } class Ui #Turquoise { + readCommand() : String } class Commands #PaleGreen { - boolean isReviewMode } class RecommendationList #Gold { - ui : Ui + recommendations : ArrayList<Recommendation> + addRecommendation() + listRecommendations() + editRecommendation() + deleteRecommendation() + convertRecommendation() } class ReviewList #Gold { - ui : Ui + reviews : ArrayList<Reviews> - displayStars : boolean + addReview() + sortReviews() + listReviews() + viewReview() + editReview() + deleteReview() + changeDisplay(displayType : String) } class Parser #PaleGreen { + determineCommand(input : String) } class Sorter #NavajoWhite { + sortMethod : SortMethod + stringToSortMethod(sortMethod : String) : SortMethod + sortMethodToString(sortMethod : SortMethod) : String + getSortMethod() : String + changeSortMethod(sortMethod : String) + sortReviews(reviewList : ArrayList) : ArrayList } class Storage #PowderBlue { - Ui ui + retrieveDataFile() : boolean + loadConnoisseurData() : ConnoisseurData + saveConnoisseurData() } enum SortMethod #NavajoWhite { RATING CATEGORY TITLE LATEST EARLIEST } Ui - Parser : parse commands > Parser - Commands : execute commands > Commands -- Storage : store data > Commands -- ReviewList : execute on > Commands -- RecommendationList : execute on > RecommendationList - ReviewList : convert to > ReviewList -- Sorter : sort using > Sorter -- SortMethod @enduml
15d33f4f175dd6f1af8d66eb06d91b24dd366595
b2b69447ba5e57ef57698482303eec1137f0a5e0
/Domain_uTrack.puml
bf7b0dfdde69ae56fda75513b9a8eff891959b35
[]
no_license
DanielYesteLopez/uTrack
a518b82b8c40cc1ee279d36c90402c39c147e768
4c8a2bb2305d2a2791ed917c376dc89bf6904b5f
refs/heads/master
2021-02-12T09:46:13.805688
2020-06-07T16:07:51
2020-06-07T16:07:51
244,583,383
0
0
null
2020-05-17T19:04:26
2020-03-03T08:38:50
Kotlin
UTF-8
PlantUML
false
false
651
puml
@startuml class Data { } class Statistic { } class Sensor { } class Training { } class Recommended_Exercise { } class Unregistered_User { } class uTrack { } class User { } class Bicycle { } class Exercise { } uTrack "1" o-- "*" Data : "Has" uTrack "1" o-- "*" User : "Has" Data "*" -- "*" Statistic : "Creates" User "1" -- "*" Statistic : "Visualizes" Unregistered_User "1" -- "1" User : "Transforms to" User "1" *-- "1" Bicycle : "Has" User "1" -- "*" Training : "Does" Training "1" *-- "1..*" Exercise : "Contains" Training "1" o-- "0,1" Recommended_Exercise : "Has" Training "1" -- "*" Sensor : "Uses" Sensor "1" -- "*" Data : "Provides" @enduml
6ae12596baa7225b748dee0154b4673aae8bf9cf
ba539ebf7aa664db4ba52e56f3ba4e5af1e95775
/doc/virtualService/petrinet.puml
7afdf7c0bc9ab90369c8e95d955dde0ec4cfa43b
[ "MIT" ]
permissive
p2o-lab/polaris-backend
0e05c77b9e38e702c5a7c967055fdf10e787d0bb
8f4ea3073bf13c09e2f2a4d0b5bc9973d9136aa1
refs/heads/develop
2023-06-07T18:41:39.338953
2021-02-25T17:41:03
2021-02-25T17:41:03
172,935,840
3
3
MIT
2023-06-06T01:30:32
2019-02-27T15:00:25
TypeScript
UTF-8
PlantUML
false
false
460
puml
@startuml skinparam monochrome true hide methods hide empty fields class AggregatedService class Petrinet { } class PNState class Operation { module service strategy command parameters } class PNTransition { condition } AggregatedService "1" *-- "16" Petrinet Petrinet "1" *- "*" PNState Petrinet "1" -- "1" PNTransition : > initialTransition PNState "1" *- "*" Operation PNState "1" *-- "*" PNTransition PNTransition "1" *-- "*" PNState @enduml
9aa99887118ccd3bf88cce69d56ca3def97301b8
5e7944ee05697f9b6e48f9e9debc652d25f16178
/UML/UML.puml
35375d98233d462a3832c2930f1e11b1b5238695
[]
no_license
geenavandijk/vandijk-cop3330-assignment4
91eaf58bb9fe633992ae5884c171de7671bc7edf
218800454fffdb36fdfa6f366fb0af69c669ca14
refs/heads/master
2023-08-20T14:38:59.867368
2021-11-02T00:40:12
2021-11-02T00:40:12
423,659,812
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,403
puml
@startuml class ToDoController{ - ToDoListManager data - TextField descriptionItem - TextField editAddListTitle - MenuItem editDate - MenuItem editDeleteItem - MenuItem editDeleteList - MenuItem editDescription - TextField editListAddItem - TextField editSearchList - MenuItem loadAll - TextField loadSelectList - TextField searchItem - MenuItem storeAll - TextField storeSingleList - TextField titleList - MenuItem viewAll - TextField viewSelectList - MenuItem viewSelectListAllItems - MenuItem viewSelectListCompletedItems - MenuItem viewSelectListIncompletedItems void editDateClicked(ActionEvent event) void editDeleteItemClicked(ActionEvent event) void editDeleteListClicked(ActionEvent event) void editDescriptionClicked(ActionEvent event) void completedClicked(ActionEvent event) void editListAddItemClicked(ActionEvent event) void loadAllClicked(ActionEvent event) void loadSelectListClicked(ActionEvent event) void storeAllClicked(ActionEvent event) void storeSingleListClicked(ActionEvent event) void viewAllClicked(ActionEvent event) void viewSelectListAllItemsClicked(ActionEvent event) void viewSelectListCompletedItemsClicked(ActionEvent event) void viewSelectListIncompletedClicked(ActionEvent event) } class ToDoApplication extends Application { + void start (Stage stage) + void stop () + static void main (String[] args) } class ToDoList { List <Items> items String toDoListTitle int numItems + void setItems + List<Items> getItems() + String getToDoListTitle() + void setToDoListTitle(String toDoListTitle) + ToDoList() + void removeItem (String itemName) + void viewList (String title, int option) + void storeList (String listTitle) } class Items { String description Date dueDate boolean completed + String getDescription() + void setDescription(String description) + Date getDueDate() + void setDueDate(String dueDate) + boolean isCompleted() + void setCompleted(boolean completed) + void editDescription (String newName) + void editDueDate (Date newDate) + void completed () } class ToDoListManager{ List <ToDoList> lists int numLists + void setLists(List<ToDoList> lists) + ToDoListManager() + void newList(String title) + void removeList (String title) + void loadList (String listTitle) } ToDoListManager --> ToDoList ToDoList --> Items ToDoApplication --> ToDoController ToDoController --> ToDoListManager ToDoController --> ToDoList ToDoController --> Items @enduml
1a6ebd4397b7a1cb66f8b10cd2cd201d33e1abd6
1484f4a4d4c5b4689f8525742d1e4cda8fdb6d3a
/docs/diagrams/implementation_module/Logic.puml
d79a9b31d6abcfb1f7fad13a26dd73af070ecada
[]
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
1,930
puml
@startuml left to right direction hide circle skinparam classAttributeIconSize 0 skinparam BoxPadding 20 skinparam shadowing false skinparam linetype ortho skinparam package<<Layout>> { borderColor Transparent backgroundColor Transparent fontColor Transparent stereotypeFontColor Transparent } rectangle Logic { package p2 <<Layout>> { } class ParamChecker <<Singleton>>{ + checkAndReturnDate(paramType : String) : LocalDate + checkAndReturnTime(paramType : String) : LocalTime + checkAndReturnIndex(paramType : String, list : ArrayList) : Integer + checkAndReturnDouble(paramType : String) : Double + checkAndReturnInt(paramType : String) : Integer + checkAndReturnCategory(paramType : String) : String } rectangle CommandHandlers { abstract class "{abstract}\nParamHandler" { # paramChecker : ParamChecker # hasParsedAllParams : boolean + handleParams(packet : CommandPacket) : void + getHasParsedAllRequiredParams() : boolean + setRequiredParams(paramTypes : String...) : void # checkParamRequirementSatisfied(param : String) : boolean + {abstract} handleSingleParam(packet : CommandPacket, paramType : String) } class XYZCommandHandler <<SingleTon>>{ + handlePacket() : void + handleSingleParams(paramType : String) : void + handleParams(packet : CommandPacket) : void } ParamChecker "1" <.. XYZCommandHandler #line:blue;text:black : Checks param validity with "{abstract}\nParamHandler" <|-[norank]- XYZCommandHandler #line:purple;line.bold;text:red note bottom of XYZCommandHandler: Includes: \n1. FinanceTools Calculator functions\n2. DataTracker Commands\n eg. RetrieveEntryHandler()\n CreateLedgerHandler() } note right of ParamChecker: Contains methods that check validity of params supplied @enduml
ff3d6c29e6a769fa4f1384cacd3973ac1739b6aa
e75e9ab0e9fd1a31e408256b7e00259524f54feb
/boot-pattern/src/main/java/com/ylkget/pattern/factory/simplefactory/pizzastore/Pizza.puml
0c4cd6b561b05db44b84a869755a042dd40393ec
[ "MIT" ]
permissive
ylksty/spring-hub
413a2ab35bd953f8037f4acc0ef975b5d2ab0970
c948e30f205ae0b65f59ff274e49a3d1abcbb3d2
refs/heads/main
2023-04-04T01:36:29.742178
2021-04-17T15:16:33
2021-04-17T15:16:33
332,437,547
0
0
null
null
null
null
UTF-8
PlantUML
false
false
611
puml
@startuml 'https://plantuml.com/class-diagram abstract class Pizza { +{abstract} void prepare() +void bake() +void cut() +void box() +void setName(String name) } class CheesePizza extends Pizza class GreekPizza extends Pizza class PepperPizza extends Pizza class SimpleFactory { +Pizza createPizza(String orderType) +{static} Pizza createPizza2(String orderType) } SimpleFactory ..> CheesePizza SimpleFactory ..> GreekPizza SimpleFactory ..> PepperPizza class OrderPizza class OrderPizza2 SimpleFactory --o OrderPizza : aggregation\n聚合 SimpleFactory --o OrderPizza2 @enduml
dd274ef8e93ec75c6febaae9d0667a4818c24e63
a546db78e9806979e459831fb16c6e51878eb60b
/src/main/model/data/additional/helpers/helpers.plantuml
8bb10f0565df4fd9f034d7a9f246d17721acf31a
[]
no_license
Bryce-MW/WikidataExplorer
92fd35b8e9364d9bd7e005a39d321bc788ea049f
9ad2dac3c82077466dcb36f25128611881f8965b
refs/heads/master
2023-06-22T20:58:25.975518
2021-07-25T22:33:33
2021-07-25T22:33:33
287,648,884
5
1
null
2020-08-16T06:03:52
2020-08-15T00:23:27
Java
UTF-8
PlantUML
false
false
1,849
plantuml
@startuml title __HELPERS's Class Diagram__\n namespace model.data { namespace additional { namespace helpers { class model.data.additional.helpers.EntityData { + entityType : String + id : String + numericId : double + EntityData() } } } } namespace model.data { namespace additional { namespace helpers { class model.data.additional.helpers.GlobeCoordinateData { + globe : String + latitude : double + longitude : double + precision : double + GlobeCoordinateData() } } } } namespace model.data { namespace additional { namespace helpers { class model.data.additional.helpers.MonolingualTextData { + language : String + value : String + MonolingualTextData() } } } } namespace model.data { namespace additional { namespace helpers { class model.data.additional.helpers.QuantityData { + amount : String + lowerBound : String + unit : String + upperBound : String + QuantityData() } } } } namespace model.data { namespace additional { namespace helpers { class model.data.additional.helpers.TimeData { + after : double + before : double + calendarmodel : String + precision : double + time : String + timezone : double + TimeData() } } } } 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
554950d4bd8c69f8cc12da10db58acfb5062e16e
6e29d893e7deebb9339dd5515195d7e510aba402
/Documentação/Sprint 4/UC12_Eliminar_Candidatura/UC12_ExcertoMD_Eliminar_Candidatura.plantuml
da0b530bee0e5cb2da193a4d40d0a5254d3d195e
[]
no_license
blestonbandeiraUPSKILL/upskill_java1_labprg_grupo2
3a257326461907780a503165042584c5b7a8e535
95c31675e9008e961f00b177d6814046a72b577c
refs/heads/main
2023-03-18T20:54:48.147868
2021-03-21T20:10:16
2021-03-21T20:10:16
331,623,577
0
2
null
2021-03-21T20:10:17
2021-01-21T12:38:14
Java
UTF-8
PlantUML
false
false
2,097
plantuml
@startuml title UC12 - Eliminar Candidatura class Plataforma { -String designacao } class Anuncio { -Data dataInicioPublicitacao -Data dataFimPublicitacao -Data dataInicioCandidatura -Data dataFimCandidatura -Data inicioSeriacao -Data fimSeriacao } class Categoria { -String id -String descricao } class GrauProficiencia { -Integer valor -String designacao } class CaracterizacaoCT { -boolean obrigatoria } class CompetenciaTecnica { -String codigo -String descricaoBreve -String descricaoDetalhada } class Tarefa { -String referencia -String designacao -String descricaoInformal -String descricaoTecnica -Integer duracaoEstimada -double custoEstimado } class Freelancer { -String nome -String NIF -String telefone -Email email } class Candidatura { -Data dataCandidatura -Data dataEdicaoCandidatura -Double valorPretendido -Integer numeroDias -String txtApresentacao -String txtMotivacao } class HabilitacaoAcademica{ -String grau -String designacaoCurso -String nomeInstituicao -Double mediaCurso } class ReconhecimentoCT { -Data dataReconhecimento } Plataforma "1" -- "*" Categoria : possui > Plataforma "1" -- "*" Anuncio : publicita > Plataforma "1" -- "*" CompetenciaTecnica : possui > Plataforma "1" -- "*" Freelancer : tem/usa > Anuncio "0..1" -- "1" Tarefa : publicita > Anuncio "0..1" -- "1" Tarefa : dá origem < Anuncio "1" - "*" Candidatura : recebe > Tarefa "*" -- "1" Categoria : enquadra-se em > Candidatura "*" -- "1" Freelancer : realizada por > Freelancer "1" --- "*" HabilitacaoAcademica : tem > Freelancer "1" --- "*" ReconhecimentoCT : recebe(u) < ReconhecimentoCT "*" - "1" CompetenciaTecnica : relativo a > ReconhecimentoCT "*" -- "1" GrauProficiencia : reconhece > CompetenciaTecnica "1" - "*" GrauProficiencia : aplica > CaracterizacaoCT "*" - "1" GrauProficiencia : exige (como mínimo) > Categoria "*" --- "*" CompetenciaTecnica : requer > (Categoria, CompetenciaTecnica) . CaracterizacaoCT @enduml
e9e69f35df055afadf7ccca78fdab750af900225
f563631a7a9f473bb8a6a53ed87ab80cd9cd9d86
/Assets/Scripts/plantuml/include.puml
801858158c8af62e5658cb2fbac17689ae795e45
[]
no_license
202004g07/UnityShooting
74cc68f7abf2cc49bc6455b8c19587e245227b50
1249e19e0f660cd8f51930a9466962ac2754ff19
refs/heads/main
2023-01-01T21:18:11.351731
2020-10-26T09:24:12
2020-10-26T09:24:12
302,015,985
0
1
null
null
null
null
UTF-8
PlantUML
false
false
5,084
puml
@startuml class GoToMainScene { - isPush : bool = true - Start() : void Update() : void } MonoBehaviour <|-- GoToMainScene GoToMainScene --> "image" Image class HitEffectCamera <<static>> { + {static} HitEffect(time:float, power:float) : void } interface IDestroyable { Destroy() : void } interface IMovable { Move() : void } class LaserController { - LaserTime : float = 0.75f - LaserStayTime : float = 2f - Start() : void - Update() : void - Shoot_Laser() : void } MonoBehaviour <|-- LaserController LaserController --> "LaserBeam" GameObject LaserController --> "Player" PlayerController LaserController o-> "ease" Ease LaserController --> "LaserTransformCashe" Transform LaserController --> "defaultScale" Vector3 abstract class MoveObjBase { + Speed : float # <<virtual>> Update() : void # <<virtual>> Move() : void # <<virtual>> OnTriggerEnter2D(collision:Collider2D) : void # OnBecameInvisible() : void # Destroy() : void } MonoBehaviour <|-- MoveObjBase class SlowTimeScale <<static>> { + {static} SlowTime(time:float, EndTimeScale:float, ease:Ease) : DG.Tweening.Core.TweenerCore<float, float, DG.Tweening.Plugins.Options.FloatOptions> } class BombController { - Speed : float = 10 Update() : void + Move() : void } MonoBehaviour <|-- BombController IMovable <|-- BombController class BombGenerator { - span : float - Start() : void CreateBomb() : IEnumerator } MonoBehaviour <|-- BombGenerator BombGenerator --> "BombPrefab" BombController class Defenceline { - Defenceline() + Durability : float <<get>> <<set>> } Defenceline --> "instance" Defenceline Defenceline --> "Instance" Defenceline class DefenselineController { - damage : float = 10 - Durability : float = 100 - Start() : void - OnTriggerEnter2D(collision:Collider2D) : void } MonoBehaviour <|-- DefenselineController DefenselineController --> "gameDirector" GameDirector class EnemyController { - ShakeEffectPow : float = 0.15f - ShakeEffectTime : float = 0.5f - Start() : void # <<override>> OnTriggerEnter2D(collision:Collider2D) : void - OnDestroy() : void } MoveObjBase <|-- EnemyController EnemyController --> "ExplosionEffects" GameObject EnemyController --> "Player" PlayerController EnemyController --> "UI_Manager" Score class EnemyGenerator { - Span : float = 1 - Accselarate : float = 1.02f - MultiEnemy : float = 0.2f - ResetSpanTime : float = 0.7f - SpanBaffa : float - speedBaffa : float - DiffChangeCount : float = 0.01f - speedChangeTest : float = 0.01f - Start() : void ChangeSpan() : IEnumerator CreateEnemy() : IEnumerator } MonoBehaviour <|-- EnemyGenerator EnemyGenerator --> "EnemyPrefab" EnemyController class GameDirector { - time : float = 2.0f - EndTimeScale : float = 0 - Start() : void + GoToGameOverScene() : void + LastScore() : void - Retry() : void } MonoBehaviour <|-- GameDirector GameDirector --> "GameOverUI" GameObject GameDirector --> "GameUI" GameObject GameDirector --> "GO_Score" Text GameDirector --> "ScoreText" Score GameDirector --> "RetryButton" Button GameDirector --> "ExplosionEffects" GameObject GameDirector o-> "ease" Ease class BulletController { # <<override>> OnTriggerEnter2D(collision:Collider2D) : void } MoveObjBase <|-- BulletController class CreateBullet { Update() : void } MonoBehaviour <|-- CreateBullet CreateBullet --> "BulletPrefab" BulletController class PlayerController { - Speed : float = 1 - Life : float = 1 - ShakeEffectPow : float = 0.15f - ShakeEffectTime : float = 0.5f - damage : float - damageCount : float = 0 - hasBomb : bool = false - BombCount : int - Start() : void Update() : void + Move() : void - OnTriggerEnter2D(collision:Collider2D) : void + Damage() : void + HasMaxBombs() : bool - GetBomb() : void - UseBomb() : void - KillAllEnemys() : void } class "List`1"<T> { } MonoBehaviour <|-- PlayerController IMovable <|-- PlayerController PlayerController --> "gameDirector" GameDirector PlayerController --> "UI_Manager" Score PlayerController --> "Bombs" Transform PlayerController --> "BG_Color" Color PlayerController --> "m_Color" Color PlayerController --> "spriteRenderer" SpriteRenderer PlayerController --> "bombs<GameObject>" "List`1" class ChikaTest { + speed : float = 1.0f - time : float Start() : void Update() : void SetAlphaColor(color:Color) : Color } MonoBehaviour <|-- ChikaTest ChikaTest --> "text" Text class Pause { - AnimationTime : float = 1 - Start() : void Update() : void + PauseAndResume() : void } MonoBehaviour <|-- Pause Pause --> "PauseUI" GameObject class Quit { Start() : void + AppQuit() : void } MonoBehaviour <|-- Quit Quit --> "QuitButton" Button class Score { point : float - Start() : void Update() : void + AddScore() : void + AddScore(num:int) : void + GetScore() : string } MonoBehaviour <|-- Score Score --> "score" Text @enduml
b6507acf0e519f8bd2670b08b1419f8e1fb6d1a3
02b0d37dad8182bfbc5414bbd250f36c6e888b28
/PlantUml/Scripts/Libs/Singleton.puml
dfde52fc129ab0b8bc3d41d560d1a12b23152c5c
[]
no_license
Darcy97/U3D_Libs
ee8b1afb4e4cdc99fd80ab404fc8171cf2181ca0
cc6143112916cafa346a00bc1fab7841b7888444
refs/heads/master
2020-06-21T16:37:56.155301
2019-08-20T07:04:09
2019-08-20T07:04:09
197,504,293
0
0
null
null
null
null
UTF-8
PlantUML
false
false
204
puml
@startuml class "Singleton`1"<T> <<static>> { - {static} <<volatile>> _instance : T - {static} <<readonly>> _locker : object + {static} Instance : T <<get>> {static} Singleton() } @enduml
8000c195134b12a5db60139f1caff750cabb22be
605cac101260b1b451322b94580c7dc340bea17a
/malokhvii-eduard/malokhvii02/doc/plantuml/ua/khpi/oop/malokhvii02/event/StreamHolder.puml
a489985cefc7fbcf522f991dbe89c7f09f1dfcf9
[ "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
300
puml
@startuml class StreamHolder { -in: Scanner -out: PrintStream -outIndex: long +StreamHolder(PrintStream, Scanner) +closeIn(): void +getCurrentOutLabel(): String +getIn(): Scanner +getOut(): PrintStream } @enduml
fa52fb5bce0a901cb63783bbcf6d80936975bf72
be809e6091a45ffded8f21b1b48a4e232d12ad90
/Documentation/Diagrams/Source/NUCLEO-F103RB/Measurement_Device_Class_Diagram.plantuml
6eba52de44e9a8da87322d565d6bc4eef4639adf
[ "MIT" ]
permissive
RobertGawron/HardwareDataLogger
0ac9c585f2e28d8bca6d53e6610d1309b9c65140
9f97124f8060b7caf4c65e2e26831bb8a3c6070d
refs/heads/main
2023-08-17T23:19:34.865717
2021-09-26T17:12:50
2021-09-26T17:12:50
304,281,614
1
0
MIT
2021-09-26T17:12:50
2020-10-15T09:52:45
C
UTF-8
PlantUML
false
false
646
plantuml
@startuml package BusinessLogic { class MeasurementSubject { } } package Device { interface IMeasurementDevice { } class PulesTransmitingDevice { } class UARTTransmitingDevice { } } package Driver { class GPIOCounterDevice { } interface IUARTDriver { } class UARTDriver { } } MeasurementSubject *--- PulesTransmitingDevice MeasurementSubject *-- UARTTransmitingDevice IMeasurementDevice <|-- PulesTransmitingDevice IMeasurementDevice <|-- UARTTransmitingDevice UARTTransmitingDevice -- IUARTDriver PulesTransmitingDevice -- GPIOCounterDevice IUARTDriver --|> UARTDriver @enduml
c02c235d20c015c5a42106986e25b83e8a397d34
f05aa0620a6165d8cbe4ebbefdff7a6a24af4727
/doc/placeable.plantuml
14959d61bb45956df2396caf70337babd1222f39
[]
no_license
CDK6182CHR/PlantVsZombie
d28e81cdbfa87c64092d5ee696dc9cd79dafd6a7
00ce1efc745cadf9a7cbf28d4bd4120484b0ba71
refs/heads/master
2022-02-27T02:27:13.161851
2019-11-09T13:11:38
2019-11-09T13:11:38
217,850,308
0
1
null
null
null
null
UTF-8
PlantUML
false
false
254
plantuml
abstract class Placeable{ } abstract class Plant{ } Placeable <|-- Plant abstract class Seed{ } Placeable <|-- Seed abstract class Zombie{ } Placeable <|-- Zombie Plant "produces" --> Seed Seed "attacks" --> Zombie Zombie "eats" --> Plant
af5b27cc686bc35ea3ae85738e4d245ac039a0c0
c815f9c82c1400f76243750cd0ec609d217b9943
/service-locator/etc/service-locator.urm.puml
9e41e7f40555d806f3f9469c3adc4bd0a5449e2a
[ "MIT" ]
permissive
mikulucky/java-design-patterns
6ab10e9e5c95b6caffebf045d37d04a1571bc0cd
cbbf3bf08842723964719ed7d8ab92864ec5a58d
refs/heads/master
2021-01-17T23:34:49.962450
2016-09-28T19:54:28
2016-09-28T19:54:28
48,302,802
1
1
null
2016-01-02T23:58:44
2015-12-20T01:00:47
Java
UTF-8
PlantUML
false
false
913
puml
@startuml package com.iluwatar.servicelocator { class ServiceLocator { - serviceCache : ServiceCache {static} - ServiceLocator() + getService(serviceJndiName : String) : Service {static} } class App { + App() + main(args : String[]) {static} } class ServiceImpl { - id : int - serviceName : String + ServiceImpl(serviceName : String) + execute() + getId() : int + getName() : String } class InitContext { + InitContext() + lookup(serviceName : String) : Object } class ServiceCache { - serviceCache : Map<String, Service> + ServiceCache() + addService(newService : Service) + getService(serviceName : String) : Service } interface Service { + execute() {abstract} + getId() : int {abstract} + getName() : String {abstract} } } ServiceLocator --> "-serviceCache" ServiceCache ServiceImpl ..|> Service @enduml
5e4f5d6aa30f1a386350af55602331a26f54a015
3e8de74dfe19cd437fd7842887394d4921a109d7
/docs/images/proxy.plantuml
66b9dbcbd523b778f38bf01df4665a7f52caf5ba
[]
no_license
jmbruel/InnopolisDesignPatterns
62c5f1df870883cd44245d6459243c83b96d0995
a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e
refs/heads/master
2021-02-04T20:34:22.378185
2020-11-16T17:40:28
2020-11-16T17:40:28
243,707,157
0
7
null
2020-10-23T08:58:33
2020-02-28T07:49:59
JavaScript
UTF-8
PlantUML
false
false
368
plantuml
@startuml '----------------------------------- ' UML patterns illustrated ' JMB 2014 '----------------------------------- abstract class Sujet Sujet : {abstract} +requete() class SujetReel { +requete() } class Procuration { +requete() } note right: sujetReel.requete(); Sujet <|-- SujetReel Sujet <|-- Procuration SujetReel "+sujetReel" <-- Procuration @enduml
2bed1e0f87604f54d5a1bd6d400377eb65709a8f
e9da06d38d0d0dd482c5c7b25c4f509ebb10d907
/GeneratorPML/GeneratorPML/test.puml
d327a955f5a4b47c8d2e898bcbe61120724658aa
[]
no_license
heggy98/plantuml
43837f0eb6d9f656d03bc68eca54525bcc5bede3
79919997963966b86e321fcbe61fdcae4b3bdadd
refs/heads/main
2023-03-31T03:29:13.844982
2021-03-31T22:13:02
2021-03-31T22:13:02
353,337,698
0
0
null
null
null
null
UTF-8
PlantUML
false
false
387
puml
@startuml package eng.task{ interface Parseable{ + parse (param : String) : void } interface Formatable{ - format() : String } class Id{ - id : int + getId() : int } class Record{ + format() : String + parse(param : String) : void + updateId (newId : int):void + updateId(newId : int, force : boolean):true } Record --|> Id Record ..|> Formatable Record ..|> Parseable } @enduml
44902bd0a48ade7ca8ee90ac44f5cc8bd7970752
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/java/Collection.puml
f5864c0735d66a59add6ca8396064948d229f70a
[ "MIT" ]
permissive
vuquangtin/designpattern
4d4a7d09780a0ebde6b12f8edf589b6f45b38f62
fc672493ef31647bd02c4122ab01992fca14675f
refs/heads/master
2022-09-12T07:00:42.637733
2020-09-29T04:20:50
2020-09-29T04:20:50
225,505,298
0
0
null
2022-09-01T23:16:34
2019-12-03T01:41:33
Java
UTF-8
PlantUML
false
false
6,175
puml
@startuml title Collection Class Diagram interface Iterable<T> { Iterator<T> iterator(); } interface Collection<E>{ int size(); boolean isEmpty(); boolean contains(Object o); Iterator<E> iterator(); Object[] toArray(); <T> T[] toArray(T[] a); boolean add(E e); boolean remove(Object o); boolean containsAll(Collection<?> c); boolean addAll(Collection<? extends E> c); boolean removeAll(Collection<?> c); boolean retainAll(Collection<?> c); void clear(); boolean equals(Object o); int hashCode(); } abstract class AbstractCollection<E> interface List<E> { E get(int index); E set(int index, E element); void add(int index, E element); E remove(int index); int indexOf(Object o); int lastIndexOf(Object o); ListIterator<E> listIterator(); ListIterator<E> listIterator(int index); List<E> subList(int fromIndex, int toIndex); } abstract class AbstractList<E> { ListIterator<E> listIterator(); ListIterator<E> listIterator(final int index); } interface RandomAccess abstract class AbstractSequentialList<E> class Vector<E> { -Object[] elementData; } class ArrayList<E> { transient Object[] elementData; } class LinkedList<E> { Node<E> first; Node<E> last; } interface Queue<E> { boolean add(E e); boolean offer(E e); E remove(); E poll(); E element(); E peek(); } interface Deque<E> { void addFirst(E e); void addLast(E e); boolean offerFirst(E e); boolean offerLast(E e); E removeFirst(); E removeLast(); E pollFirst(); E pollLast(); E getFirst(); E getLast(); E peekFirst(); E peekLast(); Iterator<E> iterator(); Iterator<E> descendingIterator(); } interface Set<E> abstract class AbstractSet<E> interface SortedSet<E> { Comparator<? super E> comparator(); SortedSet<E> subSet(E fromElement, E toElement); SortedSet<E> headSet(E toElement); SortedSet<E> tailSet(E fromElement); E first(); E last(); } interface Comparator<E> { int compare(T o1, T o2); boolean equals(Object obj); } interface NavigableSet<E> { E lower(E e); E floor(E e); E ceiling(E e); E higher(E e); E pollFirst(); E pollLast(); Iterator<E> iterator(); NavigableSet<E> descendingSet(); Iterator<E> descendingIterator(); } class HashSet<E> { -transient HashMap<E, Object> map; } class TreeSet<E> { -transient NavigableMap<E, Object> map; } abstract class Dictionary<K, V> { abstract public int size(); abstract public boolean isEmpty(); abstract public Enumeration<K> keys(); abstract public Enumeration<V> elements(); abstract public V get(Object key); abstract public V put(K key, V value); abstract public V remove(Object key); } interface Map<K, V> { int size(); boolean isEmpty(); boolean containsKey(Object key); boolean containsValue(Object value); V get(Object key); V put(K key, V value); V remove(Object key); void putAll(Map<? extends K, ? extends V> m); void clear(); Set<K> keySet(); Collection<V> values(); Set<Map.Entry<K, V>> entrySet(); boolean equals(Object o); int hashCode(); } interface Entry<K,V> { K getKey(); V getValue(); V setValue(V value); boolean equals(Object o); int hashCode(); } interface SortedMap<K, V> { Comparator<? super K> comparator(); } class Hashtable<K, V> { -transient Entry<K, V>[] table; } abstract class AbstractMap<K, V> interface NavigableMap { Map.Entry<K,V> lowerEntry(K key); K lowerKey(K key); Map.Entry<K,V> floorEntry(K key); K floorKey(K key); Map.Entry<K,V> ceilingEntry(K key); K ceilingKey(K key); Map.Entry<K,V> higherEntry(K key); K higherKey(K key); Map.Entry<K,V> firstEntry(); Map.Entry<K,V> lastEntry(); NavigableMap<K,V> descendingMap(); NavigableSet<K> navigableKeySet(); NavigableSet<K> descendingKeySet(); } class HashMap<K, V> { entry<K, V>[] table; } class TreeMap<K, V> { Entry<K, V> root; } interface Iterator<E> { boolean hasNext(); E next(); void remove(); } interface ListIterator<E> { boolean hasPrevious(); E previous(); int nextIndex(); int previousIndex(); void set(E e); void add(E e); } interface Comparable<T> { int compareTo(T o); } class Stack<E> { E push(E item); E pop(); E peek(); boolean empty(); int search(Object o); } abstract class AbstractQueue<E> class ArrayDeque<E> interface Enumeration<E> { boolean hasMoreElements(); E nextElement(); } class EnumMap<K extends Enum<K>, V> { K[] keys; Object[] vals; } abstract class EnumSet<E extends Enum<E>> { K[] keys; } class IdentityHashMap<K,V> class LinkedHashMap<K,V> class LinkedHashSet<E> class PriorityQueue<E> class Properties class WeakHashMap<K,V> Iterable <|-- Collection Collection <|-- AbstractCollection Collection <|-- List Collection <|-- Queue Queue <|-- Deque AbstractCollection <|-- AbstractList List <|-- AbstractList AbstractList <|-- AbstractSequentialList AbstractList <|-- Vector RandomAccess <|-- Vector Vector <|-- Stack AbstractList <|-- ArrayList RandomAccess <|-- ArrayList AbstractSequentialList <|-- LinkedList Deque <|-- LinkedList Collection <|-- Set AbstractCollection <|-- AbstractSet Set <|-- AbstractSet Set <|-- SortedSet SortedSet <|-- NavigableSet AbstractSet <|-- HashSet AbstractSet <|-- TreeSet NavigableSet <|-- TreeSet Map *-- Entry Map <|-- SortedMap Dictionary <|-- Hashtable Map <|-- Hashtable Map <|-- AbstractMap SortedMap <|-- NavigableMap AbstractMap <|-- HashMap AbstractMap <|-- TreeMap NavigableMap <|-- TreeMap Iterator <|-- ListIterator Queue <|-- AbstractQueue AbstractQueue <|-- ArrayDeque Deque <|-- ArrayDeque AbstractMap <|-- EnumMap AbstractSet <|-- EnumSet AbstractMap <|-- IdentityHashMap HashMap <|-- LinkedHashMap HashSet <|-- LinkedHashSet AbstractQueue <|-- PriorityQueue Hashtable <|-- Properties AbstractMap <|-- WeakHashMap @enduml
f0e1381760c87dbe49ac05d29e2b13c0e79043bf
e95b540dc3376644e4711a7755cd6d35db66d362
/Actividades/A4.1.Command/prueba1.puml
daf642b50743c527925f224663cadf36aaab1938
[]
no_license
Aarzh/A01023376_AyMSS18
bc7d3e5647be3545d68745fc1b0fa13133ac2b31
233175047cd3f61f9f3dd1c0dd7c9d6a90bf76ca
refs/heads/master
2021-05-12T14:35:14.542072
2018-05-15T22:43:11
2018-05-15T22:43:11
116,961,356
1
0
null
null
null
null
UTF-8
PlantUML
false
false
130
puml
@startuml class Parent{ int a; void function(); } class Child{ int a; void function(); } Parent <|-- Child @end
18f4f44fcf2943c60f4e7edf59bf2e632af7875c
b3b1f82b0656c970d39a505933c4f712b16d9798
/factory_method.plantuml
a67f5208e37b16cc89a201a3b5add2cbbc9093d3
[]
no_license
seryafarma/FactoryMethodPattern
3493608d951cc0d054ca7cfd6fce25961dc94dca
efaf2646c3ef61f96b49532dd4852cce4cb228c5
refs/heads/master
2022-08-01T19:40:13.783423
2020-05-29T21:59:29
2020-05-29T21:59:29
266,235,186
0
0
null
2020-05-29T21:52:33
2020-05-23T00:41:57
C++
UTF-8
PlantUML
false
false
756
plantuml
@startuml Toy <|-- Car Toy <|-- Bike Toy <|-- Plane Car <-- ToyFactory : create Bike <-- ToyFactory : create Plane <-- ToyFactory : create ToyFactory <- Main : calls class Main { +main() } class ToyFactory { +createToy(enum type) } class Toy { -name -price +prepareParts() +combineParts() +assembleParts() +applyLabel() +showProduct() +getName() +getPrice() } class Car { +prepareParts() +combineParts() +assembleParts() +applyLabel() +showProduct() +getName() +getPrice() } class Bike { +prepareParts() +combineParts() +assembleParts() +applyLabel() +showProduct() +getName() +getPrice() } class Plane { +prepareParts() +combineParts() +assembleParts() +applyLabel() +showProduct() +getName() +getPrice() } @enduml
0919deafe0640fea37623233c2d5e607154258e7
b939fd46b3cad8dd74283f9468fe782741352e4a
/assets/puml-theme-swedbankpay.puml
d7c5b0e5aa8397e4941986af47b06c3f50e4041b
[ "Apache-2.0" ]
permissive
SwedbankPay/developer.swedbankpay.com
2179f1a0fccffe9348050e2721aa274006b80f86
a4d43452f1591474e03182f1843ce5af3970f2c5
refs/heads/develop
2023-09-01T20:27:47.061075
2023-09-01T10:06:25
2023-09-01T10:06:25
210,605,116
9
42
Apache-2.0
2023-09-13T21:10:03
2019-09-24T13:05:36
Ruby
UTF-8
PlantUML
false
false
10,730
puml
'' '' swedbankpay theme based on https://design.swedbankpay.com '' '' Author = "Asbjørn Ulsberg" '' Copyright (c) 2021 Swedbank Pay !$theme = "swedbankpay" !$black = "#222222" !$text_gray = "#767676" !$list_gray = "#999999" !$light_gray = "#f9f8f6" !$white = "#ffffff" !$solid_brown = "#2f2424" !$dark_brown = "#493c3b" !$medium_brown = "#72605e" !$soft_brown = "#a38b80" !$light_brown = "#d4c4bc" !$orange = "#f35b1c" !$light_orange = "#f5b895" !$peach = "#fbf2ea" !$cyan = "#257886" !$light_cyan = "#ebf8f2" !$brand_primary = "#fdc129" !$brand_primary_light = "#ffcc00" !$brand_primary_light_2 = "#ffdf88" !$brand_primary_light_3 = "#fff3d5" !$brand_secondary_dark_1 = $dark_brown !$brand_secondary_dark_2 = $solid_brown !$brand_secondary = "#512b2b" !$brand_secondary_light_1 = $medium_brown !$brand_secondary_light_2 = $soft_brown !$brand_secondary_light_3 = $light_brown !$brand_secondary_light_4 = "#d4b8a3" !$brand_secondary_info_1 = "#8acdc3" !$brand_secondary_info_2 = "#efb7b6" !$brand_tertiary = "#ee7023" !$brand_accent = "#31a3ae" !$brand_accent_links = $cyan !$brand_accent_disabled = "#98d0d6" ' Background Colors !$brand_bg_1 = $peach !$brand_bg_2 = $light_cyan !$brand_bg_3 = "#fbedf4" !$brand_bg_4 = "#e9f7fb" !$brand_bg_gray = "#ebe7e2" !$brand_bg_white = "#ffffff" ' State colors !$brand_success = "#437e15" !$brand_success_light = "#f2f7eb" !$brand_success_light_2 = "#99cc66" !$brand_warning = "#f9ce22" !$brand_warning_light = "#fff3d5" !$brand_warning_2 = $brand_tertiary !$brand_error_border = "#f1bbb9" !$brand_error = "#c5131c" !$brand_error_light = "#f9ded3" !$brand_info = "#3e6ab6" !$brand_info_light = "#e8eff9" !$primary_text = $solid_brown !$secondary_text = $black !$info_text = $black !$success_text = $white !$warning_text = $white !$danger_text = $white !procedure $code($msg) <font:Consolas>$msg</font> !endprocedure !procedure $participant($sprite, $title) participant "<$$sprite,color=$light_orange>\n\n$title" !endprocedure !procedure $primary_scheme() FontColor $primary_text BorderColor $light_orange BackgroundColor $peach !endprocedure sprite $payer [75x79/4z] { xT85bWCn30JHxjBzpxmCyeGC2gV2CF-PT9uC4NpT0Y82088WVmpu_Zc8tp-3cbXAAJyW5NT2lQWNzQ9U5FT0EGVO1d17BRM5-NsrJjPUV126GSfiO4zJj1Ha TOW2-m2bCSeWaygNqrL2YoXm4MNGbj8S1LgcudTwErHCKSOg6XMeW299BUKbIakKazHUeq7AIbHkGraIM2Vgf0mw5UwYGCDKxAN07HIxdurRog0PoZBA0MY2 4eWTokh8UCVQfQIfONcNKb-xez-XB4qEIxYCaYOfGnMbGied_Wkg6fO7B4uDgtArAADycyE2ilFW6pscLdTmYvJW5YdZAafGHXbNKO92obMKu1OfuofAK40L z0u } sprite $merchant [75x62/4z] { xPG7TiCm3CM8h_kVEJkXPPggdjZT8c-PYE4j-nZG6eHI64u1aaAfS3MxRLk6SieHoVNLKrAx_feYxKegf9XoSEP4cY8J2YBEgQLQc2-auXuj4yobbCwdK_4A MKYrOq5oYFaB98pZ3jycnLIAGqCzrRB_Es8k9GvJuaLkK9QgyqpXzVugPbLoLjWBJQjq74HG117dcEJZNj6fuzFjPZmCKgOKLJXVjcKwPMFbI8Xj6dnZh48A M-KdfHXz5ueCKqWHxYdsBAIqbD8efPw_aVfF_QTQCSKLUu0LKcQ0EQmlCcQIXYcGD7LM7J657fHJ21uH6p6HyeAki9wIUzrPJ-6b1-KKUa8r9USRfEujU3k5 Y9DD2abrdcdgN3jd } sprite $server [75x98/4z] { xPS5hkH050FjyltFl3JGcWo_UALF9GXNcgsMH0D9CXqiWHg0X5K16xLKud2IELoe4kOa5ohs4A-sSjZ7AXMqLNAkZYDLJcqcwNJjdcfQmVZgE53rUj2zSQLz gelHxlm3ai3X40wd0AUhq_MwI18lrJ_PdF-oo5WDZ0HsmuGaEXoC3LJb8qOg7pHIrOzKCeMF6gdghgAF8pNZIFMfekluGIBrIlaIkOfKiccY37BmeqMgsf6g F0Bo4FLpiAcY6AbOtWlTI2s5gkhuPvVwgaeLl5JE56zKP7VlgR45uA1IGPLhrLQOiSgR8r86gglyMyUHwbgPcOeGheu3LQq7QOmheztnx8k9Op85QwaAT5NT LHJi3nQfBm6em1TI_QX-L3yg3lHCqAgTmGNJfBsuYH_j4uggUWLVTvLCgsPgkQmEhtb-0m } sprite $3rdparty [75x67/4z] { xPO7biCW34JvtF_EszS3cIU7bqbFj7LawGSBKTg20RHpMF-pcCOlHgo8n8PCISEBajLf4j6WcC0aA1jZ-7xdHt7MKPslLYJDW86ZRj3_wLgsnWzO0686hCrQ RfndkyhBv3rnVwYJQzuNBIV9LcOBPlj9T1yh-uhZAG8pb9mdT6Cld1nV8-xqj2xdwlL0pedkJg-9LU77LpZhSGsxd3cdD3fwMABeZ17IuakBwU_trmnJ5dyl Ve3gXif7TVvQvJDu_hxAk_tyQ_3yEyFvzwlz3TETyc6V6vXDU61MZ79sBDgIwn8YhUPUaZuRXjeZ4w7Q6nMKFM-66YMDzQH9p_ORiFJmV5-oDJxyA8q9HHUI PjdqhW9Cvm9-JEYlIJQV7WgfF_AxLBI4KXKiSfCSuZR9XDBdADZaZ690SNHKCueQjL0h5cjrnXayNr-ThzkbxLHSbih-1 } '' '' Global Default Values '' skinparam backgroundColor "transparent" skinparam useBetaStyle false skinparam creoleMonospacedFont "Consolas" skinparam defaultMonospacedFontName "Consolas" skinparam defaultFontName "Arial" skinparam defaultFontSize 16 skinparam dpi 100 skinparam shadowing false skinparam roundcorner 20 skinparam ParticipantPadding 40 skinparam BoxPadding 40 skinparam Padding 8 skinparam ArrowColor $orange skinparam stereotype { CBackgroundColor $brand_secondary_light_1 CBorderColor $orange ABackgroundColor $brand_success_light ABorderColor $brand_success IBackgroundColor $brand_error_light IBorderColor $brand_error EBackgroundColor $brand_warning_light EBorderColor $brand_warning NBackgroundColor $brand_info_light NBorderColor $brand_info } skinparam title { FontColor $primary_text BorderColor $orange FontSize 20 BorderRoundCorner 8 BorderThickness 1 BackgroundColor $peach } skinparam legend { BackgroundColor $brand_secondary BorderColor $brand_secondary_dark_1 FontColor $primary_text } !startsub swimlane skinparam swimlane { BorderColor $brand_info BorderThickness 2 TitleBackgroundColor $brand_secondary TitleFontColor $primary_text } !endsub !startsub activity skinparam activity { $primary_scheme() BarColor $brand_success StartColor $brand_info EndColor $brand_info '' DiamondBackgroundColor $brand_secondary_light_1 DiamondBorderColor $brand_secondary_dark_1 DiamondFontColor $primary_text } !endsub !startsub participant skinparam participant { $primary_scheme() BorderThickness 0 BackgroundColor $white ParticipantBorderThickness 2 } !endsub !startsub actor skinparam actor { $primary_scheme() BackgroundColor $peach BorderColor $orange } !endsub !startsub arrow skinparam arrow { Thickness 1 Color $orange FontColor $primary_text } !endsub !startsub sequence skinparam sequence { BorderColor $orange ' For some reason sequence title font color does not pick up from global TitleFontColor $primary_text BackgroundColor $peach StartColor $orange EndColor $orange '' BoxBackgroundColor $brand_bg_1 BoxBorderColor $brand_secondary_dark_1 BoxFontColor $primary_text '' DelayFontColor $primary_text '' LifeLineBorderColor $orange LifeLineBorderThickness 1 LifeLineBorderRoundCorner 20 LifeLineBackgroundColor $white '' GroupBorderThickness 1 GroupBorderColor $orange GroupFontColor $primary_text GroupHeaderFontColor $primary_text GroupHeaderFontWeight 1 GroupBackgroundColor $white GroupBodyBackgroundColor $peach GroupHeaderBackgroundColor $brand_primary_light_2 '' DividerBackgroundColor $brand_secondary_dark_1 DividerBorderColor $brand_secondary_dark_1 DividerBorderThickness 2 DividerFontColor $primary_text '' ReferenceBackgroundColor $brand_primary_light_2 ReferenceBorderColor $brand_secondary_dark_1 ReferenceFontColor $primary_text ReferenceHeaderFontColor $primary_text ReferenceHeaderBackgroundColor $brand_secondary '' StereotypeFontColor $primary_text } !endsub !startsub partition skinparam partition { BorderColor $brand_primary FontColor $primary_text BackgroundColor $brand_primary_light_2 } !endsub !startsub collections skinparam collections { $primary_scheme() } !endsub !startsub control skinparam control { $primary_scheme() } !endsub !startsub entity skinparam entity { $primary_scheme() } !endsub !startsub boundary skinparam boundary { $primary_scheme() } !endsub !startsub agent skinparam agent { BackgroundColor $brand_warning BorderColor $brand_warning_light FontColor $primary_text } !endsub !startsub note skinparam note { BorderThickness 1 BackgroundColor $brand_bg_2 BorderColor $cyan } !endsub !startsub artifact skinparam artifact { BackgroundColor $brand_secondary_dark_1 BorderColor $brand_secondary_dark_2 FontColor $primary_text } !endsub !startsub component skinparam component { $primary_scheme() } !endsub !startsub interface skinparam interface { BackgroundColor $brand_error BorderColor $brand_error FontColor $primary_text } !endsub !startsub storage skinparam storage { $primary_scheme() } !endsub !startsub node skinparam node { $primary_scheme() } !endsub !startsub cloud skinparam cloud { $primary_scheme() } !endsub !startsub database skinparam database { $primary_scheme() } !endsub !startsub class skinparam class { $primary_scheme() HeaderBackgroundColor $brand_primary_light StereotypeFontColor $primary_text BorderThickness 1 AttributeFontColor $primary_text AttributeFontSize 11 } !endsub !startsub object skinparam object { $primary_scheme() StereotypeFontColor $primary_text BorderThickness 1 AttributeFontColor $primary_text AttributeFontSize 11 } !endsub !startsub usecase skinparam usecase { $primary_scheme() BorderThickness 2 StereotypeFontColor $primary_text } !endsub !startsub rectangle skinparam rectangle { $primary_scheme() StereotypeFontColor $primary_text } !endsub !startsub package skinparam package { $primary_scheme() } !endsub !startsub folder skinparam folder { $primary_scheme() } !endsub !startsub frame skinparam frame { $primary_scheme() } !endsub !startsub state skinparam state { $primary_scheme() StartColor $orange EndColor $brand_secondary AttributeFontColor $primary_text AttributeFontSize 11 } !endsub !startsub queue skinparam queue { $primary_scheme() } !endsub !startsub card skinparam card { $primary_scheme() } !endsub !startsub file skinparam file { $primary_scheme() } !endsub !startsub stack skinparam stack { $primary_scheme() } !endsub
9dcf77ae32f45722b38eb1cebe24bddac2d82684
ed160782ff6013bb6dc5e26c388b04982bc6a04c
/Client/src/sample/sample.plantuml
afe9d0d3cc99fa8a819b8c709b7931009a8d89c3
[]
no_license
sherifawad/bankSystemNoSteg
bdf5a04bc05253f806a7dca8cc74bc6dece929d2
075f6b4c35cb497587bc2e6df5d7bf09cf07f730
refs/heads/master
2022-11-27T06:12:05.257346
2020-08-07T12:43:57
2020-08-07T12:43:57
285,826,736
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,612
plantuml
@startuml title __SAMPLE's Class Diagram__\n package sample { class ClientMain { + start() {static} + main() } } package sample { class Controller { - btnsm : Button - chs : CheckBox - btnsi : Button - btnso : Button - btnse : Button - btnsc : Button - btnrm : Button - btnro : Button - btnre : Button - btnrc : Button - listview : ListView ~ fileAsString : String ~ stegFileAsString : String ~ outputFile : String ~ outputDir : String ~ srcFiles : String[] ~ filesAsString : ArrayList<String> ~ selectedFile : File ~ stegFile : File ~ saveFile : File ~ selectedDirectory : File ~ selectedFiles : List<File> - buttonArrayList : ArrayList<Button> {static} ~ newMap : HashMap<String, byte[]> + initialize() + checkBox() + singleChooser() + steg() + multiChooser() + fileSaving() + outputDir() + senderExecute() + receiveExecute() - buttonsList() - disableButtons() - enableButtons() } } ClientMain -up-|> Application Controller -up-|> Initializable Controller o-- Client : client Controller o-- Algorithm : algorithm Controller o-- publicParameters : publicParameter 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
f6a4ac2b54eb7ead9dfa7a69f1901e53ac6cfe60
4d66030f0dcd0b815bf6af7a607220f932f1abb8
/UML/class/class.plantuml
90c1b0ee7eada06d27af4e121fffff1d2f95f6e3
[]
no_license
TabletennisScoreCounter/firmwareDocumentations
5e4104beb5dd6c8879ed135e815b032b93639321
4e049daafe9d37fe697a46a09f0fefeb52634185
refs/heads/master
2020-06-11T10:50:36.076051
2017-09-24T00:41:36
2017-09-24T00:41:36
75,685,379
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,819
plantuml
@startuml title FWクラス図 class "SegmentControl" as ClassSegmentControl{ +SegmentControl(bottomLeft : GPIO_PORT_NAME_t, bottom : GPIO_PORT_NAME_t, bottomRight : GPIO_PORT_NAME_t, middle : GPIO_PORT_NAME_t, topLeft : GPIO_PORT_NAME_t, top : GPIO_PORT_NAME_t, topRight : GPIO_PORT_NAME_t) : SegmentControl& +write(value : uint8_t) : void +operator=(value : uint8_t) : SegmentControl& -const SEGMENT_0 : uint8_t -const SEGMENT_1 : uint8_t -const SEGMENT_2 : uint8_t -const SEGMENT_3 : uint8_t -const SEGMENT_4 : uint8_t -const SEGMENT_5 : uint8_t -const SEGMENT_6 : uint8_t -const SEGMENT_7 : uint8_t -const SEGMENT_8 : uint8_t -const SEGMENT_9 : uint8_t } class "BusOut" as ClassBusOut{ +BusOut(first : const First&, rest : const Rest&...) : BusOut& +write(data : uint8_t) : void +operator=(data : uint8_t) : BusOut& +BusOut() : BusOut& -portList : std::string } class "DigitalOut" as ClassDigitalOut{ +DigitalOut(port : GPIO_PORT_NAME_t) : DigitalOut& +write(status : bool) : void +operator=(status : bool) : DigitalOut& -PortName : GPIO_PORT_NAME_t -GPIOTypeDef : GPIO_TypeDef* -GPIOPin : uint16_t } package "CubeMX Generated Files"{ enum "GPIO_PORT_NAME_t" as EnumGPIO_PORT_NAME_t{ NC = -1 PA[0..15] PB[0..15] PC[0..15] PD[0..15] } class "gpio.c" as FileGpio<<(F,orange)C source file>>{ +MX_GPIO_Init() : void +getGPIO_TypeDef(portName : GPIO_PORT_NAME_t) : GPIO_TypeDef* +getGPIO_Pin(portName : GPIO_PORT_NAME_t) : uint16_t +setGPIOOutput(portName : GPIO_PORT_NAME_t) : void } } class "ButtonManager" as ClassButtonManager class "ScoreManager" as ClassScoreManager class "DisplayManager" as ClassDisplayManager ClassDigitalOut *- FileGpio ClassBusOut *- ClassDigitalOut ClassSegmentControl -|> ClassBusOut @enduml
4e15552136b3d7b7141eae62e4ba0367d81627dc
49201c6059aff7268f202bb61942cc3eb7ba462b
/PrechatClass.puml
df0f8979a2c1db93946804d3b148906af71b8d1b
[]
no_license
OzBenDev/designs
fdc614d5ceff22e14600d1614c7b206aec375a70
d22aa7238f080312bb9bded8ac77676cc5e630fd
refs/heads/master
2023-08-07T14:00:41.829442
2021-09-14T13:14:47
2021-09-14T13:14:47
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,463
puml
@startuml class BoldChatUIHandler class FormConfiguration BoldChatUIHandler --> PreChatFragment : creates PreChatFragment ..down|> FormPresenter interface FormConfiguration{ getFieldMainTextStyle() : StyleConfig getFieldSecondaryTextStyle() : StyleConfig getFieldBackground() : Int getFieldHeight(): Int } interface FormPresenter{ fun showForm() fun validateForm() } abstract class PreChat { - List <FormField> FormFields - String Branding } class PreChatData { PreChat branding (specific) } class BoldChatUIHandler{ var branding showPreChat() } PreChatData --|> PreChat class PreChatFragment { - object PreChatData: Form - interface submitListener: FormListener - initFormAdapter(context, container, PreChatData) } PreChatFragment *--> PreChatData class BoldFormFieldsAdapter { - getTextInputView(formField: FormField): BaseFormComponent? - getSelectionView(formField: FormField): BaseFormComponent? + addFormFields() + validateForm() } BoldFormFieldsAdapter *--down> FormConfiguration PreChatFragment *-right> BoldFormFieldsAdapter interface FormComponent{ fun setDataAndValidate() : Boolean fun onValidationError() fun getData() : String? } abstract class BaseFormComponent SelectionView --up|> BaseFormComponent TextInputView --up|> BaseFormComponent BaseFormComponent ..left|> FormComponent BoldFormFieldsAdapter *--> BaseFormComponent @enduml
44e077a765b918f77826d1371dca02182d12a19f
62de719e261fac67d2a2bc347a98be5515b48948
/docs/blue/1090657/sp2/workbook.puml
bb646158881eb3f4c22179a15853c32bd1604cdf
[]
no_license
raulcorreia7/isep_lapr4_17_18
82672fca46e433856d52b3839e3739fa53b8f52c
79217fa01912657da37ef6cdb1a05194dd2f5110
refs/heads/master
2020-04-15T17:52:21.964106
2019-01-09T17:13:14
2019-01-09T17:13:14
164,891,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
397
puml
@startuml workbook.png skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false hide empty methods class Workbook { -List<Spreadsheet> spreadsheets } class Spreadsheet Class WorkbookDescription { -name -description -workbook } Workbook o-- Spreadsheet: has WorkbookDescription *-- Workbook @enduml
8d1d63a6b0847ddd7f45e71a10760918f3332108
1136a23e1c82aee31c05882fe3ef9fabb9167e7c
/src/DecoratorPattern/UML.puml
fa93e19378475255a262f67d465217eb68c1e511
[]
no_license
vladv75/DesignPatterns
868a42fff7b37fa5b8e48b7ef85bce7b654266ed
fa1bdee0798f47c0a850481f67db6aab8d30156a
refs/heads/master
2021-01-20T20:52:38.291802
2016-02-07T10:31:05
2016-02-07T10:31:05
60,034,456
0
0
null
null
null
null
UTF-8
PlantUML
false
false
668
puml
@startuml abstract class Beverage { description getDescription() cost() } abstract class CondimentDecorator { getDescription() } Beverage <|-- Espresso Beverage <|-- DarkRoast Beverage <|-- CondimentDecorator CondimentDecorator <|-- Milk CondimentDecorator <|-- Mocha CondimentDecorator <|-- Whip class Espresso { description = "Espresso" cost() } class DarkRoast { description = "DarkRoast" cost() } class Milk { Beverage beverage; getDescription(); cost(); } class Mocha { Beverage beverage; getDescription(); cost(); } class Whip { Beverage beverage; getDescription(); cost(); } @enduml
8f43ef2a1f889b2f875e063d05408e8a5b1f890d
85592c2f8d87903b27b3b6a1dd1f733231f6585c
/guava-tests/test/com/nanyin/test/design/composite/composite.puml
4c707a072768cd4c6f8e9c6cc05d493eb113258f
[ "Apache-2.0" ]
permissive
NanYinIU/guava-with-comments
52aa7248f4eb7f8d7bb8173b0d432de5a327490f
04f402389aadc903ff4c595049dfb01575d3bd71
refs/heads/master
2021-06-27T20:31:52.847594
2019-06-28T03:04:02
2019-06-28T03:04:02
140,093,917
0
0
Apache-2.0
2020-10-13T09:33:12
2018-07-07T15:05:44
Java
UTF-8
PlantUML
false
false
472
puml
@startuml abstract class Component{ + name:String + areaLevel:Integer + printName():void + printLevel():void + printAll():void + list:List<Component> } Component "1" --* "n" Component class Country{ + printName():void + printLevel():void } class Province{ + printName():void + printLevel():void } class City{ + printName():void + printLevel():void } Component <|.. Country Component <|.. Province Component <|.. City Country <-- App Province <-- App City <-- App @enduml
00cba0d3421fa10cd19e29712276a4058526a7ea
a6b39a99d2e6bef2468d15e823f7ef64377c5522
/ejemplo.puml
3c047df08a2616eb49e91e19e44e21c976577be0
[]
no_license
kewapo/pruebas
bd3919cbfa67980f70ba019ed581d54e09e83583
1957e65d29b3e8a709c3c8cc45cdd86200fbf122
refs/heads/master
2021-09-08T05:15:26.209659
2018-03-07T13:05:47
2018-03-07T13:05:47
114,354,256
0
0
null
null
null
null
UTF-8
PlantUML
false
false
189
puml
@startuml skinparam handwritten true title __Fichero: ejemplo.py__\n class Ejemplo <<(F,lightgreen)>> { +ruta = 'E:\\libros' -- funciones -- +guardar_archivos() +leer_archivos() } @enduml
ab119c11506a58aa6e97265260c0d3eb22e68681
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-class-registrering.puml
38b1aad5bc808880f3feada9cf99a978a926b463
[]
no_license
arkivverket/noark5-tjenestegrensesnitt-standard
299f371a341e59402d49bfc11ee9e2672dad657e
03025f8b9f1496f4a2f5b155e212a44768390274
refs/heads/master
2023-06-10T02:19:28.432679
2023-06-09T08:40:40
2023-06-09T08:40:40
136,293,843
7
11
null
2023-08-22T10:40:36
2018-06-06T07:58:53
Python
UTF-8
PlantUML
false
false
2,739
puml
@startuml skinparam nodesep 100 hide circle class Arkivstruktur.Registrering <Arkivenhet> { +arkivertDato : datetime [0..1] [1..1] +arkivertAv : string [0..1] [1..1] +referanseArkivertAv : SystemID [0..1] [1..1] +kassasjon : Kassasjon [0..1] +skjerming : Skjerming [0..1] +gradering : Gradering [0..1] +referanseArkivdel : SystemID [0..1] [1..1] +registreringsID : string [0..1] [1..1] +tittel : string +offentligTittel : string [0..1] +beskrivelse : string [0..1] +noekkelord : string [0..*] +forfatter : string [0..*] +dokumentmedium : Dokumentmedium [0..1] [1..1] +oppbevaringssted : string [0..*] +virksomhetsspesifikkeMetadata : VirksomhetsspesifikkeMetadata [0..1] } class Arkivstruktur.Arkivdel <Arkivenhet> { } Arkivstruktur.Arkivdel "arkivdel 0..1" o--> "registrering 0..*" Arkivstruktur.Registrering class Arkivstruktur.Arkivenhet { } Arkivstruktur.Arkivenhet <|-- Arkivstruktur.Registrering class Arkivstruktur.Klasse <Arkivenhet> { } Arkivstruktur.Klasse "klasse 0..1" o--> "registrering 0..*" Arkivstruktur.Registrering class Arkivstruktur.Mappe <Arkivenhet> { } Arkivstruktur.Mappe "mappe 0..1" o--> "registrering 0..*" Arkivstruktur.Registrering class Arkivstruktur.Kryssreferanse <Arkivenhet> { } Arkivstruktur.Registrering "registrering 0..1" *--> "kryssreferanse 0..*" Arkivstruktur.Kryssreferanse class Arkivstruktur.Dokumentbeskrivelse <Arkivenhet> { } Arkivstruktur.Registrering "registrering 1..*" o--> "dokumentbeskrivelse 0..*" Arkivstruktur.Dokumentbeskrivelse class Arkivstruktur.Korrespondansepart { } Arkivstruktur.Registrering *-- "korrespondansepart 0..*" Arkivstruktur.Korrespondansepart class Arkivstruktur.Merknad { } Arkivstruktur.Registrering *-- "merknad 0..*" Arkivstruktur.Merknad class Arkivstruktur.Part { } Arkivstruktur.Registrering *-- "part 0..*" Arkivstruktur.Part class Arkivstruktur.Gradering <<dataType>> { } Arkivstruktur.Registrering *-- Arkivstruktur.Gradering class Arkivstruktur.Kassasjon <<dataType>> { } Arkivstruktur.Registrering *-- Arkivstruktur.Kassasjon class Arkivstruktur.Skjerming <<dataType>> { } Arkivstruktur.Registrering *-- Arkivstruktur.Skjerming class VirksomhetsspesifikkeMetadata.VirksomhetsspesifikkeMetadata <<VirksomhetsspesifikkeMetadata>> { } Arkivstruktur.Registrering *-- VirksomhetsspesifikkeMetadata.VirksomhetsspesifikkeMetadata class Sakarkiv.Arkivnotat <Registrering> { } Arkivstruktur.Registrering <|-- Sakarkiv.Arkivnotat class Sakarkiv.Journalpost <Registrering> { } Arkivstruktur.Registrering <|-- Sakarkiv.Journalpost class Arkivstruktur.NasjonaleIdentifikatorer.Nasjonalidentifikator { } Arkivstruktur.Registrering o-- "nasjonalidentifikator 0..*" Arkivstruktur.NasjonaleIdentifikatorer.Nasjonalidentifikator @enduml
d188337d7a58a7e2158c9640911b070b86e182bc
b0d5bc5244fd6e70c16cb78aab6b9b99d05cb245
/src/main/java/io/github/bigbio/pgatk/utilities/iongen/impl/impl.plantuml
c30be9f02e2c63a65b8e956e372fc220fb7b70c9
[]
no_license
bigbio/pgatk-utilities
51fde07d6a93777e264ac06b2ce3565acf90b560
5277cf6eec28d7db34e65af0442ea471919aacd6
refs/heads/master
2023-04-22T04:23:38.728052
2021-04-30T14:24:57
2021-04-30T14:24:57
284,158,103
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,941
plantuml
@startuml title __IMPL's Class Diagram__\n package io.github.bigbio.pgatk.utilities.iongen { package io.github.bigbio.pgatk.utilities.iongen.impl { abstract class AbstractPrecursorIon { + AbstractPrecursorIon() - getProductIonPTM() + getProductIon() } } } package io.github.bigbio.pgatk.utilities.iongen { package io.github.bigbio.pgatk.utilities.iongen.impl { abstract class AbstractProductIon { - position : int + AbstractProductIon() + getType() + getPrecursorIon() + getPosition() + compareTo() + getMass() } } } package io.github.bigbio.pgatk.utilities.iongen { package io.github.bigbio.pgatk.utilities.iongen.impl { class DefaultPeptideIon { - charge : int - mass : double - calculateMass() + DefaultPeptideIon() + getMassOverCharge() + getCharge() + getMass() + getPeptide() + equals() + hashCode() + toString() } } } package io.github.bigbio.pgatk.utilities.iongen { package io.github.bigbio.pgatk.utilities.iongen.impl { class DefaultPrecursorIon { + DefaultPrecursorIon() + DefaultPrecursorIon() + DefaultPrecursorIon() + DefaultPrecursorIon() } } } package io.github.bigbio.pgatk.utilities.iongen { package io.github.bigbio.pgatk.utilities.iongen.impl { class DefaultProductIon { + DefaultProductIon() + toString() } } } package io.github.bigbio.pgatk.utilities.iongen { package io.github.bigbio.pgatk.utilities.iongen.impl { class ImmoniumIon { - typeName : String - charge : int - position : int + ImmoniumIon() + ImmoniumIon() + toString() + getMass() + getMassOverCharge() + getCharge() + getPosition() + getAcid() + getTypeName() + compareTo() } } } AbstractPrecursorIon -up-|> PrecursorIon AbstractPrecursorIon -up-|> DefaultPeptideIon AbstractProductIon -up-|> ProductIon AbstractProductIon -up-|> Comparable AbstractProductIon -up-|> DefaultPeptideIon AbstractProductIon o-- PrecursorIon : precursorIon AbstractProductIon o-- ProductIonType : type DefaultPeptideIon -up-|> PeptideIon DefaultPeptideIon o-- Peptide : peptide DefaultPrecursorIon -up-|> AbstractPrecursorIon DefaultProductIon -up-|> AbstractProductIon ImmoniumIon -up-|> Comparable ImmoniumIon o-- AminoAcid : acid ImmoniumIon o-- PTModification : modification 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
64ab090dc0fb0dedd66099e5163d90085e8bf14c
29e499c7049d725de515d0f0294f765b6bbb4dc3
/DesignPattern/out/production/DesignPattern/com/ilike/factory/Factory.puml
99d25d448bab4bee063d9b0333053793c553df20
[]
no_license
dongyuancaizi/designPatternLearning
70dddd9d156fd3d4e9c07bb4f94f76820b625308
1fbde529b073b9a205bffd90607574754d6aac50
refs/heads/master
2020-07-04T05:13:23.384529
2019-11-19T13:09:10
2019-11-19T13:09:10
202,167,833
0
0
null
null
null
null
UTF-8
PlantUML
false
false
430
puml
@startuml abstract class Pizza class CheesePizza class GreekPizza class chinaPizza class OrderPizza class PizzaStore class PepperStore class SimpleFactory Pizza<|--CheesePizza Pizza<|--GreekPizza Pizza<|--PepperStore Pizza<|--chinaPizza OrderPizza o--SimpleFactory OrderPizza<--PizzaStore abstract class Pizza{ void prepare() void bake() void cut() void box() } class CheesePizza { } class GreekPizza { } @enduml
f5988bd50546208af269a80ac4e8fcf86834c91c
5c444423b1f6f7b7699611395f7c5e5e5b0477ee
/DiveIntoDesignPatterns/creational/FactoryMethod/page074.plantuml
7011c1dd99bf849fdf09522f520dae1631cb6f48
[ "MIT" ]
permissive
zhengtong0898/books
f7951cbb949ba2cc4ff6c3015c031f54c127d490
65ca7d7cfaf3d07f910a0ba324e00017022c68ee
refs/heads/master
2021-06-21T14:40:34.883570
2020-07-16T02:56:34
2020-07-16T02:56:34
254,500,102
1
0
null
null
null
null
UTF-8
PlantUML
false
false
917
plantuml
@startuml hide empty members abstract class Logistics { ... -- + planDelivery() + {abstract} virtual Transport createTransport(); } class RoadLogistics { ... -- + createTransport() } class SeaLogistics { ... -- + createTransport() } interface Transport << interface >> { + deliver() } class Truck { ... -- + deliver() } class Ship { ... -- + deliver() } note "inside planDelivery(): \n\ Transport transport = this->createTransport(); \ " as n1 note "inside createTransport(): \n\ return new Truck(); \ " as n2 note "inside createTransport(): \n\ return new Ship(); \ " as n3 Logistics <|-- RoadLogistics: "继承" Logistics <|-- SeaLogistics: "继承" Logistics .up. n1 RoadLogistics .left. n2 SeaLogistics .right. n3 Transport <|.down. Truck: "接口" Transport <|.down. Ship: "接口" Logistics ..> Transport RoadLogistics .down.> Truck SeaLogistics .down.> Ship @enduml
cab2789e7ddbd79ac93f61e6489b0bc039b96797
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Animation/TimelineAnimationUtilities.puml
88d0ea0e1251bfb65622a2cb6c69fb2de0f0c9e7
[]
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
2,624
puml
@startuml class TimelineAnimationUtilities { + {static} ValidateOffsetAvailabitity(director:PlayableDirector, animator:Animator) : bool + {static} GetPreviousClip(clip:TimelineClip) : TimelineClip + {static} GetNextClip(clip:TimelineClip) : TimelineClip + {static} UpdateClipOffsets(asset:AnimationPlayableAsset, track:AnimationTrack, transform:Transform, globalPosition:Vector3, globalRotation:Quaternion) : RigidTransform + {static} GetTrackOffsets(track:AnimationTrack, transform:Transform) : RigidTransform + {static} UpdateTrackOffset(track:AnimationTrack, transform:Transform, offsets:RigidTransform) : void {static} GetMatchFields(clip:TimelineClip) : MatchTargetFields {static} WriteMatchFields(asset:AnimationPlayableAsset, result:RigidTransform, fields:MatchTargetFields) : void + {static} MatchPrevious(currentClip:TimelineClip, matchPoint:Transform, director:PlayableDirector) : void + {static} MatchNext(currentClip:TimelineClip, matchPoint:Transform, director:PlayableDirector) : void + {static} CreateTimeController(state:WindowState, clip:TimelineClip) : TimelineWindowTimeControl + {static} CreateTimeController(state:WindowState, clipData:TimelineWindowTimeControl.ClipData) : TimelineWindowTimeControl + {static} EditAnimationClipWithTimeController(animationClip:AnimationClip, timeController:TimelineWindowTimeControl, sourceObject:Object) : void + {static} UnlinkAnimationWindowFromTracks(tracks:IEnumerable<TrackAsset>) : void + {static} UnlinkAnimationWindowFromClips(timelineClips:IEnumerable<TimelineClip>) : void + {static} UnlinkAnimationWindowFromAnimationClips(clips:ICollection<AnimationClip>) : void + {static} UnlinkAnimationWindow() : void + {static} GetAnimationWindowCurrentFrame() : int + {static} SetAnimationWindowCurrentFrame(frame:int) : void + {static} ConstrainCurveToBooleanValues(curve:AnimationCurve) : void + {static} ConstrainCurveToRange(curve:AnimationCurve, minValue:float, maxValue:float) : void + {static} IsAnimationClip(clip:TimelineClip) : bool } enum OffsetEditMode { None= -1, Translation= 0, Rotation= 1, } class RigidTransform <<struct>> { + {static} Compose(pos:Vector3, rot:Quaternion) : RigidTransform + {static} Mul(a:RigidTransform, b:RigidTransform) : RigidTransform + {static} Inverse(a:RigidTransform) : RigidTransform } TimelineAnimationUtilities +-- OffsetEditMode TimelineAnimationUtilities +-- RigidTransform RigidTransform --> "position" Vector3 RigidTransform --> "rotation" Quaternion RigidTransform --> "identity" RigidTransform @enduml
1fb429cf61cd0bcce4c4951375f0abf0bad2aab8
4d643dcfa275852670031cf5749921cfd235221c
/patterns/b_Template method.puml
d11cdaca5141850880c11e1e5c6ab6c3c65f70a6
[]
no_license
ezhov-da/notes
a2552cb0a53ffccf6e426986a06af09d280d2566
51e77e442c3db8900eadc3b35c701b26b170911d
refs/heads/master
2023-05-12T20:58:00.276582
2021-05-28T05:37:01
2021-05-28T05:37:01
275,666,019
0
0
null
null
null
null
UTF-8
PlantUML
false
false
591
puml
@startuml title Шаблонный метод (Template method) note as INFO <b>Тип:</b> <u>Поведенческий</u> <b>Что это:</b> Определяет алгоритм, некоторые этапы которого делегируются подклассам. Поз- воляет подклассам переопределить эти этапы, не меняя структуру алгоритма. endnote abstract class AbstractClass{ +templateMethod() #subMethod() } class ConcreteClass{ +subMethod() } AbstractClass <|-- ConcreteClass @enduml
8656d5fb0a70cc7a89cd410a7a2204900dc91c5e
6420f15160af4c5e7ed7e61cf9f182fbd306540a
/liskov.puml
d04eb1d28e6306ab510171aaa8095f9a68ca3d14
[ "MIT" ]
permissive
jessebluemr/solid-principles
dbe6066afb712a7cb17d4da45116032b622804f7
508234b8260d0f6f938267fa5093137fbe58f9e6
refs/heads/master
2022-11-05T00:57:59.914356
2020-06-25T14:19:48
2020-06-25T14:19:48
274,739,116
0
0
null
null
null
null
UTF-8
PlantUML
false
false
208
puml
@startuml liskov class Graphic { draw() } class Rectangle { } class Ellipse { scaleX() scaleY() } class Circle { } Graphic <|-- Rectangle Graphic <|-- Ellipse Ellipse <|-- Circle @enduml
641100d618bff3d034ae6f4f24bd2677ec54911e
3635c69c8883366323d578c0da0c1717bfbb316c
/study/src/main/resources/chenji/designpattern/7_composite_entity_pattern.puml
31d1b01fa9a2b8ca2368543e6a10d5937e95fbb9
[]
no_license
baojing111/changjiang
46ccf5b7ef74ef6178e4d8febc5681ee593c557f
671de442c89fb8b61f3e64790f3d1024894d0b92
refs/heads/master
2020-03-10T22:23:15.726613
2019-05-04T02:07:10
2019-05-04T02:07:10
129,617,983
0
1
null
null
null
null
UTF-8
PlantUML
false
false
589
puml
@startuml title 组合模式 legend right 案例:https://blog.csdn.net/disiwei1012/article/details/53513538 end legend abstract Component<<树枝和树叶的共性抽象>>{ +name : String +add(Component) : void +removed(Component) : void +display(int depth) : void } class Composite <<树枝>>{ +name : String +components : List<Component> +add(Component) : void +removed(Component) : void +display(int depth) : void } class Leaf<<树枝>>{ +name : String +display(int depth) : void } Component <|-- Composite Component <|-- Leaf @enduml
03e05f7bc4adcddd9c41bcf6cac2f4f4928c73ec
6efcde6793a8895229ca8face50530e85dfe5869
/exercise44/docs/classes.puml
99a1dee34fd55918141137b98b6a7d0c67c7ff38
[]
no_license
Jyke321/cordonero-a04
dde9e4144b0660f2a10e69b6786d0dbddf4758c4
0b3fe00b2525d99ae820de61baad046411a1b2bb
refs/heads/main
2023-08-23T03:19:27.506727
2021-10-17T21:56:41
2021-10-17T21:56:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
345
puml
@startuml class Solution44 { +main(String args[]) } class DataHandler { -List<Hashmap<>> data +getDataFromJSON() -doesProductExist() -displayProduct() 'this one has a loop and uses the private functions 'to prompt the user until a corresponding product is found +findProduct() } Solution44 -- DataHandler @enduml
8c6ca9d0a349de266425f1ff4fe2163a26037eae
1ec3cfb7bb25780a4d2c84f206540df171438d05
/doc/basic_data_modell.puml
c85feca8d30b3e12b4e4eee6422774144f83599d
[ "Apache-2.0" ]
permissive
OkieOth/othDict
2f0670d0501215214619650d465c6b4ca1df5d82
1ff49635e57231731dbe66dc89995821d146e848
refs/heads/master
2016-09-12T22:50:28.952325
2016-04-20T20:53:37
2016-04-20T20:53:37
56,350,676
0
0
null
null
null
null
UTF-8
PlantUML
false
false
235
puml
@startuml class Language { short_name descr } class App { short_name descr } class DictEntry { language_id resource_id text status } Language "1" -- "0..n" DictEntry App "m" -- "n" DictEntry @enduml
a352d225173b0c52548a5c7ffbe273173bc311fe
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductUpdateAction.puml
5294c6a0d23c4735c073c9934b96400d95fd17fa
[]
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
14,243
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 ProductUpdateAction [[ProductUpdateAction.svg]] { action: String } interface ProductAddAssetAction [[ProductAddAssetAction.svg]] { action: String variantId: Long sku: String staged: Boolean asset: [[AssetDraft.svg AssetDraft]] position: Integer } interface ProductAddExternalImageAction [[ProductAddExternalImageAction.svg]] { action: String variantId: Long sku: String image: [[Image.svg Image]] staged: Boolean } interface ProductAddPriceAction [[ProductAddPriceAction.svg]] { action: String variantId: Long sku: String price: [[PriceDraft.svg PriceDraft]] staged: Boolean } interface ProductAddToCategoryAction [[ProductAddToCategoryAction.svg]] { action: String category: [[CategoryResourceIdentifier.svg CategoryResourceIdentifier]] orderHint: String staged: Boolean } interface ProductAddVariantAction [[ProductAddVariantAction.svg]] { action: String sku: String key: String prices: [[PriceDraft.svg List<PriceDraft>]] images: [[Image.svg List<Image>]] attributes: [[Attribute.svg List<Attribute>]] staged: Boolean assets: [[AssetDraft.svg List<AssetDraft>]] } interface ProductChangeAssetNameAction [[ProductChangeAssetNameAction.svg]] { action: String variantId: Long sku: String staged: Boolean assetId: String assetKey: String name: [[LocalizedString.svg LocalizedString]] } interface ProductChangeAssetOrderAction [[ProductChangeAssetOrderAction.svg]] { action: String variantId: Long sku: String staged: Boolean assetOrder: [[String.svg List<String>]] } interface ProductChangeMasterVariantAction [[ProductChangeMasterVariantAction.svg]] { action: String variantId: Long sku: String staged: Boolean } interface ProductChangeNameAction [[ProductChangeNameAction.svg]] { action: String name: [[LocalizedString.svg LocalizedString]] staged: Boolean } interface ProductChangePriceAction [[ProductChangePriceAction.svg]] { action: String priceId: String price: [[PriceDraft.svg PriceDraft]] staged: Boolean } interface ProductChangeSlugAction [[ProductChangeSlugAction.svg]] { action: String slug: [[LocalizedString.svg LocalizedString]] staged: Boolean } interface ProductLegacySetSkuAction [[ProductLegacySetSkuAction.svg]] { action: String sku: String variantId: Integer } interface ProductMoveImageToPositionAction [[ProductMoveImageToPositionAction.svg]] { action: String variantId: Long sku: String imageUrl: String position: Long staged: Boolean } interface ProductPublishAction [[ProductPublishAction.svg]] { action: String scope: [[ProductPublishScope.svg ProductPublishScope]] } interface ProductRemoveAssetAction [[ProductRemoveAssetAction.svg]] { action: String variantId: Long sku: String staged: Boolean assetId: String assetKey: String } interface ProductRemoveFromCategoryAction [[ProductRemoveFromCategoryAction.svg]] { action: String category: [[CategoryResourceIdentifier.svg CategoryResourceIdentifier]] staged: Boolean } interface ProductRemoveImageAction [[ProductRemoveImageAction.svg]] { action: String variantId: Long sku: String imageUrl: String staged: Boolean } interface ProductRemovePriceAction [[ProductRemovePriceAction.svg]] { action: String priceId: String sku: String variantId: Long price: [[PriceDraft.svg PriceDraft]] staged: Boolean } interface ProductRemoveVariantAction [[ProductRemoveVariantAction.svg]] { action: String id: Long sku: String staged: Boolean } interface ProductRevertStagedChangesAction [[ProductRevertStagedChangesAction.svg]] { action: String } interface ProductRevertStagedVariantChangesAction [[ProductRevertStagedVariantChangesAction.svg]] { action: String variantId: Long } interface ProductSetAssetCustomFieldAction [[ProductSetAssetCustomFieldAction.svg]] { action: String variantId: Long sku: String staged: Boolean assetId: String assetKey: String name: String value: [[Object.svg Object]] } interface ProductSetAssetCustomTypeAction [[ProductSetAssetCustomTypeAction.svg]] { action: String variantId: Long sku: String staged: Boolean assetId: String assetKey: String type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]] fields: [[FieldContainer.svg FieldContainer]] } interface ProductSetAssetDescriptionAction [[ProductSetAssetDescriptionAction.svg]] { action: String variantId: Long sku: String staged: Boolean assetId: String assetKey: String description: [[LocalizedString.svg LocalizedString]] } interface ProductSetAssetKeyAction [[ProductSetAssetKeyAction.svg]] { action: String variantId: Long sku: String staged: Boolean assetId: String assetKey: String } interface ProductSetAssetSourcesAction [[ProductSetAssetSourcesAction.svg]] { action: String variantId: Long sku: String staged: Boolean assetId: String assetKey: String sources: [[AssetSource.svg List<AssetSource>]] } interface ProductSetAssetTagsAction [[ProductSetAssetTagsAction.svg]] { action: String variantId: Long sku: String staged: Boolean assetId: String assetKey: String tags: [[String.svg List<String>]] } interface ProductSetAttributeAction [[ProductSetAttributeAction.svg]] { action: String variantId: Long sku: String name: String value: [[Object.svg Object]] staged: Boolean } interface ProductSetAttributeInAllVariantsAction [[ProductSetAttributeInAllVariantsAction.svg]] { action: String name: String value: [[Object.svg Object]] staged: Boolean } interface ProductSetCategoryOrderHintAction [[ProductSetCategoryOrderHintAction.svg]] { action: String categoryId: String orderHint: String staged: Boolean } interface ProductSetDescriptionAction [[ProductSetDescriptionAction.svg]] { action: String description: [[LocalizedString.svg LocalizedString]] staged: Boolean } interface ProductSetDiscountedPriceAction [[ProductSetDiscountedPriceAction.svg]] { action: String priceId: String staged: Boolean discounted: [[DiscountedPriceDraft.svg DiscountedPriceDraft]] } interface ProductSetImageLabelAction [[ProductSetImageLabelAction.svg]] { action: String sku: String variantId: Long imageUrl: String label: String staged: Boolean } interface ProductSetKeyAction [[ProductSetKeyAction.svg]] { action: String key: String } interface ProductSetMetaDescriptionAction [[ProductSetMetaDescriptionAction.svg]] { action: String metaDescription: [[LocalizedString.svg LocalizedString]] staged: Boolean } interface ProductSetMetaKeywordsAction [[ProductSetMetaKeywordsAction.svg]] { action: String metaKeywords: [[LocalizedString.svg LocalizedString]] staged: Boolean } interface ProductSetMetaTitleAction [[ProductSetMetaTitleAction.svg]] { action: String metaTitle: [[LocalizedString.svg LocalizedString]] staged: Boolean } interface ProductSetPriceKeyAction [[ProductSetPriceKeyAction.svg]] { action: String priceId: String staged: Boolean key: String } interface ProductSetPriceModeAction [[ProductSetPriceModeAction.svg]] { action: String priceMode: [[ProductPriceModeEnum.svg ProductPriceModeEnum]] } interface ProductSetPricesAction [[ProductSetPricesAction.svg]] { action: String variantId: Long sku: String prices: [[PriceDraft.svg List<PriceDraft>]] staged: Boolean } interface ProductSetProductPriceCustomFieldAction [[ProductSetProductPriceCustomFieldAction.svg]] { action: String priceId: String staged: Boolean name: String value: [[Object.svg Object]] } interface ProductSetProductPriceCustomTypeAction [[ProductSetProductPriceCustomTypeAction.svg]] { action: String priceId: String staged: Boolean type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]] fields: [[FieldContainer.svg FieldContainer]] } interface ProductSetProductVariantKeyAction [[ProductSetProductVariantKeyAction.svg]] { action: String variantId: Long sku: String key: String staged: Boolean } interface ProductSetSearchKeywordsAction [[ProductSetSearchKeywordsAction.svg]] { action: String searchKeywords: [[SearchKeywords.svg SearchKeywords]] staged: Boolean } interface ProductSetSkuAction [[ProductSetSkuAction.svg]] { action: String variantId: Long sku: String staged: Boolean } interface ProductSetTaxCategoryAction [[ProductSetTaxCategoryAction.svg]] { action: String taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]] } interface ProductTransitionStateAction [[ProductTransitionStateAction.svg]] { action: String state: [[StateResourceIdentifier.svg StateResourceIdentifier]] force: Boolean } interface ProductUnpublishAction [[ProductUnpublishAction.svg]] { action: String } interface ProductUpdate [[ProductUpdate.svg]] { version: Long actions: [[ProductUpdateAction.svg List<ProductUpdateAction>]] } ProductUpdateAction --> ProductAddAssetAction #blue;text:blue : "action : addAsset" ProductUpdateAction --> ProductAddExternalImageAction #blue;text:blue : "action : addExternalImage" ProductUpdateAction --> ProductAddPriceAction #blue;text:blue : "action : addPrice" ProductUpdateAction --> ProductAddToCategoryAction #blue;text:blue : "action : addToCategory" ProductUpdateAction --> ProductAddVariantAction #blue;text:blue : "action : addVariant" ProductUpdateAction --> ProductChangeAssetNameAction #blue;text:blue : "action : changeAssetName" ProductUpdateAction --> ProductChangeAssetOrderAction #blue;text:blue : "action : changeAssetOrder" ProductUpdateAction --> ProductChangeMasterVariantAction #blue;text:blue : "action : changeMasterVariant" ProductUpdateAction --> ProductChangeNameAction #blue;text:blue : "action : changeName" ProductUpdateAction --> ProductChangePriceAction #blue;text:blue : "action : changePrice" ProductUpdateAction --> ProductChangeSlugAction #blue;text:blue : "action : changeSlug" ProductUpdateAction --> ProductLegacySetSkuAction #blue;text:blue : "action : legacySetSku" ProductUpdateAction --> ProductMoveImageToPositionAction #blue;text:blue : "action : moveImageToPosition" ProductUpdateAction --> ProductPublishAction #blue;text:blue : "action : publish" ProductUpdateAction --> ProductRemoveAssetAction #blue;text:blue : "action : removeAsset" ProductUpdateAction --> ProductRemoveFromCategoryAction #blue;text:blue : "action : removeFromCategory" ProductUpdateAction --> ProductRemoveImageAction #blue;text:blue : "action : removeImage" ProductUpdateAction --> ProductRemovePriceAction #blue;text:blue : "action : removePrice" ProductUpdateAction --> ProductRemoveVariantAction #blue;text:blue : "action : removeVariant" ProductUpdateAction --> ProductRevertStagedChangesAction #blue;text:blue : "action : revertStagedChanges" ProductUpdateAction --> ProductRevertStagedVariantChangesAction #blue;text:blue : "action : revertStagedVariantChanges" ProductUpdateAction --> ProductSetAssetCustomFieldAction #blue;text:blue : "action : setAssetCustomField" ProductUpdateAction --> ProductSetAssetCustomTypeAction #blue;text:blue : "action : setAssetCustomType" ProductUpdateAction --> ProductSetAssetDescriptionAction #blue;text:blue : "action : setAssetDescription" ProductUpdateAction --> ProductSetAssetKeyAction #blue;text:blue : "action : setAssetKey" ProductUpdateAction --> ProductSetAssetSourcesAction #blue;text:blue : "action : setAssetSources" ProductUpdateAction --> ProductSetAssetTagsAction #blue;text:blue : "action : setAssetTags" ProductUpdateAction --> ProductSetAttributeAction #blue;text:blue : "action : setAttribute" ProductUpdateAction --> ProductSetAttributeInAllVariantsAction #blue;text:blue : "action : setAttributeInAllVariants" ProductUpdateAction --> ProductSetCategoryOrderHintAction #blue;text:blue : "action : setCategoryOrderHint" ProductUpdateAction --> ProductSetDescriptionAction #blue;text:blue : "action : setDescription" ProductUpdateAction --> ProductSetDiscountedPriceAction #blue;text:blue : "action : setDiscountedPrice" ProductUpdateAction --> ProductSetImageLabelAction #blue;text:blue : "action : setImageLabel" ProductUpdateAction --> ProductSetKeyAction #blue;text:blue : "action : setKey" ProductUpdateAction --> ProductSetMetaDescriptionAction #blue;text:blue : "action : setMetaDescription" ProductUpdateAction --> ProductSetMetaKeywordsAction #blue;text:blue : "action : setMetaKeywords" ProductUpdateAction --> ProductSetMetaTitleAction #blue;text:blue : "action : setMetaTitle" ProductUpdateAction --> ProductSetPriceKeyAction #blue;text:blue : "action : setPriceKey" ProductUpdateAction --> ProductSetPriceModeAction #blue;text:blue : "action : setPriceMode" ProductUpdateAction --> ProductSetPricesAction #blue;text:blue : "action : setPrices" ProductUpdateAction --> ProductSetProductPriceCustomFieldAction #blue;text:blue : "action : setProductPriceCustomField" ProductUpdateAction --> ProductSetProductPriceCustomTypeAction #blue;text:blue : "action : setProductPriceCustomType" ProductUpdateAction --> ProductSetProductVariantKeyAction #blue;text:blue : "action : setProductVariantKey" ProductUpdateAction --> ProductSetSearchKeywordsAction #blue;text:blue : "action : setSearchKeywords" ProductUpdateAction --> ProductSetSkuAction #blue;text:blue : "action : setSku" ProductUpdateAction --> ProductSetTaxCategoryAction #blue;text:blue : "action : setTaxCategory" ProductUpdateAction --> ProductTransitionStateAction #blue;text:blue : "action : transitionState" ProductUpdateAction --> ProductUnpublishAction #blue;text:blue : "action : unpublish" ProductUpdateAction --> ProductUpdate #green;text:green : "actions" @enduml
b126fcbbfd6a1283fb8fbeb5027a4be32402ffd0
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductPriceDiscountsSetMessagePayload.puml
71357d2c9ab661a995766afeb83b511e90f92a61
[]
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
539
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 ProductPriceDiscountsSetMessagePayload [[ProductPriceDiscountsSetMessagePayload.svg]] extends MessagePayload { type: String updatedPrices: [[ProductPriceDiscountsSetUpdatedPrice.svg List<ProductPriceDiscountsSetUpdatedPrice>]] } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
baac2efc24958f52b3f43a3afb2d642b0e5bf6a5
8bfdf61a6ade53c16c74ae182bd9a19179261d15
/documentation/classes/angularJS-minesweeper_classes.puml
f018c4c13c45b173efcaf2c7a42410ef4ca8af7f
[ "MIT" ]
permissive
JensUngerer/angularJS-minesweeper
0753c0adc269048d3515943b6a592d2284f88311
53a4f0ee518880fa55be9eda48906311468c80bb
refs/heads/master
2022-12-15T06:39:13.836631
2020-12-09T10:16:22
2020-12-09T10:16:22
184,193,375
0
0
MIT
2022-12-06T15:36:31
2019-04-30T04:47:59
JavaScript
UTF-8
PlantUML
false
false
870
puml
@startuml class MinesweeperGameComponent { + game: MinesweeperGame + tabledField: MinesweeperField[] + reset() } class MinesweeperGame { - width: number - height: number - bombs: number + revealedCounter: number + fields: MinesweeperField[] - initNeighbours(): void - getField(): MinesweeperField + reset(): void } class MinesweeperField { + x: number + y: number + value: number + state: number + mark(): void + reveal(): void + reset(): void } class MinesweeperFieldComponent { + field: MinesweeperField + state: MinesweeperStateEnum + $onChanges(): void } MinesweeperGameComponent --> MinesweeperGame MinesweeperGameComponent --> MinesweeperField MinesweeperGame --> MinesweeperField MinesweeperFieldComponent --> MinesweeperField @enduml
451099007092bed2e5160cb3be475309327e82c5
5311c3ad523918b01c52d8f00a9b96e38b24db9e
/bot/src/main/java/ModerationModule/InfoModule/uml/InfoModule.plantuml
10c79efd3de419b33557b6198ec9704a45385012
[]
no_license
twgust/DiscordBot
08bfa99b0e9c3a1baf15b3a04782e518a41f5da9
895f8b56dfb7b2c6776c86a88d401cecc2af1d8a
refs/heads/master
2022-06-04T22:32:34.518640
2020-12-20T19:49:56
2020-12-20T19:49:56
246,451,508
1
0
null
2022-05-20T21:32:36
2020-03-11T02:02:05
Java
UTF-8
PlantUML
false
false
1,047
plantuml
@startuml title __INFOMODULE's Class Diagram__\n namespace ModerationModule { namespace InfoModule { class ModerationModule.InfoModule.HelpCommand { {static} - ctrl : Controller - helpText : String - perm : Permission + HelpCommand() {static} + dispHelp() + execute() + getHelp() + getPerm() } } } namespace ModerationModule { namespace InfoModule { class ModerationModule.InfoModule.InfoCommand { - helpText : String - perm : Permission + InfoCommand() + execute() + getHelp() + getPerm() } } } ModerationModule.InfoModule.HelpCommand -up-|> ModerationModule.ModCommand ModerationModule.InfoModule.InfoCommand -up-|> ModerationModule.ModCommand 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
e3b6dfd8e16a073a1db32501e4eb134957422076
3544dd8b98d0e9cdbf671bcf5785bdf741fbd6eb
/07-aggregates-boundaries/images/after_aggregate.puml
86e637cca8184828f47b6cf7b9fba25cb669839d
[]
no_license
cloudeyes/2021-msa-study
82552a05e4a0fd369228ce0fb18cf834a4eef258
4c682df8a8c7b4e6b2345115ca70fec64dcddc5a
refs/heads/main
2023-03-19T02:13:35.253848
2021-03-14T05:52:38
2021-03-14T05:52:38
320,253,724
0
1
null
null
null
null
UTF-8
PlantUML
false
false
562
puml
@startuml ../images/after_aggregate hide members allowmixing package "Service Layer" as ServiceLayer { rectangle "allocate()" as service_allocate } show members hide class fields package Repositories { class ProductRepository { get() } } package "Domain Model" as DomainModel { class Product { allocate() } class Batch Product -[hidden]> Batch } hide Batch members service_allocate -> ProductRepository: "get me the product\nfor this SKU" service_allocate --> Product: product.allocate(orderline) @enduml
1fca41b4b43c956ffc05821070b86675b8697b9b
5eefa5b832f98a2890f6253b349f53ec75bbc6d0
/tests/net.sourceforge.plantuml.ecore.tests/model/sample.ecore.plantuml
9e5d72321b2423867b33fd697790c071934f96c2
[]
no_license
hallvard/plantuml
46d21a7b9ec3293ef17e5df9f8d5aca6c3502eb4
903a99cf2ddcd8d3f15a94651f519e4539a64428
refs/heads/master
2023-07-28T15:35:59.470916
2023-07-19T13:17:47
2023-07-19T13:26:29
1,220,963
216
61
null
2023-04-19T12:20:08
2011-01-04T21:53:29
Java
UTF-8
PlantUML
false
false
1,037
plantuml
@startuml class Library [[marker:/org.eclipse.emf.ecore.diagnostic/ecoreeditortest/model/sample.ecore?uri=platform:/resource/ecoreeditortest/model/sample.ecore%23//Library]] { } class Book [[marker:/org.eclipse.emf.ecore.diagnostic/ecoreeditortest/model/sample.ecore?uri=platform:/resource/ecoreeditortest/model/sample.ecore%23//Book]] { kind: BookKind } class Author [[marker:/org.eclipse.emf.ecore.diagnostic/ecoreeditortest/model/sample.ecore?uri=platform:/resource/ecoreeditortest/model/sample.ecore%23//Author]] { } class Named [[marker:/org.eclipse.emf.ecore.diagnostic/ecoreeditortest/model/sample.ecore?uri=platform:/resource/ecoreeditortest/model/sample.ecore%23//Named]] { name: EString } enum BookKind [[marker:/org.eclipse.emf.ecore.diagnostic/ecoreeditortest/model/sample.ecore?uri=platform:/resource/ecoreeditortest/model/sample.ecore%23//BookKind]] { Novel: Novel Non-fiction: Non-fiction } Named <|-- Book Named <|-- Author Library *--> "books *" Book Library *--> "authors *" Author Book --> "author" Author @enduml
9133ed3afc967f02be17e1c5c6e804b41f3a2783
009f91fbcf8e724301241173e2569f007f75b548
/src/com/company/uml/mediator.puml
d681008b6f6af1ab3e051d5f8302295a89c66af2
[]
no_license
wangwilliams/design
cac17b3eeea719070eb1d2bf8c378d4f58c4e337
696b92a57f6424fd5ad36867673b85eff63cb831
refs/heads/master
2021-03-21T15:09:46.671524
2020-03-16T16:46:59
2020-03-16T16:46:59
247,306,333
0
0
null
null
null
null
UTF-8
PlantUML
false
false
894
puml
@startuml abstract class Colleague{ #mediator:Mediator +setMediator(Mediator mediator):void +receive():void +send(Colleague colleague):void } class ColleagueA{ +setMediator(Mediator mediator):void +receive():void +send(Colleague colleague):void } class ColleagueB{ +setMediator(Mediator mediator):void +receive():void +send(Colleague colleague):void } class ColleagueC{ +setMediator(Mediator mediator):void +receive():void +send(Colleague colleague):void } ColleagueA-up-|>Colleague ColleagueB-up-|>Colleague ColleagueC-up-|>Colleague abstract class Mediator{ +register(Colleague colleague):void +relay(Colleague cl):void } class ConcreteMediator{ -List<Colleague> colleagues +register(Colleague colleague):void +relay(Colleague cl):void } Mediator<|--ConcreteMediator Colleague-right--*ConcreteMediator @enduml
c116885777d6188003d8c1ae9635614c13b85c55
fea621f3e8fd78c5399b689ad90b45eafdb07002
/test.puml
2a0e9db3377955437d830b6dad60b337668fc25d
[]
no_license
Suhas-13/ExpensesTracker
0e75143c6d13728770614eea9e83fffb73ca1b78
15afc79a152ec3f08293d7fd03620d7e92a306a8
refs/heads/main
2023-05-02T04:53:56.455725
2021-05-17T13:29:52
2021-05-17T13:29:52
366,961,181
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,280
puml
@startuml class com.example.expensetracker.Range { - double priceLow - double priceHigh + double getPriceLow() + void setPriceLow(double) + double getPriceHigh() + void setPriceHigh(double) } class com.example.expensetracker.Expense { - String name - Double price - LocalDate date - String location - String notes - String category - int randomId - String currency - Range priceRange + Object getCharacteristic(String) + String getCurrency() + void setCurrency(String) + String getName() + void setName(String) + Range getPriceRange() + void setPriceRange(Range) + Double getPrice() + void setPrice(double) + String getLocation() + void setLocation(String) + String getNotes() + void setNotes(String) + String getCategory() + LocalDate getDate() + void setCategory(String) + void setDate(String) + int compareTo(Expense) } class com.example.expensetracker.CsvHandler { + {static} void exportCsv(ExpenseSheet,String) + {static} ExpenseSheet importCsv(String) } class com.example.expensetracker.Operation { + {static} int ADD_OPERATION + {static} int REMOVE_OPERATION - int operationType - Expense operationExpense + void toggleOperationType() + int getOperationType() + void setOperationType(int) + Expense getOperationExpense() + void setOperationExpense(Expense) } class com.example.expensetracker.ExpenseViewHolder { + TextView nameView + TextView priceView + TextView currencyView + TextView locationView + TextView categoryView + TextView dateView + TextView notesView } class com.example.expensetracker.ExpensesAdapter { - TreeSet<Expense> mExpenses - TreeSet<Expense> mSearchResults - LayoutInflater mInflater - Context expenseContext - boolean showSearchResults + void deleteFromSearchTree(Expense) + boolean isShowSearchResults() + void setSearchResults(TreeSet<Expense>) + void setExpenses(TreeSet<Expense>) + void setShowSearchResults(boolean) + int getCount() + Object getItem(int) + long getItemId(int) + View getView(int,View,ViewGroup) } class com.example.expensetracker.MainActivity { + {static} ExpenseSheet expenses + {static} Activity currentActivity - ListView expensesView - int selectedPosition + {static} Context mainContext - ExpensesAdapter adapter - SharedPreferences mPrefs ~ Calendar myCalendar - OperationsStack currentOperationStack - SharedPreferences.Editor mEditor + void refreshAdapter() + void loadExpenseSheet(ExpenseSheet) + void onRequestPermissionsResult(int,String[],int[]) # void onCreate(Bundle) + void newSheetClick(View) + void undoButtonClick(View) # void onActivityResult(int,int,Intent) + void importSheetClick(View) + void exportSheetClick(View) + void redoButtonClick(View) + void hideListViewSelector() + void deleteExpenseButtonClick(View) + void saveData() + {static} void disableSoftInputFromAppearing(EditText) + String padDate(int) + void addExpenseButtonClick(View) + void setupExpenseAnalysisData(LinearLayout,LayoutInflater,String,boolean) + void openDataAnalysis(View) + void searchButtonClick(View) } class com.example.expensetracker.ExpenseSheet { + HashMap<String,ArrayList<Expense>> nameMap + HashMap<String,ArrayList<Expense>> categoryMap + HashMap<String,ArrayList<Expense>> locationMap + HashMap<LocalDate,ArrayList<Expense>> dateMap + HashMap<String,ArrayList<Expense>> currencyMap + TreeMap<Double,ArrayList<Expense>> priceMap + TreeSet<Expense> sortedExpenses + boolean addExpense(Expense) + void searchHelper(Expense,HashMap<Expense,Integer>,String) + ArrayList<Expense> searchByRange(Range) + TreeSet<Expense> multiSearch(Expense) + boolean removeExpense(Expense) } class com.example.expensetracker.OperationsStack { - Stack<Operation> undoOperations - Stack<Operation> redoOperations + boolean addExpense(Expense) + boolean removeExpense(Expense) + void performUndo() + void performRedo() } class com.example.expensetracker.DataAnalysis { - {static} Integer OUTLIER_VARIANCE + {static} TreeSet<Expense> findOutliers(ExpenseSheet) + {static} HashMap<String,Double> calculateTotal(ExpenseSheet) + {static} HashMap<String,Double> calculateAverages(ExpenseSheet) } com.example.expensetracker.Comparable <|.. com.example.expensetracker.Expense android.widget.BaseAdapter <|-- com.example.expensetracker.ExpensesAdapter androidx.appcompat.app.AppCompatActivity <|-- com.example.expensetracker.MainActivity @enduml
770b4f1ead867f5a741fc11fde32e2f5ab840450
842ee4cf8171eba46be7fab064b2af0535897504
/src/pers/mtx/composite/uml.puml
fcaafde959d59b0c61c38ea84c3cb23871292cee
[]
no_license
mgtoxd/DesignPattern
ad17f7a8fb130c1b378bbda66e2353b0c4964881
5d7f53ec2d9b862ec5628d4335bc451f0ef671bf
refs/heads/master
2020-12-04T02:10:30.224776
2020-01-13T03:30:14
2020-01-13T03:30:14
231,566,324
0
0
null
null
null
null
UTF-8
PlantUML
false
false
261
puml
@startuml class OrganizationComponet{ add():void remove():void print():void } College-|>OrganizationComponet Department-|>OrganizationComponet University-|>OrganizationComponet University o-- College College o-- Department Client.>OrganizationComponet @enduml
5c378da34a5449c74ed209faaa96fc6bc96e7ae1
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StoreCartDiscountsLimitReachedError.puml
08171b03f81e3a0062f352bd897866b3ab2639dc
[]
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
519
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 StoreCartDiscountsLimitReachedError [[StoreCartDiscountsLimitReachedError.svg]] extends ErrorObject { code: String message: String stores: [[StoreKeyReference.svg List<StoreKeyReference>]] } interface ErrorObject [[ErrorObject.svg]] { code: String message: String } @enduml
dc11beefbf36946056829d24507c9d6fb208a05a
fb6cdc303c504ac460aabff216b9eb7d6cbae95d
/src/main/java/com/bgzyy/design/principle/segregation/Segregation1.puml
54f29ca669559df16a8fc030e94d5107b1c1aa5f
[]
no_license
bgzyy/Design-Patterns
67484fd535fb7c41e22cc8122e274b470ca011c8
6e0a2853814708ead8eae7a72171e61f705b6409
refs/heads/master
2023-01-01T16:12:13.380936
2020-10-24T08:48:19
2020-10-24T08:48:19
306,841,209
0
0
null
null
null
null
UTF-8
PlantUML
false
false
537
puml
@startuml interface interface1{ void method1() void method2() void method3() void method4() void method5() } together { class A { void method1() void method2() void method3() } class D { void method1() void method4() void method5() } } together { class B class C } A -up[hidden]- D C -up[hidden]- B ' --|> 实现于接口 B -left--|> interface1 C -left--|> interface1 ' -> 依赖于接口 A -left-> interface1 D -left-> interface1 @enduml
67d4bcfc648c4c68a8eab0f815fff33fe1fe2a75
9e418a0fb69b8ee356d5c1d5d009706394edf54d
/class - analysis/class/createClass.plantuml
66478a41a415db529902c4657da3b31536e9575e
[]
no_license
anonyhostvn/OOAD-Diagram
67f3a3a4aa976ee8459d3f4801147ddd1382e41e
f8f7a0e4ba826335cc964d3b73bebea3f4f857e4
refs/heads/master
2023-01-10T04:26:29.983705
2020-11-13T10:08:12
2020-11-13T10:08:12
311,749,932
0
0
null
null
null
null
UTF-8
PlantUML
false
false
777
plantuml
@startuml createClass class Classroom <<entity>> { id: bigint classroom_name: string description: string teacher_id: bigint created_at: datetime updated_at: datetime // create () // read () // delete () // update () // request checking classroom valid () } class CreateClassroomForm <<boundary>> { // validate () // create class room () } class ClassroomController <<controller>> { // validate create classroom () // create class room () // request create classroom () } hide Classroom <<entity>> circle hide CreateClassroomForm <<boundary>> circle hide ClassroomController <<controller>> circle ClassroomController "1" -left- "1" Classroom ClassroomController "1" -down- "1" CreateClassroomForm @enduml
d1c196a6f5d9e5aa007941d54ed2aae72cf9b3e6
0e0595b97aa91ffada0fcd46baf3f80428685c66
/src/main/java/mediator/doc/mediator.puml
3c2315acbe4af6286181322b1d71e26926d8c0d5
[ "Zlib" ]
permissive
alarm10086/GoF
a6a47390080075ee3387593843c2bf3d2e40ce50
153d458a30bb2da2e79ee7b142353d0323b83330
refs/heads/master
2020-03-20T21:20:58.000341
2018-07-27T19:12:43
2018-07-27T19:12:43
137,736,414
0
0
null
null
null
null
UTF-8
PlantUML
false
false
829
puml
@startuml note "中介者模式" as N1 Mediator --o Colleague Mediator <|-- ConcreteMediator Colleague <|-- ConcreteColleague1 Colleague <|-- ConcreteColleague2 Colleague <|-- ConcreteColleague3 ConcreteMediator o-- ConcreteColleague1 ConcreteMediator o-- ConcreteColleague2 ConcreteMediator o-- ConcreteColleague3 abstract class Mediator { == abstract createColleagues colleagueChanged } class ConcreteMediator { concreteColleague1 concreteColleague2 concreteColleague3 == createColleagues colleagueChanged } abstract class Colleague { mediator == setMediator abstract controlColleague } class ConcreteColleague1 { == controlColleague } class ConcreteColleague2 { == controlColleague } class ConcreteColleague3 { == controlColleague } @enduml
9df2deaf67de476812e3562d2ae89ff6a4f6db34
bd56234fd84691338c7d84191a244407fb01c3da
/diagrams/main.puml
bc1ee891ae40a65340d7da6b69c8b04bfdae5554
[ "Apache-2.0" ]
permissive
LiScI-Lab/Guardian-of-Times
abc3d89af198df1842c8c1d119fe0ba2ef687a32
6855eff086cf7b6c2d054d18fe0b43ea506ea71b
refs/heads/staging
2021-06-07T16:29:56.125805
2021-05-20T09:47:32
2021-05-20T09:47:32
138,572,432
3
1
Apache-2.0
2021-02-08T20:31:23
2018-06-25T09:25:05
Ruby
UTF-8
PlantUML
false
false
582
puml
@startuml class User { } class Team { name } class Team::Member { status: [invited, joined, leaved] role: [owner, participant] } class Team::Member::TargetHours { since hours } class Team::Progress { start end description } class Tag::Target class Tag { name description } User "1" -- "*" Team::Member Team "1" -- "*" Team::Member Team "1" -- "*" Team::Progress Team::Member "1" -- "*" Team::Member::TargetHours Team::Member "*" -- "*" Team::Progress Tag::Target "*" -- "1" Tag Tag::Target "*" -- "1" Team Tag::Target "*" -- "1" Team::Progress @enduml
c22f6c2fd9ab78e7b0c49612717ffeb3256b0751
d702b31e656edcb9944228c0309f153bdff29eec
/src/main/java/de/gematik/ti/healthcardaccess/entities/entities.plantuml
38b13be204a4189d355ef6c81c48a45728d837c4
[ "Apache-2.0" ]
permissive
gematik/ref-HealthCardAccess
4f3957bfe40c56ffbf82782528a6e543ea00e9e3
eb9a12f7eea309bb5b23269de9d8fa924f91fe4f
refs/heads/master
2022-02-14T18:25:41.769547
2022-01-07T07:24:17
2022-01-07T07:24:17
213,916,430
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,423
plantuml
@startuml title __ENTITIES's Class Diagram__\n namespace de.gematik.ti.healthcardaccess { namespace entities { class de.gematik.ti.healthcardaccess.entities.Version2 { - data : byte[] - fillingInstructionsEfAtrVersion : byte[] - fillingInstructionsEfEnvironmentSettingsVersion : byte[] - fillingInstructionsEfGdoVersion : byte[] - fillingInstructionsEfKeyInfoVersion : byte[] - fillingInstructionsEfLoggingVersion : byte[] - fillingInstructionsVersion : byte[] - objectSystemVersion : byte[] - productIdentificationObjectSystemVersion : byte[] {static} + fromArray() + getFillingInstructionsEfAtrVersion() + getFillingInstructionsEfEnvironmentSettingsVersion() + getFillingInstructionsEfGdoVersion() + getFillingInstructionsEfKeyInfoVersion() + getFillingInstructionsEfLoggingVersion() + getFillingInstructionsVersion() + getObjectSystemVersion() + getProductIdentificationObjectSystemVersion() - Version2() - handleConstructedContent() - handleTagData() - readData() } } } 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
cb0981a1c5f6db39cf0f25c35b24d3b8d7787ffe
186819bc98500f794e563bd3ba5a23073756a2ba
/PSP2/Hospital/src/main/java/com/hospital/Hospital/controller/doctorController/doctorController.plantuml
2babf6cb6c73c4f3ecffc0f97315b98637915058
[]
no_license
macro161/PSP
0e53943e4f8568b2c4b788524dc9e12f276d5c9e
7e5e094bbe42af30006fb28d541229dea4efb610
refs/heads/master
2020-03-30T08:04:17.541705
2018-12-07T20:24:18
2018-12-07T20:24:18
150,986,741
0
0
null
null
null
null
UTF-8
PlantUML
false
false
624
plantuml
@startuml title __DOCTORCONTROLLER's Class Diagram__\n package com.hospital.Hospital { package com.hospital.Hospital.controller.doctorController { class DoctorController { + getDoctorById() + createDoctor() + deleteDoctor() + updateDoctor() + getAllDoctors() + treatPatient() } } } DoctorController o-- DoctorService : doctorService 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
480adca59bd7162bc800637427b5be46a0b30154
b615d963ae1cfa22289775c561dd073b55a71ebd
/docs/uml-class-diagrams/middleware02/test/MiddlewareCommDatabaseInterfaceImplementationTests/MiddlewareCommDatabaseInterfaceImplementationTests.puml
5ee069b9d913cc8005ba542832d803d9635670f4
[]
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
182
puml
@startuml MiddlewareCommDatabaseInterfaceImplementationTests package edu.oakland.test.middleware02 { class MiddlewareCommDatabaseInterfaceImplementationTests { } } @enduml
396d7a2f7a0515ce9cf209c90b26a82c878dc812
c815f9c82c1400f76243750cd0ec609d217b9943
/property/etc/property.urm.puml
6ff0e5c52ed6d1eb07fdac49cbfa4b91efff7a89
[ "MIT" ]
permissive
mikulucky/java-design-patterns
6ab10e9e5c95b6caffebf045d37d04a1571bc0cd
cbbf3bf08842723964719ed7d8ab92864ec5a58d
refs/heads/master
2021-01-17T23:34:49.962450
2016-09-28T19:54:28
2016-09-28T19:54:28
48,302,802
1
1
null
2016-01-02T23:58:44
2015-12-20T01:00:47
Java
UTF-8
PlantUML
false
false
1,318
puml
@startuml package com.iluwatar.property { class App { + App() + main(args : String[]) {static} } interface Prototype { + get(Stats) : Integer {abstract} + has(Stats) : boolean {abstract} + remove(Stats) {abstract} + set(Stats, Integer) {abstract} } class Character { - name : String - properties : Map<Stats, Integer> - prototype : Prototype - type : Type + Character() + Character(name : String, prototype : Character) + Character(type : Type, prototype : Prototype) + get(stat : Stats) : Integer + has(stat : Stats) : boolean + name() : String + remove(stat : Stats) + set(stat : Stats, val : Integer) + toString() : String + type() : Type } enum Type { + MAGE {static} + ROGUE {static} + WARRIOR {static} + valueOf(name : String) : Type {static} + values() : Type[] {static} } enum Stats { + AGILITY {static} + ARMOR {static} + ATTACK_POWER {static} + ENERGY {static} + INTELLECT {static} + RAGE {static} + SPIRIT {static} + STRENGTH {static} + valueOf(name : String) : Stats {static} + values() : Stats[] {static} } } App --+ Character Character --> "-prototype" Prototype Character --> "-type" Type Type ..+ Character Character ..|> Prototype @enduml
04affc90c2b9577ed7ce71a273f6d0c71cdce0aa
55261e1e9a841f514598d8fb0fbe95a7493460e3
/class/classes/logic/blockReward.puml
9d357121373ff28081a47649a8afa58ac610672c
[]
no_license
LucasIsasmendi/lisk-core-plantuml
ac01094fd56590b361ab8992b52f0cfc3175aa60
e0941f6e800dc16a9dc0f8367304149fbf2200e1
refs/heads/master
2021-01-21T11:53:42.861882
2017-05-24T12:56:58
2017-05-24T12:56:58
91,758,697
0
0
null
null
null
null
UTF-8
PlantUML
false
false
280
puml
@startuml class BlockReward < logic > { - __private: {} .. this .. + milestones + distance + rewardOffset -- Methods -- + BlockReward () + calcMilestone (height) + calcReward (height) + calcSupply (height) .. __private .. - parseHeight (height) } @endtuml
343ce45f59014ed7d146ecb02b8da117a1ef83f3
30d336418cf16c3e42943e07b2c9b1d4fbc836a8
/app/src/main/assets/collectdata_class.puml
3cb019c63c791c69bb5e9deb8c505d32099cda05
[]
no_license
zhangshu345/android-amap-track-collect
5666dae17a4f15dc4546eeb63be50ec3731edc82
2615a952ecd43304069da8a48c50caf248b81a84
refs/heads/master
2021-10-10T15:32:51.663294
2018-12-11T05:36:01
2018-12-11T05:36:01
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
593
puml
@startuml class Track class Media class Trip{ String tripID; String tracks; String medias; } Trip --> Track Trip --> Media interface ITripTrackCollection{ void start(); void stop(); void pause(); void destory(); } class TripTrackCollection implements ITripTrackCollection{ Vector<LocationInfo> mLocations; ExtcutorService mVecoterThread; ScheduledExecutorService mDatabaseThread; } class TrackCollectService extends Service implements ITripTrackCollection{ TripTrackCollection TripTrackCollection; } TrackCollectService -->TripTrackCollection @enduml
5316b8d03eaad57c68a85ad7310f403920b4905f
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/Assertions/UnhandledLogMessageException.puml
e60e77aa13193ef8f8fac95a7b2fc9114c26dd06
[]
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
320
puml
@startuml class UnhandledLogMessageException { + UnhandledLogMessageException(log:LogEvent) + <<override>> StackTrace : string <<get>> } ResultStateException <|-- UnhandledLogMessageException UnhandledLogMessageException --> "LogEvent" LogEvent UnhandledLogMessageException --> "ResultState" ResultState @enduml
475acd8f49879cc90e8dee97c47769b4e9d58cdf
08639b667dc91837352d4c721deacf1fb7bf393a
/class-diagram/class-diagram-sp.plantuml
487a26d123b24f27aa8debd144cdfe41e3be221f
[]
no_license
binderclip/code-snippets-plantuml
f51eb42d89335795855d8459c52eca22901bfa27
1b7d92be55853d0221b7a6dad24c25b161d18a77
refs/heads/master
2021-07-05T00:26:06.677021
2020-07-21T13:07:12
2020-07-21T13:07:12
130,339,313
0
0
null
null
null
null
UTF-8
PlantUML
false
false
154
plantuml
@startuml class-diagram-sp class Dummy { String data void methods() } class Flight { flightNumber: Integer departureTime: Date } @enduml
e6fb51edd5d6b0bf7b2d79f30e86a7e1b1ebb836
6180d2f459e52ba2494532385294cb16554ff305
/diagrams/class/object_classes.puml
c87399ff8519fea1d1aa5177ea016adcf8d65572
[]
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
1,299
puml
@startuml class Voyage { captainId : string [1] /kennitala copilots : array of strings [1] /kennitölur headAttendantId: string[1] /kennitala flightAttendants: array of strings [1..3] /kennitölur flightOut : string [1] flightIn : string [1] destination: int [1] dateOut : string [1] dateIn : string [1] } class Staff { name: string [1] socialId (kennitala): string [1] address (heimilisfang): string [1] phoneHome: string [1] phoneMobile: string [1] email: string [1] } class Pilot { licence: string [1] = plane type role: string [1] = "pilot" } note right of Pilot : other role "captain" class Flight { flightId: string [1] = "NA" flightStart: string[1] } class Destination { id: int [1] /auto generated country: string [1] airport: string [1] flightTime: string [1] flightDistance: int [1] contact: string [1] contactPhone: string [1] } class FlightAttendant { role: string [1] = "attendant" } note right of FlightAttendant : other role "lead_attendant" Staff <|-- Pilot Staff <|-- FlightAttendant Voyage "1" --o "2" Flight Voyage "0..*" -left-* "1" Pilot : copilot Voyage "0..*" -left-* "1" Pilot : captain Voyage "0..*" --* "1" FlightAttendant : Head Voyage "0..*" --* "1..3" FlightAttendant Voyage --o Destination @enduml