blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
227
content_id
stringlengths
40
40
detected_licenses
listlengths
0
28
license_type
stringclasses
2 values
repo_name
stringlengths
6
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
61 values
visit_date
timestamp[us]date
2015-08-14 10:26:58
2023-09-06 07:53:38
revision_date
timestamp[us]date
2011-01-31 21:28:29
2023-09-05 14:54:58
committer_date
timestamp[us]date
2011-01-31 21:28:29
2023-09-05 14:54:58
github_id
int64
206k
631M
star_events_count
int64
0
108k
fork_events_count
int64
0
34.4k
gha_license_id
stringclasses
13 values
gha_event_created_at
timestamp[us]date
2012-08-01 17:54:24
2023-09-14 21:57:05
gha_created_at
timestamp[us]date
2009-05-21 02:09:00
2023-04-21 10:18:22
gha_language
stringclasses
79 values
src_encoding
stringclasses
12 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
8
1.29M
extension
stringclasses
17 values
code
stringlengths
8
1.29M
non_uml
bool
1 class
uml
bool
1 class
has_non_ascii
bool
2 classes
has_non_latin
bool
1 class
uml_subtype
stringclasses
10 values
42d0d4571de32e02f6daf6b6d3cc6d032fe35f26
b7d2ba71058efa46eff4ed885324819fb3f99266
/src/doc/CLI_Controllers/HouseMonitoring/US631/US631_sd_REF_SensorSelection.puml
28d5e3b9d4e026b09cb1b6afa775eacaeb37551d
[]
no_license
Almadanmp/backend4
3aaa5cbe453041917a510ceee83bf318499a9823
07ab3c1af9c7de6ff35cf23bf44b0e664db82f46
refs/heads/master
2022-11-25T10:30:27.184246
2019-06-30T19:26:12
2019-06-30T19:26:12
194,547,877
0
0
null
2022-11-16T11:54:00
2019-06-30T18:24:24
Java
UTF-8
PlantUML
false
false
1,064
puml
@startuml skinparam titleBorderRoundCorner 10 skinparam titleBorderThickness 3 skinparam titleBorderColor indianred skinparam titleBackgroundColor ivory skinparam FontName quicksand skinparam actor { BorderColor indianred } skinparam sequence { LifeLineBackgroundColor indianred ParticipantBackgroundColor ivory } skinparam roundcorner 10 skinparam component { arrowThickness 1 ArrowFontName Verdana ArrowColor indianred ArrowFontColor darkslategrey } title REF Closest Sensor Selection autonumber ":HouseMonitoringController"->":House":getClosestSensorOfGivenType(String) activate ":House" alt if there is more \nthan one sensor closest\n to the house ":House"->":GeographicArea":getSensorList() activate ":GeographicArea" ":GeographicArea"->":SensorList":getMostRecentlyUsedSensor() activate ":SensorList" ":SensorList"-->":GeographicArea": return sensor deactivate ":SensorList" ":GeographicArea"-->":House": return sensor deactivate ":GeographicArea" end ":House"-->":HouseMonitoringController": return sensor deactivate ":House" @enduml
false
true
false
false
sequence
92e676c6a216a6dc98ea1c9b375d60ae50c5e020
10b96dd8fb2760d869b40bfaa942996efdd83949
/sequenceDiagrams/GetFilteredContacts.puml
4127694b35a5a889dc5ca926d76dc9a77e2fedb4
[]
no_license
NikolenkoMaksim/PhoneBookPlantUML
b9a291e4c44cd2298b77a6e8b04f51cfa7223680
ae9e71ec91be6a11f83e13301ae5adea613c561c
refs/heads/master
2023-07-22T05:39:51.470495
2021-09-08T14:59:08
2021-09-08T14:59:08
403,254,622
0
0
null
null
null
null
UTF-8
PlantUML
false
false
822
puml
@startuml title getFilteredContacts actor User boundary Browser as Br box "Phonebook Server" #LightBlue control PhoneBookController as Controller participant PhoneBookService as Service entity ContactDao as Dao end box database Database as DB activate Br User -> Br : input filter\n push "Search" Br -> Br: check for empty filter alt Empty filter User <- Br: trim search field note left: don't do request else Filter not empty Br -> Controller ++: getFilteredContacts note left Post method to phoneBook/rpc/api/v1/getFilteredContacts Body: Filter end note Controller -> Service ++: getFilteredContacts(Filter) Service -> Dao ++: findContactContainingString(String) Dao -> DB ++: data request return data response return List<Contact> return List<Contact> return List<ContactDto> User <-- Br: update page end @enduml
false
true
false
false
usecase
1e85e9c8a84634054f0ba896709534b00b651727
b04798f76397d0f54050ed8fd5fdc94aa249390e
/output/test/STUBParser-2/edu/ub/informatica/spec/spec.plantuml
300e9259bb60548f88fb503de40ad018829aa726
[]
no_license
DisenyDeSoftware/Lliurament3
a230a00159c0c77bb163b2113caaa3caace56c13
7ac1af11e1d8a17158e1735ff329f7e3d8705f2c
refs/heads/master
2020-04-10T07:17:02.535762
2018-12-07T21:40:56
2018-12-07T21:40:56
160,876,858
0
1
null
null
null
null
UTF-8
PlantUML
false
false
960
plantuml
@startuml title __SPEC's Class Diagram__\n package edu.ub.informatica.spec { class STUBDataManager { + init() + getArtista() + getSerie() + getTemporada() + getEpisodi() + getProductora() + getAdmin() + getClient() + getValoracio() } } package edu.ub.informatica.spec { class STUBDataManagerSuite { + init() + getArtista() + getSerie() + getTemporada() + getEpisodi() + getProductora() + getAdmin() + getClient() + getValoracio() + getSubscripcio() + getVisualitzacio() } } STUBDataManager o-- DAO_XML : dataManager STUBDataManagerSuite o-- DAO_XML : dataManager right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
c9943384805736269a194d3a43b8626b8eaa685e
605cac101260b1b451322b94580c7dc340bea17a
/malokhvii-eduard/malokhvii02/doc/plantuml/ua/khpi/oop/malokhvii02/event/DataEvent.puml
0942114a2daa79807a8554b232c0bcb3f97b8d7c
[ "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
169
puml
@startuml enum DataEvent { {static} +COLLECTION {static} +VISUALIZATION {static} +COMPUTATION -DataEvent() } @enduml
false
true
false
false
class
9cf8bbaf408830193088f039570d1a282acf90ec
2b01e13d92f111a017fcb335bf31ec6918bcd752
/diagrams/with-istio-circle-verfies.puml
492b2a81c2a4831cadb8c54ab4dcbd20de8fd243
[ "MIT" ]
permissive
hmgibson23/istio-flux-demo
8064bee12d62e1cb5001bd31544e4e498d265223
31dc8b414cda0afaf8caa62ab38ce7324675a254
refs/heads/master
2020-05-16T18:06:41.900087
2019-04-26T10:16:24
2019-04-26T10:16:24
183,215,182
0
0
null
null
null
null
UTF-8
PlantUML
false
false
673
puml
@startuml Rectangle { (GitHub Main Repo) (CircleCI) (CircleCI Job) } Rectangle { (GitHub Flux Repo) } Rectangle { (K8s Service) (Flux) (Istio) (Cluster Endpoint) } Developer --> (GitHub Main Repo) : Push some code (GitHub Main Repo) --> (CircleCI) : Build the code change (CircleCI) --> (GitHub Flux Repo) : Canary tag and stable (GitHub Flux Repo) --> (Flux) : Got change (Flux) --> (Istio) : Phase in canary and services (Istio)--> (K8s Service) : Change pods and services (CircleCI Job) --> (Cluster Endpoint) : Verify Canary (CircleCI Job) --> (GitHub Flux Repo): Promote canary to stable (Flux) --> (Istio) :Replace canary with stable @enduml
false
true
false
false
sequence
1fa1b121789479ac4d52af71dd73a6321601ee22
f859590009c82023df25ad30c7b68cd9855d2d7f
/src/com/company/strategy/strategy.puml
da2917a9536ea44257f7c176361ca1f603c79f35
[]
no_license
rerewang/designPartten
4075536c3673da2b818178f0cc8eaedad1a6585e
c37a9211c9c5803a13f056a9787b3df03dbcb2a0
refs/heads/master
2022-11-22T04:11:28.189540
2020-07-13T14:10:41
2020-07-13T14:10:41
277,318,161
0
0
null
null
null
null
UTF-8
PlantUML
false
false
693
puml
@startuml abstract class Character { WeaponBehavior weapon; setWeapon(WeaponBehavior w); fight(); } class King { fight(); } class Queen { fight(); } class Knight { fight(); } class Troll { fight(); } interface WeaponBehavior { useWeapon(); } class KnifeBehavior { useWeapon(); } class AxeBehavior { useWeapon(); } class BowBehavior { useWeapon(); } class SwordBehavior { useWeapon(); } Character <|-- King Character <|-- Queen Character <|-- Knight Character <|-- Troll WeaponBehavior <|.. KnifeBehavior WeaponBehavior <|.. AxeBehavior WeaponBehavior <|.. BowBehavior WeaponBehavior <|.. SwordBehavior Character --> WeaponBehavior @enduml
false
true
false
false
class
2bb26598b71f19dd6f63396263fe443c7def75d9
dfa53285f24d26e57315c21a9a23ff86c5b5ddce
/app/src/main/java/com/hyh/android_animation/propertyAnimator/valueAnimatorRely.puml
b41621fcfd13e84630248e85a430b252871597cd
[ "Apache-2.0" ]
permissive
hyhdy/android-animation
b06ba2a91512a52ba15ce4a5c94cfc93f56c4d69
b0487c03d58afeee17a8db19ceef60a081117510
refs/heads/master
2020-05-09T20:48:33.060673
2019-10-23T15:56:13
2019-10-23T15:56:13
181,421,123
0
0
null
null
null
null
UTF-8
PlantUML
false
false
365
puml
@startuml class ValueAnimator class PropertyValuesHolder interface Keyframes interface TypeEvaluator interface TimeInterpolator class KeyframeSet abstract class Keyframe ValueAnimator o-- PropertyValuesHolder PropertyValuesHolder --> Keyframes Keyframes <|.. KeyframeSet KeyframeSet --> TypeEvaluator KeyframeSet o-- Keyframe Keyframe --> TimeInterpolator @enduml
false
true
false
false
class
76666bf9ecc5bf9df68acb50ee2bdf0424f296e2
3150c7ff97d773754f72dabc513854e2d4edbf04
/P3/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test/java/spec/concordion/common/extension/listener/listener.plantuml
00b22dc60d5b81886c1fe8c14d56e4ddbf91d0d1
[ "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
2,153
plantuml
@startuml title __LISTENER's Class Diagram__\n package spec.concordion { package spec.concordion.common.extension { package spec.concordion.common.extension.listener { class ExampleListenerTest { + beforeSpec() + sqrt() + generateUsername() + getEventLogExcludingCheck() } } } } package spec.concordion { package spec.concordion.common.extension { package spec.concordion.common.extension.listener { class ExecuteTableListenerTest { + addLoggingExtension() + sqrt() + generateUsername() } } } } package spec.concordion { package spec.concordion.common.extension { package spec.concordion.common.extension.listener { class ListenerTest { + addLoggingExtension() + addProcessingExtension() + addExampleProcessingExtension() + sqrt() + isPositive() } } } } package spec.concordion { package spec.concordion.common.extension { package spec.concordion.common.extension.listener { class ProcessingListenerTest { + addProcessingExtension() + addExampleProcessingExtension() + sqrt() } } } } package spec.concordion { package spec.concordion.common.extension { package spec.concordion.common.extension.listener { class VerifyRowsListenerTest { + addLoggingExtension() + getGeorgeAndRingo() } } } } ExampleListenerTest -up-|> AbstractExtensionTestCase ExampleListenerTest o-- ExampleTestExtension : extension ExecuteTableListenerTest -up-|> AbstractExtensionTestCase ListenerTest -up-|> AbstractExtensionTestCase ProcessingListenerTest -up-|> AbstractExtensionTestCase VerifyRowsListenerTest -up-|> AbstractExtensionTestCase right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
d260b8f2feff959662fc435f90e3f5e1cbdb728a
6bbee52d396d1aca9dfeb24d5d4a93293e49470c
/src/test/java/com/inspiware/price/aggregator/receiver/receiver.plantuml
ebdbfaf36454e9fc94963c23925b9a36cbe734c1
[]
no_license
rpayal/price-aggregator
5d99dc92b87398c2f8001921e0b774eda6e4a86e
49df131fc3a22dc35fc4d7eb11a12e0a453b1d5f
refs/heads/master
2021-09-22T01:24:42.470662
2018-09-04T06:49:54
2018-09-04T06:49:54
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
402
plantuml
@startuml title __RECEIVER's Class Diagram__\n package com.inspiware.price.aggregator { package com.inspiware.price.aggregator.receiver { class TestJmsPriceReceiver { } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
cd84aed0fe4f33d17bccb8865def682617adcc8e
6b8e554436a8c7a765c6e73df3a4f7dcc7d0741d
/KIV-UPS/SP/doc/sequence-diagram.puml
c7498d2c3145b5cd1533a31d066f3db6e06900cd
[]
no_license
Hartrik/ZCU-FAV
543fc617c9015969a7af171853514a2485a83113
4f234c334fff66d77ebac4f6acc18afc94666277
refs/heads/master
2022-04-28T18:18:30.836076
2022-04-17T17:51:16
2022-04-17T17:51:16
63,448,700
1
0
null
2021-02-26T22:11:54
2016-07-15T20:18:23
PHP
UTF-8
PlantUML
false
false
785
puml
@startuml == Logging == Client -> Server: LIN Client <-- Server: LIN (success / failure) == Getting list of games == Client -> Server: GLI Client <-- Server: GLI (list of games) == Creating game == Client -> Server: GNW (setting) Client <-- Server: GNW (game ID / error code) == Joining game == Client -> Server: GJO (game ID) Client <-- Server: GJO (success / failure) == Playing game == ...retrieving game data... Client <-- Server: GST (game ID) ...user actions\nand other players actions... Client --> Server: GAC (game ID, piece, x, y) Client <-- Server: GAC (game ID, piece, x, y) ...eventually... Client <-- Server: GWI (game ID) ...exit game... Client -> Server: GOF ...log out... Client -> Server: LOF ...close connection... Client -> Server: BYE @enduml
false
true
false
false
sequence
435dbe11ae2af187c6c9e0204c60bfbb2d2f7837
4e22d261d7dcf5fe2731d77ba3cfb47c5568977c
/Documentation/Source/Breakdown/Engine/TempestEngine/Rendering/ParticleMesh-Class.iuml
0d956b2ede347239f78790d9b884610756e5fb11
[]
no_license
SeraphinaMJ/Reformed
2d7424d6d38d1cfaf8d385fade474a27c02103a5
8563d35ab2b80ca403b3b57ad80db1173504cf55
refs/heads/master
2023-04-06T00:40:34.223840
2021-05-06T11:25:51
2021-05-06T11:25:51
364,884,928
0
0
null
null
null
null
UTF-8
PlantUML
false
false
69
iuml
namespace Graphics::Particles { class ParticleMesh }
false
true
false
false
class
28cc33e8d76b9c45d0cd81cb4315f95a96bcc06a
be0841c51e4d59cee1e1611f8ad109d6e305ef55
/java/src/data_structures/data_structures.puml
49556f9eed800ea602f19555a76b538795ae9bf2
[]
no_license
nl253/Algorithms
ba2ac5f746ac891924f8e584f774615a0463fa44
06291072a63e59e6507232ade3c0971a8efc1ab0
refs/heads/master
2021-09-07T05:47:58.789900
2018-02-18T08:01:32
2018-02-18T08:01:32
105,582,060
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,917
puml
@startuml class DisjointSet { + union() + find() + void makeSet() - boolean isRoot() } class WordCompletionTrie { - WordCompletionTrie findNode(String word) + Set<String> gatherCandidates(String word) + void remove(String word) + void add(String word) + Set<String> getWords() } interface Comparable<E> { + int compareTo(E object) } interface Node<E extends Comparable<E>> extends Comparable { - E data + E getData() } interface BiNode<E extends Comparable<E>> extends Node { - BiNode left - BiNode right + BiNode getLeft() + BiNode getRight() } class Edge<E extends Comparable<E>> { # Node<E> a # Node<E> b # int cost } interface Graph<E extends Comparable<E>> { - int order + int getOrder() } interface AdjecancyList<E extends Comparable<E>> { + Set<Edge> getEdges() + void addEdge(E nodeA, E nodeB) + void addEdge(E nodeA, E nodeB, int cost) } interface WeightedGraph<E extends Comparable<E>> extends Graph { + int cost(E nodeA, E nodeB) } class BinaryTree<E extends Comparable<E>> implements Tree, BiNode { - BinaryTree find(E id) } interface Tree<E extends Comparable<E>> { # Tree<E> {static} merge(Tree<E> a, Tree<E> b) # void merge(Tree<E> tree) + int getHeight() + int getOrder() } interface Heap<E extends Comparable<E>> extends Tree { + E getMin() + int getOrder() } class DirectedDenseGraph<E extends Comparable<E>> implements WeightedGraph { - Map<E, Map<E, Integer>> lookupTable + List<E> shortestRoute(E start, E dest) } class Matrix { {static} + Optional<Integer> determinant() {static} + Optional<Matrix> matrixMult() {static} - Optional<Matrix> inverse() {static} - boolean canMult() {static} - boolean isSquare() } Heap <|-- PriorityQueue Heap <|-- PairingHeap AdjecancyList <|-- DirectedDenseGraph AdjecancyList -up-- Edge @enduml
false
true
false
false
class
e3b102a4f14f8c63a3353d6d605f9c124b1382ca
5acb6d054972fa63f95c9ec7b07f0293046fc610
/diagrams/database/database.puml
bd9b55ff1bd67db75daf034e9384abecf70b12d5
[]
no_license
tordjon/pgr200-eksamen-tordjon
2667716acac52c67726a7d193eb7592c6da5ce01
46e4a39d6c79a0ba1422b20a587a8bb2837e3285
refs/heads/master
2020-04-19T12:05:14.552946
2018-11-12T18:18:05
2018-11-12T18:18:05
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
774
puml
@startuml Database object talk { id : UUID title : VARCHAR description : VARCHAR topic_title : VARCHAR } object timeslot { id : UUID start_time : time end_time : time talk_id : UUID } object conference { id : UUID name : VARCHAR } object day { id : UUID date : date } object timeslot_day { timeslot_id : UUID day_ID : UUID } object conference_day { conference_id : UUID day_id : UUID } day "1" .. "*" timeslot_day timeslot "1" .. "*" timeslot_day conference "1" .. "*" conference_day day "1" .. "*" conference_day timeslot .. "1" talk @enduml
false
true
false
false
class
d07a11f87d649d49a88c8a243f531891c08b626e
bcab536ed2a5ad6efef7d895b8126f9a546a0032
/UML/UseCase/Login.puml
ec8154f289c38294588f752e2bf8f5e8fb7f9205
[]
no_license
ptrongithub/Manager
63ef4e6d53348ec7a677fd2359eb2ecbe03cda44
cb300cec708f1e7d89f67c611d2e639a41b4b566
refs/heads/master
2022-11-18T01:49:42.683612
2020-07-06T06:41:40
2020-07-06T06:41:40
277,393,985
0
0
null
null
null
null
UTF-8
PlantUML
false
false
505
puml
@startuml 'left to right direction skinparam packageStyle rectangle actor User rectangle System { User -> (Interact with system) (Interact with system) .> (viewLogin) : Include } ' ':Main Admin: as Admin '(Use the application) as (Use) ' 'User -> (Start) 'User --> (Use) ' 'Admin ---> (Use) ' 'note right of Admin : This is an example. ' 'note right of (Use) 'A note can also 'be on several lines 'end note ' 'note "This note is connected\nto several objects." as N2 '(Start) .. N2 'N2 .. (Use) @enduml
false
true
false
false
usecase
3cf7ebbc791ee27ef627f1d5f2a8117ae4e10db4
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/SlamFrontEnd/SlamFrontEnd_Activity_init.puml
0599c919720f0c16c507953890cb88b4da572e3a
[]
no_license
ShisatoYano/SLAMDesignUML
2b3af745ecf8ff1b88845e248a72c589fe9aa1ba
bb8678908952205d1fdc2ea5e49c9ca752e123b9
refs/heads/master
2022-11-25T17:49:03.514885
2020-08-02T00:27:38
2020-08-02T00:27:38
261,206,484
0
0
null
null
null
null
UTF-8
PlantUML
false
false
149
puml
@startuml /' initialization '/ (*) --> "smat->reset()" --> "smat->setPointCloudMap(pcmap)" --> "sback.setPointCloudMap(pcmap)" --> (*) @enduml
false
true
false
false
uml-unknown
6d67a21302de44b1fd4469e2c6660bceb4dc2bc0
5852f6b38b87d13b732b67c8fdef4c22ae215a8f
/docs/diagrams/src/movies17.plantuml
308b968d7a80522a965ad4d63888b1023671f24a
[]
no_license
ivlago/Refactor
bbc940ba59aa2b397d52c3c041e3b1db97f8b22d
5fc9ddb4517bc21dba3a8df0b629637b213cff79
refs/heads/main
2023-04-05T18:22:56.671516
2021-04-22T20:14:21
2021-04-22T20:14:21
359,514,464
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,334
plantuml
@startuml movies class Customer { - String name; - List<Rental> rentals; + Costumer(String name) + void addRental(Rental rental) + String getName() + String statement() - double getTotalCharge() - int getTotalFrequentRenterPoints() } class Rental { - Movie movie; - int daysRented; + Rental(Movie movie, int daysRented) + int getDaysRented() + Movie getMovie() + double getCharge() + int getFrequentRenterPoints() } class Movie { + static final int REGULAR = 0; + static final int NEW_RELEASE = 1; + static final int CHILDRENS = 2; - String title; - Price price; + Movie(String title, int priceCode) + double getCharge(int daysRented) + int getFrequentRenterPoints(int daysRented) + int getPriceCode() + void setPriceCode(int priceCode) + String getTitle() } class Price { + int getPriceCode() + double getCharge(int daysRented) + int getFrequentRenterPoints(int daysRented) } class RegularPrice { + int getPriceCode() + double getCharge(int daysRented) } class ChildrenPrice { + int getPriceCode() + double getCharge(int daysRented) } class NewReleasePrice { + int getPriceCode() + double getCharge(int daysRented) + int getFrequentRenterPoints(int daysRented) } Customer o-down-> Rental Rental -down-> Movie Movie *-down- Price Price <|-down- RegularPrice Price <|-down- ChildrenPrice Price <|-down- NewReleasePrice @enduml
false
true
false
false
class
170a773a5645ca547f70d61fe3c4d17bffd0fe11
1a4425d261b5b2b4b838ace7faaea783c3d23529
/use-cases/use-case-5-diagram.puml
6d799395a8b38d418e61585a675decc249e20ad7
[ "Apache-2.0" ]
permissive
WezYoung/SEmethodsCoursework
3d1c7e681d8056e6361a964f96dfc07cd534b630
4003f4236809909f1ef91b44560106353648a1ce
refs/heads/master
2020-12-20T08:16:16.145665
2020-03-16T16:06:58
2020-03-16T16:06:58
236,011,641
0
0
null
null
null
null
UTF-8
PlantUML
false
false
271
puml
@startuml actor HR as "Statistic Analyst" rectangle Database rectangle "Country Program " { usecase UC1 as "Get capital cities from largest to smallest" usecase UCa as "Displays report" HR - UC1 UC1 ..> UCa : include UC1 - Database } @enduml
false
true
false
false
usecase
fba361a20bde13d31b5761c6996c54942c645a34
90389bee115b79c8e187236b0509bdd372ca625f
/docs/diagram_src/idempotent_sequence_exception.puml
7470cdd1c4ea117f163b3b6e31d7a69b3670179f
[ "MIT-0", "Apache-2.0" ]
permissive
pcolazurdo/aws-lambda-powertools-python
ebc7da963c09af69fcc32f34f0828f48df0ace0e
4c41ec5c0b8f4864819561bc71494029131135c9
refs/heads/develop
2023-08-19T14:15:23.608733
2021-10-25T06:21:50
2021-10-25T06:21:50
360,665,741
0
0
MIT-0
2021-05-17T14:29:17
2021-04-22T19:53:33
Python
UTF-8
PlantUML
false
false
602
puml
@startuml 'https://plantuml.com/sequence-diagram participant Client participant Lambda participant "Persistence layer" Client->Lambda:Invoke (event) Lambda->"Persistence layer":Get or set (id=event.search(payload)) activate "Persistence layer" note right of "Persistence layer":Locked during this time. Prevents \nmultiple Lambda invocations with the \nsame payload running concurrently. Lambda-->x Lambda:Run Lambda handler (event). Raises Exception. Lambda->"Persistence layer":Delete record (id=event.search(payload)) deactivate "Persistence layer" Client<--Lambda:Return error response @enduml
false
true
false
false
sequence
045a9aa0dbafda5baa6b612fb65f360f639dfa5c
3495a3bc8450a240a21780fb8c795c215f88000a
/docs/UC5 - Regist Historical Transaction/UC5_MD.puml
25a5e377a7f1229f4112de323653ced718013f82
[]
no_license
1190452/LAPR2
f27ac4e485b91d04189dd0a37551bc108c070b12
97c5488c091243cf65f9e16821f56a5020e0ae2e
refs/heads/master
2023-05-09T02:35:50.850483
2020-06-14T21:07:59
2020-06-14T21:07:59
372,570,349
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,479
puml
@startuml skinparam classAttributeIconSize 0 hide methods left to right direction class Platform{ } class Freelancer { -String idF -String name -String levelExpertise -String email -String nif -String ibanAccount -String coutry } class Organization { -String nome -String email -String nif } class Collaborator{ -String nome -String email } class Task { -String idT -String description -Time timeDuration -double costHour -String taskCategory } class TransactionExecution { -Data endDate -double delay -String descriptionOfQuality } class Address{ -String street -String doorNumber -String city } class Administrator { } Freelancer "1" -- "1" TransactionExecution: receive > Freelancer "1" -- "1" Address: has > Task "1..*" -- "1" Freelancer: made by > Platform "1" -- "1..*" TransactionExecution: has > Platform "1" -- "1" Administrator: has > Platform "1" -- "1..*" Organization: has registered > Platform "1" -- "1..*" Freelancer: has > Platform "1" -- "1" ImportFile : has Organization "1" -- "1" Address: has > Organization "1" -- "1" Collaborator: has > Administrator "1" -- "1" Organization: registers > Administrator "1" -- "1" Collaborator: registers > TransactionExecution "1" -- "1" Task: has > Collaborator "1" -- "1" Freelancer: creates > Collaborator "1" -- "1..*" Task: creates > Collaborator "1" -- "1..*" TransactionExecution: creates > ImportFile "1" -- "1" Collaborator: used by @enduml
false
true
false
false
class
9b2b9dda4967042120f84571a957996902859668
81c5341b371310f415b7c5ed1193e72bba5eedda
/diagrams/server/LanguageUtils.puml
740654eddfd0ad407ba61f3b1cd696c7cd129cfc
[ "MIT" ]
permissive
wolfj123/PolicyModelsPlugin
cb8a8687f66e95f164e2cf76cb8ff91245bad598
c012734157bb8a03348e55e6844e34b6bc1596fc
refs/heads/master
2023-01-08T05:03:52.950396
2020-06-17T15:59:44
2020-06-24T13:50:58
229,545,591
0
0
MIT
2023-01-07T18:08:47
2019-12-22T09:32:58
TypeScript
UTF-8
PlantUML
false
false
3,631
puml
@startuml 'skinparam style strictuml 'top to bottom direction left to right direction allowmixing package LanguageUtils #DDDDDD { ' enum PolicyModelsLanguage { ' PolicySpace ' DecisionGraph ' ValueInference ' } enum PolicyModelEntityType { DGNode Slot SlotValue ValueInference InferencePair ImportGraph } enum PolicyModelEntityCategory { Declaration Reference Special FoldRange } class PolicyModelEntity { +type: PolicyModelEntityType +category: PolicyModelEntityCategory +name: string +source: string +syntaxNode: SyntaxNode +location: Location +getType(): PolicyModelEntityType +getName(): string +getSource(): string +setSource(uri: string): void +getCategory(): PolicyModelEntityCategory } class DecisionGraphServices { +{static} createEntityFromNode(node: SyntaxNode, uri: string, importMap?: Map<string, string>): PolicyModelEntity +{static} getAllEntitiesInDoc(tree: Tree, uri: string): PolicyModelEntity[] +{static} getAllDefinitionsOfNodeInDocument(name: string, tree: Tree): Range[] +{static} getAllReferencesOfNodeInDocument(name: string, tree: Tree, decisiongraphSource?: string): Range[] +{static} getAllReferencesOfSlotInDocument(name: string, tree: Tree): Range[] +{static} getAllReferencesOfSlotValueInDocument(name: string, tree: Tree): Range[] +{static} getAllNodesInDocument(tree: Tree): Range[] +{static} getCompletion(tree: Tree, range: Range): PolicyModelEntityType } class PolicySpaceServices { +{static} createEntityFromNode(node: SyntaxNode, uri: string): PolicyModelEntity +{static} getAllEntitiesInDoc(tree: Tree, uri: string): PolicyModelEntity[] +{static} getAllDefinitionsOfSlotInDocument(name: string, tree: Tree): Range[] +{static} getAllReferencesOfSlotInDocument(name: string, tree: Tree): Range[] +{static} getAllDefinitionsOfSlotValueInDocument(name: string, tree: Tree): Range[] +{static} getAllSlotsInDocument(tree: Tree): Range[] } class ValueInferenceServices { +{static} createEntityFromNode(node: SyntaxNode, uri: string): PolicyModelEntity +{static} getAllEntitiesInDoc(tree: Tree, uri: string): PolicyModelEntity[] +{static} getAllReferencesOfSlotInDocument(name: string, tree: Tree): Range[] +{static} getAllReferencesOfSlotValueInDocument(name: string, tree: Tree): Range[] +{static} getAllValueInferencesInDocument(tree: Tree): Range[] +{static} getAllInferencePairsInDocument(tree: Tree): Range[] } } package Parsers { component DecisionGraphParser component PolicySpaceParser component ValueInferenceParser class Tree } ' note "External Libraries" as n_ext ' n_ext .right. Parsers ' DecisionGraphServices -right-> DecisionGraphParser ' PolicySpaceServices -right-> PolicySpaceParser ' ValueInferenceServices -right-> ValueInferenceParser DecisionGraphServices --> Tree : "uses" PolicySpaceServices --> Tree : uses ValueInferenceServices --> Tree : uses DecisionGraphParser --> Tree : "creates" PolicySpaceParser --> Tree : "creates" ValueInferenceParser --> Tree : "creates" DecisionGraphServices --> PolicyModelEntity : "uses" PolicySpaceServices --> PolicyModelEntity : "uses" ValueInferenceServices --> PolicyModelEntity : "uses" PolicyModelEntity --> PolicyModelEntityType : "uses" PolicyModelEntity --> PolicyModelEntityCategory : "uses" @enduml
false
true
false
false
sequence
51cfef188551928761ab4ef86458f48075b31238
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
/src/site/sphinx/formatting/puml/colors/SlateBlue.puml
f0a951c24016fcafe09fc3914e9e57405a1822ca
[]
no_license
weedySeaDragon/plantuml-documentation
1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba
3c23cd2cd7fc1b4a85423ef9861711907fab2296
refs/heads/develop
2022-12-09T05:57:04.055959
2022-05-12T16:05:20
2022-05-12T16:05:20
165,910,589
55
6
null
2022-11-22T10:34:29
2019-01-15T19:28:35
SCSS
UTF-8
PlantUML
false
false
316
puml
@startuml skinparam ClassBackgroundColor #SlateBlue skinparam ClassFontColor #SlateBlue skinparam ClassBorderColor #SlateBlue skinparam ClassStereotypeFontSize 0 skinparam CircledCharacterFontSize 0 skinparam CircledCharacterRadius 0 skinparam ClassBorderThickness 0 skinparam Shadowing false class Dummy @enduml
false
true
false
false
class
ec3d616421057d87f6f89a5debe9439b69151eda
124b894a3ef93319757b58a1fd24ff43d69e7186
/docs/uml/stake pool pay interests.puml
44ce5de150a2b13e37b93d150ba016c71c56f808
[ "MIT" ]
permissive
0chain/gosdk
614cc6079609f0a02aefc37f9ef5d3e2164317ff
acf2724b91db051ea886b20f991cf4a34a48665c
refs/heads/staging
2023-08-31T22:49:21.221247
2023-08-16T15:16:35
2023-08-16T15:16:35
191,593,548
30
36
MIT
2023-09-14T19:54:49
2019-06-12T15:04:03
Go
UTF-8
PlantUML
false
false
391
puml
@startuml participant "<size:20><&terminal></size> ./zbox sp-pay-interests" as cli collections gosdk cli -> gosdk: StakePoolPayInterests(blobberID) gosdk -> gosdk: check initialized sdk alt empty blobber id gosdk -> gosdk: get client id end gosdk -> gosdk: create stake pool request gosdk -> gosdk: create smart contract txn data gosdk -> gosdk: send smart contract txn value fee @enduml
false
true
false
false
sequence
141d5f70e8e8ca6213767d7ce793cbd8ed1f6d35
e2012fd3240bab9a7d53d50d7398e34e8f14427e
/uml/class diagram/src/progetto.plantuml
6369278a585f140c962f508dd876bdf2329b3ac7
[]
no_license
defo-cris/progetto-programmazione-ad-oggetti
1acf8d4fd4d9a754b509ee90d274dff206544b3e
9d775a75fbde1b43597b53e0e2c76c12c186cdaf
refs/heads/master
2020-06-11T20:41:12.993226
2019-07-19T16:35:55
2019-07-19T16:35:55
194,078,969
2
1
null
2019-07-07T07:30:10
2019-06-27T10:59:21
null
UTF-8
PlantUML
false
false
198
plantuml
@startuml title __PROGETTO's Class Diagram__\n namespace com.example.progetto { class com.example.progetto.ProgettoApplication { {static} + main() } } @enduml
false
true
false
false
class
2a90053c24021c8a454fcf83f7ca87a8fe71afc8
549a5d6435aa26d5b42a3ac865d25bbfe3b6b3b1
/docs/lectures/20191217/banking/01-person.plantuml
cd9fc94931fa3023d6a597a0c9fc92d52a00967f
[]
no_license
92annaszabo/bh-fst01
08529f349b3f354538a1374397eed36b24ad6c6c
efb0b077f1cd28e3c6754a22c22ec92facbae0f1
refs/heads/master
2020-11-30T02:33:04.903983
2020-02-10T15:18:30
2020-02-10T15:18:30
230,276,802
0
0
null
2020-02-10T15:18:32
2019-12-26T14:22:56
HTML
UTF-8
PlantUML
false
false
230
plantuml
@startuml class Person { - id: string + name: string - accounts: map - cash: number deposit(accountId: string, amount: number) withdraw(accountId: string, amount: number) totalValue(): number } @enduml
false
true
false
false
class
d9176007a632ca1c46f9a8b32e0881475c2c8db4
9f816b59dc2fa8215e38fd13e7e74a6ef9b9b812
/CHESS BPO periode D/src/piece/piece.plantuml
c9d3e90bbded22c9efe3107e03a0fa254e16d471
[]
no_license
SofianZoo/chess
4337569b6ff45ff4f7e0962e8d1cf424765a4c71
bb3204f1e56470754d0bc16a2de0e2ec49e5e598
refs/heads/master
2023-05-04T07:19:41.469582
2021-05-25T18:16:21
2021-05-25T18:16:21
null
0
0
null
null
null
null
ISO-8859-2
PlantUML
false
false
1,510
plantuml
@startuml title __PIECE's Class Diagram__\n namespace piece { class piece.Cavalier { + Cavalier() + peutJouer() } } namespace piece { enum CouleurPiece { BLANC NOIR } } namespace piece { class piece.FabriquePiece { + fabrique() - fabriqueFinale() } } namespace piece { class piece.Fou { + Fou() + peutJouer() } } namespace piece { abstract class piece.Piece { - estMangé : boolean - signe : char + changeCoord() + craintEchec() + getCoord() + getCouleur() + isMangé() + seFaitManger() + toChar() # Piece() } } namespace piece { class piece.Roi { + Roi() + craintEchec() + peutJouer() } } namespace piece { class piece.Tour { + Tour() + peutJouer() - coupHorizontal() - coupVertical() } } piece.Cavalier -up-|> piece.Piece piece.FabriquePiece .up.|> echiquier.IFabriquePiece piece.Fou -up-|> piece.Piece piece.Piece .up.|> echiquier.IPiece piece.Piece o-- echiquier.Coord : coord piece.Piece o-- piece.CouleurPiece : couleur piece.Roi -up-|> piece.Piece piece.Tour -up-|> piece.Piece right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
true
false
class
a3eb5ff4c37131bf02e908653d020eecb42c9903
03559493120a4be98d2642fe747ca7c0a3c651ec
/app/src/main/java/com/team/deminder/deminder/customLayoutComponents/customLayoutComponents.plantuml
0f730a1cdd37ed04dd94d91e95dc4370dab0892a
[]
no_license
Kalkihe/Deminder
f718b4a88133fad05038cd1bc3ab473b8f20f45c
879212194c7c3e717ef8ae2310083e266767c21f
refs/heads/master
2020-03-30T19:38:34.183808
2019-06-19T07:34:44
2019-06-19T07:34:44
151,551,599
0
4
null
null
null
null
UTF-8
PlantUML
false
false
670
plantuml
@startuml title __CUSTOMLAYOUTCOMPONENTS's Class Diagram__\n package com.team.deminder.deminder { package com.team.deminder.deminder.customLayoutComponents { class DeadlineLayoutListElement { + DeadlineLayoutListElement() } } } package com.team.deminder.deminder { package com.team.deminder.deminder.customLayoutComponents { class SubtaskLayoutListElement { + SubtaskLayoutListElement() } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
0f616e41863843602052f33219c2298cb3601d09
1cf4490d48f50687a8f036033c37d76fec39cd2b
/src/main/java/global/skymind/solution/advanced/gui/swing/ex3/ex3.plantuml
eb34f451ba8042b1d1b15c72848a88f8c3b0c32f
[ "Apache-2.0" ]
permissive
muame-amr/java-traininglabs
987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83
a93268f60e6a8491b1d156fae183a108ff0d9243
refs/heads/main
2023-08-06T10:04:57.996593
2021-09-28T11:21:00
2021-09-28T11:21:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
745
plantuml
@startuml title __EX3's Class Diagram__\n namespace global.skymind { namespace solution.advanced.gui.swing.ex3 { class global.skymind.solution.advanced.gui.swing.ex3.MySTextField { ~ button : JButton ~ textField : JTextField + actionPerformed() {static} + main() + start() } } } global.skymind.solution.advanced.gui.swing.ex3.MySTextField .up.|> java.awt.event.ActionListener global.skymind.solution.advanced.gui.swing.ex3.MySTextField -up-|> javax.swing.JFrame right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
033cac78ae54f400a10073a3f364ce3422524d4c
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductPricesSetMessagePayload.puml
0a157407ca16eaa4d1096d04f2fe14be1effc282
[]
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
494
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 ProductPricesSetMessagePayload [[ProductPricesSetMessagePayload.svg]] extends MessagePayload { type: String variantId: Long prices: [[Price.svg List<Price>]] staged: Boolean } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
false
true
false
false
class
8d4674956e84969bc5c9d1c2946212368469722c
08738204ffb10b361a9d7a3b492cd0563f19e151
/architecture/systèmes/système-jeu-principal/systeme-mise-a-jour.puml
9970408842f404ed86ebc20405cd0ece0de6d6eb
[]
no_license
ldalzotto/MyCrossyRoad
95b6e8a7aaa3944892cb664dccbe5f2ba58be0f4
69aa9082f763a9700a82f0d1b534738ecff488ca
refs/heads/master
2021-01-22T21:00:21.860081
2017-04-10T07:48:05
2017-04-10T07:48:05
85,384,738
0
0
null
null
null
null
UTF-8
PlantUML
false
false
391
puml
@startuml hide footbox participant "Système Jeu Principal" as systeme participant "Joueur" as joueur participant "Menace" as menace group Mise à jour systeme -> joueur : mise à jour systeme -> menace : mise à jour systeme -> systeme : Vérification collision Joueur alt Collision détectée avec Menace systeme -> systeme : Fin de partie end end @enduml
false
true
true
false
sequence
e645f3c2a12a9c2be1a99b6db24e06e9eca9c46a
d50311267155e5ba41837cd5fc3186e70a54e1f1
/sharding-jdbc-doc/class-design/Route.puml
8c180be9989a34efc77b9782be72081adb71a7f2
[ "Apache-2.0" ]
permissive
wangjianwen/sharding-jdbc
53dad416e90a273c299ef1d94d9734fac90b113e
b554f7bcd7762dccf8eb87b5b9173bd9c488b187
refs/heads/master
2021-07-24T01:54:48.157302
2017-11-03T00:47:43
2017-11-03T00:47:43
105,404,336
0
0
null
null
null
null
UTF-8
PlantUML
false
false
371
puml
@startuml interface RoutingEngine{ RoutingResult route(); } class SimpleRoutingEngine{ } class ComplexRoutingEngine{ } class CartesianRoutingEngine{ } class DatabaseHintRoutingEngine{ } RoutingEngine <|-- SimpleRoutingEngine RoutingEngine <|-- ComplexRoutingEngine RoutingEngine <|-- CartesianRoutingEngine RoutingEngine <|-- DatabaseHintRoutingEngine @enduml
false
true
false
false
class
d7f1bee6771e14461c1360c4820386f55831f630
2c182565eb10057669dca7179a8d2893383f14ff
/Model.plantuml
975d9634c1dccca2346e4a0d0d38b564b8d7568f
[]
no_license
AdvProg2020/Project_team-55
21fe8de1350bc15c3f9336b07233beb9bdbc13f3
a13e30d3c44f15e4bd5574ea84218330e095061b
refs/heads/master
2023-08-03T10:41:06.205007
2020-07-24T18:30:19
2020-07-24T18:30:19
252,766,697
0
0
null
2023-07-23T10:48:34
2020-04-03T15:10:41
Java
UTF-8
PlantUML
false
false
4,992
plantuml
@startuml title __MODEL's Class Diagram__\n namespace Model { class Model.BuyLog { ~ boughtProducts : ArrayList<Product> ~ off : float ~ purchaseMoney : float - date : Date - logId : String } } namespace Model { class Model.Buyer { ~ email : String ~ firstName : String ~ lastName : String ~ password : String ~ phoneNumber : String ~ userName : String - arrayProduct : ArrayList<Product> + Buyer() } } namespace Model { class Model.Cart { - id : String - productsInCart : ArrayList<Product> } } namespace Model { class Model.Category { - arrayCategory : ArrayList<Category> - arrayProduct : ArrayList<Product> - name : String - specialAttributesForCategory : ArrayList<String> - subCategory : ArrayList + Category() } } namespace Model { class Model.Comments { - DidTheCommenterBuyTheProduct : Boolean - messages : String } } namespace Model { class Model.Manager { ~ email : String ~ firstName : String ~ lastName : String ~ password : String ~ phoneNumber : String ~ userName : String - arrayProduct : ArrayList<Product> - managers : ArrayList<Manager> + Manager() } } namespace Model { class Model.Off { - offAmount : int {static} - offArray : ArrayList<Off> - offId : String - productsArray : ArrayList<Product> - startDate : Date - stopDate : Date + Off() {static} + getOffById() {static} + offFunction() } } namespace Model { class Model.OffWithCode { ~ applyingAccounts : ArrayList<User> - numberOfUsersOfCode : int - offAmount : int - offCode : String - startDate : Date - stopDate : Date + OffWithCode() + addAccountToDiscount() + exitAccount() {static} + getOffByCode() {static} + giveOffCodeToSb() {static} + offWithCode() } } namespace Model { class Model.Product { - averageOfScore : float - brand : String - comments : ArrayList<String> - existence : Boolean - explanation : String - name : String - price : float - productId : String - specialAttributes : HashMap<String, String> + Product() {static} + compare2Products() {static} + getProductByName() } } namespace Model { class Model.Request { + requests : ArrayList<Request> - id : String {static} + getRequestsById() {static} + showAllRequests() + showDetails() } } namespace Model { class Model.Score { - score : ArrayList<Float> } } namespace Model { class Model.SellLog { ~ boughtProducts : ArrayList<Product> ~ off : float ~ purchaseMoney : float - date : Date - logId : String } } namespace Model { class Model.Seller { ~ email : String ~ firstName : String ~ lastName : String ~ password : String ~ phoneNumber : String ~ userName : String - arrayProduct : ArrayList<Product> - factory : String + Seller() } } namespace Model { class Model.User { # email : String # firstName : String # lastName : String # password : String # phoneNumber : String # userName : String {static} # users : ArrayList<User> - credit : float - userLog : ArrayList<Product> + checkPattern() {static} + getAccountByUserName() } } namespace Model { enum comments { Unconfirmed WaitingForApproval accepted } } namespace Model { enum postStatusBuyLog { deliverToTheCustomer deliverToThePost preparingTheOrder } } namespace Model { enum postStatusSellLog { deliverToTheCustomer deliverToThePost preparingTheOrder } } Model.BuyLog o-- Model.User : sellerName Model.Buyer -up-|> Model.User Model.Buyer o-- Model.Cart : cart Model.Category o-- Model.Category : parentCategory Model.Comments o-- Model.Product : products Model.Comments o-- Model.User : userComments Model.Manager -up-|> Model.User Model.Product o-- Model.Category : category Model.Request o-- Model.User : sender Model.Score o-- Model.Product : products Model.Score o-- Model.User : user Model.SellLog o-- Model.User : BuyerName Model.Seller -up-|> Model.User right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
d6edfb20895dffd2dac688bca98897a125d0ffd0
4344fb11071b2a315598db01931fd116b95a7077
/diagrams/models.puml
d4805462422b35aced3d1b105ee0af135ef5b379
[]
no_license
lexuzieel/dwd-phenology-stream
198fdb1cc7cb3928b1b7b5ae226721379ba67057
9981a456d0a0c9d66d9d5e9a78868aba96ad2e93
refs/heads/master
2023-01-13T10:46:16.151311
2020-11-21T17:26:34
2020-11-21T17:26:34
278,485,006
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,016
puml
@startuml diagram ' skinparam linetype ortho class Model { # database } class Station { + id + name + latitude + longitude + height + natural_region_group_code + natural_region_group + natural_region_code + natural_region + date + state } class Phase { + id + weight } class PhaseName { + phase_id + name_german + name_english } class Plant { + id + kind } class PlantName { + plant_id + name_german + name_english + name_latin } class Record { + station_id + year + data_quality_bit + object_id + phase_id + date + date_quality_bit + day_of_year } Model <|-- Station Model <|-- Phase Model <|-- PhaseName Model <|-- Plant Model <|-- PlantName Model <|-- Record class DwdStream { - loader - stations - phases - plants } DwdStream ---* Station DwdStream ---* Phase DwdStream ---* PhaseName DwdStream ---* Plant DwdStream ---* PlantName DwdStream ---* Record @enduml
false
true
false
false
class
f8e8b9941045d9dc10154cc60c0a9f688e700337
1aa9654c18c622dcec50c65d01a4075c601f692d
/WisherApp/app/src/main/java/ru/omegapps/wisherapp/data_agents/data_agents.plantuml
9fe235b852ce6375809f2c300ebc9fac56edb2f5
[]
no_license
iCatOK/wisher-app-android
52e217f01757f969f9a1c7609db708d5770dbb0f
32de7790360a816da32c86704f9bdd74021b91f0
refs/heads/master
2023-06-15T07:22:44.548594
2021-07-12T16:15:06
2021-07-12T16:15:06
370,042,960
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,708
plantuml
@startuml title __DATA_AGENTS's Class Diagram__\n namespace ru.omegapps.wisherapp { namespace data_agents { class ru.omegapps.wisherapp.data_agents.FireBaseDataAgent { {static} ~ currentUser : FirebaseUser {static} - PUBLIC_WBLOCK_KEY : String {static} - WBLOCK_KEY : String {static} - WISH_KEY : String {static} - mAuth : FirebaseAuth {static} - privateUserWishBlocks : ArrayList<WishBlock> {static} - publicWishBlockRef : DatabaseReference {static} - publicWishBlocks : ArrayList<WishBlock> {static} - userWishBlocks : ArrayList<WishBlock> {static} - userWishes : ArrayList<Wish> {static} - wishBlockRef : DatabaseReference {static} - wishRef : DatabaseReference {static} + getBlocksByTags() {static} + init() {static} + logout() {static} + pushWish() {static} + updatePublicWishBlock() {static} - getAllNeededBlocks() } } } namespace ru.omegapps.wisherapp { namespace data_agents { class ru.omegapps.wisherapp.data_agents.LocalDataAgent { {static} + blocks : ArrayList<WishBlock> {static} + wishes : ArrayList<Wish> + getBlocks() + getBlocksByTags() + getWishes() + pushBlock() + pushWish() } } } ru.omegapps.wisherapp.data_agents.LocalDataAgent .up.|> ru.omegapps.wisherapp.interfaces.DataAgent right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
064cf1877a89db061fd56e75139cddd00605026a
62de719e261fac67d2a2bc347a98be5515b48948
/docs/blue/1151708/sp3/export_analysis.puml
1dda736e26be77f27e588e46646a33c561db035b
[]
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
355
puml
@startuml export_analysis.png skinparam handwritten true skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false actor User User -> Browser : Export CSV Browser ->> Server : exportCSV(String[][] sheet) Server -->> Browser : return download_link Browser -> Browser : Download file @enduml
false
true
false
false
usecase
b441367e98eac86910d6e46fecb13dff0e7eef76
e618e68be491bb98c0573a467be63146a053cc6c
/SA/sequencediagram/transaction/simple/Transaction.puml
026ac067d2fda889f815c5e82e39a2375cdd89c5
[]
no_license
dedeandress/belanjayukid-be-services
14101c676e2bdd56c5df72b9ccddae648951cf8b
9bedbf42cdd0b764e27c9dc839df8b401ac0bb62
refs/heads/master
2022-04-07T04:29:30.602535
2020-02-28T05:39:33
2020-02-28T05:39:33
194,123,362
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,950
puml
@startuml title: Transaction Sequence Diagram actor user participant BelanjaYukFE box "BelanjaYuk.id" #LightBlue participant AppController participant TransactionService end box user -> BelanjaYukFE ++ : click Transaction menu activate user BelanjaYukFE -> AppController ++ : /graphql create transaction note left of BelanjaYukFE content type: application/json request body: mutation{ createTransaction{ transactionId } } } end note AppController -> AppController : call parseGraphql() AppController -> TransactionService ++ : call createTransaction() note left passing: - context end note TransactionService --> AppController -- : response CreateTransactionResult AppController --> BelanjaYukFE -- : transactionId and status = 0 BelanjaYukFE --> user -- : transaction menu user -> BelanjaYukFE: add all transaction detail to cart BelanjaYukFE -> AppController ++ : /graphql checkout transaction note left of BelanjaYukFE content type: application/json request body: mutation { checkout( transaction: { transactionId: $transactionId customerId: $customerId staffId: $staffId detail: [ { productDetailId: $productDetailId numberOfPurchase: $numberOfPurchase } ] } ) { status details { id numberOfPurchases status transactionID } totalPrice } } } end note AppController -> AppController : call parseGraphql() AppController -> TransactionService ++ : call checkout() note left passing: - context - transactionInput end note TransactionService --> AppController -- : response TransactionsResult AppController --> BelanjaYukFE -- : status, totalPrice and list of transaction details BelanjaYukFE --> user -- : payment menu BelanjaYukFE -> AppController ++ : /graphql completed transaction note left of BelanjaYukFE content type: application/json request body: mutation { completePayment( transactionId: $transactionId amountOfPayment: $totalPay ) { status debt } } end note AppController -> AppController : call parseGraphql() AppController -> TransactionService ++ : call completePayment() note left of AppController passing: - context - transactionId - totalPay end note TransactionService --> AppController: TransactionResult note right of TransactionService TransactionResult( transactionId, debt, amountOfPayment, paymentStatus ) end note AppController --> BelanjaYukFE -- : TransactionResult BelanjaYukFE --> user -- : payment completed deactivate user @enduml
false
true
false
false
usecase
095794d6f7f54dd9c17bf44f92bdf521084d5360
a9e8ff541e29aa0243ee28ad0583171490a19212
/base/plantuml/ChartOfAccounts_Use_Cases.puml
f3468f34e9c493fa099f773a25998214505eb3da
[]
no_license
thecodinganalyst/Accounting_bk
0bc76724755ce0f216a872c6533961b9570f709d
22395f7f5e962968a0d443a833f5552a68cf6424
refs/heads/master
2023-07-30T14:50:37.925153
2021-09-13T10:12:32
2021-09-13T10:12:32
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
403
puml
@startuml 'https://plantuml.com/use-case-diagram left to right direction actor Accountant as A package ChartOfAccounts { usecase "Create Account" as create_account usecase "Modify Account" as modify_account usecase "Lock Accounts" as lock_accounts usecase "Query Accounts" as query_accounts } A --> create_account A --> modify_account A --> lock_accounts A --> query_accounts @enduml
false
true
false
false
usecase
9f82c2874ca00870974ecede859d026d96b098f6
6e29d893e7deebb9339dd5515195d7e510aba402
/Documentação/Sprint 2/UC06_Especificar_Tarefa/UC06_Especificar_Tarefa_SSD.puml
c455414ad0a2be0f6ffee2e12000ffbce5993bd0
[]
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
468
puml
@startuml title UC6 - Especificar Tarefa actor "Colaborador de Organização" as Colaborador participant ":Sistema" as Sistema Colaborador -> Sistema: 1 inicia a especificação de uma tarefa Sistema --> Colaborador: 2 solicita os dados \n(referência, designação, descrição informal \ne de carácter técnico, duração, custo, categoria) Colaborador -> Sistema: 3 introduz os dados solicitados Sistema --> Colaborador: 4 informa o sucesso da operação @enduml
false
true
true
false
usecase
3c16472379cbb9eee346c3ec31cd1c220b6e0887
f9767f9387f6f835edf07c34d9d22f2bc658dcca
/docs/_site/pages/portal/portal_architecture.puml
6f77b758c9e9934c982f972a1fc1bcca57576821
[]
no_license
Cloudxtreme/engine-2
4455e9f7b9f1c3af375fed9213ab6ad35741c5f2
3c380115015902954944b66001142d5b0c81e08d
refs/heads/master
2020-03-25T03:20:39.000091
2018-04-25T20:47:23
2018-04-25T20:47:23
143,336,650
1
0
null
null
null
null
UTF-8
PlantUML
false
false
200
puml
@startuml class Portal<extends BrokerSchema> class TelnetService<extends ServiceSchema> class SessionService<extends ServiceSchema> Portal --> TelnetService TelnetService *-- SessionService @enduml
false
true
false
false
class
6fb2a0865f58e2fbfe608ef2b15da3e148f3d9b8
ad3cc5450c8e0d30e3ddbc36db6fbb053e8965fb
/projects/oodp/html/umlversion/sg/edu/ntu/scse/cz2002/ui/CheckoutMenuUI.puml
4a767a2481ea558f06bfebc3f38b7d95667e59ce
[]
no_license
itachi1706/How-to-use-Git-NTUSCSE1819-Site
d6fcba79d906e9916c3961b11a6e1318d8a0f602
dbce2f56b42e15be96bd40fd63e75389d397ca34
refs/heads/master
2021-07-12T15:24:44.197085
2020-08-01T12:31:23
2020-08-01T12:31:23
172,893,030
0
0
null
null
null
null
UTF-8
PlantUML
false
false
686
puml
@startuml class CheckoutMenuUI [[../sg/edu/ntu/scse/cz2002/ui/CheckoutMenuUI.html]] { {static} -RECEIPT_SUBFOLDER: String #generateMenuScreen(): int -checkout(): boolean -reprint(): void -generateReceipt(o:Order, total:double, paid:double, type:Invoice.PaymentType): ArrayList<String> -centerText(toCenter:String, length:int, spacer:char): String -spacer(length:int, spacer:char): String -requestCashPayment(total:double): double -writeReceipt(receipt:ArrayList<String>, receiptId:int): boolean -printOrderDetails(o:Order): double } center footer UMLDoclet 1.1.3, PlantUML 1.2018.12 @enduml
false
true
false
false
class
2d404ac48a7d5df5d36b8bee79142448718e885b
1fa78caa225ab245bcbf45a8f37c0ae0456699bb
/docs/diagrams/CreditScoreReturnedLoansMap.puml
2259c7a757e48aa6df8219d2386bb79fdd0ee657
[]
no_license
AY2021S2-CS2113T-W09-1/tp
4fc8be000ca7413ef1fcf6792df8964c9d56dc80
f6b64fca1af322a0af026b665f5f4a576cf4a768
refs/heads/master
2023-04-01T13:54:23.209787
2021-04-12T15:46:53
2021-04-12T15:46:53
343,957,852
0
5
null
2021-04-12T15:46:54
2021-03-03T00:58:58
Java
UTF-8
PlantUML
false
false
407
puml
@startuml skinparam classAttributeIconSize 0 hide circle class CreditScoreReturnedLoansMap { -creditScoreReturnedLoansMap: HashMap<String, Integer> +CreditScoreReturnedLoansMap(:HashMap<String, Integer>) +getCreditScoreOf(:String) : int +insertCreditScoreOf(:String, :int) +getBorrowersNames(): Set<String> } class Finux { +main() } Finux -> "1"CreditScoreReturnedLoansMap @enduml
false
true
false
false
class
af6670bde94a3d8f5fa959557a3e1451169fde01
1423267c7da79f77fdec74f3d6c68f173a7d8326
/Design/SE/SensorController Driver/Klassediagram.puml
94ecaa10b6b70350c1d96440e8e5ad853d5f3491
[]
no_license
Solvgraa-mager/E4PRJ4
60282c6857f62747ce99aacacab8f7b56efbf28e
3f54f0415dcb1f5f7269db9653860f4071a17082
refs/heads/main
2023-05-08T15:53:25.639820
2021-06-03T12:47:11
2021-06-03T12:47:11
335,742,071
0
0
null
null
null
null
UTF-8
PlantUML
false
false
574
puml
@startuml CD_SensorControllerDriver title SensorControllerDriver Klassediagram class Sensor{ +Sensor(int sensorNumber, string configPath) +read() : double +readRaw() : uint16_t -setConfig(h) : int -setupUART() : int -sendRequest(int fd) : int -receiveAnswer(int fd, uint16_t &value) : int ~Sensor() -sensorNumber_ : int -configPath_ : string -configEditTime_ : int -SCT_ : sensorConvertionTable } class sensorConvertionTable <<Struct>>{ -Offset_ : double -Factor_ : double } Sensor -- sensorConvertionTable @enduml
false
true
false
false
class
943d4ce6205f1d51698af957cab114b7fef0662a
bf3e610c8668e525aedcca58ddbe9da7c19e427e
/docs/design/applications/create-app-for-flow-sequence.puml
fc63d88a054aff69bbfbd39ae9fbae9634654518
[ "Apache-2.0" ]
permissive
telstra/open-kilda
874b5204f8c2070860a2e7fc6f8be368a5d18726
686d31220f1033595d7f1d4374544af5ba9c42fe
refs/heads/develop
2023-08-15T21:24:21.294425
2023-08-14T08:51:52
2023-08-14T08:51:52
104,974,693
82
70
Apache-2.0
2023-09-14T19:11:22
2017-09-27T05:13:18
Java
UTF-8
PlantUML
false
false
836
puml
@startuml title Enable TeleScope for the flow participant NB control kilda.apps participant AppsTopology participant Neo4j control kilda.speaker.flow participant Speaker participant Switch control kilda.flow control apps.notifications.pub control kilda.northbound NB -> kilda.apps: Enable telescope for the flow request kilda.apps -> AppsTopology activate AppsTopology AppsTopology -> Neo4j: Store info in db AppsTopology -> kilda.speaker.flow: create pass through rule for the flow kilda.speaker.flow -> Speaker activate Speaker Speaker -> Switch: install rule Speaker -> kilda.flow: send result deactivate Speaker kilda.flow -> AppsTopology AppsTopology -> apps.notifications.pub: Send Notification on App creation AppsTopology -> kilda.northbound: send response deactivate AppsTopology kilda.northbound -> NB: response @enduml
false
true
false
false
sequence
28e74b1d892ba68d9e1fdbf3f50accd2b8efd2d5
8eeaa622bd21c275f3c6995d3f1b3657b68b0618
/src/Docs/_new/2-internals/1-core/10-erd/_puml/erd-shopware-core-checkout-document.puml
e394987ecead36522fc161a334d55567079335e9
[ "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
Gamingpc/platform
79282f0e78f9346b4fa02a7907975890200d8ac8
47169962a2d7fa4b232ad63d3611ac392ba3ddf4
refs/heads/6.0-dp
2023-04-06T14:37:58.066081
2019-07-15T06:24:42
2019-07-15T06:24:42
188,271,256
3
2
MIT
2023-04-04T01:25:29
2019-05-23T16:35:37
PHP
UTF-8
PlantUML
false
false
4,320
puml
@startuml ' uncomment the line below if you're using computer with a retina display ' skinparam dpi 300 !define Table(name,desc) class name as "desc" << (T,#FFAAAA) >> !define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >> !define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >> ' we use bold for primary key ' green color for unique ' and underscore for not_null !define primary_key(x) <b>x</b> !define unique(x) <color:green>x</color> !define not_null(x) <u>x</u> ' other tags available: ' <i></i> ' <back:COLOR></color>, where color is a color name or html color code ' (#FFAACC) ' see: http://plantuml.com/classes.html#More hide methods hide stereotypes hide empty members skinparam backgroundColor #FFFFFF ' entities Table(ShopwareCoreCheckoutDocumentDocumentDefinition, "document\n(Document)") { primary_key(id) id not_null(documentTypeId) foreignKey not_null(fileType) string not_null(orderId) foreignKey not_null(orderVersionId) referenceVersion config json sent bool not_null(deepLinkCode) string customFields customFields not_null(createdAt) createdAt not_null(updatedAt) updatedAt } Table(ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition, "document_type\n(Type)") { primary_key(id) id name translated not_null(technicalName) string not_null(createdAt) createdAt not_null(updatedAt) updatedAt customFields translated translated json } TranslationTable(ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition, "document_type_translation\n((Translations))") { not_null(name) string customFields customFields not_null(createdAt) createdAt not_null(updatedAt) updatedAt primary_key(documentTypeId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition, "document_base_config\n(Configuration)") { primary_key(id) id not_null(documentTypeId) foreignKey logoId foreignKey not_null(name) string filenamePrefix string filenameSuffix string not_null(global) bool documentNumber numberRange config json not_null(createdAt) createdAt not_null(updatedAt) updatedAt } Table(ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition, "document_base_config_sales_channel\n(SalesChannel Configuration)") { primary_key(id) id not_null(documentBaseConfigId) foreignKey salesChannelId foreignKey documentTypeId foreignKey not_null(createdAt) createdAt not_null(updatedAt) updatedAt } ForeignTable(ShopwareCoreCheckoutOrderOrderDefinition, "order") { } ForeignTable(ShopwareCoreFrameworkLanguageLanguageDefinition, "language") { } ForeignTable(ShopwareCoreContentMediaMediaDefinition, "media") { } ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") { } ' relationshipd ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition --> ShopwareCoreCheckoutDocumentDocumentDefinition ShopwareCoreCheckoutDocumentDocumentDefinition --> ShopwareCoreCheckoutOrderOrderDefinition ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition @enduml
false
true
false
false
uml-unknown
cd8e577267827c2a55c85f981ecf0c398d37a2fa
1136a23e1c82aee31c05882fe3ef9fabb9167e7c
/src/StrategyPattern/UML.puml
9ad4edee31926deb469ac641b7a1de5bfa4abf81
[]
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
1,207
puml
@startuml abstract class Duck { IFlyBehavior flyBehavior IQuackBehavior quackBehavior void display() void performFly() void performQuack() void setFlyBehavior(IFlyBehavior) void setQuackBehavior(IQuackBehavior) } Duck -> IFlyBehavior Duck -> IQuackBehavior Duck <|-- ModelDuck Duck <|-- MallardDuck class ModelDuck { flyBehavior = new FlyNoWay() quackBehavior = new Quack() void display() "I'm a model duck" } class MallardDuck { flyBehavior = new FlyWithWings() quackBehavior = new Quack() void display() "I'm a real Mallard duck" } interface IQuackBehavior { void quack() } interface IFlyBehavior { void fly() } IFlyBehavior <|.. FlyNoWay IFlyBehavior <|.. FlyWithWings IFlyBehavior <|.. FlyRocketPowered class FlyNoWay { void fly() "I can't fly" } class FlyWithWings{ void fly() "I'm flying!!!" } class FlyRocketPowered { void fly() "I'm flying with a rocket!" } IQuackBehavior <|.. Quack IQuackBehavior <|.. Squeak IQuackBehavior <|.. MuteQuack class Quack { void quack() "Quack" } class Squeak{ void quack() "Squeak" } class MuteQuack { void quack() "Silence" } @enduml
false
true
false
false
class
2b83bad3bfa12869796e938c99a15049674eac55
49201c6059aff7268f202bb61942cc3eb7ba462b
/sequence with our DataMng.puml
e75a5b4e4b9f488120225c07b5ffde053a68af0c
[]
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,466
puml
@startuml participant ViewController_Fragment participant List_Data participant Adapter participant ViewHolder participant DownloadController participant DataManager ViewController_Fragment -> Adapter: create(DownloadController::handleRequest, List_Data) group getItemViewType group override getItemViewType Adapter -> Adapter: return List_Data[position].type end group override OnCreateViewHolder alt viewType == TYPE 1 Adapter -> ViewHolder: create TYPE_1(inflated viewType, handleRequest) else Adapter -> ViewHolder: create TYPE_2(inflated viewType, handleRequest) end end group #PeachPuff override onBindViewHolder calls ViewHolder.onBind(List_Data[position]) group #ivory if the dataObject has a url handle ViewHolder -> DownloadController: handleRequest.invoke(url, T) group #LightBlue handleRequest is a function that sends the request \nto the DataManager handleRequest returns a callback DownloadController -> DataManager: fetchData <T> DataManager --> DownloadController: onResponse (t: T) end DownloadController --> ViewHolder: onResponse(t: T) ViewHolder --> Adapter: callback(t:T) Adapter -> List_Data: List_Data[position].update(t) Adapter -> Adapter: notifyDataSetChanged() note left: Can be replaced to notifyItemChanged(position) \nif the Recycler animation has been canceled end end @enduml
false
true
false
false
sequence
268366f5626016fb4d4df44c054bf1667c361fbb
c770c19b1d5e7081191cab585fbcfcb8094af107
/Documentation/Class Heirarchy/Game_Components.puml
bf8c95713defd263aa307513edd77cbc22d5a764
[ "MIT" ]
permissive
aaron-jencks/python_tetris
44f7209770df63a391e9be98d575d38f59124188
1a854348bb76bd8296b00b50d79beb60294e5320
refs/heads/master
2023-01-27T11:10:04.193951
2019-07-29T01:39:50
2019-07-29T01:39:50
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,583
puml
@startuml class Board{ Properties __ public __ {field} +tuple(int x, int y) offset {field} +int scale {field} +int width {field} +int width_total {field} +int height {field} +int height_total {field} +bool ready_for_piece {field} +int level {field} +int lines {field} +int score {field} +bool playing {field} +float delay {field} +bool ready_update __ private __ {field} -Block[:] pieces {field} -Block current_piece {field} -int[:, :] grid {field} -int time_start __ protected __ {field} #char background_char {field} #callable piece_callback {field} #bool can_shift_right {field} #bool can_shift_left {field} #bool can_rotate {field} #bool can_descend == Methods __ public __ {method} +reset() {method} +update() {method} +new_piece(int identifier) {method} +place_piece() {method} +str get_board_string() {method} +str get_game_over_string() {method} +add_to_screen(curses.screen screen) {method} +bool right() {method} +bool left() {method} +bool rotate() {method} +bool descend() {method} +drop() {method} +soft_drop() __ private __ {method} -int[:, :] __get_existing_board() {method} -bool __inside_board(int x = 0, int y = 0) {method} -int __min_drop_distance() __ protected __ {method} #lose() {method} #bool update_grid() } class Player{ Properties __ public __ {field} +int joystick {field} +dict keys {field} +Board board == Methods __ public __ {method} +callable get_function(KeyMappings function) } class Tetris{ Properties __ public __ {field} +tuple(int x, int y) offset {field} +int scale {field} +int board_width {field} +int board_width_adj {field} +int board_width_total {field} +int board_height {field} +int board_height_total {field} +int highscore {field} +int next_piece {field} +Board[:] boards {field} +Player[:] players {field} +int score_display_width {field} +int score_display_height {field} +tuple(int x, int y) display_midpoint __ private __ {field} -str control_string {field} -int control_box_width {field} -int control_box_height == Methods __ public __ {method} +reset() {method} +newgame() {method} +str get_controls_box() {method} +str get_score_box() {method} +add_to_screen(curses.screen screen) __ private __ {method} #gen_next_piece() } @enduml
false
true
false
false
class
b980073f08e3be35716eb7133cd982f2868e9b67
3f0f1beb0020ef10c82e25f24f5ba1e6125d09e2
/src/zhw/designpattern/prototype/proto.puml
a347df2329e1b55f33be839cf56815a78f969a58
[]
no_license
ShepherdOutsidethefortres/JavaBase
14995735a15d04529ea5fc487fea3aeac878a22c
f7b748ba4b808ba6bf9922718b6fa28615775fc0
refs/heads/master
2021-06-26T15:07:04.659964
2021-02-25T06:38:51
2021-02-25T06:38:51
211,585,121
1
0
null
null
null
null
UTF-8
PlantUML
false
false
649
puml
@startuml interface Cloneable{} class AdvTemplate{ -advSubject:String -advContext:String +getAdvSubject():String +getAdvContext():String } class Mail{ -receiver:String -subject:String -appellation:String -contxt:String -tail:String +Mail(AdvTemplate) +getReceiver():String +setReceiver(String):void +getSubject():String +setSubject(String):void +getAppellation():String +setAppellation(String):void +getContxt():String +setContxt(String):void +getTail():String +setTail(String):void } class Client{ -{static}MAX_COUNT:int +{static}main(String[]):void } AdvTemplate -[hidden]> Mail AdvTemplate ..o Mail Mail<..Client Cloneable<|..Mail @enduml
false
true
false
false
class
dbe8d57ddfd02f0153a877c5f3e257d8f1a64e4b
f505f3173c77debabd0a54f4124ecd87df0cb583
/design-patterns/src/main/java/com/nijunyang/designpatterns/state/state.puml
695b8b9f91e519e812b6e869f4f52679cf5d421e
[]
no_license
bluedarkni/study
4dab9a627e11703e7b19c1ca5e4fd1c7a5e6c447
3da7f58e4df50b2ce0aa38eaff09fbc7b0329cca
refs/heads/master
2023-04-06T20:57:52.596183
2023-03-26T12:53:51
2023-03-26T12:53:51
226,616,133
4
3
null
2022-06-21T04:24:54
2019-12-08T04:50:21
Java
UTF-8
PlantUML
false
false
1,158
puml
@startuml class OrderContext{ -State state; -ToBePayState toBePayState; -PaidState paidState; -DeliverGoodsState deliverGoodsState; -GoodsToBeReceivedState goodsToBeReceivedState; -GoodsReceivedState goodsReceivedState; -SuccessState successState; } abstract class State{ void pay(); void deliverGoods(); void toBeReceive(); void receive(); void other(); } class ToBePayState{ -OrderContext context } class PaidState{ -OrderContext context } class DeliverGoodsState{ -OrderContext context } class GoodsToBeReceivedState{ -OrderContext context } class GoodsReceivedState{ -OrderContext context } class SuccessState{ -OrderContext context } State <|-- ToBePayState State <|-- PaidState State <|-- DeliverGoodsState State <|-- GoodsToBeReceivedState State <|-- GoodsReceivedState State <|-- SuccessState 'OrderContext o-- State OrderContext -- ToBePayState OrderContext -- PaidState OrderContext -- DeliverGoodsState OrderContext -- SuccessState OrderContext -- GoodsToBeReceivedState OrderContext -- GoodsReceivedState @enduml
false
true
false
false
state
b184adbd79b8351e683cc473aea8049adca2a38e
b04d5166435afbe4a531aaccc447a40c92bb649b
/docs/Solution/Trust-Manager/Deployment.puml
6e54ba1ad2829c906986d55ba09f60d37ee3bd41
[]
no_license
CAADE/CloudLet
bc8e2d2ca4662aa60732888d727fca11d4045f66
08066bb296578ca6dc60a20388b15cb0f08425c4
refs/heads/master
2021-07-24T19:23:37.384552
2018-08-11T13:37:52
2018-08-11T13:37:52
81,122,426
0
0
null
null
null
null
UTF-8
PlantUML
false
false
152
puml
@startuml package "Trust-Manager" { cloud cloud1 node node1 artifact artifact1 storage objectStore database db1 folder folder1 } @enduml
false
true
false
false
sequence
463ee8a84d9d74ddb35899a882d984422948a4d4
b2281338312f6cf7c8e134d67bf1ed5d85ae5ed5
/TD4/exo2.plantuml
d854eb4843950f7dcc89600cc5c202b575712f53
[ "MIT" ]
permissive
IUT-Blagnac/bcoo-LordHugo02
b3136a66301c6bc340585878cd6535054a8d9d8b
39943919d0a0858ddc6c0ab602b8fec91093547a
refs/heads/main
2023-04-14T17:54:29.352678
2021-04-27T13:31:31
2021-04-27T13:31:31
335,632,481
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,032
plantuml
@startuml Titre '-------------------------------- ' Parametres pour le dessin '-------------------------------- '--http://iut-blagnac.github.io/POO/TD3.html-- hide circle hide empty members hide empty methods '-------------------------------- '4.2.3 '2.2.1. Énoncé 'Dans un magasin, ' le processus de vente ' est le suivant : le client entre, passe dans ' les rayons, demande éventuellement des renseignements ' ou procède à des essais, prend des articles (si le ' stock est suffisant), passe à la caisse où il règle ' ses achats (avec tout moyen de paiement accepté). ' Il peut éventuellement bénéficier d’une réduction. actor Client usecase (Regarder rayons) as Regarder usecase (Demander renseignements) as Demander usecase (Prendre un article) as Prendre usecase (Paye) as Payer usecase (Bénéficier d'une réduction) as Reduction Client --> Regarder Client --> Demander Demander --> Prendre Regarder --> Prendre Demander <--> Regarder Prendre --> Payer Payer --> Reduction @enduml
false
true
true
false
usecase
9ccd748e335d6b3e5ac6da7b7f9b60b6ca1876c4
d641e42a891dfd35ed2d5d9a1a78c5671f79f149
/documentation/UsecaseBookStore.puml
00e7085ed1c1c5aaa13c6c9fd9bf80acf408006a
[ "MIT" ]
permissive
victorursan/BookStore
2837df85ce8f1be1cf6dacb5d5b50688ca9538cb
54ab957b738884620417ab9484986ade09a4f36c
refs/heads/master
2021-01-17T08:16:05.290562
2016-04-01T13:46:36
2016-04-01T13:46:36
52,609,541
0
0
null
null
null
null
UTF-8
PlantUML
false
false
74
puml
@startuml title Buy a book actor customer customer -> (buy book) @enduml
false
true
false
false
usecase
b54ea46f2365b4fbe0ef85255bd865868a0b81d7
dda180d406d1ea7675fe4bde67432c54a1c14277
/src/_04interfaces/R9_9.puml
73a407b51f4154604b267ebb926831b258de75d7
[]
no_license
waiwaikim/Java
06632fbe41fd8a41effba97befcfe41412747ce3
7cc4e3321879ab9935253c0d6502f43f12ee3f2f
refs/heads/master
2020-11-28T10:47:18.413462
2019-12-09T19:29:02
2019-12-09T19:29:02
229,788,544
0
0
null
null
null
null
UTF-8
PlantUML
false
false
282
puml
@startuml Person <|-- Employee Person <|-- Student Student <|-- TeachingAssistant Employee <|-- Professor Employee <|-- Secretary Employee <|-- Janitor Professor<|-- DepartmentChair Person <|-- SeminarSpeaker Course <|-- Seminar Course <|-- Lecture Course <|-- ComputerLab @enduml
false
true
false
false
class
a7dab61abd35c0db44cdea1c847f7bf37562d0cf
be25988f97a06377c2cd37ba2cf6c1a378fa02e1
/packages/zoe/docs/zoe-zcf.puml
9faea96dc34d9f2fa95f174696ead2c7c05c4b2e
[ "Apache-2.0", "MIT", "BSD-3-Clause" ]
permissive
Agoric/agoric-sdk
bea28b730ecb59433b1b963571f2a809ce4ae5c1
0cc126ec803bb3eeff9c94d950e679dfa3db4d6a
refs/heads/master
2023-08-31T13:19:11.750920
2023-08-31T03:13:41
2023-08-31T03:13:41
219,012,610
319
203
Apache-2.0
2023-09-14T18:20:17
2019-11-01T15:30:18
JavaScript
UTF-8
PlantUML
false
false
2,132
puml
@startuml Zoe communication with ZCF participant "packages/vats" actor Alice participant "Zoe Service" box new vat per contract instance collections ZCF database "contract instance" end box "packages/vats" -> "Zoe Service" : makeZoeKit(...) "packages/vats" //-- "Zoe Service" : <font color=gray><size:12>feeMintAccess Alice -> "Zoe Service" : install(bundle) Alice //-- "Zoe Service" : <font color=gray><size:12> installation Alice -> "Zoe Service" : startInstance(installation...) "Zoe Service" -> "Zoe Service" : makeInstanceAdmin() "Zoe Service" -> "Zoe Service" : createZCFVat() "Zoe Service" -> ZCF : E(zcfRoot).executeContract() ZCF -> ZCF : makeZCFZygote() ZCF -> ZCF : evaluateContract(bundle) ZCF -> "contract instance" : start(zcf) "contract instance" -> ZCF : [optional] makeInvitation(...) ZCF -> "Zoe Service" : makeInvitation(...) note left mint invitation payment end note "Zoe Service" --\\ ZCF : <font color=gray><size:12> invitation ZCF --\\ "contract instance" : <font color=gray><size:12> invitation "contract instance" --\\ ZCF : <font color=gray><size:12> {creatorFacet?, creatorInvitation?, publicFacet? } ZCF --\\ "Zoe Service" : <font color=gray><size:12> {creatorFacet?\n <font color=gray><size:12>creatorInvitation?\n <font color=gray><size:12>publicFacet?\n <font color=gray><size:12>handleOfferObj} Alice //-- "Zoe Service" : <font color=gray><size:12>{creatorFacet,\n <font color=gray><size:12>creatorInvitation\n <font color=gray><size:12>instance\n <font color=gray><size:12>publicFacet\n <font color=gray><size:12>adminFacet} ==== Alice -> "Zoe Service" : offer(invitation...) "Zoe Service" -> "Zoe Service" : makeUserSeat "Zoe Service" -> Alice : <font color=gray><size:12> userSeat "Zoe Service" -> ZCF : E(handleOfferObj).handleOffer() note left deposit payments end note ZCF -> ZCF : makeZCFSeat ZCF -> "contract instance" : offerHandler(ZCFSeat) "contract instance" -> ZCF : <font color=gray><size:12> offerResult ZCF --\\ "Zoe Service" : <font color=gray><size:12> { offerResult, exitObj } "Zoe Service" --\\ "Zoe Service" : <font color=gray><size:12> userSeat promises updated @enduml
false
true
false
false
usecase
024e037f804b2bc42a8c83368cc017a928043b54
d765e68ed6715429becb71ef608081b888e3c1f4
/app/src/main/java/com/apps/jivory/googlemaps/viewmodels/viewmodels.plantuml
d9c3f3db93e594ea95f21f4481fb8a71a1d291f4
[ "MIT" ]
permissive
jaredaivory/CSE248FinalProjectAndroidApp
7e731022b86a6761648410f1a15b5e6a11706f03
732ed2f501b42f253b2955a46d15753f4c4d43ae
refs/heads/master
2023-04-06T21:28:33.469252
2018-12-17T19:00:45
2018-12-17T19:00:45
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,635
plantuml
@startuml title __VIEWMODELS's Class Diagram__\n package com.apps.jivory.googlemaps { package com.apps.jivory.googlemaps.viewmodels { class LoginViewModel { {static} - TAG : String {static} - ERROR_DIALOG_REQUEST : int - mGoogle : GoogleSignInClient - mAuth : FirebaseAuth + LoginViewModel() + loginUser() + registerUser() - isServicesOk() - toastError() - isValid() + checkAuth() } } } package com.apps.jivory.googlemaps { package com.apps.jivory.googlemaps.viewmodels { class MainViewModel { {static} + TAG : String - mAuth : FirebaseAuth - mUser : FirebaseUser + MainViewModel() + deleteUser() + updateUser() + insertNewPost() + updateNewPost() + getUserData() + getPostData() + getAllUsersData() + deletePost() + getFirebaseUserID() + logout() + updatePost() } } } LoginViewModel -up-|> AndroidViewModel LoginViewModel o-- Repository : repo MainViewModel -up-|> AndroidViewModel MainViewModel o-- Repository : repo MainViewModel o-- FirebaseLiveDataHelper : firebaseUserData MainViewModel o-- FirebaseLiveDataHelper : firebasePostsData MainViewModel o-- FirebaseLiveDataHelper : firebaseAllUsersData right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
eb48bf7cae8501ea0094c43f453872e3480ae67d
b19e1cd9af26a9f3cb65823e1a7885ce278337fe
/documentation/productApi/serviceability/address/media/src/useCases.puml
432189fd4fe29730aa070e585de584fb3a938d3d
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Sonata-SDK
969c3717fba3fffa009bf3a5de65337b2caccaaf
6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f
refs/heads/working-draft
2023-07-07T02:17:11.649855
2023-06-23T09:30:18
2023-06-23T09:30:18
90,886,429
33
32
Apache-2.0
2023-01-05T23:58:23
2017-05-10T16:38:08
null
UTF-8
PlantUML
false
false
264
puml
@startuml actor Seller left to right direction actor Buyer rectangle { Seller -[hidden]up-> (2. Retrieve Address by Identifier) Seller -[hidden]up-> (1. Validate Address) Buyer --> (1. Validate Address) Buyer --> (2. Retrieve Address by Identifier) } @enduml
false
true
false
false
usecase
dbad5e34c5b8324b63d44079657450091d1b35df
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/UseCases/Manage-Applications/Debug-App.puml
4905aecde0733bf2fb3f617afdc675eb8cc72487
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
251
puml
@startuml Actor "actorName" as A box "Manage-Applications" #lightblue participant CLI as CLI participant Web as Web participant "c3" as S A -> CLI : c3-app-debug() CLI -> S : app/debug() A -> Web : app/debug() Web -> S : app/debug() end box @enduml
false
true
false
false
sequence
890361b37fa36bafba1492be76cf4984726d2543
91678f027f1da807dfe4c113028f331f458c3a3d
/src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-content-landingpage.puml
63668137e9a3c928598adb13e20fe6347df268fd
[ "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
amtee/platform
fd4b863a98c4302a26782486d173c437dfa98baa
3518811b02bcfb746abb8553ae8e5ac6f15338c0
refs/heads/trunk
2023-08-20T03:41:00.473175
2021-09-27T11:20:36
2021-09-27T11:20:36
410,864,620
1
0
MIT
2022-02-06T18:56:01
2021-09-27T11:54:21
null
UTF-8
PlantUML
false
false
3,733
puml
@startuml ' uncomment the line below if you're using computer with a retina display ' skinparam dpi 300 !define Table(name,desc) class name as "desc" << (T,#FFAAAA) >> !define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >> !define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >> ' we use bold for primary key ' green color for unique ' and underscore for not_null !define primary_key(x) <b>x</b> !define unique(x) <color:green>x</color> !define not_null(x) <u>x</u> ' other tags available: ' <i></i> ' <back:COLOR></color>, where color is a color name or html color code ' (#FFAACC) ' see: http://plantuml.com/classes.html#More hide methods hide stereotypes hide empty members skinparam backgroundColor #FFFFFF ' entities Table(ShopwareCoreContentLandingPageLandingPageDefinition, "landing_page\n(__EMPTY__)") { primary_key(id) id primary_key(versionId) version active bool name translated customFields translated slotConfig translated metaTitle translated metaDescription translated keywords translated url translated cmsPageId foreignKey not_null(cmsPageVersionId) referenceVersion not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreContentLandingPageAggregateLandingPageTranslationLandingPageTranslationDefinition, "landing_page_translation\n((Translations))") { not_null(name) string not_null(url) string slotConfig json metaTitle longText metaDescription longText keywords longText customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(landingPageId) foreignKey primary_key(languageId) foreignKey primary_key(landingPageVersionId) referenceVersion } Table(ShopwareCoreContentLandingPageAggregateLandingPageTagLandingPageTagDefinition, "landing_page_tag\n(M:N Mapping)") { primary_key(landingPageId) foreignKey primary_key(landingPageVersionId) referenceVersion primary_key(tagId) foreignKey } Table(ShopwareCoreContentLandingPageAggregateLandingPageSalesChannelLandingPageSalesChannelDefinition, "landing_page_sales_channel\n(M:N Mapping)") { primary_key(landingPageId) foreignKey primary_key(landingPageVersionId) referenceVersion primary_key(salesChannelId) foreignKey } ForeignTable(ShopwareCoreContentCmsCmsPageDefinition, "cms_page") { } ForeignTable(ShopwareCoreContentSeoSeoUrlSeoUrlDefinition, "seo_url") { } ForeignTable(ShopwareCoreSystemLanguageLanguageDefinition, "language") { } ForeignTable(ShopwareCoreSystemTagTagDefinition, "tag") { } ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") { } ' relationshipd ShopwareCoreContentLandingPageAggregateLandingPageTranslationLandingPageTranslationDefinition --> ShopwareCoreContentLandingPageLandingPageDefinition ShopwareCoreContentLandingPageAggregateLandingPageTagLandingPageTagDefinition --> ShopwareCoreContentLandingPageLandingPageDefinition ShopwareCoreContentLandingPageLandingPageDefinition --> ShopwareCoreContentCmsCmsPageDefinition ShopwareCoreContentLandingPageAggregateLandingPageSalesChannelLandingPageSalesChannelDefinition --> ShopwareCoreContentLandingPageLandingPageDefinition ShopwareCoreContentLandingPageLandingPageDefinition --> ShopwareCoreContentSeoSeoUrlSeoUrlDefinition ShopwareCoreContentLandingPageAggregateLandingPageTranslationLandingPageTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentLandingPageAggregateLandingPageTagLandingPageTagDefinition --> ShopwareCoreSystemTagTagDefinition ShopwareCoreContentLandingPageAggregateLandingPageSalesChannelLandingPageSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition @enduml
false
true
false
false
uml-unknown
c2d610fd4ab4a2272d34fbcf7934a964c5ad6349
ce4521625591dbb05ffa372aef06b1a444b853a3
/UML/template.puml
2ded74b3bd29c5676366ba331c993f217c5bf189
[ "MIT" ]
permissive
azdanov/design-patterns
9a7c60ef1873c9140e4252b1366f4232a687f4bf
199600980f998aa5e64c204186cd69af2f02a9df
refs/heads/master
2021-01-25T14:03:43.786246
2018-03-31T21:18:32
2018-03-31T21:18:32
123,643,994
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,062
puml
@startuml Template abstract class AbstractClass { {method} <b>final</b> templateMethod(); {abstract} <b>abstract</b> abstractOperation1(); {abstract} <b>abstract</b> abstractOperation2(); {method} <b>final</b> concreteOperation1(); {method} <b>final</b> concreteOperation2(); {method} hook(); } note right of AbstractClass #fefece <b>final</b> <b>void</b> templateMethod() { abstractOperation1(); abstractOperation2(); concreteOperation1(); <b>if</b> (hook()) { concreteOperation2(); } } <b>public</b> void concreteOperation1() { // implementation } <b>public</b> void concreteOperation2() { // implementation } <b>public</b> boolean hook () {} end note together { class Variatioin1 extends AbstractClass { {method} abstractOperation1(); {method} abstractOperation2(); .. Optional .. {method} hook(); } class Variatioin2 extends AbstractClass { {method} abstractOperation1(); {method} abstractOperation2(); .. Optional .. {method} hook(); } } @enduml
false
true
false
false
class
57bddcba3ca4a7cb60ad96f017957127047deed5
dec75933ae28d0c4c69bc0616f074274838c1d44
/doc/source/bambuk_rpc.puml
137a204ea74e1f66fde67be3e98fe6de24fc9e0f
[ "Apache-2.0" ]
permissive
lionelz/networking-bambuk
8c9783411d8cac0077d54ba4b94e5d894434518c
a7d1ad804c4bf47c6a4aacf21e8123d431752f25
refs/heads/master
2020-04-12T06:30:13.519467
2017-07-03T10:43:56
2017-07-03T10:43:56
61,096,063
0
1
null
null
null
null
UTF-8
PlantUML
false
false
449
puml
@startuml class bambuk_rpc { {abstract}agent_state: state(server_conf) {abstract}boolean: apply(connect_db) {abstract}boolean: update(connect_db_update) } class agent_state { must return the agent map defining it: check with ovs_agent } class server_conf { server_ip } class connect_db { vifs security_groups fdp_entries } class connect_db_update { action: create|delete|replace entity id value } @enduml
false
true
false
false
sequence
18f44a5182142b765a6d5f87ec03bbe97fd76f62
0642ba89c943d33eb1b9fb978ad360c4c5101aab
/UML/sequence/add_figure.puml
8fe047a3da44dc3c54c975f98241c2ba77b93346
[]
no_license
kenchi-san/snowTricks
5ed8ecd6ab3b9cbbfb77735df10e8c1e8a9d169e
bb2db4151b4c694d2d45bfa2b4d100ac20d6065d
refs/heads/main
2023-08-17T04:53:17.895182
2021-09-28T13:24:47
2021-09-28T13:24:47
331,117,075
0
2
null
2021-09-28T13:24:47
2021-01-19T21:41:07
PHP
UTF-8
PlantUML
false
false
399
puml
@startuml title Sequence : Add figure actor Members as U participant Controller as C participant Doctrine as D participant SGBD as BDD ref over U,C,D,BDD : Connection U->C: new figure C->C: check validity alt valid data C->D: flush activate D D->BDD: insertion in the bdd deactivate D C-->U: redirect to show figure else invalid C-->U: display form with errors end @enduml
false
true
false
false
sequence
6fa52919ef38c8c8cbeb625e9f2417787361cfa0
85807c2ce0bbd44b2656ec156fb1600082468e27
/docs/mainwindow.py.class.puml
adc0d0ef1c6d29f3a011be173d5a3fce4a725209
[]
no_license
deadbok/log_grabber
3c76fc1f6518b0673b7319338b7f1d5b65653ec7
3f3e766e78d7cedf269038b15f5ffd874b6c109c
refs/heads/master
2020-12-24T20:00:49.103996
2017-03-27T06:46:47
2017-03-27T06:46:47
86,228,962
0
0
null
null
null
null
UTF-8
PlantUML
false
false
267
puml
@startuml skinparam monochrome true skinparam classAttributeIconSize 0 scale 2 class MainWindow{ -__ip_edit -__search_pattern_edit -__table -__vjuniper -__vjuniper_logfilter -__init__() +error() +getLogClicked() } @enduml
false
true
false
false
class
fce0cc57d73a89c4f924654cf9dfa7f4592d4d54
658effa425038c70a649dcc9008b63ccf5c4ad9d
/app/src/main/UML/EditStepSSD.puml
66792a906f68329453cee360ce6e83aad935e200
[]
no_license
sap0034/RecipeGuruCOMP3710
3dc7dda4b052ad99069664dadf02bff809914ad8
e1c9301fcd306dfd0698b1478ba7b7e69d75beb4
refs/heads/master
2020-03-15T08:49:26.714199
2018-05-04T13:03:34
2018-05-04T13:03:34
131,772,515
0
0
null
null
null
null
UTF-8
PlantUML
false
false
245
puml
@startuml User -> System: Request to edit Step System --> User: Return Prompt for edit step User -> User: Edits Step User -> System: Submits Step changes System -> System: Edits Step System --> User: Returns Step update confirmation @enduml
false
true
false
false
sequence
85481d70a531dead0d6e7abb0f48dde04d1b5a82
49201c6059aff7268f202bb61942cc3eb7ba462b
/pushChat.puml
bc763a84a5307a9dfef1bda53c8905db9e8051a4
[]
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
676
puml
@startuml skinparam sequence { ParticipantPadding 60 ParticipantBorderColor Blue ActorBorderColor Blue LifeLineBorderColor blue LifeLineBackgroundColor #A9DCDF ArrowColor darkBlue } == BotHandler - onResponse == group #Azure statementResponse.articleMeta.chatEscalationAction == ArticleMeta.ChatEscalationAction.highValuePushChat BotHandler -> QuickOptionsHandler: handlePushChat QuickOptionsHandler --> BotHandler: callback: NRChannel? group #AliceBlue callback != null BotHandler -> BotHandler: handleChannel(callback) else BotHandler -> BotHandler: injectResponse() end else BotHandler -> BotHandler: injectResponse() end @enduml
false
true
false
false
sequence
960e6956b063f32b5cf0b47fbbc30e9946e985ff
2658a42eb6bbcc140cae19c1120864277f893b2f
/documentation/src/orchid/resources/assets/diagrams/var.puml
119b10a2ca0ed1d12d38238ae6ddf02f1a1c30c7
[ "Apache-2.0" ]
permissive
tuProlog/2p-kt
0935dbeb88272f79df1ebbd2339767bccc8ecfa4
6510ea0414985b708dd492ee240727f2e261176c
refs/heads/master
2023-08-17T18:41:12.310798
2023-07-19T10:34:16
2023-07-19T13:13:27
230,784,338
84
15
Apache-2.0
2023-09-13T22:49:25
2019-12-29T17:51:34
Kotlin
UTF-8
PlantUML
false
false
363
puml
@startuml left to right direction skinparam shadowing false interface Term { + isGround: Boolean + variables: Sequence<Var> + equals(other: Any): Boolean + structurallyEquals(other: Term): Boolean + freshCopy(): Term + toString(): String } interface Var { + name: String + complete: Name + {static} of(name: String): Var } Term <|-- Var @enduml
false
true
false
false
class
bbbbcea540feaf5e5d646e9035e1b3caa23d0948
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Dropdown.puml
93a6891c7bec2c80dadfcfd15df2ebd76d210a21
[]
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,082
puml
@startuml class TMP_Dropdown { + alphaFadeSpeed : float <<get>> <<set>> + value : int <<get>> <<set>> + SetValueWithoutNotify(input:int) : void SetValue(value:int, sendCallback:bool) : void + IsExpanded : bool <<get>> + RefreshShownValue() : void + AddOptions(options:List<OptionData>) : void + AddOptions(options:List<string>) : void + AddOptions(options:List<Sprite>) : void + ClearOptions() : void + <<virtual>> OnPointerClick(eventData:PointerEventData) : void + <<virtual>> OnSubmit(eventData:BaseEventData) : void + <<virtual>> OnCancel(eventData:BaseEventData) : void + Show() : void + Hide() : void } class DropdownItem { + <<virtual>> OnPointerEnter(eventData:PointerEventData) : void + <<virtual>> OnCancel(eventData:BaseEventData) : void } class OptionData { + text : string <<get>> <<set>> + OptionData() + OptionData(text:string) + OptionData(image:Sprite) + OptionData(text:string, image:Sprite) } class OptionDataList { + OptionDataList() } class DropdownEvent { } class "List`1"<T> { } class "UnityEvent`1"<T> { } Selectable <|-- TMP_Dropdown IPointerClickHandler <|-- TMP_Dropdown ISubmitHandler <|-- TMP_Dropdown ICancelHandler <|-- TMP_Dropdown TMP_Dropdown --> "template" RectTransform TMP_Dropdown --> "captionText" TMP_Text TMP_Dropdown --> "captionImage" Image TMP_Dropdown --> "placeholder" Graphic TMP_Dropdown --> "itemText" TMP_Text TMP_Dropdown --> "itemImage" Image TMP_Dropdown --> "options<OptionData>" "List`1" TMP_Dropdown --> "onValueChanged" DropdownEvent TMP_Dropdown +-- DropdownItem MonoBehaviour <|-- DropdownItem IPointerEnterHandler <|-- DropdownItem ICancelHandler <|-- DropdownItem DropdownItem --> "text" TMP_Text DropdownItem --> "image" Image DropdownItem --> "rectTransform" RectTransform DropdownItem --> "toggle" Toggle TMP_Dropdown +-- OptionData OptionData --> "image" Sprite TMP_Dropdown +-- OptionDataList OptionDataList --> "options<OptionData>" "List`1" TMP_Dropdown +-- DropdownEvent "UnityEvent`1" "<int>" <|-- DropdownEvent @enduml
false
true
false
false
class
fe2a2bb20c68501b69eff972590a7fe99357ee6f
b99a97cb6a8322229692829b1c4f1f2382f321e3
/landscape/uml/src-overview.puml
439a901db1cfbafca4c73704331af258da9e6013
[ "Apache-2.0" ]
permissive
ga-ruv/doc
f35e742bfaad9d79dd85ec4d9e80463c4968c706
961a3305b2ad02b7d977363e537eedaba22941a5
refs/heads/master
2020-05-16T09:59:25.588765
2019-04-25T18:34:58
2019-04-25T18:34:58
182,966,966
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,873
puml
@startuml R+V Anwendungslandschaft ./src/ 'allow_mixing left to right direction scale max 1700*1200 header R+V Anwendungslandschaft ./src/ node "landscape app project" { package "components" { class "App" class "HomePage" class "HomePageContainer" class "NotFoundPage" class "Root" class Filters class Grouping class Sorting class PresetsContainer class Ad class CustomAutoSizer class TweetButton class MainContentContainer class HomePageUrlContainer class HomePageScrollerContainer class ResetFiltersContainer class ItemDialogContainer class ItemDialogButtonsContainer class HeaderContainer class SummaryContainer class ExportCsvContainer class Footer class EmbeddedFooter package BigPicture { class MainLandscapeContentContainer class ExtraLandscapeContentContainer class SwitchButtonContainer class ZoomButtonsContainer class FullscreenButtonContainer } HomePage --> Filters HomePage --> Grouping HomePage --> Sorting HomePage --> PresetsContainer HomePage --> Ad HomePage --> CustomAutoSizer HomePage --> TweetButton HomePage --> MainContentContainer HomePage --> HomePageUrlContainer HomePage --> HomePageScrollerContainer HomePage --> ResetFiltersContainer HomePage --> ItemDialogContainer HomePage --> ItemDialogButtonsContainer HomePage --> HeaderContainer HomePage --> SummaryContainer HomePage --> ExportCsvContainer HomePage --> Footer HomePage --> EmbeddedFooter HomePage --> MainLandscapeContentContainer HomePage --> ExtraLandscapeContentContainer HomePage --> SwitchButtonContainer HomePage --> ZoomButtonsContainer HomePage --> FullscreenButtonContainer Root --> App App --> HomePageContainer App --> NotFoundPage HomePageContainer --> HomePage note top of App Main Application end note } package "images" { } package "reducers" { class "api" class "bus" class "index" class "mainReducer" index --> mainReducer } package "store" { class "configureStore" } package "styles" { class "theme" } package "types" { class index class fields } package "utils" { class "createSelector" class "csvExporter" class "isEmbed" class "isIphone" class "isMobile" class "isDesktop" class "isGoogle" class "itemsCalculator" class "selectedItemCalculator" class "syncToUrl" class "zoom" } class "index.js" #DDDDDD note left of index.js Dies ist der Einstieg end note index.js --> configureStore index.js --> Root index.js --> mainReducer index.js --> theme index.js --> isIphone HomePageContainer --> createSelector HomePageContainer --> mainReducer HomePageContainer --> isEmbed HomePageContainer --> itemsCalculator HomePageContainer --> selectedItemCalculator HomePage --> isIphone HomePage --> isMobile HomePage --> isDesktop HomePage --> isGoogle HomePage --> bus } node "landscape project" { database "data.json" { } database "settings.yml" { } } api --> data.json mainReducer --> api mainReducer --> bus mainReducer --> syncToUrl mainReducer --> zoom mainReducer --> itemsCalculator mainReducer --> csvExporter mainReducer --> settings.yml index.js --> settings.yml App --> settings.yml HomePageContainer --> settings.yml @enduml
false
true
false
false
sequence
ee1e20eb6907977ba7d202a5b05f7deee705b36c
dc16f963059014d5e9d1f1ef3407fc1411b7da02
/src/main/java/ex44/App.44.puml
4d66f7ea68672f8d48fedb2c5eee372dc91093ae
[]
no_license
ifeoma2000/chukuwu-cop3330-assignment3
57ac8e034ccb8e304918234970997c33e432fdfc
e7224a0ef0841bdb4f27626f651763241ffea52e
refs/heads/master
2023-05-31T10:45:19.719257
2021-06-21T04:16:02
2021-06-21T04:16:02
378,803,883
0
0
null
null
null
null
UTF-8
PlantUML
false
false
88
puml
@startuml 'https://plantuml.com/class-diagram class App { + jsonParse:void } @enduml
false
true
false
false
class
deaffef33df420a2533c57aca12705ba9594b9e7
c96079e1420618477b5e65855bf1c8ad12c92781
/assets/proposals/0245-sharing-wifi-ssid-and-password/minimal_approach.puml
31d098cc39e9862580ab96af8874fcbe6d7808f5
[]
permissive
smartdevicelink/sdl_evolution
1b13e7d90acb14856ecbad2f7e4adef444673620
c8a0c076825b1b7e2d40570fe47d553d0111cf2f
refs/heads/master
2022-11-04T11:41:53.841970
2022-10-26T17:03:00
2022-10-26T17:03:00
63,362,559
42
172
BSD-3-Clause
2022-10-26T17:03:02
2016-07-14T19:08:19
Objective-C
UTF-8
PlantUML
false
false
2,073
puml
@startuml !pragma teoz true title Sharing ssid minimal approach participant HMI participant SDL box "Device" participant APP1 participant APP2 end box box "Device2" participant APP3 endbox note over HMI, APP2: Policy restrictions, encryption_required": true, APP1 -> SDL : <b>RAI_1(NetworkingCapabilities) SDL -> HMI : <b>OnAppRegistered(App1, NetworkingCapabilities) SDL -> APP1 : <b>RAI(App2) response APP2 -> SDL : <b>RAI_2(NetworkingCapabilities) SDL -> HMI : <b>OnAppRegistered(App2, NetworkingCapabilities) SDL -> APP2 : <b>RAI(App2) response APP3 -> SDL : <b>RAI_3(NetworkingCapabilities) SDL -> HMI : <b>OnAppRegistered(App3, NetworkingCapabilities) SDL -> APP3 : <b>RAI(App3) response note over HMI : HMI compares own capabilities,\n\ WiFi adapter status, and check if MOBILE or HMI should be AP APP2 -> SDL : Init Secure RPC service SDL -> HMI : ServiceStatusUppate(app2, rpc, encrypted=true) APP3 -> SDL : Init Secure RPC service APP3 -> SDL : Init Secure RPC service SDL -> HMI : ServiceStatusUppate(app3, rpc, encrypted=true) alt HMI is an access point alt Vehicle should be an access point HMI -> SDL : JoinVehicleNetwork (app2) SDL -> APP2 : JoinVehicleNetwork (app2) APP2 -> APP2 : Establish \n\ WiFiConnection APP2 -> SDL : JoinVehicleNetwork response SDL -> HMI : JoinVehicleNetwork response HMI -> SDL : JoinVehicleNetwork (app3) SDL -> APP3 : JoinVehicleNetwork (app3) APP3 -> APP3 : Establish \n\ WiFiConnectionAPP3 -> SDL : JoinVehicleNetwork response end alt Mobile is an access point note right HMI : HMI sends OnSystemRequst to the first APP1 HMI -> SDL : OnSystemRequst (APP1) (WIFI_READY_TO_CONNECT) SDL -> APP1 : OnSystemRequst (WIFI_READY_TO_CONNECT) APP1 -> SDL : JoinMobileNetwork (app1) SDL -> HMI : JoinMobileNetwork (app1) HMI -> SDL : JoinMobileNetwork response SDL -> APP1 : JoinMobileNetwork response note right HMI : HMI shares credentials of the APP1 HMI -> SDL : JoinVehicleNetwork (app3) SDL -> APP3 : JoinVehicleNetwork (app3) APP3 -> SDL : JoinVehicleNetwork response SDL -> HMI : JoinVehicleNetwork response end @enduml
false
true
false
false
sequence
cae4993601fc524c558250f451253bdd2f34b245
8ca813940ab938287ac3063d398929e89643af95
/diagramme_uml.plantuml
d47b5e3b245efe8fce04bf22863cd18cf1c4be30
[]
no_license
mparache/bdd-bibliotheque
497a50e4195be2d7818f20538529da445ac67997
8a80cdbb9d708154300504e32746b4c4d6328d91
refs/heads/master
2022-11-22T17:50:40.459079
2020-07-24T15:26:53
2020-07-24T15:26:53
282,254,458
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,188
plantuml
#@startuml hide circle Class Livre{ code_isbn : nb résumé : text } Class Film{ longueur : nb synopsis : text } Class Langue{ nom : text } Class Enregistrement_Musical{ longueur : nb } Class Contributeur{ nom : text prenom : text date_naissance : date nationalité : text } Class Ressource{ code : nb titre : text date_apparition : date editeur : text genre : text code_classification : nb nb_emprunts () : nb } Class Exemplaire{ etat : {neuf|bon|abîmé} id : nb disponibilité : {prêté|disponible|perdu} } Class Utilisateur{ nom : text prenom : text adresse : text mail : text } Class Membre_Personnel{ login_adm : text mdp_adm : text } Class Adherent{ numero_carte : nb telephone : nb date_naissance : date login_prêt : text mdp_prêt : text blacklist : boolean } Class Prêt{ date_debut : date durée : nb rendu : boolean dépassé () : boolean } Class Sanction{ id : nb desc : text } Class Retard{ date_fin_sanction : date } Class Deterioration{ remboursement : boolean } Class Perte{ remboursement : boolean } Class Adhésion { date_debut : date date_fin : date } Sanction <|-- Retard Sanction <|-- Perte Sanction <|-- Deterioration Utilisateur <|-- Membre_Personnel Utilisateur <|-- Adherent Ressource <|-- Livre Ressource <|-- Enregistrement_Musical Ressource <|-- Film Adhésion "*" - "1" Adherent : a souscrit Adherent "1" -- "*" Sanction : a subi Adherent "1" -- "5" Prêt : peut faire Prêt "*" -- "1" Exemplaire : associé Prêt "1" - "0..2" Sanction : est lié à Membre_Personnel "1" -- "*" Sanction : donne Film "*" - "*" Langue : est réalisé en Film "*" -- "1" Contributeur : Réalisateur Film "*" -- "*" Contributeur : Acteur Langue "1" - "*" Livre : est écrit en Ressource -- "*" Exemplaire : est constiuée Livre "*" -- "1" Contributeur : Auteur Livre "*" -- "1" Contributeur : Editeur Enregistrement_Musical "*" -- "1" Contributeur : Compositeur Enregistrement_Musical "*" -- "1" Contributeur : Interprète @enduml
false
true
true
false
class
a5a91723d6c31179aaba5224770a933d0f483bfd
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/GraphQLRequiredFieldError.puml
7c8d839449535f5483769483a98a1b5ebb82ad66
[]
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
436
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 GraphQLRequiredFieldError [[GraphQLRequiredFieldError.svg]] extends GraphQLErrorObject { code: String field: String } interface GraphQLErrorObject [[GraphQLErrorObject.svg]] { code: String } @enduml
false
true
false
false
class
82584c1c7eec843303acfbf929a977e9a50bcb80
898504c64b7e55b410ab372e98c31ab787afffe5
/api-sequence.puml
407b8bc49e708f8511af4030bbd72bbded8d8933
[ "Apache-2.0" ]
permissive
TheBund1st/daming-docs
cf44c666ab9ac49ec85d6da987647854129874fd
98392a04681bd69e2b635602bcc21e0657041aaf
refs/heads/master
2020-05-18T16:24:01.582881
2019-05-02T05:20:27
2019-05-02T05:20:46
184,525,182
1
0
null
null
null
null
UTF-8
PlantUML
false
false
315
puml
@startuml UserAgent -> DamingAAS: POST /api/sms/verification/code UserAgent -> DamingAAS: DELETE /api/sms/verification/code DamingAAS --> UserAgent: a JWT UserAgent-> YourService: POST /api/sms/verification/required with JWT YourService -> YourService: verify JWT & mobile YourService --> UserAgent: returns @enduml
false
true
false
false
sequence
5e502b4b1cda5629488be1ce5376dbbecf20e62e
6602735ad725e81192f47a23ed04cb3ce98cb418
/plant/005-aggregation.plantuml
568c142166c5156c0011270b2b44fa7bd7e4c638
[]
no_license
harrifeng/svg-in-action
af4a1aab8a94821c9cf68b2e0ed189e68f7c5e11
6c06ab7bb85a7316239b10a3a09966392e4d3eae
refs/heads/master
2021-01-02T08:53:31.995537
2017-08-22T04:18:22
2017-08-22T04:18:22
99,088,242
0
0
null
null
null
null
UTF-8
PlantUML
false
false
95
plantuml
Color <--o Fruit Fruit <--o Basket class Fruit { color } class Basket { fruits }
false
true
false
false
class
987572c2402f60e7259b318afa63375aec7c50c9
72622c91df5b2bc7c4c67b2e6b43b8a0a76df614
/DelugeMidi/doc/flow_task.puml
e2731e7d7e21205cb68fd2ffef7bf3fcf0c92c9c
[]
no_license
cgoehl/deluge-midi
d1860989dd2e2f1a53d89369a0364f27fdb314bf
351152d0a8af080e8b9ffa87c446563d878a0b07
refs/heads/master
2021-01-04T04:05:07.435321
2020-06-16T18:07:35
2020-06-16T18:07:35
240,376,277
8
2
null
null
null
null
UTF-8
PlantUML
false
false
1,042
puml
@startuml autoactivate on ' skinparam handwritten true ' skinparam backgroundColor #EEEBDC participant ":Program" as Program participant ":DelugeMidi" as DelugeMidi participant ":FileProcessor" as FileProcessor participant ":XDocument" as XDocument == Main task == Program -> DelugeMidi: Run() loop each song DelugeMidi -> FileProcessor ** DelugeMidi -> FileProcessor : Process(song) FileProcessor -> XDocument ** : XDocument(path) == Add synthesizers == FileProcessor -> XDocument : //get synths// return synthNodes loop each synthNode FileProcessor -> FileProcessor : AddSynth(synthNode) FileProcessor -> XDocument : //update// return return end == Add kit == FileProcessor -> XDocument : //get kits// return kitNodes loop each kitNode FileProcessor -> FileProcessor : AddKit(kitNode) FileProcessor -> XDocument : //update// return return end FileProcessor -> XDocument : Save() return FileProcessor -> XDocument !! DelugeMidi -> FileProcessor !! end Program -> DelugeMidi !! @enduml
false
true
false
false
sequence
c5a65d153fd1e4da136e1c0c18857eea1b735065
0db2a1b3f42bc02382a3ef4dcc292a327aa574e0
/documents/version_3/diagrammes/sequences/prendDegats.puml
1e4aa05bfed2bab4fc5cea1945499ae472d6ce2a
[]
no_license
arnoux23u-IUTNC/2021_COO_Zeldiablo
9d872fbaf107b05f02c5d1a5bc4f4bc3c314b94e
2b44e0479eacb3114f897d82bc57372a89ae68af
refs/heads/main
2023-09-02T13:52:01.393111
2021-11-15T21:47:07
2021-11-15T21:47:07
368,554,956
0
1
null
null
null
null
UTF-8
PlantUML
false
false
284
puml
@startuml title "prendsDegats" participant "lab : Labyrinthe" as lab participant "pi : Piege" as pi participant "p : Personnage" as p activate lab lab -> pi : prendDegats(p) activate pi pi -> p : diminuerVie(1) activate p p --> pi deactivate p pi --> lab deactivate pi @enduml
false
true
false
false
sequence
d41932f895a85ae36158af52b569edfbdfe9bb48
b74207dd36a83e2c5df93cd78fd6d1676431fd43
/Year 1/Snake/SnakeConsole/snake.puml
f3dd3f72fdc2a24e35bc3fc13aa2e7c848e7b816
[]
no_license
WilsonRCosta/AcademicProjects
090a6787409bd3003bddfadf18779f5a013f4d22
f07519b5a174e4267f895504d0126a171e33d776
refs/heads/main
2022-12-31T15:40:31.960219
2020-10-22T15:40:19
2020-10-22T15:40:19
306,370,192
1
1
null
null
null
null
UTF-8
PlantUML
false
false
1,751
puml
@startuml hide empty members package ctrl { Snake *- Updater Updater +- Snake } package model { interface Listener interface Observer Listener +- Game Observer +-- Level Game ..> Loader : <<use>> Level <--* Snake: -level Level <--* Game: -currLevel Loader ..> Level: <<create>> Level ..> Cell: <<create>> Game <--* Snake: -model Level *-- Observer Updater ..|> Observer Updater ..|> Listener enum Dir package cells{ class Apple class Enemy class Head class Mouse class Tail class Wall } abstract Cell Cell <|-- Apple Cell <|-- Enemy Cell <|-- Head Cell <|-- Mouse Cell <|-- Tail Cell <|-- Wall Head ..> Dir : <<use>> Cell ..> Dir : <<use>> Enemy ..> Dir : <<use>> Mouse ..> Dir : <<use>> } package view { Cell <--* CellTile: cell class EmptyTile StatusPanel <--* Snake: -status package cellTiles { class Tile_Apple class Tile_Enemy class Tile_Head class Tile_Mouse class Tile_Tail class Tile_Wall } CellTile <|-- Tile_Apple CellTile <|-- Tile_Enemy CellTile <|-- Tile_Head CellTile <|-- Tile_Mouse CellTile <|-- Tile_Tail CellTile <|-- Tile_Wall } package isel.poo.console { package tile { abstract class Tile class TilePanel TilePanel o- Tile : *-tiles } Window <--* Snake: -win Window .> View : <<display>> View <|-- FieldView View <|-- ParentView View <|-- Tile ParentView <|-- TilePanel ParentView *-- View ParentView <|-- StatusPanel Tile <|-- CellTile StatusPanel *-- FieldView: 3 Tile <|-- EmptyTile } @enduml
false
true
false
false
class
2821a65bc48c98bf3ae56149d3eb883e9eaf71ee
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/Solution/Service-Stack/Storage-Services/Raw-Storage/UserInteraction.puml
57a9cd765ed5fb16f5825a4cc758e807cfbe652c
[]
no_license
CAADE/ADC
bec251477e457a9ee4eca673fdab04b65c4290f5
a81ba7532e7092ab564bcb30f8ec36bab3b71d0b
refs/heads/master
2021-06-23T22:20:00.239150
2019-04-03T05:15:20
2019-04-03T05:15:20
104,887,854
5
0
null
null
null
null
UTF-8
PlantUML
false
false
93
puml
@startuml actor User User -> "Service-Stack/Storage-Services/Raw-Storage": UseCase @enduml
false
true
false
false
sequence
a0c3bee997595d0908a8c2122aa2f01cc38413e7
fcda9e320ac64d663c2fd3f35c8bc70032a6f27c
/wireshark/tcp_keepalive.puml
8cb423666669d5d741efe2b707857f088ec197d5
[]
no_license
JianLiu666/StudyNote-Linux
6a2e9f9b96a1f243bd410272c257e9be88cd6a90
f0506a816f505d48b280874b84061142c6217eb8
refs/heads/master
2023-01-09T19:44:03.663200
2020-10-28T13:41:13
2020-10-28T13:41:13
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,128
puml
@startuml tcp_keepalive skinparam ParticipantPadding 100 skinparam BoxPadding 10 participant "Client" as client #BUSINESS participant "Server" as server #BUSINESS autonumber "0." client -> server : [SYN] seq=0 activate client #F5DDAD activate server #F5DDAD server -> client : [SYN, ACK] seq=0, ack=1 client -> server : [ACK] seq=1, ack=1 deactivate client deactivate server client -> server : [PSH, ACK] seq=1, ack=1, len=6 activate client #F5DDAD activate server #F5DDAD server -> client : [ACK] seq=1, ack=7 deactivate client deactivate server client -> server : [PSH, ACK] seq=7, ack=1, len=3 activate client #F5DDAD activate server #F5DDAD server -> client : [ACK] seq=1, ack=10 deactivate client deactivate server client -> server : [PSH, ACK] seq=10, ack=1, len=5 activate client #F5DDAD activate server #F5DDAD server -> client : [ACK] seq=1, ack=15 deactivate client deactivate server client -> server : [FIN, ACK] seq=15, ack=1 activate client #F5DDAD activate server #F5DDAD server -> client : [FIN, ACK] seq=1, ack=16 client -> server : [ACK] seq=16, ack=2 deactivate client deactivate server @enduml
false
true
false
false
sequence
7ed4c696cd011c6b8d19da6f53556f470171410c
e43c23107e0c8b75824f16f513fa5f8c82bfb955
/public/images/diagrams/diagram_sequence_logout.plantuml
372761d2540016c64943c86d8f1cd8dd6d9cc10d
[]
no_license
namoclopez2020/manzana-verde-frontend
b6b2ad7e71e7eb89ce67b0aaf3a57154311f8737
a8b531aafbd7afd8a7f37c3b97a1df75c705b5c8
refs/heads/main
2023-08-07T12:50:01.585488
2021-09-27T01:36:01
2021-09-27T01:36:01
410,187,509
1
0
null
null
null
null
UTF-8
PlantUML
false
false
581
plantuml
@startuml logout actor "Actor" boundary "navBar.vue" control "useUser" control "store/user" entity "endpoint" "Actor" -> "navBar.vue" : click "logout button" activate navBar.vue "navBar.vue" -> "useUser" : setLogout() activate useUser "useUser" -> "store/user" : logout() activate "store/user" "store/user" -> "endpoint" : /api/auth/logout activate endpoint "endpoint" -> "store/user" : data deactivate endpoint "store/user" -> "store/user" : delete user data "store/user" -> "Actor" : redirect to home deactivate "store/user" deactivate useUser deactivate navBar.vue @enduml
false
true
false
false
sequence
112975e7f43020774d22bee8cfcf4bc483ddc411
86a3a7f68a26bf947a96c34a6b008dc98e48c575
/lapr2-2020-g041/docs/UC3/UC3_CD.puml
35007a5bff406b0a263ee47a20c71136094129ec
[ "MIT" ]
permissive
GJordao12/ISEP-LAPR2
7f01f7fe4036f17a4a76f0595e80564c2dda7b3c
0c537d1cf57f627f98e42b6f1b7e100f49ff2d15
refs/heads/master
2023-08-17T10:59:19.469307
2021-10-02T16:27:19
2021-10-02T16:27:19
272,283,723
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,326
puml
@startuml skinparam classAttributeIconSize 0 class AplicacaoPOT { +static getInstance() +getCurrentSession() } class UserSession { +getUserEmail() } class Task { -String id -String briefDescription -Double timeDuration -Double costPerHour -String category +Task(id,desc,duration,cost,cat) } class Organization { -String designation +TasksList getTasksList() } class TasksList { +newTask(id,desc,duration,cost,cat) +registerTask(task) -addTask(task) -validateTask(task) } class Platform { -String designation +RegisterOrganizations getOrganizationsRegister() } class OrganizationsRegister { +getOrganizationByUserEmail(email) } class CreateTaskController { +newTask(id,desc,duration,cost,cat) +registerTask() } class CreateTaskUI { } class Collaborator { -String name -String email } CreateTaskUI ..> CreateTaskController CreateTaskController ..> Platform CreateTaskController ..> Task CreateTaskController ..> Organization CreateTaskController ..> AplicacaoPOT CreateTaskController ..> UserSession Platform "1" --> "1" OrganizationsRegister : has OrganizationsRegister "1" --> "*" Organization : has Organization "1" --> "1" TasksList : has Organization "1" -- "1" Collaborator: has TasksList "1" --> "*" Task : has Collaborator "1" -- "*" Task : creates @enduml
false
true
false
false
sequence
e73365ce833ba49c6c51b2d30c8324269607b256
9e101f61f9893795d4c2c6fcb404b9be386547f0
/diagrams/configuration/sequence.plantuml
7afa9fecfec38ace132c447fb96825d0e857b801
[ "MIT" ]
permissive
tienvx/mbt-assets
6ed2f3682e2b29c2fcbfdc3ae9eeb97834c84ab4
ee411bd11e6496e295346077b920ba9af07d3ac6
refs/heads/master
2020-05-17T23:53:51.386275
2019-04-30T11:56:07
2019-04-30T11:56:07
184,045,395
0
0
null
null
null
null
UTF-8
PlantUML
false
false
150
plantuml
@startuml actor User as user << Human >> participant "MBT Bundle" as bundle user -> bundle : Change theme user -> bundle : Change language @enduml
false
true
false
false
sequence
3221788633a9b3953a8dc8b6893b3070a7154baf
6a688b61002443e7c0bf0ad0303ec32aff2879d2
/src/mastermind.puml
3c7278efb2a0926a5110ed6ddf3d3b5df09b4d94
[]
no_license
Master-Desarrollo-20-21/diseno-oo-ejercicio2-mastermind-document-view-Josecfb
5cf1affd8e1fdd3d36985312699282a9ca1cb239
6ed5de3b5678b6ae9ead9223b74816c8edfe18a1
refs/heads/main
2023-02-03T12:06:53.844109
2020-12-21T16:21:18
2020-12-21T16:21:18
323,388,006
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,886
puml
@startuml Game_PublicView_v3_0_0 title Game_PublicView v3.0.0 class Mastermind{ } package models{ class Game { +Game() +play() : void } class Attempt{ +Attempt(SecretCombination) +isWinner() : boolean +toString() : String } class Result{ +Result(whites: int, blacks: int) +isWinner() : boolean +toSring() : String } enum Color{ RED('r') GREEN('g') BLUE ('b') YELLOW('y') ORANGE('o') PINK('p') +{static} getAvailableColors() : String +{static} getColorByChar(char) : Color +isSameColorAs(color : Color) : bool +toString() : String } abstract class Combination{ +toString() : String } class SecretCombination{ +SecretCombination() +evalueCombination(ProposedCombination) : Result +toString() : String } class ProposedCombination{ +ProposedCombination() +read(): void } } package Utils{ class Console{ +write(promptMessage : String) : void +read(promptMessage : String) : String } } package views{ class View{ +View(Game) } class ViewGame{ +View(Game) +interact():void } class StartView{ +show() : void } class ResumeView{ +isResume() : boolean } class AttemptsView{ +AttemptsView(Game) +show():void } class ProposedCombinationView{ +read():String } } Mastermind *--> Game Mastermind *--> ViewGame View <|-- ViewGame View <|-- AttemptsView View*--> Game ViewGame *--> StartView ViewGame *--> ResumeView ViewGame *--> AttemptsView ViewGame *--> ProposedCombinationView Game *--> SecretCombination Game *--> "0..10" Attempt Combination ^-- SecretCombination Combination ^-- ProposedCombination Combination *--> "4" Color SecretCombination..>ProposedCombination Attempt *--> ProposedCombination Attempt *--> Result Attempt ..> SecretCombination views ..> Console @enduml
false
true
false
false
class
e9e79f7926035ab14ebd39d417d1cfa8d940a998
2fa6d795127fcd683fe34bb7d74876e0fcd939eb
/src/main/java/pl/me/automation/config/config.plantuml
4f84971f095f0211e1778248588c7575f90e82e0
[]
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
364
plantuml
@startuml title __CONFIG's Class Diagram__\n namespace pl.me.automation { namespace config { enum WebDriverType { CHROME } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
cd52439915e9cbd7806b988b032d847790a774fb
5f29099146a9d08c207b5fa75d87f75f54c11b10
/diagrams/Request_master.puml
1474c3cb5e5d0e833e93481a51e0c0238e4cdd45
[ "Apache-2.0" ]
permissive
FlexSearch/Architecture
d7b5ef4aa506813ce0fa9dc448624c4a6d8a7f71
80c760fa063f3dc2153c9f87a7bc35d03ef7ae1c
refs/heads/master
2021-01-21T17:45:57.703575
2015-03-06T16:26:52
2015-03-06T16:26:52
31,603,640
0
1
null
null
null
null
UTF-8
PlantUML
false
false
312
puml
@startuml title Request to master node autonumber actor Client boundary LoadBalancer database TransactionLog Client -> LoadBalancer: Request LoadBalancer -> Beta: indexName:id Beta -> TransactionLog: Write ahead transaction log Beta --> Client: success response Beta --> Alpha: Sync Beta --> Gamma: Sync @enduml
false
true
false
false
sequence
2265f745c81d8d56ed58e11271bc678f895da9e2
7c0ce87bcef294427e44a8980a2405b15300eb69
/Behavioral/visitor/visitor.puml
e076e4a240ab9e6eb6e98b6819b642c5edc79a31
[]
no_license
TommyFen/My-Design-Patterns
8788e71580f7bfaa67be308229332a4953daf584
29bf13377b8ffd4ad2fe40b1773b6363a879bf19
refs/heads/master
2021-06-16T15:57:39.452370
2021-02-24T15:30:38
2021-02-24T15:30:38
172,343,204
1
0
null
null
null
null
UTF-8
PlantUML
false
false
216
puml
@startuml abstract class Staff class Engineer extends Staff class Pm extends Staff class Report Staff <-- Report interface Leader class CEO implements Leader class CTO implements Leader Leader <-- Report @enduml
false
true
false
false
class
b091383be5b9fd0c2bd543afc3f240bce3c5ce6b
c96079e1420618477b5e65855bf1c8ad12c92781
/assets/proposals/0245-sharing-wifi-ssid-and-password/vehicle_access_point_multiapps.puml
974cfcefe6b14070a3b8ddbdeae95fbe656c0e3f
[]
permissive
smartdevicelink/sdl_evolution
1b13e7d90acb14856ecbad2f7e4adef444673620
c8a0c076825b1b7e2d40570fe47d553d0111cf2f
refs/heads/master
2022-11-04T11:41:53.841970
2022-10-26T17:03:00
2022-10-26T17:03:00
63,362,559
42
172
BSD-3-Clause
2022-10-26T17:03:02
2016-07-14T19:08:19
Objective-C
UTF-8
PlantUML
false
false
2,872
puml
@startuml !pragma teoz true title Multiple apps on one device, VEHICLE is an access point participant HMI participant SDL box "Device" participant APP1 participant APP2 end box note over HMI, APP2: in ini file : NetworkHost = VEHICLE \n\ Apps allowed to use feature by policies SDL -> HMI : <b>UI.GetCapabilities() request HMI -> SDL : <b>UI.GetCapabilities(NetworkingCapabilities) response : \n\ \t autoJoinWiFiSupported : \t true \n\ \t canHostWiFiNetwork : \t true \n\ \t preferredNetworkHost : \t **VEHICLE** \n\ \t wifiFrequencyBandsSupported : \t "FREQUENCY_BAND_2_4_GHZ" APP1 -> SDL : <b>RAI_1(NetworkingCapabilities): \n\ \t autoJoinWiFiSupported : \t true \n\ \t canHostWiFiNetwork : \t true \n\ \t preferredNetworkHost : \t **VEHICLE** \n\ \t wifiFrequencyBandsSupported : \t "FREQUENCY_BAND_2_4_GHZ" SDL -> HMI : <b>OnAppRegistered(App1) SDL -> APP1 : <b>RAI(App1) response SDL -> SDL : Based on ini file, **RAI_1(App1)** and HMI NetworkCapabilities\n\ SDL decides that **VEHICLE should be AP** SDL -> HMI: <b>OnSystemCapabilityUpdated(NetworkCapabilities): \n\ \t preferredNetworkHost : \t **VEHICLE** \n\ \t wifiFrequencyBandsSupported : \t "FREQUENCY_BAND_2_4_GHZ" SDL -> APP1: <b>OnSystemCapabilityUpdated(NetworkCapabilities): \n\ \t preferredNetworkHost : \t **VEHICLE** \n\ \t wifiFrequencyBandsSupported : \t "FREQUENCY_BAND_2_4_GHZ" HMI -> HMI : HMI creates WiFi Access Point note over HMI: HMI shows pop-up \n\ user consent HMI -> SDL: <b>OnSystemCapabilityUpdate(NetworkCapabilities): \n\ \t autoJoinWiFiSupported : \t **false** \n\ \t canHostWiFiNetwork : \t **true** \n\ \t preferredNetworkHost : \t **VEHICLE** \n\ \t wifiFrequencyBandsSupported : \t "FREQUENCY_BAND_2_4_GHZ" HMI -> SDL: <b>JoinNetwork request \n\ \t ssid : \t InCarWiFiAP \n\ \t password : \t 12345678 \n\ \t securityType : \t WIFI_SECURITY_WPA2 \n\ \t wifiFrequencyBandsSupported : \t "FREQUENCY_BAND_2_4_GHZ" SDL -> APP1: <b>JoinNetwork request \n\ \t ssid : \t InCarWiFiAP \n\ \t password : \t 12345678 \n\ \t securityType : \t WIFI_SECURITY_WPA2 \n\ \t wifiFrequencyBandsSupported : \t "FREQUENCY_BAND_2_4_GHZ" note over APP1: Mobile shows pop-up \n\ user consent APP1 -> APP1 : Establish \n\ WiFiConnection APP1 -> SDL : <b>JoinNetwork response SDL -> HMI : <b>JoinNetwork response SDL -> APP1 : TransportEventUpdate APP2 <-> SDL : CreateSession SDL -> APP2 : TransportEventUpdate APP2 -> SDL : <b>RAI_2(NetworkingCapabilities): \n\ \t autoJoinWiFiSupported : \t true \n\ \t canHostWiFiNetwork : \t true \n\ \t preferredNetworkHost : \t **VEHICLE** \n\ \t wifiFrequencyBandsSupported : \t "FREQUENCY_BAND_2_4_GHZ" SDL -> HMI : <b>OnAppRegistered(App2) SDL -> APP2 : <b>RAI(App2) response note over SDL : Do not recalculate NetworkCapabilities \n\ because feature enabled application already initialized in Mobile Device \n\ @enduml
false
true
false
false
sequence
12d6ea9a8e495f6594c92ab5622f2f35698ae500
500285fe250dffdbd79697ec5f2fa314e2e476ff
/doc/uml/02_uc_products.puml
061633e5e592ef82536b5f138e668db0c550bf26
[]
no_license
Zepmanbc/oc_dapython_pr8
47ac9745600a6c9357df4a7c613b656ac3b867c7
1009051f42688df06389f507d56eff1001507009
refs/heads/master
2020-04-30T02:31:27.009603
2019-04-29T20:59:49
2019-04-29T20:59:49
176,562,185
0
1
null
2019-04-13T15:53:12
2019-03-19T17:10:08
CSS
UTF-8
PlantUML
false
false
788
puml
@startuml 02_uc_products title Diagrame de cas d'utilisation "Products" package Products{ left to right direction (Faire une recherche) as SEARCH (Choisir un produit) as SELECT_PRODUCT (Trouver un substitut) as FIND_SUBST (Enregistrer un substitut) AS SET_SUBST (Afficher un produit) AS SHOW_PRODUCT (Supprimer un substitut) AS DEL_SUBST (Consulter "Mes produits") as SHOW_FAV (Consulter les substituts enregistrés) as SHOW_SUBST (Récupérer les données de OFF) as SNIFFER } actor user actor OpenFoofFacts <<system>> actor Developpeur user -- SEARCH user -- SELECT_PRODUCT user -- FIND_SUBST user -- SHOW_PRODUCT user -- SET_SUBST user -- DEL_SUBST user -- SHOW_FAV user -- SHOW_SUBST SNIFFER -- OpenFoofFacts Developpeur -- SNIFFER @enduml
false
true
true
false
usecase
6003faf075aadbb1ecd8ae74448315949f3aa537
c69a4c4bf8190b1d121dbf52beb72870964a43eb
/docs/linking/1-discovery.puml
4abe216da3b8aaccb6ca522a8e9e6b6377670ccb
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
kleyow/pisp
98bc352ef03a5125c35456f422c78c1d2462e519
bf6917f6a0f0066af38b8894b25619261cf4e7af
refs/heads/master
2023-06-27T23:04:05.046890
2020-10-20T02:52:13
2020-10-20T02:52:13
268,942,351
0
0
NOASSERTION
2020-06-03T01:00:48
2020-06-03T01:00:48
null
UTF-8
PlantUML
false
false
1,536
puml
@startuml title PISP Linking: Discovery box "Mobile device" participant App end box box "PISP" participant PISP end box box "Mojaloop" participant Switch end box participant DFSP autonumber 1 "<b>DISC-#</b>" activate PISP ... note over App, DFSP The user will be prompted in the PISP App for the unique ID they use with their DFSP. This could be a username, MSISDN, email address, etc. end note ... PISP -> Switch ++: ""GET /parties/OPAQUE/username1234""\n\ "" FSIOP-Source: pispa""\n\ "" FSIOP-Destination: dfspa"" Switch --> PISP: ""202 Accepted"" deactivate PISP Switch -> DFSP ++: ""GET /parties/OPAQUE/username1234""\n\ "" FSIOP-Source: pispa""\n\ "" FSIOP-Destination: dfspa"" DFSP --> Switch: ""202 Accepted"" deactivate Switch DFSP -> Switch ++: ""PUT /parties/OPAQUE/username1234""\n\ "" FSIOP-Source: dfspa""\n\ "" FSIOP-Destination: pispa""\n\ ""{ [""\n\ "" { id: "dfspa.username.1234", currency: "ZAR" },""\n\ "" { id: "dfspa.username.5678", currency: "USD" }""\n\ ""] }"" Switch --> DFSP: ""200 OK"" deactivate DFSP Switch -> PISP ++: ""PUT /parties/OPAQUE/username1234""\n\ "" FSIOP-Source: dfspa""\n\ "" FSIOP-Destination: pispa""\n\ ""{ [""\n\ "" { id: "dfspa.username.1234", currency: "ZAR" },""\n\ "" { id: "dfspa.username.5678", currency: "USD" }""\n\ ""] }"" PISP --> Switch: ""200 OK"" deactivate Switch deactivate PISP ... note over App, DFSP The PISP can now present a list of possible accounts to the user for pairing. end note @enduml
false
true
false
false
sequence
10b99947751b0408a6812a4e1a0e77a4a3f9d1b6
b19e1cd9af26a9f3cb65823e1a7885ce278337fe
/documentation/productSchema/ip/internetAccess/MEF 139 resources/media/IP_UNI_Access_Link.puml
ffb1e4163296dfd2c878ecec609d50e0075996c6
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Sonata-SDK
969c3717fba3fffa009bf3a5de65337b2caccaaf
6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f
refs/heads/working-draft
2023-07-07T02:17:11.649855
2023-06-23T09:30:18
2023-06-23T09:30:18
90,886,429
33
32
Apache-2.0
2023-01-05T23:58:23
2017-05-10T16:38:08
null
UTF-8
PlantUML
false
false
1,924
puml
@startuml skinparam { ClassBackgroundColor White ClassBorderColor Black } class IpUniAccessLinkCommon { identifier: IdentifierString connectionType: ConnectionType prefixDelegation: EnabledDisabled mtu: integer } IpUniAccessLinkCommon *-r-> L2Technology : l2Technology IpUniAccessLinkCommon *-l->"*" Vrid : reservedVrids class BasicIaIpUniAccessLink { } IpUniAccessLinkCommon <|-u- BasicIaIpUniAccessLink BasicIaIpUniAccessLink *-u-> BasicIaBwpEnvelope : egressBwpEnvelope BasicIaIpUniAccessLink *-u-> BasicIaBwpEnvelope : ingressBwpEnvelope BasicIaIpUniAccessLink *-u-> BasicIaUniIpv4ConnectionAddressing : ipv4ConnectionAddressing BasicIaIpUniAccessLink *-u-> BasicIaUniIpv6ConnectionAddressing : ipv6ConnectionAddressing class IpUniAccessLink { } IpUniAccessLinkCommon <|-d- IpUniAccessLink IpUniAccessLink *--> AccessLinkBfd : bfd IpUniAccessLink *--> DhcpRelay : dhcpRelay IpUniAccessLink *--> IpUniAccessLinkBwpEnvelope : egressBwpEnvelope IpUniAccessLink *--> IpUniAccessLinkBwpEnvelope : ingressBwpEnvelope IpUniAccessLink *--> UniIpv4ConnectionAddressing : ipv4ConnectionAddressing IpUniAccessLink *--> UniIpv6ConnectionAddressing : ipv6ConnectionAddressing class L2Technology { <<skipped>> } class UniIpv4ConnectionAddressing { <<skipped>> } class UniIpv6ConnectionAddressing { <<skipped>> } class BasicIaUniIpv4ConnectionAddressing { <<skipped>> } class BasicIaUniIpv6ConnectionAddressing { <<skipped>> } class BasicIaBwpEnvelope { <<skipped>> } class IpUniAccessLinkBwpEnvelope { <<skipped>> } class AccessLinkBfd { activeEnd: BfdActiveEnd authenticationType: BfdAuthenticationType connectionAddressFamily: AddressFamilyIpv4Ipv6Both detectMultiplier: integer transmissionInterval: integer } class DhcpRelay { } DhcpRelay *-->"*" Ipv4OrIpv6Address : dhcpServerList DhcpRelay *--> IdentifierString : ipvcEndPointIdentifier @enduml
false
true
false
false
sequence
82d408028bcaabb2404b3ba7b86f2b89327bc6af
8e5ae341bca4d434db7a5fefe2e2dfe22fc87d31
/docs/uml/ai_behaviour.puml
8e1a67d17968608ed06288637c8c7d3db015df5a
[]
no_license
Rkun08/bright-souls
106367a77a11adf23792d1dabd6ab33b11becee8
90ff6dc0391f8fa10bd3e83cbb9831038cca4641
refs/heads/main
2023-08-24T09:18:53.683353
2021-10-24T17:35:36
2021-10-24T17:35:36
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
863
puml
@startuml title AI Base Behaviour State Diagram state Default { state Idle #orange Idle : AI stays in place. Patrolling : AI is walking around\nsearching for targets. Seeking : AI moves in the\ndirection of target. CombatMovement : AI keeps attacking\nand maintaining\nan optimal distance. [*] --> Idle : Start (on spawn) Idle --> Patrolling : After 2 seconds Idle --> Seeking : Has a target Patrolling --> Seeking : Has a target Seeking --> CombatMovement : Is in\nattack range Seeking --> Idle : Target dead or\nout of reach CombatMovement --> Seeking : Is out of\nattack range CombatMovement --> Idle : Target dead or\nout of reach } state Death { state Any #cyan state Dead : AI is dead. Any --> Dead : AI dies Dead --> [*] : End (on despawn) } scale 1.3 hide empty description @enduml
false
true
false
false
sequence
2df095a5dc57b7aca0d89f07c381c22785da4854
e618e68be491bb98c0573a467be63146a053cc6c
/SA/sequencediagram/transaction/Transaction.puml
2d7b213927ff4c6e07cb12223a964f9af12ca2cf
[]
no_license
dedeandress/belanjayukid-be-services
14101c676e2bdd56c5df72b9ccddae648951cf8b
9bedbf42cdd0b764e27c9dc839df8b401ac0bb62
refs/heads/master
2022-04-07T04:29:30.602535
2020-02-28T05:39:33
2020-02-28T05:39:33
194,123,362
0
0
null
null
null
null
UTF-8
PlantUML
false
false
13,932
puml
@startuml title: Transaction Sequence Diagram actor user participant BelanjaYukFE database BelanjaYukDB box "BelanjaYuk.id" #LightBlue participant BelanjaYukBE participant TransactionResolver participant TransactionService participant TransactionRepository participant TransactionDetailRepository participant JWTUtility participant PaymentRepository participant BelanjaYukDB end box user -> BelanjaYukFE ++ : Transaction menu BelanjaYukFE -> BelanjaYukBE ++ : /graphql create transaction init note right of BelanjaYukFE content type: application/json request body: mutation{ createTransaction{ transactionId } } } end note BelanjaYukBE -> TransactionResolver ++ : call TransactionResolver TransactionResolver -> TransactionService ++ : call TransactionService note left passing: - context end note TransactionService -> JWTUtility: validate token and claim role alt #LightGreen token is not expired alt #LightYellow role is admin or cashier TransactionService -> PaymentRepository ++ : add payment init PaymentRepository -> BelanjaYukDB ++ : insert new payment BelanjaYukDB --> PaymentRepository -- : affected row no error and return payment id PaymentRepository --> TransactionService -- : affected row no error and return payment id TransactionService -> TransactionRepository ++ : call addTransaction init note left of TransactionService passing Transaction(paymentId) model end note TransactionRepository -> BelanjaYukDB ++ : insert new transaction BelanjaYukDB --> TransactionRepository -- : affected row no error and return \ntransaction id and status TransactionRepository --> TransactionService -- : affected row no error and return transaction id and status = 0 TransactionService --> TransactionResolver : return response Transaction id TransactionResolver --> BelanjaYukBE : response CreateTransactionResult BelanjaYukBE --> BelanjaYukFE : transactionId and status = 0 else error: role is not admin or cashier TransactionService --> TransactionResolver : Error: Not Authorized TransactionResolver --> BelanjaYukBE : Error: Not Authorized BelanjaYukBE --> BelanjaYukFE: Message: You're not authorize end alt else token is expired TransactionService --> TransactionResolver -- : Error: token expired TransactionResolver --> BelanjaYukBE -- : Error: token expired BelanjaYukBE --> BelanjaYukFE -- : Message: token was expired end alt BelanjaYukFE -> BelanjaYukFE: add all transaction detail to cart BelanjaYukFE -> BelanjaYukBE ++ : /graphql checkout transaction note right of BelanjaYukFE content type: application/json request body: mutation { checkout( transaction: { transactionId: $transactionId customerId: $customerId staffId: $staffId detail: [ { productDetailId: $productDetailId numberOfPurchase: $numberOfPurchase } ] } ) { status details { id numberOfPurchases status transactionID } totalPrice } } } end note BelanjaYukBE -> TransactionResolver ++ : call TransactionResolver TransactionResolver -> TransactionService ++ : call TransactionService note left passing: - context - transactionInput end note TransactionService -> JWTUtility: validate token and claim role alt #LightGreen token is not expired alt #LightYellow role is admin or cashier TransactionService -> TransactionService : add TransactionDetail from \nTransactionInput to list TransactionService -> TransactionRepository ++ : get Transaction status TransactionRepository -> BelanjaYukDB ++ : select Transaction by id BelanjaYukDB --> TransactionRepository -- : status or null TransactionRepository --> TransactionService -- : status or null alt status is not null alt #LightYellow status is 0 TransactionService -> TransactionDetailRepository ++ : add list of transaction detail TransactionDetailRepository -> BelanjaYukDB ++ : insert list\n transaction detail BelanjaYukDB --> TransactionDetailRepository -- : affected row no error and\n return list of\n transaction detail TransactionDetailRepository --> TransactionService -- : affected row no error and \n return list of transaction detail TransactionService -> TransactionRepository ++ : update total totalPrice TransactionRepository -> BelanjaYukDB ++ : update totalPrice BelanjaYukDB --> TransactionRepository -- : affected row no error\n and return totalPrice TransactionRepository --> TransactionService -- : affected column no error and return totalPrice TransactionService -> TransactionRepository ++ : update Transaction passing status = 1, transactionId, customerId, and staffId TransactionRepository -> BelanjaYukDB ++ : update PTransaction set values as passed\n from request where transactionId is given BelanjaYukDB --> TransactionRepository -- : affected column no error\n and return status TransactionRepository --> TransactionService -- : affected column no error\n and return status else status is not 0 TransactionService -> TransactionDetailRepository ++ : get transaction detail by transactionId TransactionDetailRepository -> BelanjaYukDB ++ : select transaction\n detail by\n transactionId BelanjaYukDB --> TransactionDetailRepository -- : list of\nTransactionDetail TransactionDetailRepository --> TransactionService -- : list of TransactionDetail TransactionService -> TransactionRepository ++ : update total totalPrice TransactionRepository -> BelanjaYukDB ++ : update totalPrice BelanjaYukDB --> TransactionRepository -- : affected row no error\n and return totalPrice TransactionRepository --> TransactionService -- : affected column no error\n and return totalPrice end alt TransactionService --> TransactionResolver : return TransactionsResult TransactionResolver --> BelanjaYukBE: response TransactionsResult BelanjaYukBE --> BelanjaYukFE: status, totalPrice and list of transaction details end alt else error: role is not admin or cashier TransactionService --> TransactionResolver : Error: Not Authorized TransactionResolver --> BelanjaYukBE : Error: Not Authorized BelanjaYukBE --> BelanjaYukFE: Message: You're not authorize end alt else token is expired TransactionService --> TransactionResolver -- : Error: token expired TransactionResolver --> BelanjaYukBE -- : Error: token expired BelanjaYukBE --> BelanjaYukFE -- : Message: token was expired end alt BelanjaYukFE -> BelanjaYukBE ++ : /graphql completed transaction note left of BelanjaYukFE content type: application/json request body: mutation { completePayment( transactionId: $transactionId amountOfPayment: $totalPay ) { status debt } } end note BelanjaYukBE -> TransactionResolver ++ : call TransactionResolver TransactionResolver -> TransactionService ++ : call TransactionService note left of TransactionResolver passing: - context - transactionId - totalPay end note TransactionService -> JWTUtility: validate token and claim role alt #LightGreen token is not expired alt #LightYellow role is admin or cashier TransactionService -> TransactionRepository ++ : get transaction status TransactionRepository -> BelanjaYukDB ++ : select status by transactionId BelanjaYukDB --> TransactionRepository -- : status or null TransactionRepository --> TransactionService -- : status or null alt status not null alt status is 1 TransactionService -> TransactionRepository ++ : bulk update stock with List of\nTransactionDetail (decrement) TransactionRepository -> BelanjaYukDB ++ : bulk update stock set values as passed\nfrom request with list of\ntransactionDetail BelanjaYukDB --> TransactionRepository -- : affected row no error TransactionRepository --> TransactionService -- : affected row no error TransactionService -> TransactionRepository ++ : update status passing Transaction id and status = 2 TransactionRepository -> BelanjaYukDB ++ : update status set values as passed from\n request where transaction id\nis given BelanjaYukDB --> TransactionRepository -- : affected row no error and return\n new status TransactionRepository --> TransactionService -- : affected row no error and return new status TransactionService -> TransactionDetailRepository ++ : get list of TransactionDetail passing\nTransaction id TransactionDetailRepository -> BelanjaYukDB ++ : select\nTransactionDetail\nwhere\nTransaction id is given BelanjaYukDB --> TransactionDetailRepository -- : list of TransactionDetail\nmodel TransactionDetailRepository --> TransactionService -- : list of\nTransactionDetail model TransactionService -> TransactionRepository ++ : get totalPrice passing Transaction id TransactionRepository -> BelanjaYukDB ++ : select totalPrice where\nTransaction id is given BelanjaYukDB --> TransactionRepository -- : totalPrice TransactionRepository --> TransactionService -- : totalPrice TransactionService -> TransactionService: calculate debt note right of TransactionService debt = totalPrice - totalPay if debt <= 0 PaymentStatus = 1 else PaymentStatus = 2 end note TransactionService -> PaymentRepository ++ : update payment status passing transaction id, debt, amountOfPayment, and payment status PaymentRepository -> BelanjaYukDB ++ : update payment set values as passed\n from request where transaction id is given BelanjaYukDB --> PaymentRepository -- : affected row no error and return debt PaymentRepository --> TransactionService -- : affected row no error and return debt else status is not 1 TransactionService -> TransactionDetailRepository ++ : get list of TransactionDetail passing\nTransaction id TransactionDetailRepository -> BelanjaYukDB ++ : select\nTransactionDetail\nwhere\nTransaction\nid is given BelanjaYukDB --> TransactionDetailRepository -- : list of\nTransactionDetail\nmodel TransactionDetailRepository --> TransactionService -- : list of TransactionDetail model TransactionService -> TransactionRepository ++ : get totalPrice and debt passing transaction id TransactionRepository -> BelanjaYukDB ++ : select totalPrice and debt where\ntransaction id is given BelanjaYukDB --> TransactionRepository -- : totalPrice and debt TransactionRepository --> TransactionService -- : totalPrice and debt end alt end alt TransactionService --> TransactionResolver: TransactionResult note right of TransactionService TransactionResult( transactionId, debt, amountOfPayment, paymentStatus ) end note TransactionResolver --> BelanjaYukBE: TransactionResult BelanjaYukBE --> BelanjaYukFE: status, debt else error: role is not admin or cashier TransactionService --> TransactionResolver : Error: Not Authorized TransactionResolver --> BelanjaYukBE : Error: Not Authorized BelanjaYukBE --> BelanjaYukFE: Message: You're not authorize end alt else token is expired TransactionService --> TransactionResolver -- : Error: token expired TransactionResolver --> BelanjaYukBE -- : Error: token expired BelanjaYukBE --> BelanjaYukFE -- : Message: token was expired end alt @enduml 'BelanjaYukFE -> BelanjaYukBE ++ : /graphql create transaction init ' note right of BelanjaYukFE ' content type: application/json ' request body: ' mutation{ ' createTransaction{ ' transactionId ' } ' } ' } ' end note 'BelanjaYukBE -> TransactionResolver ++ : call TransactionResolver 'TransactionResolver -> TransactionService ++ : call TransactionService ' note left ' passing: ' - context ' end note 'TransactionService -> JWTUtility: validate token and claim role 'alt #LightGreen token is not expired ' alt #LightYellow role is admin or cashier ' ' else error: role is not admin or cashier ' TransactionService --> TransactionResolver : Error: Not Authorized ' TransactionResolver --> BelanjaYukBE : Error: Not Authorized ' BelanjaYukBE --> BelanjaYukFE: Message: You're not authorize ' end alt ' else token is expired ' TransactionService --> TransactionResolver -- : Error: token expired ' TransactionResolver --> BelanjaYukBE -- : Error: token expired ' BelanjaYukBE --> BelanjaYukFE -- : Message: token was expired 'end alt
false
true
false
false
usecase
d6653cb6eba4998508c546ce0004d0d1e461392b
89bc816f82866e6c43f58f5e088ada53ed728912
/docs/diagrams/enkrino6.puml
e420c4882a85fad8d7791c5c5f8612c8b9ebfec3
[]
no_license
nemoworks/enkrinojs
e003f41763ec1005ec6033fcb66e424435cc1373
a3c72c065ad8ba7e67fd0e6e1c34efd8f7d107f7
refs/heads/master
2023-07-17T12:58:39.009248
2021-08-26T12:50:35
2021-08-26T12:50:35
399,035,702
1
0
null
null
null
null
UTF-8
PlantUML
false
false
623
puml
@startuml state model { state S1 state S2 state S3 ##[bold]green state S4 [*] -left-> S1 S1 -up-> S2 S1 -down-> S3 S2 -down-> S4 S3 -up-> S4 S4 -left-> [*] } state "mirror model" as mirror#lightblue{ state "S1" as MS1 : \t**S4->S1 | context 3**\n\t**start->S1 | starting context** state "S2" as MS2 : \t**S1->S2 | context 1** state "S3" as MS3 ##[bold]green : \t**S1->S3 | context 4** state "S4" as MS4 : \t**S2->S4 | context 2** MS2 -down[dashed]-> MS1 MS4 -up[dashed]-> MS2 MS1 -right[#green,dashed]-> MS4 MS3 -down[dashed]-> MS1 } @enduml
false
true
false
false
state
c783d9ec8169d01f3e5ffa8b03894b3534f61fd6
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderStateChangedMessage.puml
25df5f4324bdf05f7cc8a00b72562792887bd5df
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,239
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 OrderStateChangedMessage [[OrderStateChangedMessage.svg]] extends OrderMessage { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] orderState: [[OrderState.svg OrderState]] oldOrderState: [[OrderState.svg OrderState]] } interface OrderMessage [[OrderMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] } @enduml
false
true
false
false
class
ccb2d12bda74e66090a251aa2b8e681fa22041ef
0a0af533280e448ce9736e457c6bb4e98aa3cc52
/Components.puml
173d8cbebde7d31e7ba3f0903f9d581272f0107c
[]
no_license
KiranApplyboard/ArchitectureDiagrams
dd3e3b8de1c1f67ccb32577d8f6ed5785a5c6e54
14dc24a9bfe288c93990b536e0f42650b90bf46c
refs/heads/main
2023-03-14T20:55:30.161334
2021-03-09T15:05:36
2021-03-09T15:05:36
345,862,670
0
0
null
null
null
null
UTF-8
PlantUML
false
false
515
puml
@startuml autonumber actor CxUserRobot Participant API as api participant Applyboard as AB Participant Schoolportal as SP CxUserRobot -> Queue : GetApplicationID CxUserRobot -> api : LoginToApplyboard CxUserRobot -> api : GetApplicationData CxUserRobot -> api : GetApplicationCustomFields CxUserRobot -> SP : LoginToSchoolPortal CxUserRobot -> SP :GetStudentProfile CxUserRobot <- SP : GetStudentProfile CxUserRobot -> AB : FindApplicationID CxUserRobot -> AB : ConvertSchoolStatusToABStatus @enduml
false
true
false
false
sequence
e35cec9982e0f15659c4a08afda36b0578f0ef8e
2224a126b01b992d959a6bd54f2d1011a5ba4d70
/src/main/java/pt/ipp/isep/dei/project/controllers/importreadingscontroller/SD_Ref_ImportReadingsFromXML.puml
7aac9b9401c45090a96390a18f99cb5b8e579f57
[]
no_license
1181687/hateoasToy
f7d5f6aeffe15f30adea325f40670f0e0b15cc35
0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375
refs/heads/master
2020-05-24T10:01:58.451415
2019-05-15T11:02:39
2019-05-15T11:02:39
187,203,481
0
0
null
null
null
null
UTF-8
PlantUML
false
false
650
puml
@startuml skinparam sequenceMessageAlign center skinparam sequence { ArrowColor Black ActorBorderColor DarkBlue LifeLineBorderColor black LifeLineBackgroundColor LightGrey ParticipantBorderColor Black ParticipantBackgroundColor LightGrey ParticipantFontStyle Bold ActorBackgroundColor DimGrey ActorFontColor DeepSkyBlue ActorFontStyle Bold ActorFontSize 17 ActorFontName Aapex } autonumber loop for each <reading> activate "reader : XMLReader" "reader : XMLReader" -> "ReadingMapper": mapToDTO(id,dateTime,value,unit) activate "ReadingMapper" "ReadingMapper" --> "reader : XMLReader" : readingDTO deactivate "ReadingMapper" end @enduml
false
true
false
false
sequence
b3bab37d649ed187743862186797baf794a097e4
b4c49322af968d699cf9a8a2d50098f26c2c7d40
/src/main/java/com/philips/research/bombase/domain.puml
ad3d1f06a65927f015f9a4ff55e99954b6dd9e17
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
JeroenKnoops/bom-base
9eec31a8ebd90cc8465641f5a1cfb8e57e5996f4
d328cc6d147d206568c5ac44713d9534261e943c
refs/heads/develop
2023-06-16T17:45:43.688958
2021-07-08T16:22:18
2021-07-08T16:22:18
381,704,164
0
1
MIT
2021-06-30T13:04:39
2021-06-30T13:02:55
null
UTF-8
PlantUML
false
false
191
puml
@startuml class Attribute { name value origin isContested isConfirmed } class Package { type namespace name version } Package *-> "*" Attribute @enduml
false
true
false
false
class
49ec1b9ee9bb6ec879a090f53edabb0f52779daf
a3b87d39d98fb335338009552804e0b0afa9b59a
/jfxProjects-newsApp.plantuml
afb4e845734fd4cd564caf45bf92a5f4ec3982eb
[]
no_license
zOrOjUrO/jfxProjects-newsApp
67fcff7c8cc3b696f5fa8662173ea8f0dffa671b
bdceee2331dc4c4956ecc94f016e402a0467b1ea
refs/heads/main
2023-07-08T12:04:06.979058
2021-08-13T17:46:43
2021-08-13T17:46:43
395,739,591
4
0
null
null
null
null
UTF-8
PlantUML
false
false
6,248
plantuml
@startuml /' + -public - -private # -protected ~ -package / -derived '/ title __BLITZ NEWS CLASS DIAGRAM__\n namespace sample { class sample.Main { {static} + main() + start() - exitConfirmation() } } namespace sample { namespace controllers { class sample.controllers.NewsRecords { {static} ~ currentSelectedIndex : int {static} ~ currentTopic : String {static} ~ scienceCycle : int {static} ~ scienceLinks : ArrayList<String> {static} ~ sciencePictures : ArrayList<Image> {static} ~ scienceSummary : ArrayList<String> {static} ~ scienceTitles : ArrayList<String> {static} ~ searchCycle : int {static} ~ searchLinks : ArrayList<String> {static} ~ searchPictures : ArrayList<Image> {static} ~ searchSummary : ArrayList<String> {static} ~ searchTerm : String {static} ~ searchTitles : ArrayList<String> {static} ~ sportCycle : int {static} ~ sportLinks : ArrayList<String> {static} ~ sportPictures : ArrayList<Image> {static} ~ sportSummary : ArrayList<String> {static} ~ sportTitles : ArrayList<String> {static} ~ techCycle : int {static} ~ techLinks : ArrayList<String> {static} ~ techPictures : ArrayList<Image> {static} ~ techSummary : ArrayList<String> {static} ~ techTitles : ArrayList<String> {static} ~ topCycle : int {static} ~ topLinks : ArrayList<String> {static} ~ topPictures : ArrayList<Image> {static} ~ topSummary : ArrayList<String> {static} ~ topTitles : ArrayList<String> {static} ~ travelCycle : int {static} ~ travelLinks : ArrayList<String> {static} ~ travelPictures : ArrayList<Image> {static} ~ travelSummary : ArrayList<String> {static} ~ travelTitles : ArrayList<String> + fetchAllStories() {static} + fetchNext() {static} + fetchScienceStories() {static} + fetchSearch() {static} + fetchSportStories() {static} + fetchTechStories() {static} + fetchTopStories() {static} + fetchTravelStories() {static} + getRecordsSize() ~ NewsRecords() {static} - clearTopicData() {static} - getScienceField() {static} - getSearchContentFromBody() {static} - getSportField() {static} - getTechField() {static} - getTopContentFromBody() {static} - getTopicContentFromBody() {static} - getTravelField() {static} - getURL() {static} - searchStoryByTerm() {static} - showTopicContent() } } } namespace sample { namespace controllers { class sample.controllers.homeScreenController { + currentTopic : String + scienceNews : Button + searchBar : TextField + sportsNews : Button + storyBrief1 : Label + storyBrief2 : Label + storyBrief3 : Label + storyBrief4 : Label + storyBrief5 : Label + storyBriefs : ArrayList<Label> + storyHead1 : Label + storyHead2 : Label + storyHead3 : Label + storyHead4 : Label + storyHead5 : Label + storyHeads : ArrayList<Label> + storyImage1 : ImageView + storyImage2 : ImageView + storyImage3 : ImageView + storyImage4 : ImageView + storyImage5 : ImageView + storyMedia : ArrayList<ImageView> + techNews : Button + topNews : Button + travelNews : Button - root : Parent - scene : Scene - stage : Stage + closeApp() + fetchMore() + initialize() + showScienceNews() + showSearch() + showSportsNews() + showStory1() + showStory2() + showStory3() + showStory4() + showStory5() + showTechNews() + showTopNews() + showTravelNews() + switchToDetailScreen() - gommaConfirmation() - setStoryBriefs() - setStoryHeads() - setStoryMedia() } } } namespace sample { namespace controllers { class sample.controllers.loadController { + playButton : ImageView + rootPane : AnchorPane - loadBar : ProgressBar + initialize() + switchToMainScreen() - fetch() } } } namespace sample { namespace controllers { class sample.controllers.storyController { + backButton : ImageView + blitzIcon : Label + closeButton : ImageView + storyCard : Label + storyImage : ImageView + storyInfo : Label + storySummary : Label + storyTitle : Label + closeApp() + initialize() + returnToHome() } } } sample.Main -up-|> javafx.application.Application sample.controllers.homeScreenController .up.|> javafx.fxml.Initializable sample.controllers.loadController .up.|> javafx.fxml.Initializable sample.controllers.loadController o-- sample.controllers.NewsRecords : stories sample.controllers.storyController .up.|> javafx.fxml.Initializable right footer /'PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com '/ endfooter @enduml
false
true
false
false
class
8653382f7b2d6f01551c210fd290630bd02c5de2
5336f97e3eb81d4ad9b2939726bfde17ae682ea7
/core/core.plantuml
abebb42e01aa2ea3ccaa28e56f63742b6f5fb848
[]
no_license
kkersis/traffic-simulation-java
106bc38a9b50a59a77bc5793604314330ebd8aa7
f0088ea4143f9fa9dcb9b7c710f2e841d9760cc9
refs/heads/master
2022-09-13T07:54:04.482623
2020-05-28T06:08:33
2020-05-28T06:08:33
254,651,572
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,421
plantuml
@startuml title __CORE's Class Diagram__\n namespace com.mygdx.game.simulation { class com.mygdx.game.simulation.CarsSpawnManager { } } namespace com.mygdx.game.simulation { class com.mygdx.game.simulation.MyGdxGame { } } namespace com.mygdx.game.simulation { class com.mygdx.game.simulation.PedestrianSpawnManager { } } namespace com.mygdx.game.simulation { class com.mygdx.game.simulation.ReadingThread { } } namespace com.mygdx.game.simulation { class com.mygdx.game.simulation.ResourceManager { } } namespace com.mygdx.game.simulation { class com.mygdx.game.simulation.SaveData { } } namespace com.mygdx.game.simulation { class com.mygdx.game.simulation.SpawnException { } } namespace com.mygdx.game.simulation { class com.mygdx.game.simulation.TrafficSimulationException { } } namespace com.mygdx.game.simulation { class com.mygdx.game.simulation.WritingThread { } } namespace com.mygdx.game.traffic { class com.mygdx.game.traffic.Car { } } namespace com.mygdx.game.traffic { interface com.mygdx.game.traffic.Movable { } } namespace com.mygdx.game.traffic { class com.mygdx.game.traffic.Pedestrian { } } namespace com.mygdx.game.traffic { class com.mygdx.game.traffic.PedestriansCrossingManager { } } namespace com.mygdx.game.traffic { interface com.mygdx.game.traffic.Steerable { } } namespace com.mygdx.game.traffic { class com.mygdx.game.traffic.TrafficLight { } } namespace com.mygdx.game.traffic { class com.mygdx.game.traffic.TrafficLightManager { } } namespace com.mygdx.game.traffic { abstract class com.mygdx.game.traffic.TrafficParticipant { } } com.mygdx.game.simulation.CarsSpawnManager .up.|> java.io.Serializable com.mygdx.game.simulation.CarsSpawnManager o-- com.mygdx.game.simulation.MyGdxGame : myGdxGame com.mygdx.game.simulation.MyGdxGame .up.|> com.badlogic.gdx.InputProcessor com.mygdx.game.simulation.MyGdxGame -up-|> com.badlogic.gdx.ApplicationAdapter com.mygdx.game.simulation.MyGdxGame o-- com.mygdx.game.simulation.CarsSpawnManager : carsSpawnManager com.mygdx.game.simulation.MyGdxGame o-- com.mygdx.game.simulation.SaveData : data com.mygdx.game.simulation.MyGdxGame o-- com.mygdx.game.traffic.TrafficParticipant : participant com.mygdx.game.simulation.MyGdxGame o-- com.mygdx.game.traffic.PedestriansCrossingManager : pedCrossingManager com.mygdx.game.simulation.MyGdxGame o-- com.mygdx.game.simulation.PedestrianSpawnManager : pedestrianSpawnManager com.mygdx.game.simulation.MyGdxGame o-- com.mygdx.game.traffic.TrafficLightManager : trafficLightManager com.mygdx.game.simulation.PedestrianSpawnManager .up.|> java.io.Serializable com.mygdx.game.simulation.PedestrianSpawnManager o-- com.mygdx.game.simulation.MyGdxGame : myGdxGame com.mygdx.game.simulation.ReadingThread o-- com.mygdx.game.simulation.SaveData : data com.mygdx.game.simulation.SaveData .up.|> java.io.Serializable com.mygdx.game.simulation.SaveData o-- com.mygdx.game.traffic.PedestriansCrossingManager : pedestriansCrossingManager com.mygdx.game.simulation.SaveData o-- com.mygdx.game.traffic.TrafficLightManager : trafficLightManager com.mygdx.game.simulation.SpawnException -up-|> com.mygdx.game.simulation.TrafficSimulationException com.mygdx.game.simulation.WritingThread o-- com.mygdx.game.simulation.SaveData : data com.mygdx.game.traffic.Car .up.|> com.mygdx.game.traffic.Steerable com.mygdx.game.traffic.Car .up.|> java.io.Serializable com.mygdx.game.traffic.Car .up.|> java.lang.Cloneable com.mygdx.game.traffic.Car -up-|> com.mygdx.game.traffic.TrafficParticipant com.mygdx.game.traffic.Car o-- com.mygdx.game.traffic.Car : carAhead com.mygdx.game.traffic.Car o-- com.mygdx.game.traffic.Car.CarDirection : carDirection com.mygdx.game.traffic.Car o-- com.mygdx.game.traffic.Car.CarState : carState com.mygdx.game.traffic.Car o-- com.mygdx.game.traffic.Car.Command : command com.mygdx.game.traffic.Car o-- com.mygdx.game.traffic.PedestriansCrossingManager : pedCrossingManager com.mygdx.game.traffic.Car o-- com.mygdx.game.traffic.Car.CarState : prevState com.mygdx.game.traffic.Pedestrian .up.|> java.io.Serializable com.mygdx.game.traffic.Pedestrian .up.|> java.lang.Cloneable com.mygdx.game.traffic.Pedestrian -up-|> com.mygdx.game.traffic.TrafficParticipant com.mygdx.game.traffic.Pedestrian o-- com.mygdx.game.traffic.Pedestrian.PedestrianCommand : pedestrianCommand com.mygdx.game.traffic.Pedestrian o-- com.mygdx.game.traffic.Pedestrian.PedestrianState : pedestrianState com.mygdx.game.traffic.PedestriansCrossingManager .up.|> java.io.Serializable com.mygdx.game.traffic.TrafficLight .up.|> java.io.Serializable com.mygdx.game.traffic.TrafficLightManager .up.|> java.io.Serializable com.mygdx.game.traffic.TrafficLightManager o-- com.mygdx.game.traffic.TrafficLightManager.TrafficLightState : state com.mygdx.game.traffic.TrafficParticipant .up.|> com.mygdx.game.traffic.Movable com.mygdx.game.traffic.TrafficParticipant .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
false
true
false
false
class
695dc80b997a509328f94a19111ebedd9b9a5c5e
7c96a247c9488efd661d7551e54bc6fc7a909488
/src/main/java/com/rezahdrm/behavioral/templatemethod/templatemethodUML.puml
4d4e56491d91d22b05d570422e1e99a12c159c35
[]
no_license
reza-hdrm/DesignPatterns
a998d0a0f19660316a094ae1624f3b75b7bba332
05ccb8498b45e5511f35f2bd1c72da5f8b9da083
refs/heads/master
2023-04-10T23:45:27.006631
2021-04-12T14:20:18
2021-04-12T14:20:18
320,042,304
5
0
null
null
null
null
UTF-8
PlantUML
false
false
551
puml
@startuml abstract class BaseEngineering<<Template>> { # {abstract} additional() : void + study() : void - advancedMath() : void - math() : void - physics() : void } class SoftwareEngineering class ElectricalEngineering class TemplateMethodTest { + templateMethodTest():void } SoftwareEngineering --|> BaseEngineering ElectricalEngineering --|> BaseEngineering TemplateMethodTest ..> BaseEngineering TemplateMethodTest ..> SoftwareEngineering : <<create>> TemplateMethodTest ..> ElectricalEngineering : <<create>> @enduml
false
true
false
false
class
9612657f55d64ae1537dac42a6ab858ca441c494
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MyShoppingListUpdateAction.puml
33da533f49c6f6e9b379a38d7b2edd1f586080c1
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
7,030
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 MyShoppingListUpdateAction [[MyShoppingListUpdateAction.svg]] { action: String } interface MyShoppingListAddLineItemAction [[MyShoppingListAddLineItemAction.svg]] { action: String key: String sku: String productId: String variantId: Long quantity: Long addedAt: DateTime custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface MyShoppingListAddTextLineItemAction [[MyShoppingListAddTextLineItemAction.svg]] { action: String name: [[LocalizedString.svg LocalizedString]] key: String description: [[LocalizedString.svg LocalizedString]] quantity: Long addedAt: DateTime custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface MyShoppingListChangeLineItemQuantityAction [[MyShoppingListChangeLineItemQuantityAction.svg]] { action: String lineItemId: String lineItemKey: String quantity: Long } interface MyShoppingListChangeLineItemsOrderAction [[MyShoppingListChangeLineItemsOrderAction.svg]] { action: String lineItemOrder: [[String.svg List<String>]] } interface MyShoppingListChangeNameAction [[MyShoppingListChangeNameAction.svg]] { action: String name: [[LocalizedString.svg LocalizedString]] } interface MyShoppingListChangeTextLineItemNameAction [[MyShoppingListChangeTextLineItemNameAction.svg]] { action: String textLineItemId: String textLineItemKey: String name: [[LocalizedString.svg LocalizedString]] } interface MyShoppingListChangeTextLineItemQuantityAction [[MyShoppingListChangeTextLineItemQuantityAction.svg]] { action: String textLineItemId: String textLineItemKey: String quantity: Long } interface MyShoppingListChangeTextLineItemsOrderAction [[MyShoppingListChangeTextLineItemsOrderAction.svg]] { action: String textLineItemOrder: [[String.svg List<String>]] } interface MyShoppingListRemoveLineItemAction [[MyShoppingListRemoveLineItemAction.svg]] { action: String lineItemId: String lineItemKey: String quantity: Long } interface MyShoppingListRemoveTextLineItemAction [[MyShoppingListRemoveTextLineItemAction.svg]] { action: String textLineItemId: String textLineItemKey: String quantity: Long } interface MyShoppingListSetCustomFieldAction [[MyShoppingListSetCustomFieldAction.svg]] { action: String name: String value: [[Object.svg Object]] } interface MyShoppingListSetCustomTypeAction [[MyShoppingListSetCustomTypeAction.svg]] { action: String type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]] fields: [[FieldContainer.svg FieldContainer]] } interface MyShoppingListSetDeleteDaysAfterLastModificationAction [[MyShoppingListSetDeleteDaysAfterLastModificationAction.svg]] { action: String deleteDaysAfterLastModification: Long } interface MyShoppingListSetDescriptionAction [[MyShoppingListSetDescriptionAction.svg]] { action: String description: [[LocalizedString.svg LocalizedString]] } interface MyShoppingListSetLineItemCustomFieldAction [[MyShoppingListSetLineItemCustomFieldAction.svg]] { action: String lineItemId: String lineItemKey: String name: String value: [[Object.svg Object]] } interface MyShoppingListSetLineItemCustomTypeAction [[MyShoppingListSetLineItemCustomTypeAction.svg]] { action: String lineItemId: String type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]] fields: [[FieldContainer.svg FieldContainer]] } interface MyShoppingListSetTextLineItemCustomFieldAction [[MyShoppingListSetTextLineItemCustomFieldAction.svg]] { action: String textLineItemId: String textLineItemKey: String name: String value: [[Object.svg Object]] } interface MyShoppingListSetTextLineItemCustomTypeAction [[MyShoppingListSetTextLineItemCustomTypeAction.svg]] { action: String textLineItemId: String textLineItemKey: String type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]] fields: [[FieldContainer.svg FieldContainer]] } interface MyShoppingListSetTextLineItemDescriptionAction [[MyShoppingListSetTextLineItemDescriptionAction.svg]] { action: String textLineItemId: String textLineItemKey: String description: [[LocalizedString.svg LocalizedString]] } interface MyShoppingListUpdate [[MyShoppingListUpdate.svg]] { version: Long actions: [[MyShoppingListUpdateAction.svg List<MyShoppingListUpdateAction>]] } MyShoppingListUpdateAction --> MyShoppingListAddLineItemAction #blue;text:blue : "action : addLineItem" MyShoppingListUpdateAction --> MyShoppingListAddTextLineItemAction #blue;text:blue : "action : addTextLineItem" MyShoppingListUpdateAction --> MyShoppingListChangeLineItemQuantityAction #blue;text:blue : "action : changeLineItemQuantity" MyShoppingListUpdateAction --> MyShoppingListChangeLineItemsOrderAction #blue;text:blue : "action : changeLineItemsOrder" MyShoppingListUpdateAction --> MyShoppingListChangeNameAction #blue;text:blue : "action : changeName" MyShoppingListUpdateAction --> MyShoppingListChangeTextLineItemNameAction #blue;text:blue : "action : changeTextLineItemName" MyShoppingListUpdateAction --> MyShoppingListChangeTextLineItemQuantityAction #blue;text:blue : "action : changeTextLineItemQuantity" MyShoppingListUpdateAction --> MyShoppingListChangeTextLineItemsOrderAction #blue;text:blue : "action : changeTextLineItemsOrder" MyShoppingListUpdateAction --> MyShoppingListRemoveLineItemAction #blue;text:blue : "action : removeLineItem" MyShoppingListUpdateAction --> MyShoppingListRemoveTextLineItemAction #blue;text:blue : "action : removeTextLineItem" MyShoppingListUpdateAction --> MyShoppingListSetCustomFieldAction #blue;text:blue : "action : setCustomField" MyShoppingListUpdateAction --> MyShoppingListSetCustomTypeAction #blue;text:blue : "action : setCustomType" MyShoppingListUpdateAction --> MyShoppingListSetDeleteDaysAfterLastModificationAction #blue;text:blue : "action : setDeleteDaysAfterLastModification" MyShoppingListUpdateAction --> MyShoppingListSetDescriptionAction #blue;text:blue : "action : setDescription" MyShoppingListUpdateAction --> MyShoppingListSetLineItemCustomFieldAction #blue;text:blue : "action : setLineItemCustomField" MyShoppingListUpdateAction --> MyShoppingListSetLineItemCustomTypeAction #blue;text:blue : "action : setLineItemCustomType" MyShoppingListUpdateAction --> MyShoppingListSetTextLineItemCustomFieldAction #blue;text:blue : "action : setTextLineItemCustomField" MyShoppingListUpdateAction --> MyShoppingListSetTextLineItemCustomTypeAction #blue;text:blue : "action : setTextLineItemCustomType" MyShoppingListUpdateAction --> MyShoppingListSetTextLineItemDescriptionAction #blue;text:blue : "action : setTextLineItemDescription" MyShoppingListUpdateAction --> MyShoppingListUpdate #green;text:green : "actions" @enduml
false
true
false
false
sequence
b5df3127a327cbd653c39922b8348cb24a4ca787
f3c4e21c6ac4861eea79be1159f2baa918e0a74e
/src/main/java/ex45/ex45.puml
d2f8efb69e4c73d48104f88906a41622c6b0144b
[]
no_license
Mdoyon22/Doyon-cop3330-assignment3
4c829b3b195ed502c015ec0bc91a4d15ea680461
9046b0c4c9132e595e4bd201a1e59fb555c3854f
refs/heads/master
2023-08-23T17:59:01.045805
2021-10-08T23:59:22
2021-10-08T23:59:22
413,576,821
0
0
null
null
null
null
UTF-8
PlantUML
false
false
522
puml
@startuml 'https://plantuml.com/class-diagram class App class TextFileInput App o-- TextFileInput class TextFileInput { String filePath ArrayList<String> contents String output getFilePath() setFilePath() getContents() setContents() getOutput() setOutput() readFile() replaceWord() buildOutput() } class App { String inputFile String fileName TextFileInput input String replaceVictim String replaceVictor fixFileName() WriteFile() } @enduml
false
true
false
false
class