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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9403249bf9bf7d97523e363a01923dcdb671614d | c90e3f7ddae326d346b9c4b50869a3ed504b88f3 | /classDiagram.puml | 5d8fa4a8f180bb4c75ff0bf204130c554835c0ff | [] | no_license | Issei0804-ie/lab11 | 12008a7eacdae6d2af9802e6ebd37fa59dadb0ec | 272d01386c5c758c7c4be5a4481d7ab8227dba38 | refs/heads/master | 2022-11-29T03:23:13.251057 | 2020-08-09T15:02:17 | 2020-08-09T15:02:17 | 283,686,609 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,342 | puml | @startuml
package "Controller"{
class Formatter
class CSVController
}
package "Model"{
class CSVReader
class Config
interface ImpConfig
interface ImpReader
}
package View{
class CSVWriter
interface ImpWriter
}
class Config{
year int
months []int
filename []string
EndOfTheMonthIs30(month int) bool
}
interface ImpConfig{
GetDirName()[]string
GetFileName()[][]string
}
class CSVReader{
GetData(filepath string)([][]string, error)
ReadFile(filepath) *os.File
parseCSV ()[][]string
removeHead(n int, file *csv.Reader) error
}
interface ImpReader{
GetData(filepath)[][]string
}
class CSVController{
Run()
}
class Formatter{
Average *time.Time
AveragePreviousFile *time.Time
FormatData(data [][]string)[][]string
GetAve(data [][]string, baseTime *time.Time)(*time.Time, error)
GetAveAfter() (*time.Time,error)
GetAvePreviousFile() (*time.Time, error)
SetAve(time *time.Time)
SetAvePreviousFile(time *time.Time)
}
class CSVWriter{
Write()
}
interface ImpWriter{
OverWriteFile(filepath, data)
MakeDir(dirpath, dirname)
}
CSVReader -|> ImpReader
Config -|> ImpConfig
CSVController -> ImpConfig
CSVController -> ImpReader
CSVController -> Formatter
CSVController -> ImpWriter
CSVWriter -|> ImpWriter
@enduml
| false | true | false | false | class |
3ef2883e04081f81fa9014af5e3f713da23772e0 | fd74849494eef84ed9469f5e9a34379b3716bdee | /images/puml/use_case_scenarios.puml | d4d0a1fc3c2809be535349ffb5ad5b3627ef49d2 | [
"CC0-1.0"
] | permissive | Zuehlke/scenarioo-js-ctd-session | 8fcce60299a35883f092316da7499baf3fbed59f | cf9d119fe4d404576ca8094447e1dda5c4433230 | refs/heads/master | 2021-04-30T16:14:14.714066 | 2016-11-24T12:28:33 | 2016-11-24T12:28:33 | 70,481,232 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 104 | puml | @startuml
skinparam componentStyle uml2
package "Subject" {
[Use Case] --> "*" [Scenario]
}
@enduml | false | true | false | false | uml-unknown |
c3301ac4eec9650168d7723cf9fcb4dd934190a9 | 90a64ec8bc53ed7de6e1838755b68b6bb6d51874 | /src/uml/disignCode/factoryMoudeUml.puml | 620b2b26d4236a4220c693a4d2e812ddb49be1e9 | [] | no_license | nomenofear/software_Design_Pattern_Experiment | 2733d33c9e796db7cc99b925c6403e7d9f7be912 | 34fb6f20806374b84d12c3adcba4644c24635a35 | refs/heads/main | 2023-04-14T09:11:13.031566 | 2021-05-02T07:36:36 | 2021-05-02T07:36:36 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 471 | puml | @startuml
'https://plantuml.com/class-diagram
interface Log{
+writeLog(s:String):void
}
class FileLog
class DatabaseLog
FileLog--|>Log
DatabaseLog--|>Log
interface LogFactory{
+createLog():Log
}
class FileLogFactory
class DatabaseLogFactory
FileLogFactory--|>LogFactory
FileLogFactory-up[hidden]->LogFactory
DatabaseLogFactory--|>LogFactory
DatabaseLogFactory-up[hidden]->LogFactory
FileLogFactory..>FileLog:create
DatabaseLogFactory..>DatabaseLog:create
@enduml | false | true | false | false | class |
050820e79a459fcdb116ca826c5fd4be8c633cad | b0a840ee583d0f1dd05adb2bb6e08e4951083c3d | /images/ch13_framework/Element.puml | 72c18d24b069e4f26f4a2a64d62370c5c53a5148 | [] | no_license | selenium-webdriver-book/manuscript | 842ab108c9b3eb8127027c159b3318fd3fcdf59b | c8a8ced2b0ca495cacec6c909b3294ff3074e945 | refs/heads/master | 2021-01-12T14:00:07.309802 | 2017-04-23T15:17:59 | 2017-04-23T15:17:59 | 69,686,355 | 11 | 8 | null | 2017-04-23T15:17:59 | 2016-09-30T17:14:29 | Shell | UTF-8 | PlantUML | false | false | 931 | puml | @startuml
skinparam monochrome true
skinparam shadowing false
namespace org.openqa.selenium {
interface SearchContext
interface WebElement
SearchContext <|-- WebElement
}
namespace swb.framework {
interface SearchScope
interface ExplicitWait
SearchScope <|-- ExplicitWait
class DelegatingSearchContext<WebElement>
ExplicitWait <|.. DelegatingSearchContext
org.openqa.selenium.SearchContext <|. DelegatingSearchContext
note right : It needs to implement all methods\ndefined in SearchContext interface\nWe omit them since we want you \nto use the ones in SearchScope and\nExplicitWait
DelegatingSearchContext <|-- DelegatingWebElement
note right : It implements all methods\ndefined in WebElement interface
DelegatingWebElement <|-- Element
org.openqa.selenium.WebElement <|. DelegatingWebElement
DelegatingSearchContext : WebElement delegate
}
@enduml
| false | true | false | false | class |
0f382414abc7b5068badd43b310ebff94635df5e | 95db096f36828b7124792f7ce52368a58783e9e9 | /docs/javadocs/soen6441riskgame/enums/CommonCommandArgs.puml | 4f5fe68592b7a4c798f26fdafb735d65127542d9 | [] | no_license | huntertran/soen6441-riskgame | 81af179068618a3870b14ef46cf51ea65c31ac6b | f6605e3c5bdd3346f65288c96de6d169faa47f00 | refs/heads/master | 2023-06-22T21:10:32.772010 | 2021-03-31T21:48:30 | 2021-04-02T03:19:34 | 209,664,319 | 2 | 1 | null | 2023-06-14T22:29:59 | 2019-09-19T23:16:40 | Java | UTF-8 | PlantUML | false | false | 551 | puml | @startuml
skinparam svgLinkTarget _parent
skinparam linetype ortho
set namespaceSeparator none
enum "<b><size:14>CommonCommandArgs</b>\n<size:10>soen6441riskgame.enums" as soen6441riskgame.enums.CommonCommandArgs [[../../soen6441riskgame/enums/CommonCommandArgs.html{soen6441riskgame.enums.CommonCommandArgs}]] {
-String argument
-CommonCommandArgs(String argument)
{static} +CommonCommandArgs values()
{static} +CommonCommandArgs valueOf(String name)
+String getArgument()
{static} +CommonCommandArgs fromString(String argumentString)
}
@enduml
| false | true | false | false | class |
fed113208387c9bdcdebf027cf0b8976062b7b91 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-codelist-slettingstype.puml | 6e7902b884b10f1edc806805ce2fd3e2aeb15294 | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 276 | puml | @startuml
skinparam nodesep 100
hide circle
class Kodelister.Slettingstype <<codelist>> {
+Sletting av produksjonsformat = SP
+Sletting av tidligere versjon = SV
+Sletting av variant med sladdet informasjon = SS
+Sletting av hele innholdet i arkivdelen = SA
}
@enduml
| false | true | false | false | class |
041caed0cd9c6b4977792b79666ddeb981de4625 | 180fcbac41d489f2344d72601d7d80ff262f4c6a | /TP-1/UML/telefono.puml | ca5dd6bab864f448a5659fa89269bda437b25972 | [] | no_license | franciscolmos/PC-Ejercicios | c10ca92393afe5bc65bdabaec989bb7b33e32887 | 478fbb3fba87d986ec0d8541f2fefb1b80f71a5c | refs/heads/master | 2023-06-04T12:05:09.508030 | 2021-06-16T01:53:42 | 2021-06-16T01:53:42 | 350,498,817 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 280 | puml | @startuml Telefono
[*] --> EsperaDePedido
EsperaDePedido --> Llamando : sonando()
Llamando --> EnLlamada: telefonoAtendido()
Llamando --> EsperaDePedido: llamadaPerdida()
EnLlamada --> EsperaDePedido : pedidoCargado()
EnLlamada --> [*] : Timeout()
@endumlx | false | true | false | false | sequence |
350fe4cbee2570b308fc930e7d10fdfb9a0cdfe7 | b7d2ba71058efa46eff4ed885324819fb3f99266 | /src/doc/WEB_Controllers/GASettings/US003/US003_cd_GASettings.puml | 6ea2d72c2e85e4f9f45d18609584896f5254428a | [] | 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,274 | puml | @startuml
title US 003 - As an Administrator, I want to create a new Geographic Area
skinparam titleBorderRoundCorner 10
skinparam titleBorderThickness 2
skinparam titleBorderColor indianred
skinparam titleBackgroundColor Snow
skinparam FontName quicksand
skinparam titleFontSize 10
skinparam roundcorner 10
skinparam class {
BorderColor indianred
BackgroundColor indianred
BackgroundColor Snow
roundcorner 10
ArrowFontName Verdana
ArrowColor indianred
ArrowFontColor darkslategrey
FontSize 12
}
class GASettingsWebController
class GeographicAreaRepository
class GeographicAreaMapper
class GeographicAreaCrudRepository
class GeographicAreaDTO
class GeographicArea
GASettingsWebController -- GeographicAreaRepository : >
GASettingsWebController -- GeographicAreaDTO : >
GeographicAreaRepository -- GeographicAreaCrudRepository : >
GeographicAreaRepository -- GeographicArea : >
GeographicAreaRepository -- GeographicAreaMapper : >
GeographicAreaMapper -- GeographicAreaDTO : >
class GASettingsWebController {
createGeoArea(@RequestBody GeographicAreaDTO)
}
class GeographicAreaMapper{
dtoToObject(GeographicAreaDTO)
}
class GeographicAreaRepository {
addAndPersistDTO(GeographicAreaDTO)
}
class GeographicAreaCrudRepository{
save(House)
}
@enduml | false | true | false | false | class |
b3e491e9c520aa43ec3bcf913733e4f170980918 | 495bd76445eafbf55ff3a3ff30f57d6d887d0697 | /src/observerpattern/UML/ClassDiagram.puml | 4dcd7bab47947786d436791a5ad67f01a14291b0 | [] | no_license | alexfoglia/DesignPatterns | 62a5da12f3fe2ddd7eca37f52f6eb0f0e49093ef | 89bf7e552a7d91d25b903d4db5f68ccdef9be9a7 | refs/heads/main | 2023-03-14T22:26:28.144741 | 2021-02-25T15:38:19 | 2021-02-25T15:38:19 | 314,671,175 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,296 | puml | @startuml
title Observer Pattern
interface Subject {
registerObserver()
removeObserver()
notifyObservers()
}
interface Observer {
update()
}
interface DisplayElement {
display()
}
class WeatherData implements Subject {
List<Observer> observers
float temperature
float humidity
float pressure
registerObserver()
removeObserver()
notifyObservers()
getTemperature()
getHumidity()
getPressure()
measurementsChanged()
}
class CurrentConditionsDisplay implements Observer, DisplayElement {
float temperature
float humidity
Subject weatherData
update()
display()
}
class StatisticsDisplay implements Observer, DisplayElement {
float maxTemp
float minTemp
float tempSum
int numReadings
WeatherData weatherData
update()
display()
}
class ForecastDisplay implements Observer, DisplayElement {
float currentPressure
float lastPressure
WeatherData weatherData
update()
display()
}
class HeatIndex implements Observer, DisplayElement {
Subject weatherData
float heatIndex
update()
display()
}
WeatherData --* Observer
CurrentConditionsDisplay --* Subject
StatisticsDisplay --* Subject
ForecastDisplay --* Subject
ThirdPartyDisplay --* Subject
@enduml | false | true | false | false | class |
e36df94910fa0d4b8290adf17e940ad60f72f141 | ccbd88c86316768e094f6c7fa12287a9af161a3d | /src/Investment.plantuml | 70d487e73828e9e44b16e0b7af1dc8fe89d6ce39 | [] | no_license | staffordrn/cit-260-final | 9a26a42218f053ce5612f69d3ef9ad821b72b02d | 0aadcd0f44391b198a5f061411b8ac25fd1e011a | refs/heads/master | 2020-09-25T06:45:25.240622 | 2019-11-22T05:08:15 | 2019-11-22T05:08:15 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,822 | plantuml | @startuml
class Residence {
-bedroom: int { get set }
-bathrooms: int { get set }
-sqft: int { get set }
-purchasePrice: double { get set }
-taxes: double { get set }
-address: String { get set } - where to put?
-interestRate: double { get set }
+Residence()
+Residence(bedrooms: int, bathrooms: int, sqft: int, purchasePrice: double, taxes: double, address: String)
+percentageDown(purchasePrice: double): double
+pricePerSqFt(purchasePrice: double, sqft: int): double
+monthlyPayment(purchasePrice: double, interestRate: double): double
+rentalIncome(sqft: int): double
+monthlyNetProfit(monthlyPayment, taxes: double, rentalIncome()): double
+bestDeal(): String
+toString(): String
}
class House extends Residence {
+House()
+House(bedrooms: int, bathrooms: int, sqft: int, purchasePrice: double, taxes: double, address: String)
+toString(): String
}
class Condo extends Residence {
-hoaFee: double { get set }
-amenities: String
+Condo()
+Condo(hoaFee: double, amenities: String, bedrooms: int, bathrooms: int, sqft: int, purchasePrice: double, taxes: double, address: String)
+monthlyNetProfit(hoaFee: double, monthlyPayment, taxes: double, rentalIncome()): double
+toString: String
}
class MultiPlex extends Residence {
-units: int { get set }
+utilities: double { get set }
+MultiPlex()
+MultiPex(units: int, bedrooms: int, bathrooms: int, sqft: int, purchasePrice: double, taxes: double, address: String)
+rentalIncome(units: int, sqft: int): double
+monthlyNetProfit(utilities: double, monthlyPayment, taxes: double, rentalIncome()): double
+portionRentalIncome(units: int, rentalIncome()): double
+toString(): String
}
realEstateInvestmentTool o-- Residence
@enduml | false | true | false | false | class |
539ebac8f006214573b7a9d95a01139df17b8c83 | f995efd248542b35678cfd8dac69e8580f948582 | /exercise43/docs/Solution43.puml | 9cf3954b6ecd0b598763c2d2098ec6bc6d7c195f | [] | no_license | Tomatoats/Veloz-a04 | 3c3a5bad79817f89c414006042c5abee1370ba6e | 975dd7fbb3b77ee8d65b6c2996ba14742024dacf | refs/heads/main | 2023-08-21T14:19:55.482309 | 2021-10-18T03:58:42 | 2021-10-18T03:58:42 | 414,774,349 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 554 | puml | @startuml
'https://plantuml.com/sequence-diagram
Solution43 -- siteCreator
class Solution43{
String: websiteName
String: author
String: javaScript
String: css
Takes in input from user to
send to siteCreator
-readFromUser(prompt)
}
class siteCreator{
creates any folders necessary
as well as the index.html file
String: htmlText
String: extension
htmlText = htmlMaker;
extension = fileMaker
-htmlMaker(websiteName, author)
-fileMaker(websiteName, javaScript, css)
-filePrinter(websiteName, javaScript, css)
-htmlPrinter(htmlTest, extension)
}
@enduml | false | true | false | false | class |
56e68e508365fa2c2b0fd7996b7c1ac523b13c52 | 6a312ac1272ec81caf54b6640dd8788a739afaef | /Documentation/v060.puml | 939a104dcfc26cab9034d1f368a774d640b46213 | [] | no_license | RicardoGuzmanVelasco/MIW.ADOO | ff65fe4fb530521575a06f80d8d85c6f315cebae | 37d35899498c26ab7faaf34f3932e20ae8dfbc41 | refs/heads/main | 2023-04-28T14:26:36.647336 | 2021-05-22T18:29:58 | 2021-05-22T18:29:58 | 369,761,623 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 927 | puml | @startuml
class Token <<Value Object>>
{
+Value : char {get}
+Token(value : char)
+Clone()
+Equals(other : Token)
}
class Board
{
+{static} Color : char[,] [0..*] = {'x', 'o'}
-tokens : char[,] [0..*]
+Board()
+Win(turn: int)
+IsTicTacToe : bool
-IsTicTacToe(token : char) : bool
+IsComplete() : bool
-IsTileEmpty(row : int, column: int) : bool
-IsTileFull(row : int, column: int) : bool
+Put(turn : int)
+Move(turn : int)
+Write()
+ToString() : string
}
Board ..> IO
Board --> Token
class IO <<static>>
{
+ReadString(title : string) : string {static}
+ReadInt(title : string) : int {static}
+Write(title : string) {static}
+WriteLn() {static}
+WriteError(format : string) {static}
}
class TicTacToe
{
-int turn
-Board board
+TicTacToe()
+Play()
}
TicTacToe --> Board
@enduml | false | true | false | false | class |
fc700d8d6d0af5b1b3fc8946e2de78f6363fdad3 | 6d17e773c70ad96ef27d88a160276d6b80e4378a | /src/main/java/ex42/ex42.puml | 94fab40bee41d76523e7aabdb650b67de9529bd7 | [] | no_license | mbnic/milescubrahmbhatt-cop3330-assignment3 | 59fc3dadc9f19e52a015fd08bc3bd36edca49ac7 | 3be7102fbb8091c705465056c5d03dc368513c71 | refs/heads/master | 2023-06-02T21:15:52.487727 | 2021-06-21T01:29:11 | 2021-06-21T01:29:11 | 378,532,832 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 374 | puml | @startuml
'https://plantuml.com/class-diagram
class Application {
readFile () {addToRecords}
}
class Records {
List<Person> people
addToRecords(String first, String last, int salary)
outputRecordTable()
}
class Worker {
private String firstName
private String lastName
private int salary
}
Application *-- Records
Records *-- Worker
@enduml | false | true | false | false | class |
e256e7718a2ca1ed901894293075945b638eddbf | e996fa8ecacb2f092ee170ba4703cdafd464097a | /bouquet-SubSystem/templates/UserInteraction.puml | 1cdc5328f5b065340e3e0b6c2c765ee9f0e02d40 | [
"MIT"
] | permissive | madajaju/bouquet | 24f46a8786cc9829eee8b7a2c452137b1481683a | 3224eef247bae360d30e90bd4928eb2cde29f3ac | refs/heads/master | 2023-04-28T22:12:20.533376 | 2018-11-21T13:45:09 | 2018-11-21T13:45:09 | 90,114,169 | 2 | 1 | null | 2023-04-18T11:23:53 | 2017-05-03T06:08:04 | JavaScript | UTF-8 | PlantUML | false | false | 177 | puml | @startuml
rectangle "User Interaction TBD"
@enduml
actor User
User -> "<%= nameSpaces %>": UseCase
"<%= nameSpaces %>" -> bin: bin-name()
bin -> sailsjs: bin/name()
@enduml
| false | true | false | false | sequence |
75effea11a42d54f12974b49eebe52a176f205b4 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShippingMode.puml | 7e30abf70a72678b29914abaef3b07f8ecfe13fd | [] | 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 | 6,113 | puml | @startuml
hide methods
enum ShippingMode {
SINGLE
MULTIPLE
}
interface Cart [[Cart.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
anonymousId: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalLineItemQuantity: Long
totalPrice: [[CentPrecisionMoney.svg CentPrecisionMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
cartState: [[CartState.svg CartState]]
billingAddress: [[Address.svg Address]]
shippingAddress: [[Address.svg Address]]
shippingMode: [[ShippingMode.svg ShippingMode]]
shippingKey: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
shippingCustomFields: [[CustomFields.svg CustomFields]]
shipping: [[Shipping.svg List<Shipping>]]
itemShippingAddresses: [[Address.svg List<Address>]]
discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
custom: [[CustomFields.svg CustomFields]]
deleteDaysAfterLastModification: Integer
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
interface CartDraft [[CartDraft.svg]] {
currency: String
key: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupResourceIdentifier.svg CustomerGroupResourceIdentifier]]
anonymousId: String
businessUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]]
store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]]
lineItems: [[LineItemDraft.svg List<LineItemDraft>]]
customLineItems: [[CustomLineItemDraft.svg List<CustomLineItemDraft>]]
taxMode: [[TaxMode.svg TaxMode]]
externalTaxRateForShippingMethod: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
billingAddress: [[BaseAddress.svg BaseAddress]]
shippingAddress: [[BaseAddress.svg BaseAddress]]
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
shippingMode: [[ShippingMode.svg ShippingMode]]
customShipping: [[CustomShippingDraft.svg List<CustomShippingDraft>]]
shipping: [[ShippingDraft.svg List<ShippingDraft>]]
itemShippingAddresses: [[BaseAddress.svg List<BaseAddress>]]
discountCodes: [[String.svg List<String>]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
deleteDaysAfterLastModification: Long
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface Order [[Order.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
orderNumber: String
purchaseOrderNumber: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
anonymousId: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalPrice: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
billingAddress: [[Address.svg Address]]
shippingAddress: [[Address.svg Address]]
shippingMode: [[ShippingMode.svg ShippingMode]]
shippingKey: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
shippingCustomFields: [[CustomFields.svg CustomFields]]
shipping: [[Shipping.svg List<Shipping>]]
itemShippingAddresses: [[Address.svg List<Address>]]
discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
cart: [[CartReference.svg CartReference]]
quote: [[QuoteReference.svg QuoteReference]]
orderState: [[OrderState.svg OrderState]]
shipmentState: [[ShipmentState.svg ShipmentState]]
paymentState: [[PaymentState.svg PaymentState]]
state: [[StateReference.svg StateReference]]
syncInfo: [[SyncInfo.svg List<SyncInfo>]]
returnInfo: [[ReturnInfo.svg List<ReturnInfo>]]
lastMessageSequenceNumber: Long
custom: [[CustomFields.svg CustomFields]]
completedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
ShippingMode --> Cart #green;text:green : "shippingMode"
ShippingMode --> CartDraft #green;text:green : "shippingMode"
ShippingMode --> Order #green;text:green : "shippingMode"
@enduml
| false | true | false | false | sequence |
7f8995b541501dea23bf6bb0a1dc15125bde4c31 | 912d65be9bbd436a671d948abe8dadf356eb5216 | /src/main/java/com/gc/gc.plantuml | fb7cbf6db65e7f8d57677f562391effdef5c6f58 | [] | no_license | ljhpole/netty-lecture | 02318e9992f488f03425c93b981e8718582b1b4b | a20bef9e6db5d1061a6f37ec0593087588ea1a0a | refs/heads/main | 2023-02-24T21:52:42.964037 | 2021-01-31T15:35:18 | 2021-01-31T15:35:18 | 334,686,240 | 0 | 1 | null | 2021-01-31T15:35:19 | 2021-01-31T15:19:40 | null | UTF-8 | PlantUML | false | false | 690 | plantuml | @startuml
title __GC's Class Diagram__\n
namespace com.gc {
class com.gc.CreateObject {
{static} + icount : byte
{static} + GetObject()
}
}
namespace com.gc {
class com.gc.myTestCms {
{static} + main()
}
}
namespace com.gc {
class com.gc.myTestMaxTenurThreshold {
{static} + main()
{static} + myGc()
}
}
namespace com.gc {
class com.gc.myTestObjectLife {
{static} + main()
}
}
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 |
0d021a58946688035964adbca355b80a960a35e5 | e46b805c563eb7c2090ef5db6b89467c15e9a8cb | /src/DomainClassModelDiagram4.puml | edc1dd56b46d3b0f98f9fcfcac21600f39f646e8 | [] | no_license | OrionRiitters/On_The_Spot_Class_Diagram | 71403bf88fae12bbac4ba9046fda8738fdc5e6c2 | 663d84992c329ae4a144ebfccba95c93a6c9a0ea | refs/heads/master | 2020-03-30T05:45:55.901441 | 2018-10-03T21:53:49 | 2018-10-03T21:53:49 | 150,818,425 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,276 | puml | @startuml
title <b>On The Spot Courier Services</b>\n<b>Domain Model Class Diagram</b>
class Package {
packageID
invoiceID
routeID
weight
size
deliveryType
priority
status
timeAndDateOfOrder
dropOffContactName
dropOffContactNumber
}
class Route {
routeID
pickUpDriverID
dropOffDriverID
pickUpTime
dropOffTime
warehousePickUpTime
warehouseDropOffTime
}
class Invoice {
invoiceID
customerID
amountDue
dueDate
paymentDate
paymentAmount
}
class MonthlyInvoice {
cycleStart
cycleEnd
paymentDate
}
class IndividualInvoice {
invoiceDate
}
class Driver {
driverID
phoneNumber
name
}
class Customer {
customerID
address
primaryContact
phoneNumber
paymentInformation
}
class IndividualCustomer {
paymentType
}
class MonthlyCustomer {
lastInvoice
lastPayment
outstandingBalance
}
Invoice<|-IndividualInvoice
Invoice<|--MonthlyInvoice
Customer<|--IndividualCustomer
Customer<|--MonthlyCustomer
IndividualInvoice"0..*"--"1"IndividualCustomer
IndividualInvoice"1"--"1"Package
MonthlyInvoice"0..*"-"1"MonthlyCustomer
MonthlyInvoice"1"--"0..*"Package
Route"0..*"-"1..2"Driver
Route"1"-"1..*"Package
hide methods
@enduml | false | true | false | false | class |
d37dddb5123312921e8621cea596d08f257108b2 | 52967fc781f6c838c016989270fd604c438ffe0d | /tbr-website/src/main/webapp/images/puml/oop-uml/oop-classdiagram-bank.puml | 68f272b22688bf521f4df4d15ef49ab4603e601b | [] | no_license | thomasbroussard/website | c8084b733ea8d44427e3947ae065b007b3fb04a6 | 72caa7df57107961cd33e36b93d26640c8b927ae | refs/heads/master | 2021-01-13T12:40:45.213735 | 2018-12-16T07:42:27 | 2018-12-16T07:42:27 | 72,539,195 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 427 | puml | @startuml
left to right direction
Class Customer{
name
address
}
Class Account {
balance
}
Class InvestmentAccount extends Account {
}
Class SavingAccount extends Account{
interrestRate
}
Class Stock {
ticker
quantity
}
Class StockOrder{
commission
}
Customer "1" -- "1..*" Account
InvestmentAccount "*" --> "*" Stock
StockOrder "*" --> "1" Stock
@enduml | false | true | false | false | class |
f78b01baf058552392deedd2365df6bf4ea8bf33 | 124b894a3ef93319757b58a1fd24ff43d69e7186 | /docs/uml/stats.puml | 87be4f78b04a3212f66617387355010e18cd51f0 | [
"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 | 548 | puml | @startuml
participant "<size:20><&terminal></size> ./zbox stats" as cli
collections gosdk
collections blobber
cli -> gosdk: GetAllocation(allocationID)
cli -> gosdk: GetFileStats(remotepath)
gosdk -> gosdk: check initialized allocation
gosdk -> gosdk: check valid path
gosdk -> gosdk: create list request
group for each blobber (blobber, bidx)
gosdk -> blobber: call http request to get file stats info
alt successful status code
blobber --> gosdk: return file stats
end
end
alt not empty file stats
gosdk -> cli: return file stats
end
@enduml
| false | true | false | false | sequence |
247e254f02b3dffc7a12b81d5d710d39dbd62a63 | 17429b63dad6d21c4438c3d014c968fb486bbfb3 | /src/main/java/ex41/ex41uml.puml | 9d65c3ff20c7f04a42cc3f8ec7c07b83c998abd2 | [] | no_license | mate-gam/Gamero-cop3330-assignment3 | b5c7c3e71b7cda59802f54d65e3a7d93aba7cb13 | fcd67eeb224cc3fbc2cfa4cef712b7e07ee16b61 | refs/heads/master | 2023-08-22T06:46:03.142132 | 2021-10-11T14:38:33 | 2021-10-11T14:38:33 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 179 | puml | @startuml
class App{
int numberOfNames
ArrayList<String> names
==
.. Read File ..
+ readFile()
.. Sort File ..
+ sortFile()
.. Write To Output ..
+ checkForOutPutFile()
}
@enduml | false | true | false | false | class |
7c9162f0eabddb12894749b1dc525cb9eb6fea5f | e2d0e0010092b4c9c21cddbea07fc71b618a3259 | /docs/plant-uml/sequence-diagram/api-create-team.plantuml | 836a4741b4c0108f0f101eee003632c14cbb4f3c | [
"MIT"
] | permissive | fajarAnd/nodejs-api-soccer-player | 91a4ede8049125848e10b6b7973154245eb4f2a1 | 9b7897b3114a6efd0a9e3de8679d3253fd78125d | refs/heads/master | 2023-04-15T21:41:08.262947 | 2020-12-02T03:26:17 | 2020-12-02T03:26:17 | 298,172,597 | 0 | 0 | MIT | 2023-04-07T16:05:58 | 2020-09-24T04:54:06 | JavaScript | UTF-8 | PlantUML | false | false | 383 | plantuml | @startuml create_team
actor client
control controller
participant "team.action" as team_action
database team
autonumber
client -> controller: post /v1/team
activate controller
controller -> team_action: createTeam()
activate team_action
team_action -> team: insert()
activate team
return team
return insert success
return inser success
@enduml | false | true | false | false | sequence |
d3d982345474764941d686445ac29ee35e16809f | a546db78e9806979e459831fb16c6e51878eb60b | /src/main/ui/ui.plantuml | 7be4aa15d6c57a455f138a0e7d6957e9eb45918a | [] | no_license | Bryce-MW/WikidataExplorer | 92fd35b8e9364d9bd7e005a39d321bc788ea049f | 9ad2dac3c82077466dcb36f25128611881f8965b | refs/heads/master | 2023-06-22T20:58:25.975518 | 2021-07-25T22:33:33 | 2021-07-25T22:33:33 | 287,648,884 | 5 | 1 | null | 2020-08-16T06:03:52 | 2020-08-15T00:23:27 | Java | UTF-8 | PlantUML | false | false | 1,366 | plantuml | @startuml
title __UI's Class Diagram__\n
namespace ui {
class ui.CLInterface {
{static} - CLInput : Scanner
{static} - DEFAULT_ID : String
{static} - HEIGHT : int
{static} - SEP_WIDTH : int
{static} - WIDTH : int
{static} - WINDOW_WIDTH : int
{static} - layout : LayoutManager
{static} - menuBar : MenuBar
{static} - queryService : DatumQueryService
{static} - repository : LocalRepository
+ CLInterface()
{static} + main()
{static} - getWindowSize()
{static} - loop()
{static} - parse()
{static} - setupStartingItem()
}
}
namespace ui {
class ui.GUInterface {
{static} + brightGray : Color
{static} + darkGray : Color
{static} + midGray : Color
- down : Component
- pressed : boolean
- startX : int
- startY : int
+ drag()
{static} + main()
+ pressed()
+ released()
+ toggle()
- moveComponent()
- setUpWindow()
{static} - setupMenubar()
}
}
ui.GUInterface -up-|> javax.swing.JPanel
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 |
b655e9286d1c33df141a40d0fcc9681c2d2401f2 | fce25996263e5e7d6825c9887cd6636cafa76445 | /14ood/ivar.puml | 0a3e77451cdf9c06f6d028ebbcdb9fcace5ec01a | [
"CC-BY-4.0",
"CC-BY-3.0"
] | permissive | janbucher/rsd-engineeringcourse | d6a8f66365060c32298d7e9e469069b77f313338 | e54fa9faa1a36faba726015640a7c6b62fa43d30 | refs/heads/master | 2022-03-03T19:30:08.608224 | 2019-11-12T11:31:08 | 2019-11-12T11:31:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 78 | puml | @startuml
class MyClass {
Object member
MyClass __init__(self)
}
@enduml
| false | true | false | false | class |
a644b549e3213304974ab477ac094c8c2d68eea6 | d2ed8a570b53678ad094ab920a59068b285e1852 | /GraphicalTodoList/docs/class_diagram.puml | f6d036f4f5c8ce90ec883d7d41aef6457d6437ed | [] | no_license | ethandrzb/thomas-app1-impl | 71b14002943558da9297c7533f2c967270644c13 | c0d50e0d6e865c65675ad34803d7a84fd61baf1e | refs/heads/main | 2023-08-30T01:55:57.382043 | 2021-11-08T04:01:29 | 2021-11-08T04:01:29 | 422,614,465 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,731 | puml | @startuml
'https://plantuml.com/class-diagram
class TodoListApplication
{
+static void main(String[] args)
+void start(Stage stage)
}
+class TodoListApplicationController
{
-listItemFilterOption selectedFilterOption
-sortListOption selectedSortOption
-final Alert emptyItemDescriptionExistsOnAddAlert
-final Alert emptyItemDescriptionExistsOnSaveListAlert
-final Alert failedToSaveListAlert
-final Alert failedToLoadListAlert
-static final String TEXT_FIELD_ERROR_BORDER_STYLE_NAME
-TodoList todoList
-final HashMap<ListItem, TextField> textFields
-final HashMap<ListItem, CheckBox> checkBoxes
-final HashMap<ListItem, DatePicker> datePickers
-final HashMap<ListItem, Button> removeButtons
-ToggleGroup listFilterOptionToggleGroup
-MenuItem loadListsMenuItem
-MenuItem saveSelectedListsMenuItem
-ToggleGroup sortOptionToggleGroup
-RadioMenuItem viewAllItemsRadioMenuItem
-RadioMenuItem viewCompletedItemsOnlyRadioMenuItem
-RadioMenuItem viewIncompleteItemsOnlyRadioMenuItem
-RadioMenuItem sortByDateAddedRadioMenuItem
-RadioMenuItem sortByDueDateRadioMenuItem
-VBox listContainerVBox
+void addNewItemButtonPressed()
+void highlightEmptyDescriptions()
+void saveSelectedListsMenuItemSelected()
+void loadListsMenuItemSelected()
+void clearListMenuItemSelected()
-void clearGeneratedControls()
-GridPane todoListToGridPane()
-boolean allControlsPresent(ListItem item)
-void resetTodoListToGridPane()
-void addCheckBox(ListItem item)
-void addTextField(ListItem item)
-void addDatePicker(ListItem item)
-void addRemoveButton(ListItem item)
-void applyTextFieldErrorBorder(TextField tf)
-void removeTextFieldErrorBorder(TextField tf)
-void updateDisplayedList()
+void initialize()
-void initWithEmptyList()
-void initToggleGroupChangeListeners()
-void initRadioMenuItemEnums()
-void initAlertBoxes()
}
enum listItemFilterOption
{
ALL
INCOMPLETE_ONLY
COMPLETE_ONLY
}
enum sortListOption
{
BY_DATE_ADDED
BY_DUE_DATE
}
+class ListItem
{
-boolean itemCompleted
-String description
-LocalDate dueDate
+ListItem()
+ListItem(boolean itemCompleted, String description, LocalDate dueDate)
+ListItem(boolean itemCompleted, String description)
+void setItemCompleted(boolean itemCompleted)
+boolean isItemCompleted()
+void setDescription(String description)
+String getDescription()
+void setDueDate(LocalDate dueDate)
+LocalDate getDueDate()
+String toString()
}
+class TodoList
{
-final ArrayList<ListItem> listItemsData;
-final ObservableList<ListItem> listItems;
-final SimpleIntegerProperty listSize
+TodoList()
+TodoList(List<ListItem> listItemsData)
+void addItemToList()
+SimpleIntegerProperty getListSize()
+List<ListItem> getAllListItems()
+List<ListItem> getCompletedItems()
+List<ListItem> getIncompleteItems()
+static void sortTodoList(List<ListItem> items)
+boolean validateAllItemDescriptionsNonEmpty()
+void clear()
+String toString()
}
+class ApplicationStateSerializer
{
+void saveListToFile(TodoList list, File file)
+TodoList loadListFromFile(File file)
-void loadListItems(Scanner fromFile, List<ListItem> buffer)
-ListItem convertStringToListItem(String line)
-boolean match(String input, String regex)
}
TodoListApplicationController *-- ApplicationStateSerializer
ListItem --* TodoList
TodoListApplicationController *-- TodoList
TodoListApplicationController *-- listItemFilterOption
TodoListApplicationController *-- sortListOption
@enduml | false | true | false | false | class |
bf3aa2823091d9dd7358ff8cb18f620215a74525 | 462b9598f08a48ab835f0b189d4d344560965227 | /src/main/java/csheets/worklog/n1120013/sprint1/core01_01_analysis_enab_disa_ext.puml | 420f71b4cb94f88ba1bad3d315d9dfa81c818c5a | [] | no_license | VitorMascarenhas/LAPR4-2016 | 19f5593b98b81763f77021fb04278ed231337028 | e53a5a46c0e09fbc155fb91f2010d50532de85d2 | refs/heads/master | 2020-03-19T10:31:05.321699 | 2018-06-06T19:49:19 | 2018-06-06T19:49:19 | 136,027,190 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 658 | puml | @startuml doc-files/enable_disable_extensions_analysis.png
actor User
participant ExtensionsManagerAction as EMA
participant checkBoxList as CKBL
participant "this.uiController : UIController" as UIC
participant "ExtensionsManager : Extensions" as em
User -> EMA : actionPerformed(ActionEvent event)
EMA -> CKBL : createCheckBox(...)
CKBL -> UIC : listAllExtensions()
UIC -> em :getAllExtensionList()
em --> UIC : listExtensions()
UIC --> CKBL: listAllExtensions()
alt result==checkboxList.OK_Button
CKBL -> em : enableChekedExtensions();
CKBL -> em : disableUnchekedExtensions();
else
end
@enduml
| false | true | false | false | usecase |
d7e2aae097f1b9533ba3e86c5b786d7f82cd5d5d | 9c20760d58a892015bf7fb4b6def2ccec59b6b4d | /container/Ablauf2.puml | 9df23b169bc7e271d48f2d176bdb339e46582a9d | [
"Apache-2.0"
] | permissive | JanikBuecher/code-engine-virus-scan | 5f77a773941462f59c73e49e82f8fdd879707449 | 70a3660360881ae63bd6cdbfe510472178030782 | refs/heads/master | 2023-09-05T13:30:21.470160 | 2021-11-23T15:57:43 | 2021-11-23T15:57:43 | 328,998,568 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 388 | puml | @startuml
!pragma teoz true
title Ablauf
participant "Job" as job
participant "ClamAV" as clam
activate job
job -> clam : trigger file scan
activate clam
deactivate job
hnote over job: close
hnote over clam: Scanning file
alt file is clean
hnote over clam: Move file to clean bucket
else file is infected
hnote over clam: Move file to dirty bucket
deactivate clam
@enduml
| false | true | false | false | sequence |
70416381a15ea815242367b51403083393f9e076 | a14996e97357a2c4c98bf2f13bed93bd0fd7870e | /statemachine/test8.puml | 7f31fe3ce6ca385a038961453ed2fe6b5fab5d1c | [
"MIT"
] | permissive | marrbor/go-state-machine | ed88b6aae25e5acde5f19b727807baafdf8b241a | 400a4f8b63e69a5ec4df0e821e427b1677d176ad | refs/heads/master | 2020-12-26T05:11:20.460232 | 2020-05-21T16:14:29 | 2020-05-21T16:14:29 | 237,395,650 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 257 | puml | @startuml
[*] --> State1
State1 --> State2 : Succeeded
State1 --> [*] : Aborted
State2 --> State3 : Succeeded
State2 --> [*] : Aborted / RetryX
State3 --> [*] : Succeeded / SaveResultX
State3 --> [*] : Aborted [MaxCheckX]
State3 --> State3 : Failed
@enduml
| false | true | false | false | sequence |
3dae162f1cfea333ce9daf2bbb623ae5744f1a54 | ec16c59f24bcf48dedbf7893fffb945032e6b41e | /pedromartinezsanchez-actividades2-UT5/Ejericcio4.puml | ed337029885ccc6d11813e2dceee341a39ece5de | [
"MIT"
] | permissive | Pedrobalmis11/Casos-de-uso | b5d88b97fb899522ee5c4eb39cb25f8da24f6e9d | 905d7623027388b77c3878f39f87c6bc72c139b0 | refs/heads/master | 2021-01-07T11:27:32.381160 | 2020-02-19T17:20:10 | 2020-02-19T17:20:10 | 241,677,495 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 439 | puml | @startuml
:Usuario:
Usuario -- (Acceder)
(Acceder) <.. (Registrarse): <<Extend>>
Usuario -- (Ver los cursos en los que esta matriculado)
Usuario -- (Configurar entorno)
Usuario -- (Consultar cursos en los que esta matriculado)
Usuario -- (Públicar en el foro)
Usuario -- (Descargar material web)
Usuario -- (Entregar resultados)
(Entregar resultados) <|-- (Subir archivos)
(Entregar resultados) <|-- (Introducir texto)
@enduml | false | true | true | false | class |
80736549ce5c94ad0fe05da820ebc829b25ae034 | cba974953d90d89c1eda8496dd9b7464f2596a30 | /doc/Overview.puml | 670e5427787844ccadaabfe3449d834d62cbcac4 | [] | no_license | YannisSchmutz/Snake | 36d0f2c70203cbde1daa7d43aeb02b7b9d12d332 | 45de38d71a6f438cf6d2c1bc1cb23405c61c3434 | refs/heads/master | 2022-01-18T18:36:44.543303 | 2019-07-28T16:38:38 | 2019-07-28T16:38:38 | 113,617,550 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 591 | puml | @startuml
class GameField{
get_playg_round()
get_free_space()
}
class Snake{
get_head_position()
get_tail_positions()
get_move_direction()
update_move_direction()
move()
eat()
draw()
}
class Head{
}
class Tail{
}
class Food{
update_x_position()
update_y_position()
get_pos_x()
get_pos_y()
draw()
}
class FoodDispatcher{
place_food()
remove_food()
get_food_position()
draw()
}
class AI{
}
Snake "1" *-- "1" Head
Snake "1" *-- "0...399" Tail
FoodDispatcher "1" *-- "1" Food
AI -- Snake
AI -- FoodDispatcher
FoodDispatcher -- GameField
Snake -- GameField
AI -- GameField
@enduml | false | true | false | false | class |
006c89333de55c4a3ef1ddf769a177dcbff8d4f2 | 25401ecdc0394dfeed79f6ab59b8339d8c1cc74a | /cardreader.provider.usb.tactivo/src/main/java/de/gematik/ti/cardreader/provider/usb/tactivo/control/TactivoCallback.plantuml | b51791d4df3ec01b0b8573d080075c45c152a5e1 | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-USB-Tactivo-Android | f1f6d544358c5d93963ef889cb6281a059678b60 | e49e01f305cc3f24fe3544fbe9cdb3077cddcb6f | refs/heads/master | 2022-02-07T13:08:30.124094 | 2022-01-07T07:24:20 | 2022-01-07T07:24:20 | 214,091,078 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 575 | plantuml | @startuml
package de.gematik.ti.cardreader.provider.usb.tactivo.control {
class TactivoCallback {
- context : Context
- terminalId : int
~ terminalType : int
{static} - LOG : Logger
+ TactivoCallback()
+ connect()
+ initializationFailed()
+ initialized()
+ uninitialized()
+ onReceive()
- onDeviceDetached()
- onDeviceAttached()
}
}
TactivoCallback -up-|> PBInitializedCallback
TactivoCallback -up-|> BroadcastReceiver
@enduml
| false | true | false | false | class |
d9ac06653d6607054e9e1bf128ac10dbb5a2b274 | dc20115738d63d9d0dbd16fab019785740465cc7 | /plantuml/Users/hunter/Coding/maternity-ward-system/IExpertEmployee.puml | aab5a7f792a8c1b7deca0e3549d15a42ccc039ce | [] | no_license | W0lfCr0w/maternity-ward-system | b2a9201111079ce3f638ff78cadb6aa9ecb4e04f | ee9aac0f52841c4083f1666dc4628f9c0d9b34af | refs/heads/main | 2023-06-06T10:33:10.231707 | 2021-06-29T10:20:54 | 2021-06-29T10:20:54 | 379,371,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 87 | puml | @startuml
interface IExpertEmployee {
+ ExpertHourlyPay : double <<get>>
}
@enduml
| false | true | false | false | class |
0c761d9f696e9cb0e5d563b7e3dd176db9c417bf | 1ac0a5cf0a74b207d7cdac817f81b15f452f494c | /Livrables/Diagrammes/Composants/UML/SectionChef.plantuml | a5429019fdf13b4cc3e505bef3618f7a14f972b8 | [
"MIT"
] | permissive | HugoLA1/Projet-programmation-systeme | 1f143b71a52871ca3536b30d78592c29f19aae97 | 5262fa64cd862283078346b4f8a2aa69246d47d6 | refs/heads/master | 2020-06-01T10:33:49.688170 | 2018-12-13T13:22:55 | 2018-12-13T13:22:55 | 190,750,176 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 391 | plantuml | @startuml
class SectionChef {
observers : List<IObserver>
+ isAvailable : bool <<get>> <<set>>
+ ID : int
+ SectionChef(ID:int)
+ RegisterObserver(observer:IObserver) : void
+ UnregisterObserver(observer:IObserver) : void
+ NotifyObservers(track:List<Point>) : void
+ NotifyObservers(track:List<Point>, table:Table) : void
}
ISubject <|-- SectionChef
@enduml
| false | true | false | false | class |
cd036c10f22ff0d02cf8334ded85db2639b72501 | bf3e610c8668e525aedcca58ddbe9da7c19e427e | /docs/design/test-lab/use-case.puml | 99de6628d0f163d57104f4bce415b62e055b20a8 | [
"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 | 638 | puml | @startuml
title Common UC
actor QA << Human >>
actor DEV << Human >>
actor JENKINS
actor :LAB: as lab << Rest API >>
actor :VIRTUAL LAB: as vl << Docker instance >>
actor :HARDWARE LAB: as hwl
left to right direction
QA --> lab
DEV --> lab
JENKINS --> lab
lab --> ( Create virtual environment )
( Create virtual environment ) --> vl
lab --> ( Run test on virtual environment )
( Run test on virtual environment ) --> vl
lab --> ( Delete virtual environment )
( Delete virtual environment ) --> vl
lab --> ( Define hardware environment )
lab --> ( Run test on hardware environment )
( Run test on hardware environment ) --> hwl
@enduml
| false | true | false | false | usecase |
421899a16558cecaabd6a76a423c9feda96f85c6 | 5cf4562f01b174ba235cb3ac5551b247a4c2abcb | /app/src/main/java/com/jxust/tutor/StudentCursorAdapters/StudentCursorAdapters.plantuml | 4c0e1d77cd1f69c6db278a7d8766c87ca481daed | [] | no_license | atanuroy911/JXUST_TUTOR_APP | 30c08767b79f141c2903b3a035182f1a3aed3828 | fb440a4f0f5ac57f716a5c829177265155b7c157 | refs/heads/main | 2023-03-03T06:04:36.247741 | 2021-02-03T13:26:52 | 2021-02-03T13:26:52 | 335,628,435 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,497 | plantuml | @startuml
title __STUDENTCURSORADAPTERS's Class Diagram__\n
namespace com.jxust.tutor {
namespace StudentCursorAdapters {
class com.jxust.tutor.StudentCursorAdapters.BookingTutorCursorAdapter {
~ currencyFormatter : NumberFormat
- mContext : Context
+ BookingTutorCursorAdapter()
+ bindView()
+ newView()
}
}
}
namespace com.jxust.tutor {
namespace StudentCursorAdapters {
class com.jxust.tutor.StudentCursorAdapters.HomeQuickBookCursorAdapter {
~ currencyFormatter : NumberFormat
- mContext : Context
+ HomeQuickBookCursorAdapter()
+ bindView()
+ newView()
}
}
}
namespace com.jxust.tutor {
namespace StudentCursorAdapters {
class com.jxust.tutor.StudentCursorAdapters.SessionCursorAdapter {
- mContext : Context
+ SessionCursorAdapter()
+ bindView()
+ newView()
}
}
}
com.jxust.tutor.StudentCursorAdapters.BookingTutorCursorAdapter -up-|> android.widget.CursorAdapter
com.jxust.tutor.StudentCursorAdapters.HomeQuickBookCursorAdapter -up-|> android.widget.CursorAdapter
com.jxust.tutor.StudentCursorAdapters.SessionCursorAdapter -up-|> android.widget.CursorAdapter
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 |
279f4b04258a95bcc65f3de1e3143f092a212b33 | a249c2addc54fa5250d268f1c9cb71c1f555fec4 | /learn-design-pattern/src/main/java/com/hqbhoho/bigdata/design/pattern/template_method/templete_method.puml | 11a253bcda901188e99f355d4add571fef1e8d8a | [] | no_license | hqbhoho/learn-bigdata | 3bb16248eed5498758bf3f98179242078ed6ddf7 | cb2eca9b1b795a4a8712850f0ec49a32b2f7922d | refs/heads/master | 2022-11-21T16:48:22.455348 | 2020-09-15T01:30:16 | 2020-09-15T01:30:28 | 173,652,937 | 19 | 7 | null | 2022-11-16T11:46:09 | 2019-03-04T01:31:39 | Java | UTF-8 | PlantUML | false | false | 566 | puml | @startuml
abstract class Game{
{abstract} {method} + void open();
{method} + void initialize();
{method} + void readHistory();
{method} + void startPlay();
{method} + void stopPlay();
{abstract} {method} boolean + canReadHistory();
{method} + void playGame();
}
class Dota{
{method} + void open();
{method} + boolean canReadHistory();
}
class NBA2K19{
{method} + void open();
{method} + canReadHistory();
}
class Client
Game <|.. Dota
Game <|.. NBA2K19
Game <.. Client
Dota <.. Client
NBA2K19 <.. Client
@enduml | false | true | false | false | class |
c689a87a76e541e64a9ea71f695180534123bcc1 | d4848a01fb778350038cb4b3d2f57537cfddd637 | /calculator/uml/TCPClasses.puml | 984b65befcf473ec47f328bd4414b4e20c34238d | [] | no_license | lamtev/nets | 13f8311cbc558604ab7008e5e0da6e6f8c5e4eb3 | 2b82b48560a482cd69b91d3e2804c5ff31fe54e4 | refs/heads/develop | 2021-06-07T17:11:27.419265 | 2018-12-13T16:19:19 | 2018-12-13T16:19:19 | 149,982,939 | 0 | 0 | null | 2018-11-11T11:07:31 | 2018-09-23T12:36:47 | C++ | UTF-8 | PlantUML | false | false | 968 | puml | @startuml
interface ServerNet {
setDelegate(ServerNetDelegate delegate)
start()
stop()
}
enum ServerNetError {
SOCKET_CREATE_ERROR
SOCKET_BIND_ERROR
SOCKET_LISTEN_ERROR
SOCKET_ACCEPT_ERROR
SOCKET_RECEIVE_ERROR
SOCKET_SEND_ERROR
KILL_CLIENT_ERROR
SOCKET_RECEIVE_FROM_ERROR
SOCKET_SEND_TO_ERROR
}
interface ServerNetDelegate {
netDidFailWithError(ServerNet net, ServerNetError error)
}
interface ServerIODelegate {
ioWantsToKillClientWithId(ServerIO io, uint64_t id)
ioWantsToListClients(ServerIO io)
ioWantsToExit(ServerIO io)
}
class TCPServer {
ServerIO io
TCPServerNet net
start()
stop()
}
class TCPServerNet {
ServerNetDelegate delegate
}
class ServerIO {
ServerIODelegate delegate
start()
stop()
setDelegate(ServerIODelegate delegate)
}
TCPServer o-- ServerIO
ServerIO o-- ServerIODelegate
ServerNetDelegate <|.. ServerIO
TCPServer o-- TCPServerNet
TCPServerNet o-- ServerNetDelegate
ServerNet <|.. TCPServerNet
ServerIODelegate <|.. TCPServerNet
@enduml
| false | true | false | false | class |
08a903235bd8181415eb4d05c1cfec6894f7ea67 | a79120c6f60221e3f09847e4a77605ea06a24afa | /app/src/main/java/de/dhbw/map/objects/tower/tower.plantuml | 26ce8d2d19abc55772835ff73dc5a377f3724334 | [] | no_license | niwa99/Tower-Defense | c6e9e5b1f6cec98a91a1ff9ff894d5bf071ad728 | e3c502fdf2e22099f68a04209933b5c9d1a5acdc | refs/heads/master | 2020-08-07T13:38:17.006168 | 2020-07-02T08:36:46 | 2020-07-02T08:36:46 | 213,471,531 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,487 | plantuml | @startuml
title __TOWER's Class Diagram__\n
namespace de.dhbw {
namespace map.objects.tower {
abstract class de.dhbw.map.objects.tower.ATower {
# damage : int
# headImage : Optional<ImageView>
- baseImage : ImageView
- costs : int
- fireRate : int
- id : UUID
- level : int
- range : int
- starlvlFour : ImageView
- starlvlThree : ImageView
- starlvlTwo : ImageView
- task : TimerTask
- x : int
- y : int
+ ATower()
+ calculateDelay()
{static} + filterPlaneIfTowerCannotFocus()
+ fire()
+ getBaseImage()
+ getCosts()
{abstract} + getCosts()
+ getDamage()
{abstract} + getDamage()
+ getField()
+ getFireRate()
{abstract} + getFireRate()
+ getHeadImage()
+ getId()
+ getLevel()
+ getNearestEnemy()
+ getPosition()
+ getPositionX()
+ getPositionY()
+ getRange()
{abstract} + getRange()
+ getStarlvlFour()
+ getStarlvlThree()
+ getStarlvlTwo()
+ getTask()
+ getTowerType()
+ isEnemyInRange()
+ rotateImage()
+ setBaseImage()
+ setHeadImage()
+ setTask()
# getFocusableEnemies()
}
}
}
namespace de.dhbw {
namespace map.objects.tower {
class de.dhbw.map.objects.tower.TowerArtillery {
- artilleryTowerImage : ImageView
+ TowerArtillery()
+ TowerArtillery()
+ fire()
+ getCosts()
+ getDamage()
+ getFireRate()
+ getRange()
{static} + getTowerArtilleryCostsByLevel()
{static} - getTowerArtilleryDamageByLevel()
{static} - getTowerArtilleryFirerateByLevel()
{static} - getTowerArtilleryRangeByLevel()
}
}
}
namespace de.dhbw {
namespace map.objects.tower {
class de.dhbw.map.objects.tower.TowerBoombastic {
+ TowerBoombastic()
+ TowerBoombastic()
+ fire()
+ getCosts()
+ getDamage()
+ getFireRate()
+ getRange()
{static} + getTowerBoombasticCostsByLevel()
{static} - getTowerBoombasticDamageByLevel()
{static} - getTowerBoombasticFirerateByLevel()
{static} - getTowerBoombasticRangeByLevel()
}
}
}
namespace de.dhbw {
namespace map.objects.tower {
class de.dhbw.map.objects.tower.TowerFreezer {
- slowness : int
+ TowerFreezer()
+ TowerFreezer()
+ fire()
+ getCosts()
+ getDamage()
+ getFireRate()
{static} + getFreezerCostsByLevel()
+ getRange()
+ getSlowness()
{static} - getFreezerDamageByLevel()
{static} - getFreezerFirerateByLevel()
{static} - getFreezerRangeByLevel()
{static} - getFreezerSlownessByLevel()
}
}
}
namespace de.dhbw {
namespace map.objects.tower {
class de.dhbw.map.objects.tower.TowerLaser {
+ TowerLaser()
+ fire()
+ getCosts()
+ getDamage()
+ getFireRate()
+ getRange()
+ removeBullet()
{static} - getLaserCostsByLevel()
{static} - getLaserDamageByLevel()
{static} - getLaserFireRateByLevel()
{static} - getLaserRangeByLevel()
}
}
}
namespace de.dhbw {
namespace map.objects.tower {
class de.dhbw.map.objects.tower.TowerPlasmarizer {
- plasmaRange : int
+ TowerPlasmarizer()
+ fire()
+ getCosts()
+ getDamage()
+ getFireRate()
+ getRange()
{static} - getPlasmarizerCostsByLevel()
{static} - getPlasmarizerDamageByLevel()
{static} - getPlasmarizerFirerateByLevel()
{static} - getPlasmarizerRangeByLevel()
}
}
}
namespace de.dhbw {
namespace map.objects.tower {
enum TowerType {
ARTILLERY
ASSAULTLASER
BOOMBASTIC
FREEZER
PLASMARIZER
drawable
price
type
}
}
}
de.dhbw.map.objects.tower.ATower -up-|> de.dhbw.game.ATimerUsage
de.dhbw.map.objects.tower.ATower o-- de.dhbw.activities.GameActivity : gameActivity
de.dhbw.map.objects.tower.ATower o-- de.dhbw.map.objects.enemy.AEnemy : targetedEnemy
de.dhbw.map.objects.tower.ATower o-- de.dhbw.map.structure.Field : field
de.dhbw.map.objects.tower.ATower o-- de.dhbw.map.objects.tower.TowerType : towerType
de.dhbw.map.objects.tower.TowerArtillery -up-|> de.dhbw.map.objects.tower.ATower
de.dhbw.map.objects.tower.TowerBoombastic -up-|> de.dhbw.map.objects.tower.ATower
de.dhbw.map.objects.tower.TowerFreezer -up-|> de.dhbw.map.objects.tower.ATower
de.dhbw.map.objects.tower.TowerLaser -up-|> de.dhbw.map.objects.tower.ATower
de.dhbw.map.objects.tower.TowerLaser o-- de.dhbw.map.objects.bullet.LaserRay : bullet
de.dhbw.map.objects.tower.TowerPlasmarizer -up-|> de.dhbw.map.objects.tower.ATower
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 |
0b95a6a0f613c4dc6fda393a23194594d27d3872 | 368bb249d552ae0f58d19a1d9f3288c90df0c1d7 | /uml/sequence-diagram.plantuml | 042de6048a41f57dcad98a6ccd0758754efbc8ea | [
"MIT"
] | permissive | kinshuk4/bdnd-etherium-supply-chain-dapp | 17ea7e9f9257ca6e104bdbeb529d953cb00fb5ec | 083b1162d7c8d2c872f965d67935c001fdcb6c86 | refs/heads/master | 2022-05-21T20:19:44.203985 | 2020-04-21T23:13:11 | 2020-04-21T23:13:11 | 255,687,387 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 547 | plantuml | @startuml
scale 2
entity Item
actor Farmer
actor Distributor
actor Retailer
actor Consumer
activate Item
activate Farmer
Farmer -> Item : harvest
Farmer -> Item : process
Farmer -> Item : pack
Farmer -> Item : sell
deactivate Item
activate Distributor
Distributor -> Farmer : buy
deactivate Distributor
activate Retailer
Farmer --> Retailer : ship
Retailer --> Farmer : receive
deactivate Farmer
activate Consumer
Consumer --> Retailer : purchase
deactivate Retailer
deactivate Consumer
Item --> Consumer : fetch
Item --> Consumer : fetch
@enduml
| false | true | false | false | sequence |
8e89f68ac3f87c97faf16192c58ffac784453510 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Connected-Car-Cloud/Analytics/UserInteraction.puml | 6827a2edcb1a25e8f602a79f2f252674e6e507d2 | [] | 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 | 94 | puml | @startuml
actor User
User -> "Service-Stack/Connected-Car-Cloud/Analytics": UseCase
@enduml
| false | true | false | false | sequence |
14cab86dc1cfe775191d1bdf7de39890666b1488 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Actors/Application-Developer/Activity.puml | 41ec0f2f769203a8ae09eb8526b2f390b1eeb731 | [] | 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 | 151 | puml | @startuml
partition "ApplicationDeveloper" #cccccc {
(*) --> "Start Here"
}
partition "system.name" #pink {
"Start Here" --> "Here"
}
@enduml
| false | true | false | false | activity |
4eea998b7faff7ce50705c29d6b8b0290639bba3 | ad3cc5450c8e0d30e3ddbc36db6fbb053e8965fb | /projects/oodp/html/umlversion/sg/edu/ntu/scse/cz2002/features/OrderItem.OrderItemType.puml | 69a613f13447e5c7be5cd378c5b4792914ae9b7e | [] | 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 | 241 | puml | @startuml
enum OrderItem.OrderItemType [[../sg/edu/ntu/scse/cz2002/features/OrderItem.OrderItemType.html]] {
{static} +TYPE_MENU
{static} +TYPE_PROMO
}
center footer UMLDoclet 1.1.3, PlantUML 1.2018.12
@enduml
| false | true | false | false | class |
23d833b6e933e5423d3afcf5209e836c2edcb3d7 | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/profile-service/Application/Models/DataTransferObjects/ProfileUpdateDto.puml | c9cfd9bf85e6b6101ec4b7b5d50279dbb984c5d9 | [] | no_license | converge-app/uml-diagrams | b0638f3b801ced52b650025b1b81d29f4ff345fe | 4202d41a464838d7604062e407b065bf512ad8d6 | refs/heads/master | 2020-11-25T09:53:56.136779 | 2019-12-17T12:11:29 | 2019-12-17T12:11:29 | 228,607,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 377 | puml | @startuml
class ProfileUpdateDto {
+ Id : string <<get>> <<set>>
+ UserId : string <<get>> <<set>>
+ ProfilePictureUrl : string <<get>> <<set>>
+ Title : string <<get>> <<set>>
+ Rating : decimal <<get>> <<set>>
+ Description : string <<get>> <<set>>
+ Skills : List<string> <<get>> <<set>>
+ Experience : List<string> <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
ac4b1d901255de61c209470cf079182167a40879 | c083168b4255af019262677c09ac0883d199b532 | /kapitler/media/uml-codelist-sakspartrolle.iuml | ed95525b2fec9130e19df27649400286c4afe37f | [] | no_license | gra-moore/noark5-tjenestegrensesnitt-standard | 270f7088898ff0c5fa809b42297cfc56f829eeaa | 0c3936475ce40ab41793b61aee5c4dcdff9c791d | refs/heads/master | 2020-05-22T18:37:59.814751 | 2019-05-13T11:10:23 | 2019-05-13T11:10:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 140 | iuml | @startuml
class Kodelister.SakspartRolle <<codelist>> {
+Klient = KLI
+Pårørende = PÅ
+Formynder = FORM
+Advokat = ADV
}
@enduml
| false | true | true | false | class |
eb3c820c058a94381629c9c01abbce206a394788 | 3bd5b6b563105cbe8bb1e1277e76702302ff7b72 | /diagrama.plantuml | 39daf1d1baf63fc9876722b40b16c98e9ec9a296 | [] | no_license | AlejandroDeheza/QMP-VI | 4a551b26950b17e4e6e64d52d7f3235b26f8348d | 2cacde8e85cba37c7ed369b20fa4e1d9c81139a5 | refs/heads/master | 2022-10-18T19:06:51.039365 | 2020-06-13T02:54:49 | 2020-06-13T02:54:49 | 271,895,616 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,204 | plantuml | @startuml
class Usuario {
-AsesorDeImagen asesor
-String mail
-List<Accion> acciones
+List<Atuendo> obtenerSugerencias()
+void aplicarAcciones(List<Alerta> alertas)
+void agregarAccion(Accion accion)
+void eliminarAccion(Accion accion)
}
class RepositorioUsuarios {
-List<Usuario> usuariosDelSistema
-ServicioMeteorologico servicioMeteorologico
+void actualizarSugerencias()
+void actualizarAlertas()
}
interface ServicioMeteorologico {
+List<Alerta> obtenerAlertas()
}
interface Accion {
+void aplicar(Usuario usuario, List<Alerta> alertas)
}
class ActualizarSugerencia{
+void aplicar(Usuario usuario, List<Alerta> alertas)
}
class AvisarTormenta{
+void aplicar(Usuario usuario, List<Alerta> alertas)
}
class AvisarGranizo{
+void aplicar(Usuario usuario, List<Alerta> alertas)
}
class MandarMailDeAlertas{
+void aplicar(Usuario usuario, List<Alerta> alertas)
}
Usuario --> "*" Accion
RepositorioUsuarios --> "*" Usuario
RepositorioUsuarios --> "1" ServicioMeteorologico
AccuWeatherAPI ..|> ServicioMeteorologico
ActualizarSugerencia ..|> Accion
AvisarTormenta ..|> Accion
AvisarGranizo ..|> Accion
MandarMailDeAlertas ..|> Accion
@enduml | false | true | false | false | class |
7b41d72faeca78209f72a362e3f8e70989fe556a | d1edde6aa73146da07b5e06f1976012e3ebc8f72 | /diagrams-from-documentation/sequence.plantuml | 8ac4d9991fd9f9ca216031dc69cc95fbdc3becea | [
"MIT"
] | permissive | olom70/diagrams | 178cb44be9dbf7f11638270c7148f2d39a4f3d78 | d18fd3fc8449914807b55234fef9ced11534122a | refs/heads/main | 2023-06-10T03:33:37.118350 | 2021-07-02T18:13:58 | 2021-07-02T18:13:58 | 363,165,296 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 570 | plantuml | @startuml
!include https://raw.githubusercontent.com/bschwarz/puml-themes/master/themes/materia/puml-theme-materia.puml
participant participant as Foo #Orange
actor actor as Foo1
boundary boundary as Foo2
control control as Foo3
entity entity as Foo4
database database as Foo5
collections collections as Foo6
queue queue as Foo7
Foo -> Foo1 : To actor
Foo -> Foo2 : To boundary
Foo -> Foo3 : To control
Foo -> Foo4 : To entity
Foo -> Foo5 : To database
Foo -> Foo6 : To collections
Foo -> Foo7: To queue
@enduml
| false | true | false | false | sequence |
e2f8820311b0dedc7852f5a1c65fb2d0081bc505 | 4b81e72878f40b705ac32cf8e136311dc4dc3699 | /app/src/main/java/sud_tanj/com/icare/Backend/Sensors/CustomSensor/CustomSensor.plantuml | 7eb9c1826b230c5e56e259969fe10f857769d62f | [] | no_license | sudtanj/iCare-PHR | 826f6e1ffa0b4217ed128a36386a7494e22c521e | 2d334a5dd7854b8cc204dd8adbe9f74d86c7d694 | refs/heads/master | 2020-03-23T04:46:07.948787 | 2019-12-22T03:22:09 | 2019-12-22T03:22:09 | 141,104,375 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,429 | plantuml | @startuml
title __CUSTOMSENSOR's Class Diagram__\n
package sud_tanj.com.icare {
package sud_tanj.com.icare.Backend {
package sud_tanj.com.icare.Backend.Sensors {
package sud_tanj.com.icare.Backend.Sensors.CustomSensor {
class HCSR04Sensor {
- duration : Double
+ getUnitMeasurement()
+ run()
# calculateResult()
+ setDuration()
+ HCSR04Sensor()
+ getDuration()
}
}
}
}
}
package sud_tanj.com.icare {
package sud_tanj.com.icare.Backend {
package sud_tanj.com.icare.Backend.Sensors {
package sud_tanj.com.icare.Backend.Sensors.CustomSensor {
class Pedometer {
{static} # pedometer : Pedometer
- sensorValue : double
- newData : Boolean
{static} + getInstance()
# Pedometer()
+ getUnitMeasurement()
+ onSensorChanged()
+ onAccuracyChanged()
+ run()
}
}
}
}
}
HCSR04Sensor -up-|> BaseMicrocontrollerSensor
Pedometer -up-|> SensorEventListener
Pedometer -up-|> BuiltInSensor
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 |
a3ca3cc4f0a05e461d1d7b22fcfb2be7653aaca9 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShippingMethodRemoveShippingRateAction.puml | 6a17cbd9036915a6467a68c92dadb0ea1b904032 | [] | 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 | 598 | 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 ShippingMethodRemoveShippingRateAction [[ShippingMethodRemoveShippingRateAction.svg]] extends ShippingMethodUpdateAction {
action: String
zone: [[ZoneResourceIdentifier.svg ZoneResourceIdentifier]]
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
}
interface ShippingMethodUpdateAction [[ShippingMethodUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
aed947bf508caf304a27c852b56d1827554671fc | 592fa68516454ae36d35963f3f1f4fd8995ca6fd | /src/diagram/plantuml/htmlpage.puml | 379c2aee835224c5171961d32babcafd912ecfdf | [] | no_license | sunye/uml-courseware | 19142eee8e31582f2dea8cc2e83073709c0fa8d8 | 2449f1a04907fe87223924a82196a477cc583825 | refs/heads/master | 2023-04-13T21:05:26.195244 | 2023-03-29T14:35:19 | 2023-03-29T14:35:19 | 103,546,686 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 201 | puml | class HTMLPage {
+ title : String {readOnly}
+ /size : Integer
~ version : Integer [0..1]
# contents : String
- visibility : Boolean = true
- tags : String [1..5]
===
+ render()
+ save()
- optimize()
} | false | true | false | false | class |
27cdfa0c5420ca168690c88adfda49909a5e6259 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.ServiceHost/Notifications/NotificationResponse.puml | f55cb3b4d0e4419e0b1a599ee5616b0adfc5f80c | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 88 | puml | @startuml
class NotificationResponse {
}
ResponseBase <|-- NotificationResponse
@enduml
| false | true | false | false | class |
e31a72e16a84c04a9f95ebaeb7388f214466c9f6 | a65fe81fdb57e5d389a290fc70f724a593f1cd85 | /10.Adaptor/diagrams/Adaptor 模式概念.puml | 117eaa8541d94b48f53647acd27df2209c99b4bc | [
"MIT"
] | permissive | leoshiang/DesignPatterns | 56a74d317893e96d19e62d789f0379096ae4fe8b | aefa956b0d8caac1e4f80f75e87a5b44b954e8cb | refs/heads/master | 2020-04-01T10:12:37.390007 | 2018-10-15T12:21:22 | 2018-10-15T12:21:22 | 113,122,364 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 329 | puml | @startuml
scale 800*800
skinparam defaultFontName "Noto Sans Mono CJK TC Regular"
class Client{
}
class Target {
+request()
}
class Adaptor {
+request()
}
class Adaptee {
+specificRequest()
}
Client -right-> Target
Target <|-down- Adaptor
Adaptor -> Adaptee : "adptee"
@enduml | false | true | false | false | sequence |
07f79c51a37fb91147211ce7970c7dc3a70bb96e | 462b9598f08a48ab835f0b189d4d344560965227 | /src/main/java/csheets/worklog/n1120035/sprint4/IPC01.3_01_class_diagram.puml | 27b5f4120e4dd67e394c58442b7725bf5129840c | [] | no_license | VitorMascarenhas/LAPR4-2016 | 19f5593b98b81763f77021fb04278ed231337028 | e53a5a46c0e09fbc155fb91f2010d50532de85d2 | refs/heads/master | 2020-03-19T10:31:05.321699 | 2018-06-06T19:49:19 | 2018-06-06T19:49:19 | 136,027,190 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,411 | puml | @startuml doc-files/IPC01.3_01_class_diagram.png
class AutomaticSharingListener
class AutomaticSharingListener extends Observable implements CellListener {
private StartSharingController controller;
private String remoteAddress;
public AutomaticSharingListener(String remoteAddress);
public void valueChanged(Cell cell);
public void contentChanged(Cell cell);
public void dependentsChanged(Cell cell);
public void cellCleared(Cell cell);
public void cellCopied(Cell cell, Cell source);
public void notify(Cell cell);
public void styleChanged(Cell cell);
}
Class CellValueObject
class CellValueObject implements Serializable{
private Value value;
private Address address;
private Font font;
private int hAlignment;
private int vAlignment;
private Color fgColor;
private Color bgColor;
public CellValueObject(Cell cell);
public Value getValue();
public Address getAddress();
public Font getFont();
public int gethAlignment();
public int getvAlignment();
public Color getFgColor();
public Color getBgColor();
public int hashCode();
public boolean equals(Object obj);
}
Class ConnectionManager
class ConnectionManager extends Observable implements Observer {
private static ConnectionManager instance = null;
private final ConfigurationManager cfg = new ConfigurationManager();
private UdpClient udpClient;
private UdpServer udpServer;
private TcpServer tcpServer;
boolean isConnected = false;
private Set<String> foundRemoteInstances;
private Map<String, TcpClientConnection> connections;
public static final int CONNECTED = 1;
public static final int FOUNDSERVER = 2;
protected ConnectionManager();
public static synchronized ConnectionManager getInstance();
public synchronized boolean isConnected();
public Set<String> foundRemoteInstances();
public synchronized void connect();
public synchronized void connectTo(String remoteAddress) throws IOException
public synchronized void disconnectFrom(String remoteAddress) throws IOException;
public synchronized void send(Message message) throws IOException;
public void update(Observable o, Object arg);
public InetAddress getLocalAddress() throws UnknownHostException;
public synchronized Map<String, TcpClientConnection> getConnections();
}
Class StartSharingController
class StartSharingController extends FocusOwnerAction implements Observer, Serializable {
private UIController uiController;
private StartSharingPanel uiPanel;
private ConnectionManager conMgr;
private List<Cell> cellsListening;
private List<Object> cells;
private int tcpPort;
private int udpPort;
public StartSharingController(UIController uiController, StartSharingPanel uiPanel);
public StartSharingController();
public void update(Observable o, Object arg);
public void connectTo(String remoteAddress) throws IOException;
public void disConnectFrom(String remoteAddress) throws IOException;
public void send() throws UnknownHostException, IOException;
public void liveSend(Cell cell) throws UnknownHostException, IOException;
private void addCell(Cell cell);
protected String getName();
public void actionPerformed(ActionEvent e);
public void addCellListeners();
public void removeCellListener();
}
@enduml | false | true | false | false | class |
2bb817111257599baca0ef415a525834f5812abd | 5138fad4e257ab5c3b993e68417ca6be13556288 | /docs/diagrams/StorageManagerAddTaskSequenceDiagram.puml | 1d6575a4d5def8db567177fafa3be689809adc0d | [
"MIT"
] | permissive | AY1920S1-CS2103T-F12-1/main | 457cd126da3c5cbf5e359bd77dde16f8cc8d6b16 | 412b4db6d387659ea88bc2d028ffceed962742ac | refs/heads/master | 2020-07-27T22:03:25.658633 | 2019-11-11T15:24:34 | 2019-11-11T15:24:34 | 209,227,517 | 4 | 5 | NOASSERTION | 2019-11-11T15:24:35 | 2019-09-18T05:46:12 | Java | UTF-8 | PlantUML | false | false | 776 | puml | @startuml
' Style
skinparam boxPadding 10
skinparam shadowing false
box Logic
participant AddTaskCommand
end box
box Model
participant ModelManager
end box
box Logic
participant StorageManager
end box
[-> AddTaskCommand : execute()
activate AddTaskCommand
AddTaskCommand -> ModelManager : setModelData()
activate ModelManager
ModelManager -> StorageManager : onModelDataChange()
activate StorageManager
opt eventsFile != null
StorageManager ->] : saveEvents()
StorageManager <--
end
opt tasksFile != null
StorageManager ->] : saveTasks()
StorageManager <--
end
ModelManager <-- StorageManager
deactivate StorageManager
AddTaskCommand <-- ModelManager
deactivate ModelManager
[<-- AddTaskCommand
deactivate AddTaskCommand
destroy AddTaskCommand
@enduml
| false | true | false | false | sequence |
d7a6b71b5a82d6267b299e39a08f3dfc0d0ed84c | 4b0678ee76052926bd96b029fa47827e4af0d387 | /src/main/java/io/github/strang/designpattern/visitor/visitor1.puml | e56ef76ee86d35e2f008d32eb394d7f08c749591 | [] | no_license | Strang/design_pattern | 42427890140b573f668f921ea0a5e0af94586720 | 54a29cbbce7c8d86a91283814998e67e4d5c385c | refs/heads/master | 2020-03-19T01:52:04.853426 | 2018-05-31T16:41:24 | 2018-05-31T16:41:24 | 135,475,536 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 722 | puml | @startuml
abstract class Visitor
class ListVisitor
interface Element
abstract class Entry
class File
class Directory
class Main
Visitor <|-- ListVisitor
Element <|.. Entry
Entry <|-- File
Entry <|-- Directory
Directory o--> Entry
ListVisitor <-- Main : Uses
File <-- Main : Uses
Directory <-- Main : Uses
class Entry {
{abstract}getName()
{abstract}getSize()
add()
iterator()
}
class File {
name
size
accept(Visitor)
getName()
getSize()
}
class Directory {
name
directory
accept(Visitor)
getName()
getSize()
add()
iterator()
}
abstract class Visitor {
{abstract} visit(File)
{abstract} visit(Directory)
}
class ListVisitor {
currentdir
visit(File)
visit(Directory)
}
interface Element {
accept(Visitor)
}
@enduml | false | true | false | false | class |
d3c786375e28164fe97385ec525bedd028f8bd27 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SDFShaderGUI.puml | 21985d02801972fa66c18d7897bd55bb165f2b6d | [] | 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 | 1,052 | puml | @startuml
class TMP_SDFShaderGUI {
{static} s_Face : bool = true
{static} s_Outline : bool = true
{static} s_Outline2 : bool
{static} s_Underlay : bool
{static} s_Lighting : bool
{static} s_Glow : bool
{static} s_Bevel : bool
{static} s_Light : bool
{static} s_Bump : bool
{static} s_Env : bool
{static} TMP_SDFShaderGUI()
DoFacePanel() : void
DoOutlinePanel() : void
DoOutline2Panel() : void
DoUnderlayPanel() : void
DoBevelPanel() : void
DoLocalLightingPanel() : void
DoSurfaceLightingPanel() : void
DoBumpMapPanel() : void
DoEnvMapPanel() : void
DoGlowPanel() : void
DoDebugPanel() : void
DoMaskSubgroup() : void
DoMaskTexSubgroup() : void
}
TMP_BaseShaderGUI <|-- TMP_SDFShaderGUI
TMP_SDFShaderGUI --> "s_OutlineFeature" ShaderFeature
TMP_SDFShaderGUI --> "s_UnderlayFeature" ShaderFeature
TMP_SDFShaderGUI --> "s_BevelFeature" ShaderFeature
TMP_SDFShaderGUI --> "s_GlowFeature" ShaderFeature
TMP_SDFShaderGUI --> "s_MaskFeature" ShaderFeature
@enduml
| false | true | false | false | class |
07f06e29f7bf130e9c3d84d5921c9e4c1f16e694 | 2224a126b01b992d959a6bd54f2d1011a5ba4d70 | /src/main/java/pt/ipp/isep/dei/project/controllers/importreadingscontroller/SD_ImportGeoAreaReadings.puml | 4d47b575974ec40ec07e5ffa2fc0839c1fb758a4 | [] | 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 | 5,153 | 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
actor AdminUser
activate AdminUser
actor AdminUser
AdminUser -> "ui : ImportReadings": - Import readings
activate "ui : ImportReadings"
"ui : ImportReadings" --> AdminUser: - Ask for the file path
deactivate "ui : ImportReadings"
AdminUser -> "ui : ImportReadings": - File path
activate "ui : ImportReadings"
"ui : ImportReadings" -> "ctrl : ImportReadings\nController": - readFile(file, path)
activate "ctrl : ImportReadings\nController"
"ctrl : ImportReadings\nController" -> "//reader//\n //: ProjectFileReader//": - createReader(path)
activate "//reader//\n //: ProjectFileReader//"
"//reader//\n //: ProjectFileReader//" --> "ctrl : ImportReadings\nController": - reader
deactivate "//reader//\n //: ProjectFileReader//"
"ctrl : ImportReadings\nController" -> "//reader//\n //: ProjectFileReader//": - readFile(file)
activate "//reader//\n //: ProjectFileReader//"
ref over "//reader//\n //: ProjectFileReader//"
readFile
end
"//reader//\n //: ProjectFileReader//" --> "ctrl : ImportReadings\nController": - readingDTOs
deactivate "//reader//\n //: ProjectFileReader//"
"ctrl : ImportReadings\nController" --> "ui : ImportReadings": - readingDTOs
deactivate "ctrl : ImportReadings\nController"
"ui : ImportReadings" --> AdminUser: - Ask for confirmation
deactivate "ui : ImportReadings"
AdminUser -> "ui : ImportReadings": - Confirmation received
activate "ui : ImportReadings"
"ui : ImportReadings" -> "ctrl : ImportReadings\nController": - importReadings()
activate "ctrl : ImportReadings\nController"
loop for each readingDTO
"ctrl : ImportReadings\nController" -> "service : GeoArea\nSensorService": - getSensorById(sensorId)
activate "service : GeoArea\nSensorService"
"service : GeoArea\nSensorService" -> "repo : GeoArea\nSensorRepository": - getById(sensorId)
activate "repo : GeoArea\nSensorRepository"
"repo : GeoArea\nSensorRepository" -> "sensor \n: GeoAreaSensor": - get()
activate "sensor \n: GeoAreaSensor"
"repo : GeoArea\nSensorRepository" <-- "sensor \n: GeoAreaSensor": - sensor
deactivate "sensor \n: GeoAreaSensor"
"service : GeoArea\nSensorService" <-- "repo : GeoArea\nSensorRepository": - sensor
deactivate "repo : GeoArea\nSensorRepository"
"service : GeoArea\nSensorService" -> "GeoArea\nSensorMapper": - mapToDTO(sensor)
activate "GeoArea\nSensorMapper"
"GeoArea\nSensorMapper" -> "sensorDTO \n: GeoAreaSensorDTO": - create
activate "sensorDTO \n: GeoAreaSensorDTO"
"GeoArea\nSensorMapper" <-- "sensorDTO \n: GeoAreaSensorDTO": - sensorDTO
deactivate "sensorDTO \n: GeoAreaSensorDTO"
loop for each reading
"GeoArea\nSensorMapper" -> ReadingMapper: - mapToDTO(reading)
activate ReadingMapper
ReadingMapper -> "readingDTO \n: ReadingDTO": - create
activate "readingDTO \n: ReadingDTO"
ReadingMapper <-- "readingDTO \n: ReadingDTO": - readingDTO
deactivate "readingDTO \n: ReadingDTO"
"GeoArea\nSensorMapper" <-- ReadingMapper: - readingDTO
deactivate ReadingMapper
"GeoArea\nSensorMapper" -> "sensorDTO \n: GeoAreaSensorDTO": - addReading(readingDTO)
end loop
"service : GeoArea\nSensorService" <-- "GeoArea\nSensorMapper": - sensorDTO
deactivate "GeoArea\nSensorMapper"
"ctrl : ImportReadings\nController" <-- "service : GeoArea\nSensorService": - sensorDTO
deactivate "service : GeoArea\nSensorService"
"ctrl : ImportReadings\nController" -> "sensorDTO \n: GeoAreaSensorDTO": - addReading(readingDTO)
end loop
"ctrl : ImportReadings\nController" -> "service : GeoArea\nSensorService": - saveSensors(sensorDTOs)
activate "service : GeoArea\nSensorService"
loop for each sensorDTO
"service : GeoArea\nSensorService" -> "GeoArea\nSensorMapper": - mapToEntity(sensorDTO)
activate "GeoArea\nSensorMapper"
"GeoArea\nSensorMapper" -> "sensor \n: GeoAreaSensor": - create
activate "sensor \n: GeoAreaSensor"
"GeoArea\nSensorMapper" <-- "sensor \n: GeoAreaSensor": - sensor
deactivate "sensor \n: GeoAreaSensor"
loop for each readingDTO
"GeoArea\nSensorMapper" -> ReadingMapper: - mapToEntity(readingDTO)
activate ReadingMapper
ReadingMapper -> "reading \n: Reading": - create
activate "reading \n: Reading"
ReadingMapper <-- "reading \n: Reading": - reading
deactivate "reading \n: Reading"
"GeoArea\nSensorMapper" <-- ReadingMapper: - reading
deactivate ReadingMapper
"GeoArea\nSensorMapper" -> "sensor \n: GeoAreaSensor": - addReading(reading)
end loop
"service : GeoArea\nSensorService" <-- "GeoArea\nSensorMapper": - sensor
deactivate "GeoArea\nSensorMapper"
end loop
"service : GeoArea\nSensorService" -> "repo : GeoArea\nSensorRepository": - saveAll(sensors)
deactivate "service : GeoArea\nSensorService"
"ctrl : ImportReadings\nController" --> "ui : ImportReadings": - true
deactivate "ctrl : ImportReadings\nController"
"ui : ImportReadings" --> AdminUser: - Give feedback
deactivate "ui : ImportReadings"
@enduml | false | true | false | false | usecase |
bebda4ab638ef75edb13401c65a5f8ec20334503 | 91678f027f1da807dfe4c113028f331f458c3a3d | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-checkout-promotion.puml | 0fea5a6beb965a1d75ea546d8fba1e6d51f37b61 | [
"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 | 8,251 | 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(ShopwareCoreCheckoutPromotionPromotionDefinition, "promotion\n(Discounts with settings)") {
primary_key(id) id
name translated
not_null(active) bool
validFrom dateTime
validUntil dateTime
maxRedemptionsGlobal int
maxRedemptionsPerCustomer int
not_null(exclusive) bool
code string
not_null(useCodes) bool
not_null(useIndividualCodes) bool
individualCodePattern string
not_null(useSetGroups) bool
customerRestriction bool
orderCount int
ordersPerCustomerCount json
exclusionIds list
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition, "promotion_sales_channel\n(Promotion configuration)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(salesChannelId) foreignKey
not_null(priority) int
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionIndividualCodePromotionIndividualCodeDefinition, "promotion_individual_code\n(Individual promotion codes)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(code) string
payload json
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition, "promotion_discount\n(Discounts)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(scope) string
not_null(type) string
not_null(value) float
not_null(considerAdvancedRules) bool
maxValue float
sorterKey string
applierKey string
usageKey string
pickerKey string
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition, "promotion_discount_rule\n(M:N Mapping)") {
primary_key(discountId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupPromotionSetGroupDefinition, "promotion_setgroup\n(Promotion set groups)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(packagerKey) string
not_null(sorterKey) string
not_null(value) float
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupRulePromotionSetGroupRuleDefinition, "promotion_setgroup_rule\n(M:N Mapping)") {
primary_key(setgroupId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition, "promotion_order_rule\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition, "promotion_persona_customer\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(customerId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition, "promotion_persona_rule\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition, "promotion_cart_rule\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(ruleId) foreignKey
}
TranslationTable(ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition, "promotion_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(promotionId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPricePromotionDiscountPriceDefinition, "promotion_discount_prices\n(Promotion discounts)") {
primary_key(id) id
not_null(discountId) foreignKey
not_null(currencyId) foreignKey
not_null(price) float
not_null(createdAt) createdAt
updatedAt updatedAt
}
ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") {
}
ForeignTable(ShopwareCoreContentRuleRuleDefinition, "rule") {
}
ForeignTable(ShopwareCoreCheckoutCustomerCustomerDefinition, "customer") {
}
ForeignTable(ShopwareCoreSystemLanguageLanguageDefinition, "language") {
}
ForeignTable(ShopwareCoreSystemCurrencyCurrencyDefinition, "currency") {
}
' relationshipd
ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupPromotionSetGroupDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionIndividualCodePromotionIndividualCodeDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPricePromotionDiscountPriceDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupRulePromotionSetGroupRuleDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupPromotionSetGroupDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupRulePromotionSetGroupRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPricePromotionDiscountPriceDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
@enduml
| false | true | false | false | uml-unknown |
00f8e6765a709d86c6b9ea03bd48c6c388934b28 | e585be0c356bba949ecad37bf513cddc91c22a9f | /uml/4_zygote_start/register_framework_native_method.puml | 4741f7cbb7638ae1574b53b8a9321ccd4e69ed53 | [] | no_license | heavy-james/AndroidStartSequence | b69b9a1cb57764cda5344a542e48a9b0986732c0 | c043546aa56e0cae5bba1f9b34ad08af80a2c8fc | refs/heads/master | 2020-04-25T04:26:36.861476 | 2019-02-26T00:57:10 | 2019-02-26T00:57:28 | 172,510,252 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,338 | puml | @startuml
participant AndroidRuntime as "AndroidRuntime.cpp"
AndroidRuntime -> AndroidRuntime : define native method to register
note over AndroidRuntime : static JNINativeMethod gMethods[] = {\
\n { "nativeFinishInit", "()V",\
\n (void*) com_android_internal_os_RuntimeInit_nativeFinishInit },\
\n { "nativeZygoteInit", "()V",\
\n (void*) com_android_internal_os_RuntimeInit_nativeZygoteInit },\
\n { "nativeSetExitWithoutCleanup", "(Z)V",\
\n (void*) com_android_internal_os_RuntimeInit_nativeSetExitWithoutCleanup },\
\n};
AndroidRuntime -> AndroidRuntime : define register function
note over AndroidRuntime : \
int register_com_android_internal_os_RuntimeInit(JNIEnv* env)\
\n{\
\n return jniRegisterNativeMethods(env, "com/android/internal/os/RuntimeInit",\
\n gMethods, NELEM(gMethods));\
\n}\
AndroidRuntime -> AndroidRuntime : define struct RegJNIRec
note over AndroidRuntime : //define struct contains one function pointer\
\n//which accepts arg JNIEnv* and return int \
\nstruct RegJNIRec { \
\n int (*mProc)(JNIEnv*); \
\n};
AndroidRuntime -> AndroidRuntime : define macro REG_JNI
note over AndroidRuntime : //define macro shorten RegJNIRec creating\
\n #define REG_JNI(name) { name }
AndroidRuntime -> AndroidRuntime : define gRegJNI array\
\ninclude all framework register function \
\nmany functions defined in other files
note over AndroidRuntime : static const RegJNIRec gRegJNI[] = { \
\nREG_JNI(register_com_android_internal_os_RuntimeInit), \
\nREG_JNI(register_android_os_SystemClock), \
\nREG_JNI(register_android_util_EventLog), \
\n ... \
\n}
--> AndroidRuntime : startReg(env);
ref over AndroidRuntime : 2_zygote_start.puml
activate AndroidRuntime
AndroidRuntime -> AndroidRuntime : androidSetCreateThreadFunc(...)
note right of AndroidRuntime : set java thread create function, \
\nmake the thread created in this process,\
\nattached to JavaVM
AndroidRuntime -> AndroidRuntime : register_jni_procs(gRegJNI, NELEM(gRegJNI), env)
group register_jni_procs
loop size_t i = 0; i < NELEM(gRegJNI); i++
AndroidRuntime -> AndroidRuntime : gRegJNI [i]->mProc(env)
note right of AndroidRuntime : call the previously defined register function
end
end
deactivate AndroidRuntime
@enduml | false | true | false | false | sequence |
cc3b301e1892578b9aa4118228ab627f576ce6b3 | a2bd4162b22142a0364df882d0db7f9e6460eb74 | /AppV2.puml | c6991235a51789bd3c36dff59ec0c38452990dee | [] | no_license | alanmaizon/111mil-2020-PrimerosObjetos | ab54d883b06304a40e34a21616644df6e5c7b725 | ca9966220693d3ee074c9501d144e2c185a0f7be | refs/heads/master | 2022-12-10T23:22:03.069802 | 2020-08-14T12:41:34 | 2020-08-14T12:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 603 | puml | @startuml AppV2
skinparam ClassAttributeIconSize 0
hide circle
class Posicion {
- double x
- double y
+ Posicion(double x, double y)
+ double getX ()
+ double getY ()
}
class Circulo {
- double radio
- Posicion pos
+ Circulo (double radio)
+ double getPerimetro ()
+ double getSuperficie ()
}
class Rectangulo {
- double lado1
- double lado2
- Posicion pos
+ Rectangulo (double l1, double l2)
+ double getPerimetro ()
+ double getSuperficie ()
}
App --> Circulo
App --> Rectangulo
Circulo --> Posicion
Rectangulo -->Posicion
@enduml | false | true | false | false | class |
abed4926fa5e8ee1c73b0633a25d55941b514c0a | 34ed451bb0fa30133bacbcd1327aef7e90629993 | /src/uml/proxy.puml | c4b3f963b45e7fed0cc91f55e41a94fdb4a27405 | [
"MIT"
] | permissive | portduport/design-pattern-ds-2 | f8c4c1cf6659ea6c65bf90736d4be7f55584e4ec | 11ac5376487359ccc3b9bdae4acee4344fd56234 | refs/heads/main | 2023-03-08T23:53:03.412475 | 2021-02-19T22:46:20 | 2021-02-19T22:46:20 | 340,375,646 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 270 | puml | @startuml Proxy
interface IServeurWeb {
+ repondre() :void
}
class Client
class ServeurWeb
class ServeurWebProxy{
- sw : ServeurWeb
}
ServeurWebProxy ..> IServeurWeb
ServeurWeb ..> IServeurWeb
ServeurWeb <|-- ServeurWebProxy
IServeurWeb <|-- Client
@enduml | false | true | false | false | class |
7a672f544c5a8a239407e2890a9fae02e3fe1b24 | 3d154adefdd79cf5873b12ae054aad182cd12f40 | /introduction/images/oauth2_client_credentials_flow.puml | 0146f69539c30d1107b7d2b0db4e3032430439b0 | [
"Apache-2.0",
"MIT"
] | permissive | andifalk/cloud-security-workshop | 5ffd13b3a9f51683e9054f2dec401e8d30e86f51 | 2d814d827fb1621c6aaeb44af3a0014a89e40e2f | refs/heads/master | 2023-05-14T03:25:45.807118 | 2023-05-10T10:31:28 | 2023-05-10T10:31:28 | 92,535,055 | 7 | 6 | null | null | null | null | UTF-8 | PlantUML | false | false | 532 | puml | @startuml
'https://plantuml.com/sequence-diagram
!include <logos/oauth>
!include <logos/dotnet>
!include <logos/firefox>
title "<$oauth>\nOAuth 2.1 Client Credentials Grant"
autonumber
participant "<$dotnet>\nClient" as client
participant "Authorization Server" as authzserver
client -> authzserver: Client authentication (with //client_id// & //client_secret//)
authzserver --> authzserver: Token Endpoint:\nAuthenticates //client_id/client_secret//\n& generates //access token//)
client <-- authzserver: Access Token
@enduml | false | true | false | false | sequence |
8c29bbe67f8012da0dc77dc427fe69406001710e | 6269112c0429b548f644fcf0a7f9d19e291fd169 | /app/src/main/java/com/group/project/ui/classes/classes.plantuml | 45787ce23392001f56973fdd1f59810dd45454aa | [] | no_license | JoelingM/CP470_Group_Project | 949c5d3824e36d4daf5cac33b794fa43e5d0fb1d | bfb3b36736472fc59eff492bf695aad620092756 | refs/heads/master | 2023-03-15T01:29:46.961062 | 2021-03-19T21:38:16 | 2021-03-19T21:38:16 | 349,560,996 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 989 | plantuml | @startuml
title __CLASSES's Class Diagram__\n
namespace com.group.project {
namespace ui.classes {
class com.group.project.ui.classes.ClassFragment {
- db : SQLiteDatabase
- picker : DatePickerDialog
- semesterIds : ArrayList<Integer>
- semesterSpinner : Spinner
- semesters : ArrayList<String>
+ onActivityResult()
+ onCreateView()
+ onDestroy()
+ processFinish()
}
}
}
com.group.project.ui.classes.ClassFragment .up.|> com.group.project.aeCalenderDatabaseHelper.ExecGetClasses.AsyncResponseClass
com.group.project.ui.classes.ClassFragment -up-|> androidx.fragment.app.Fragment
com.group.project.ui.classes.ClassFragment o-- com.group.project.aeClassAdapter : ca
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 |
2633cd8ea9688f25265a9bd79f3c65d8d43f8ae0 | 0b4c1591a4b0e8944cd4924d6f53032dc188334f | /app/src/main/java/fi/delektre/ringa/ring_thesis/constants/constants.plantuml | dabe6c347dd0bd979d2efa58594174194dee152b | [] | no_license | MrFreeman0/Thesis-Ring-App | d3b987c4a5bca8c903d72241508f8a9bc3358c04 | 8539bf1e6bc255df1a9439affc3aba9c6e7cc367 | refs/heads/master | 2020-09-14T18:05:06.282231 | 2019-11-21T15:52:42 | 2019-11-21T15:52:42 | 223,206,710 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,207 | plantuml | @startuml
title __CONSTANTS's Class Diagram__\n
namespace fi.delektre.ringa.ring_thesis {
namespace constants {
class fi.delektre.ringa.ring_thesis.constants.AppConst {
+ ACTION_CONNECT : String
+ ACTION_GATT_CONNECTED : String
+ ACTION_GATT_DATA_AVAILABLE : String
+ ACTION_GATT_DISCONNECTED : String
+ ACTION_GATT_SERVICES_DISCOVERED : String
+ APPLICATION_HOST_SELECTION : String
+ APPLICATION_PREF_CHANGED : String
+ BLE_ERROR_OCCURED : String
+ BLE_MSG_LED_VALUE : String
+ BLE_MSG_MEASURE_TIME : String
+ BLE_MSG_MEASURE_VALUE : String
+ BLE_MSG_STEP_TIME : String
+ BLE_MSG_STEP_VALUE : String
+ CALLBACK_REF : String
{static} + CLIENT_CHARACTERISTIC_CONFIG : UUID
{static} + CMD_CHARACTERISTIC : String
{static} + DATA_CHARACTERISTIC : String
+ DATA_LED_BLUE : String
+ DATA_LED_GREEN : String
+ DATA_LED_NIR : String
+ DATA_LED_ORANGE : String
+ DATA_LED_RED : String
+ DATA_LED_YELLOW : String
+ DATA_STEPS : String
+ DATA_TEMP1 : String
+ DATA_TEMP2 : String
+ EXTRA_DATA : String
+ KEY_BLE_ADDR : String
+ KEY_BLE_CHARACTERISTIC : String
+ KEY_BLE_NAME : String
+ KEY_BLE_SERVICE : String
+ KEY_ENABLE_LOCATION : String
+ KEY_ENABLE_SYNC : String
+ KEY_ERROR : String
+ KEY_ID : String
+ KEY_IS_BOOLEAN : String
+ KEY_LED_STATE : String
+ KEY_MESSENGER : String
+ KEY_MODEL : String
+ KEY_PREF : String
+ KEY_PWM_LED_BLUE : String
+ KEY_PWM_LED_GREEN : String
+ KEY_PWM_LED_NIR : String
+ KEY_PWM_LED_ORANGE : String
+ KEY_PWM_LED_RED : String
+ KEY_PWM_LED_UVA : String
+ KEY_PWM_LED_UVB : String
+ KEY_PWM_LED_YELLOW : String
+ KEY_STATUS : String
+ KEY_TITLE : String
+ KEY_USER_ID : String
{static} + LED_CHARACTERISTIC : String
+ PERMISSIONS_REQUEST_ACCESS_COARSE_LOCATION : int
+ PKG_CTRL : String
+ PKG_DATA : String
+ PKG_TYPE : String
+ REQUEST_ENABLE_BT : int
{static} + RING_CMD_CALIBRATE : String
{static} + RING_CMD_NOP : String
{static} + RING_CMD_REBOOT : String
{static} + RING_CMD_RESET : String
{static} + RING_CMD_SETDATE : String
{static} + RING_SERVICE : String
+ STATE_CONNECTED : int
+ STATE_CONNECTING : int
+ STATE_DISCONNECTED : int
+ STATE_DISCONNECTING : int
{static} + UUID_CMD_CHARACTERISTIC : UUID
{static} + UUID_DATA_CHARACTERISTIC : UUID
{static} + UUID_LED_CHARACTERISTIC : UUID
{static} + UUID_RING_SERVICE : UUID
}
}
}
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 |
e0facc2161b0a01a8929d24a8f2ca7ec44aa88f7 | 9e3be9820d584f9ca700836e77264c5ec5df38a2 | /Design/Architecture.plantuml | 17a039db095a759e2906bbd93a21be52208a6db2 | [] | no_license | taffanie/Whitehat-Kanban | b890b52f366c07490ac4f172b2696e9b5fd5b5bd | 88da0a530d2310ba6964158e699e52831831394b | refs/heads/master | 2023-01-05T17:47:20.156762 | 2020-11-04T10:20:13 | 2020-11-04T10:20:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 371 | plantuml | @startuml
top to bottom direction
database Database
node NodeJS {
folder public
package Packages {
frame Express
frame Sequlize
}
file Server.js
}
cloud Internet
frame User {
package Sources{
frame App.Run
}
}
Database <..> Sequlize
Sequlize <--> Express
Express <-- public
Express <..> Internet
Internet <..> User
@enduml | false | true | false | false | sequence |
2e2ecc8a41f9064066b8e69cbb1adaf3a1b815b1 | 002848fbe12e078c783b381cd61e7602e84dee15 | /ci-workflow.puml | 505bebb57fa9da23119bab2df44315a99aa049bd | [] | no_license | pssgoifo/click-count | 883dd568fd3497ab47862b7c956fc60506d23e3c | 6486bc1a3629ce34be8f5449deba730e3ac7a739 | refs/heads/master | 2023-04-08T19:23:43.062655 | 2023-04-04T13:27:41 | 2023-04-04T13:27:41 | 329,922,589 | 0 | 0 | null | 2021-02-12T16:27:37 | 2021-01-15T13:40:25 | HCL | UTF-8 | PlantUML | false | false | 2,329 | puml | @startuml
title CI/CD workflow
box codebase
participant develop
collections "feature/newfeature" as feature
collections "release/vX.X.X" as release
participant master
end box
box CI/CD
participant "github \n actions" as ci
participant "run-tests" as unit
participant "build-and-release" as build
participant "deploy-to-staging" as deploystaging
participant "deploy-to-prod" as deployprod
end box
box kubernetes
participant staging
participant prod
end box
database dockerhub
group feature branches
|||
create feature
develop -> feature : branch
activate feature
feature -> feature : awesome \n changes
return pull request
deactivate feature
destroy feature
== build ==
develop --> ci : triggers event
create unit
ci -> unit : triggers job
activate unit
create build
unit -> build : tests ok
destroy unit
activate build
build -> build : build and tag docker image
build -> dockerhub : push image to registry
build -> ci : end of worklow
destroy build
end
group release branches
|||
create release
develop -> release : branch
activate release
release -> master : pull request
release -> develop : pull request
deactivate release
destroy release
== build and deploy to staging ==
develop --> ci : triggers event
create unit
ci -> unit : triggers job
activate unit
create build
unit -> build : tests ok
destroy unit
activate build
build -> build : build and tag docker image
build -> dockerhub : push image to registry
|||
create deploystaging
build -> deploystaging
destroy build
activate deploystaging
deploystaging -> staging : deploy to namespace "staging"
staging -> dockerhub : pull docker image
dockerhub -> staging : <image>:sha-${GITHUB_SHA::7}
staging -> deploystaging : deploy ok
deploystaging -> ci : end of workflow
destroy deploystaging
== build and deploy to prod ==
master --> ci : triggers event
create unit
ci -> unit : triggers job
activate unit
create build
unit -> build : tests ok
destroy unit
activate build
build -> build : build and tag docker image
build -> dockerhub : push image to registry
|||
create deployprod
build -> deployprod
destroy build
activate deployprod
deployprod -> prod : deploy to namespace "staging"
prod -> dockerhub : pull docker image
dockerhub -> prod : <image>:sha-${GITHUB_SHA::7}
prod -> deployprod : deploy ok
deployprod -> ci : end of workflow
destroy deployprod
end
@enduml | false | true | false | false | sequence |
6851aaef1184976d45153947d08a5e1c5b94a108 | d2ce2d6fdf082f7073ef4db80de461ef79a3e02f | /pavlov.plantuml | d8cc3a7bfeb97dc09713ec195429f2229c47d525 | [] | no_license | AndyReigan/Mercator | 83ad4b3a2920b7de284aa3789980ffb6f6fcef02 | 4ae6c4efed892a6c227fb81b0f15acb5eae30147 | refs/heads/master | 2022-11-02T04:28:49.228531 | 2020-09-20T22:06:25 | 2020-09-20T22:06:25 | 214,410,829 | 0 | 1 | null | 2022-10-23T17:51:08 | 2019-10-11T10:43:13 | Python | UTF-8 | PlantUML | false | false | 620 | plantuml | @startuml pavlov
object User
User : manageType
User : name
User : ResonNumber
object client
client : name
client : region
client : filial
client : clientID
object contacts
contacts : name
contacts : mob_phone
contacts : work_phone
contacts : mail
object clientInfo
clientInfo : inn
clientInfo : kpp
clientInfo : segment
clientInfo : makkinzi_seg
clientInfo : businessType
clientInfo : fieldsOfActivity
clientInfo : activeSubscrib
clientInfo : marketSegment
clientInfo : initialSegment
clientInfo : avgRevenue
clientInfo : accountsCount
client <|-- User
clientInfo <|-- client
contacts <|-- client
@enduml | false | true | false | false | class |
168f29354d7e767933689d46f5b5c9f087dc0fcf | e032dab934c4fa3ff55da94de2f15d246a4aed8c | /design-pattern/src/main/java/wr1ttenyu/f1nal/study/designpattern/pattern23/visitor/Singer.puml | 09e1502b056553efdef11fb7ff96fad2dc36f013 | [] | no_license | wr1ttenyu/f1nal | 9d21aeb1ae14505fc2e9add9220f81719840f37f | fd27d32d2f877ea98c19d892d13df36a99059a46 | refs/heads/master | 2022-07-07T02:15:25.931532 | 2020-06-11T01:19:16 | 2020-06-11T01:19:16 | 207,061,707 | 0 | 0 | null | 2022-01-12T23:05:07 | 2019-09-08T04:31:27 | Java | UTF-8 | PlantUML | false | false | 671 | puml | @startuml
abstract class Action
class Success
class Fail
abstract class Person
class Man
class Woman
class ObjectStructure
Action <|-- Success
Fail <|-- Success
Person <|-- Man
Person <|-- Woman
ObjectStructure o-- Person
Client ..> ObjectStructure
Client ..> Action
Person <--> Action
abstract class Action {
+operation1()
+operation2()
}
class Success {
+operation1()
+operation2()
}
class Fail {
+operation1()
+operation2()
}
abstract class Person {
+accept(action:Action):void
}
class Man {
+accept(action:Action):void
}
class Woman {
+accept(action:Action):void
}
class ObjectStructure {
-element:Person
}
@enduml | false | true | false | false | class |
af4768d738d109c5fc3a19d2aa2013818d29204b | f09a123ee1698a5fded15f43fe3741f0c75cf2ba | /docs/puml/group_depart.puml | d12a4c3f6671df40757b997f1459983cac9b2f90 | [] | no_license | kyopark2014/webchat | 50f8f0533a1043897712dd1d46cfee884847170e | ef020959d061892adea2960eb4d8a6ced2a1903f | refs/heads/master | 2022-11-18T15:59:58.389836 | 2020-06-25T12:13:35 | 2020-06-25T12:13:35 | 269,232,605 | 6 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 954 | puml | @startuml callflow
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
AttributeIconSize 0
}
'skinparam style strictuml
skinparam stereotypeCBackgroundColor White
skinparam stereotypeIBackgroundColor White
skinparam stereotypeEBackgroundColor White
skinparam stereotypeABackgroundColor White
skinparam linetype ortho
'title "Basic Flow 1-to-1 (PUBSUB))"
hide footbox
actor A
actor B
actor C
participant IM1
participant IM2
participant IM3
database DB
queue PUBSUB
note over A
user will depart manually
end note
A -> IM1 : DEPART "g1"
A -> A : close "g1"
IM1 -> DB ++ : load participant list
return participant list
IM1 -> IM1 : remove A in list
IM1 -> DB : update participant list
IM1 -> PUBSUB : PUBLISH g1 "depart A"
PUBSUB -> IM2 : "depart A"
IM2 -> B : "depart A"
B -> B : close "g1"
PUBSUB -> IM3 : "depart A"
IM3 -> C : "depart A"
C -> C : close "g1"
IM1 -> PUBSUB : UNSUBSCRIBE "g1"
@enduml
| false | true | false | false | sequence |
e30923e4a39a3b1e7bffa7eeab00ab48d8a31596 | 2674d2bfed6d4a96db1f1d40d19b237642d01ca7 | /docs/green/s1160696/sp1/design.puml | 5755210bef18191691659d3d9f2c37d098a23dc0 | [] | no_license | HugoFernandes2343/LAPR4_2017-2018 | 9c827075d64c92d89c05bb772f7e7c3192416803 | e1d4724d9995676ac1f25bed0e9c2884929c12bb | refs/heads/master | 2023-02-26T22:39:42.292967 | 2018-06-20T12:37:30 | 2018-06-20T12:37:30 | 336,568,975 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 810 | puml | @startuml
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
boundary WorkbookView
control WorkbookPresenter
control WorkbooksServiceImpl
entity WorkbookRepository
database Database
box "NSheets Client"
participant WorkbookView
participant WorkbookPresenter
end box
box "Server"
participant WorkbooksServiceImpl
participant WorkbookRepository
end box
box "Database"
participant Database
end box
User -> WorkbookPresenter: onReveal()
WorkbookView ->> WorkbooksServiceImpl: getWorkbooks()
WorkbooksServiceImpl-> WorkbookRepository : findByName()
WorkbookRepository -> Database : fetch
WorkbooksServiceImpl->> WorkbookPresenter : onSuccess()
WorkbookPresenter -> WorkbookView : setContents()
@enduml | false | true | false | false | sequence |
839d30d1044eba3653a87dfdcd812f6b87a5346e | 8a63b0892998da88f779e8a105831b644232540c | /DesignPatternlib/src/main/java/com/lhf/designpatternlib/memento/memento.puml | e7fecf09c2cf6dcf9f2a0d81b1ed306008960620 | [] | no_license | Joshua-Lu/MyStudyApp | b57311677135f3f5e0c98236afbbb14bdae8cbf1 | 6ca03dfd1bcbcb72bf53459949ee34a1879535b7 | refs/heads/master | 2023-08-09T19:00:38.909776 | 2023-07-30T16:15:28 | 2023-07-30T16:15:28 | 225,662,424 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 458 | puml | @startuml
class Originator {
- String status
+ void setStatus(String status)
+ String getStatus()
+ Memento createMemento()
+ void restoreStatus(Memento m)
}
class Memento {
- String state
+ Memento(String state)
+ void setState(String state)
+ String getState()
}
Originator o-- Memento
class Caretaker {
- Memento memento;
+ void setMemento(Memento m)
+ Memento getMemento()
}
Caretaker o-- Memento
@enduml | false | true | false | false | class |
7c3ca762b6c4dc03e9e9239cccb9eef29f17abd1 | 06132bb306986359c8958effdb12134da4aa9a23 | /spring-cloud-design-pattern/structure-proxy-pattern/src/main/resources/static/dynamics/diagram.puml | 39222ff9e1291c3d0ace4deb25b33d1ec1e6c78d | [] | no_license | sunnyzhy/Design-pattern | 1fe797d2af0e102be63704aad5a5e3a3d8feb5a9 | 665b5cde412e965665469af1b5011c6c280ea7d0 | refs/heads/master | 2023-07-01T15:50:37.005870 | 2023-06-13T09:33:49 | 2023-06-13T09:33:49 | 55,023,406 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 206 | puml | @startuml
interface Subject {
+void request()
}
class RealSubject implements Subject {
+void request()
}
class Proxy {
-Object target
Proxy(Object target)
+Object getProxyInstance()
}
@enduml | false | true | false | false | class |
8574276e21c7dad01288b746b331872185cda075 | 326f0532299d6efcaec59d5a2cc95c31d9af9ef2 | /src/com/atguigu/factory/simplefactory/pizzastore/order/order.plantuml | d233a6640c45959bf963c950a423f93f4bc860ce | [] | no_license | srefp/design_pattern | 4b45ceb0808a8ae98a007bc5b0e01825693dcf7b | b7ff2d80172c55848b8f59530da6ccca477dfd24 | refs/heads/main | 2023-01-19T06:12:14.495913 | 2020-11-24T08:48:53 | 2020-11-24T08:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,105 | plantuml | @startuml
title __ORDER's Class Diagram__\n
namespace com.atguigu.factory.simplefactory.pizzastore.order {
class com.atguigu.factory.simplefactory.pizzastore.order.OrderPizza {
+ OrderPizza()
+ setFactory()
- getType()
}
}
namespace com.atguigu.factory.simplefactory.pizzastore.order {
class com.atguigu.factory.simplefactory.pizzastore.order.PizzaStore {
{static} + main()
}
}
namespace com.atguigu.factory.simplefactory.pizzastore.order {
class com.atguigu.factory.simplefactory.pizzastore.order.SimpleFactory {
+ createPizza()
}
}
com.atguigu.factory.simplefactory.pizzastore.order.OrderPizza o-- com.atguigu.factory.simplefactory.pizzastore.pizza.Pizza : pizza
com.atguigu.factory.simplefactory.pizzastore.order.OrderPizza o-- com.atguigu.factory.simplefactory.pizzastore.order.SimpleFactory : simpleFactory
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 |
2a920eb5a0c1b14bac86ca820543afd67ba34a57 | 3069f97a4bf8d374ab21db27d3ca212fbe8742f2 | /documentation/SprintB/US_2053/US_2053_SD.puml | 7cfcbb1726c541ff6ad4f8adf6744b5dd8713b65 | [
"MIT"
] | permissive | guilhermeDaniel10/LAPR4_ISEP | dbd4d74dce74b4abc028264404a234b0c7fcb801 | 065d4e384f480b44db04d82e9301bce3109defa7 | refs/heads/master | 2023-08-16T22:30:02.149536 | 2021-10-06T22:38:25 | 2021-10-06T22:38:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 556 | puml | @startuml
actor "Responsavel Recursos Humanos" as RRH
participant AssociarColaboradorUI as UI <<presentation>>
control AssociarColaboradorController as Controller <<application>>
RRH -> UI: Iniciar associação/remoção de um colaborador a uma equipa
activate UI
UI->Controller: create()
activate Controller
deactivate Controller
UI->RRH: Associar ou remover colaborador
deactivate UI
RRH -> UI: Seleciona a opção
activate UI
alt Associar
ref over UI, Controller: US_2053_Associar
else Remover
ref over UI, Controller: US_2053_Remover
end
@enduml
| false | true | true | false | sequence |
12e59d269ac7119a533e7ac4ea6efc1624f0c261 | bf3e610c8668e525aedcca58ddbe9da7c19e427e | /docs/design/grpc-client/grpc-client.puml | e5bc03dd002299dbf09d5ba2dd9b7a5e9ed8dcdc | [
"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 | 3,191 | puml | @startuml
title Sending gRPC request to a switch
control kilda.grpc.client
box "gRPC Client Topology" #LightBlue
participant GrpcClientSpout
participant RequestBuilderBolt
collections RequestSenderBolt
note right of RequestSenderBolt: we can create any number of RequestSenderBolt \nand ask storm to group requests by switch
end box
database Database
collections Switches
control kilda.grpc.response.priv
kilda.grpc.client -> GrpcClientSpout: Create port 2020 on sw A request
GrpcClientSpout -> RequestBuilderBolt: Create port 2020 on sw A request
activate RequestBuilderBolt
RequestBuilderBolt -> Database: get credentials for the switch
Database -> RequestBuilderBolt: search result
RequestBuilderBolt -> RequestSenderBolt: prepared request with creds
deactivate RequestBuilderBolt
activate RequestSenderBolt
RequestSenderBolt -> RequestSenderBolt: check if there is pending requests to the switch
note right: Queue for requests per switch will be created, so Topology \nsends simultaneously limited (configurable) amount of requests
RequestSenderBolt -> Switches: send create port 2020 command
activate Switches
note right: gRPC clients are able to send both sync and async type of requests.
RequestSenderBolt -> RequestSenderBolt: store sent request
note right: once we have sent the request we release current thread
deactivate RequestSenderBolt
kilda.grpc.client -> GrpcClientSpout: Create port 2021 on sw A request
GrpcClientSpout -> RequestBuilderBolt: Create port 2021 on sw A request
activate RequestBuilderBolt
RequestBuilderBolt -> Database: get credentials for the switch
Database -> RequestBuilderBolt: search result
RequestBuilderBolt -> RequestSenderBolt: prepared request with creds
deactivate RequestBuilderBolt
activate RequestSenderBolt
RequestSenderBolt -> RequestSenderBolt: check if there is pending requests to the switch A
RequestSenderBolt -> RequestSenderBolt: add to the queue
deactivate RequestSenderBolt
alt Response received:
Switches -> RequestSenderBolt: a result of creation port 2020
deactivate Switches
activate RequestSenderBolt
RequestSenderBolt -> kilda.grpc.response.priv: send the response from the switch
RequestSenderBolt -> RequestSenderBolt: check if there is any pending requests \nfor switch A in the queue
RequestSenderBolt -> Switches: send create port 2021 command
activate Switches
RequestSenderBolt -> RequestSenderBolt: store sent request
deactivate RequestSenderBolt
Switches -> RequestSenderBolt: a result of creation port 2021
deactivate Switches
activate RequestSenderBolt
RequestSenderBolt -> kilda.grpc.response.priv: send the response from the switch
RequestSenderBolt -> RequestSenderBolt: check if there is pending requests to the switch A
deactivate RequestSenderBolt
else Timeout exceeded:
deactivate Switches
RequestSenderBolt -> RequestSenderBolt: check if timeout for request is exceeded
RequestSenderBolt -> RequestSenderBolt: check if number of retries is not exceeded
RequestSenderBolt -> GrpcClientSpout: retry sending the request
note right: we can fail the tuple and it will be reprocessed again
end
@enduml | false | true | false | false | sequence |
73c87481c73bcbe0a8e009c097e9c5ac66eb58f9 | 663df3623b97c12eb500aea6e6788067e47dc3f3 | /diagrams-in/example.puml | e32e0c7c2ae587a95ef8c50f557e1d6cb3b3557c | [] | no_license | Ebonsignori/plant-uml-vscode-workflow | 8c748cfbb187f944455f200fa95186a981ef1584 | 4c144d3ac9b919f16aa4dee05150f2a9d98069a1 | refs/heads/master | 2023-01-14T05:05:16.939629 | 2020-11-21T20:37:07 | 2020-11-21T20:37:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 92 | puml | @startuml example
actor client
node a
node b
node d
a -> b
b -> client
client -> d
@enduml
| false | true | false | false | sequence |
b2c0dda176d1e7bfe851b1afec6953de5aad15fd | 8c59fbc94a2ba7fa9a12c10991fe334cda0df128 | /metrics/cli/docs/features/doctor_output_improvements/diagrams/metrics_cli_class_diagram.puml | ded8f190e450ad21e894bb9147ade84fb843caec | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | solid-vovabeloded/flank-dashboard | 7e952fa1399585d3f15cae2ed2cab435fb82df3f | 15dae0c40823cc12886a1bb0c087442c0697ac89 | refs/heads/master | 2023-07-11T19:54:58.430004 | 2021-08-06T10:29:26 | 2021-08-06T10:29:26 | 389,593,827 | 0 | 0 | Apache-2.0 | 2021-07-26T10:33:52 | 2021-07-26T10:25:59 | null | UTF-8 | PlantUML | false | false | 3,631 | puml | @startuml doctor_output_improvements_class_diagram
package cli.lib as cli_lib {
package cli {
package command {
class DoctorCommand {
+ name: String
+ doctorFactory: DoctorFactory
+ validationResultPrinter: ValidationResultPrinter
+ run(): Future<void>
}
}
package doctor {
class Doctor {
- _coolService: CoolService
- _dependencies: Dependencies
+ validationResultBuilder: ValidationResultBuilder
+ checkVersions(): Future<ValidationResult>
}
package factory as doctor_factory {
class DoctorFactory {
- _servicesFactory: ServicesFactory
- _dependenciesFactory: DependenciesFactory
+ create(): Doctor
}
}
package constants {
class DoctorConstants {
+ {static} dependenciesPath: String
}
}
}
}
package services {
package common.service.model {
enum ServiceName {
gcloud
git
firebase
flutter
npm
sentry
}
package mapper {
class ServiceNameMapper {
+ gcloud: String
+ git: String
+ firebase: String
+ flutter: String
+ npm: String
+ sentry: String
+ map(value: String): ServiceName
+ unmap(value: Service): String
}
}
}
package cool_service {
package adapter {
class CoolCliServiceAdapter {
- _coolServiceCli: CoolServiceCli
+ version(): Future<ProcessResult>
}
}
package cli as cool_service_cli {
class CoolServiceCli {
+ executable: String
+ version(): Future<ProcessResult>
}
}
abstract class CoolService {
+ serviceName: ServiceName
+ version(): Future<ProcessResult>
}
}
}
package util.dependencies {
package factory as dependencies_factory {
class DependenciesFactory {
+ create(fromFile: String): Dependencies
}
}
class Dependency {
+ recommendedVersion: String
+ installUrl: String
+ fromMap(map: Map<String, dynamic>): Dependency
}
class Dependencies {
- _dependencies: Map<String, Dependency>
+ getFor(service: String): Dependency
+ fromMap(map: Map<String, dynamic>): Dependencies
}
}
}
DoctorCommand --> Doctor : uses
DoctorCommand -left-> DoctorFactory : uses
DoctorFactory --> Doctor : creates
DoctorFactory -up-> DependenciesFactory : uses
DoctorFactory -up-> DoctorConstants : uses
Doctor --> CoolService : uses
Doctor -right-> Dependencies : uses
Doctor -right-> Dependency : uses
Doctor --> ServiceNameMapper : uses
CoolCliServiceAdapter .up.|> CoolService
CoolCliServiceAdapter -down-> CoolServiceCli : uses
CoolService --> ServiceName : uses
DependenciesFactory --> Dependencies : creates
Dependencies --> Dependency : uses
ServiceNameMapper --> ServiceName : uses
@enduml
| false | true | false | false | sequence |
cb3a0c420f49e40581d7c6bd99a72d120a03401a | 0a1a1e1843ee60db878370f600de39a32bfe9d5e | /uml/Before/Fields/EncapsulateField.puml | 5c6768716e1465af82c4828e6f883774b7adf462 | [] | no_license | claremacrae/RefactoringSamples | 8f3223ba2e3a732db3716d61e220655ea55c3721 | 13bce52b99c38105f6f48ea44daa3c7e1a2fc732 | refs/heads/master | 2023-03-30T17:39:37.358157 | 2021-04-07T12:17:11 | 2021-04-07T12:17:35 | 346,951,500 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 85 | puml | @startuml
class EncapsulateField {
- _thing1 : int
- _thing2 : int
}
@enduml
| false | true | false | false | class |
37dac4b37deb6fbf2ad62b391f8d640c66d1aa0a | a249c2addc54fa5250d268f1c9cb71c1f555fec4 | /learn-design-pattern/src/main/java/com/hqbhoho/bigdata/design/pattern/state/state.puml | cb6a61e6504b3265da22de0a5174f1569d79d424 | [] | no_license | hqbhoho/learn-bigdata | 3bb16248eed5498758bf3f98179242078ed6ddf7 | cb2eca9b1b795a4a8712850f0ec49a32b2f7922d | refs/heads/master | 2022-11-21T16:48:22.455348 | 2020-09-15T01:30:16 | 2020-09-15T01:30:28 | 173,652,937 | 19 | 7 | null | 2022-11-16T11:46:09 | 2019-03-04T01:31:39 | Java | UTF-8 | PlantUML | false | false | 1,538 | puml | @startuml
interface RaffleState{
{abstract} {method} + void deductCredit();
{abstract} {method} + void raffle();
{abstract} {method} + void dispensePrize();
}
class RaffleActivity{
{field} - RaffleState currentRaffleState
{field} - NoRaffleState noRaffleState
{field} - CanRaffleState canRaffleState
{field} - DispensePrizeState dispensePrizeState
{field} - DispensePrizeOutState dispensePrizeOutState
{method} + void raffle
}
class NoRaffleState{
{field} - RaffleActivity raffleActivity
{method} + void decuctcCredit();
{method} + void raffle();
{method} + void dispensePrize();
}
class CanRaffleState{
{field} - RaffleActivity raffleActivity
{method} + void decuctcCredit();
{method} + void raffle();
{method} + void dispensePrize();
}
class DispensePrizeState{
{field} - RaffleActivity raffleActivity
{method} + void decuctcCredit();
{method} + void raffle();
{method} + void dispensePrize();
}
class DispensePrizeOutState{
{field} - RaffleActivity raffleActivity
{method} + void decuctcCredit();
{method} + void raffle();
{method} + void dispensePrize();
}
class Client
RaffleState <|.. NoRaffleState
RaffleState <|.. CanRaffleState
RaffleState <|.. DispensePrizeState
RaffleState <|.. DispensePrizeOutState
RaffleActivity o.. RaffleState
RaffleActivity *.. NoRaffleState
RaffleActivity *.. CanRaffleState
RaffleActivity *.. DispensePrizeState
RaffleActivity *.. DispensePrizeOutState
RaffleActivity <.. client
@enduml | false | true | false | false | class |
192babd14f92945c6808128b47647edfaaa3c246 | 0a0fa701ab93f38592532f36e2be71e353bfd568 | /UML/state machine diagram/create_chat_implementation_view.puml | c6448e097b1c2830668db2e091cdcb1d20948bf2 | [] | no_license | Pahoomich/nwchat | acdc409de39530909fba61ef49192d40f0ffe586 | 96b9ecf35e0e0ecc5b37d59de794882bc63c38ef | refs/heads/master | 2020-05-24T16:44:08.730653 | 2020-01-21T06:42:58 | 2020-01-21T06:42:58 | 187,366,752 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 775 | puml | @startuml
[*]--> ChatControllerAwaitingRequest : RequestMethod.GET
ChatControllerAwaitingRequest --> NewChatEntityCreated : new ChatEntity()
NewChatEntityCreated --> ChatModified
ChatModified --> ChatControllerAwaitingRequest : RequestMethod.POST
ChatControllerAwaitingRequest --> ChatModified
ChatControllerAwaitingRequest --> ChatSavedToDB
ChatSavedToDB --> ChatControllerAwaitingRequest
'ChatSavedToDB : ChatRepository
ChatControllerAwaitingRequest --> ChatAssociatedWithUsers : ChatUserEntity.setChatId() \n ChatUserEntity.setUserId()
ChatAssociatedWithUsers --> ChatControllerAwaitingRequest
ChatControllerAwaitingRequest --> ChatLinksRecordedToDB : ChatUserRepository
ChatLinksRecordedToDB --> [*]
ChatSavedToDB --> [*]
'atEntity.setId() \n ChatEntity.setName()
@enduml | false | true | false | false | sequence |
8917fa96b8d415df8e4003f45f94e9393d051b92 | ca1cdd8d52a097e0ea0000d245b942f8f0fd70f8 | /Documentation/UML diagrams/Config.plantUml | f5ff5152c4583dc2b235c9552efe09eccd2406ff | [] | no_license | SupaGait/JavaProject_Fundamental_class | 5f600f05c59eb0e21a86c790a454b0890a4db785 | a14ca03598424fb97744dc9699067d3951083cd7 | refs/heads/master | 2021-01-09T08:11:44.665377 | 2016-02-08T08:17:04 | 2016-02-08T08:17:04 | 49,128,588 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 367 | plantuml | @startuml
package fr.shazilgerard.findmypatient.config {
class Settings {
- final long serialVersionUID = 0L
- String DataBaseName
- String DataBaseEncryptedPass
- Etc..
+ getAndSet()
}
class Configuration {
+ void read()
+ void save()
+ Settings get()
}
}
Serializable ()- Settings
Settings -* Configuration
@enduml | false | true | false | false | class |
dcc98e03012c16a0fd5592dde48eae3b1614b9fc | aa9620300bc8488f53437e0f5faab824225aab73 | /reweighting_2017/wrapper_wrapped_delegation_seq_one.plantuml | 3b63c5d5ce2d421e3033b1718449eafa66650d5a | [
"BSD-3-Clause"
] | permissive | atavory/atavory.github.io | 94daa1b05141ff5c6e9ebfb5055fc87cfd333ca3 | 43d98b45150411d83ab75a92a6d4ab9226927ef0 | refs/heads/master | 2021-01-19T06:15:43.197765 | 2019-11-18T10:58:38 | 2019-11-18T10:58:38 | 100,634,235 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 418 | plantuml | @startuml
skinparam monochrome true
skinparam shadowing false
actor user
participant Wrapped
participant wrapped
autonumber 1 "<font color=black>"
user -[#black]> Wrapped : **predict(X)**
autonumber 2 "<font color=grey>"
Wrapped -[#grey]> Wrapped : validate; strip
Wrapped -[#grey]> Wrapped : predict(Xt)
wrapped -[#grey]> Wrapped : yt
Wrapped -[#grey]> Wrapped : add metadata
Wrapped -[#grey]> user : y
@enduml
| false | true | false | false | usecase |
9f4feb86b9d3ed5584c30629e71dd49b3ec4d282 | 031dacfb2b2dfc622a6d90f82cb6b4da4b540373 | /diagramas/Diagramas de Paquetes/DiagramaJugador.puml | bff621232afd90f69bd87417440e2a29ba243b7b | [
"MIT"
] | permissive | aperezleiras/algo3_tp2 | 60ca7bff46cca25f0a07be924c61f586b8e6b82e | c5750c11411247fb9d77a3d422dc7a6dff438fca | refs/heads/master | 2023-07-05T18:30:22.312628 | 2021-08-10T22:23:25 | 2021-08-10T22:23:25 | 382,290,818 | 1 | 0 | MIT | 2021-08-09T03:05:10 | 2021-07-02T09:05:12 | Java | UTF-8 | PlantUML | false | false | 205 | puml | @startuml
package Modelo{
package Jugador{
class Jugador
class GestorDeCanjes
class DepositoEjercitos
}
}
Jugador --> GestorDeCanjes
Jugador --> DepositoEjercitos
@enduml | false | true | false | false | class |
80cac899e15b6c195850a4210b236ba0fee98b84 | 4d97f70d108affdf4620d2275e4826953dad05de | /de.gematik.ti.test.utils/doc/plantuml/TESTUTILS/parser.plantuml | bef5b149e08a6f0ae44408e89befa6e5e940f792 | [
"Apache-2.0"
] | permissive | gematik/ref-Ti-Test-Utils | 8bfbf94bd7cc29cd7a82120dfde9a47d5e541926 | 7a7b0c75d7e82147439fa4643bf4fe0321c163a0 | refs/heads/master | 2022-02-15T19:34:37.818744 | 2022-01-07T07:24:39 | 2022-01-07T07:24:39 | 233,038,026 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 283 | plantuml | @startuml
package de.gematik.ti.utils.parser {
class ApduParser {
{static} - LOG : Logger
- ApduParser()
{static} + toCommandApdu()
{static} + toCommandApdu()
{static} - parse()
}
}
@enduml
| false | true | false | false | class |
d45f04879cdf3a44f06b9139ef4aeb9dbb8d0e40 | 9e194dae9320f0652e1824abd69533a12fe837c6 | /figures/tree-editor-extension.component.puml | 95cae61ca0c871389e3882bba2e1decb66df00a7 | [] | no_license | krissrex/tdt4900-master-thesis-cloud-modeling-latex | d707d557fa7374484a6eb9370ec9a0cc0cec5f5f | cd659e57167718a849c320e50ebe3e85eefda7e8 | refs/heads/master | 2023-05-31T17:24:20.632022 | 2021-06-18T03:32:15 | 2021-06-18T03:32:15 | 363,910,405 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 461 | puml | @startuml Tree_editor_components
[Tree Editor frontend] as TEf
[VSCode extension] as VSCEx
[EMF Tree Language Server] as TLS
[Tree Document model js-library] as TDMlib
[VSCode and Webview RPC js-library] as VSCWVRPC
artifact "compiled frontend js" as cfs
TEf -right-> cfs : compiles to
TEf --> VSCWVRPC : imports
TEf --> TDMlib : imports
VSCEx --> VSCWVRPC : imports
VSCEx --> TDMlib : imports
VSCEx -left-> cfs : webview
VSCEx <-> TLS : TLSP/JSON-RPC
@enduml | false | true | false | false | sequence |
88a83d6c7576271e54552284a004eadee65915c5 | a7b7fc77a24f9303002690c2200a5df124c6b7c5 | /payment-processor/doc/puml/create-source.puml | b53b986b0d3b2b744c1214b4286d6ad5c8d0be3b | [
"Apache-2.0"
] | permissive | ostelco/ostelco-core | e2916cc5aefca5f5a3049f4a528e4d2b84e04b86 | b072ada4aca8c4bf5c3c2f6fe0d36a5ff16c11af | refs/heads/develop | 2021-07-21T19:44:47.777138 | 2019-12-18T14:13:16 | 2019-12-18T14:13:16 | 112,729,477 | 38 | 12 | Apache-2.0 | 2021-06-30T14:12:00 | 2017-12-01T10:51:32 | Kotlin | UTF-8 | PlantUML | false | false | 1,212 | puml | @startuml
actor Client
participant Client
box "Prime"
participant "client-api"
participant "payment-processor"
participant OCS
participant DAO
end box
participant Stripe
activate Client
Client -> Client : Collecting payment information
Client -> Stripe : Create new source with Stripe
activate Stripe
Stripe -> Client : {sourceId}
deactivate Stripe
Client -> "client-api" : POST /sources {sourceId}
activate "client-api"
note right of "client-api"
{name} identifies the user (from Oauth2 auth.)
and is equivalent to the users email address
end note
"client-api" -> DAO : getCustomerId(name)
activate DAO
DAO -> "client-api" : {customerId}
deactivate DAO
"client-api" -> "payment-processor" : addSource(customerId, sourceId)
activate "payment-processor"
"payment-processor" -> Stripe : POST /v1/customers/{customerId}/sources {sourceId}
activate Stripe
Stripe -> "payment-processor" : {sourceInfo}
deactivate Stripe
"payment-processor" -> "client-api" : {result}
deactivate "payment-processor"
"client-api" -> Client : {result}
deactivate "client-api"
deactivate Client
@enduml
| false | true | false | false | usecase |
f90639fee9273862b2c658c7914a3f71d91ff972 | c69e455e93b370087f3c944b54138d7013ac67cb | /covid.puml | f7ece2d9ea66437f0a30648216d650ec3600cca6 | [] | no_license | Celthund/OOP-Serie3 | fb9904213914461455b5b216d9461b8f09ad7354 | 45df210d04693dbe87a1d50da900798221b99dd5 | refs/heads/master | 2022-11-13T04:43:19.571871 | 2020-07-09T09:21:14 | 2020-07-09T09:21:14 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,847 | puml | @startuml
class MainActivity extends Activity{
void onCreate(Bundle savedInstanceState)
-saveGameModel(String file)
-loadGameLevel(String file)
+onSaveInstanceState(Bundle savedInstanceState)
}
package View {
MainActivity o-- GameView
GameView o-- Tile
interface Tile {
void draw(Canvas canvas, int side);
boolean setSelect(boolean selected);
}
abstract class FigureTile implements Tile {
Paint paint
Img FigureImg
void draw(Canvas canvas, int side);
boolean setSelect(boolean selected);
}
class GameView implements ModelListener {
TilePanel tilePanel
HashMap<Class, Tile> modelToView
+GameView(Context ctx, TilePanel tilePanel)
+setPlayerDead(boolean playerDead)
+update(Level level)
}
class PlayerView extends FigureTile{
FloorView(Context ctx)
}
class TrashView extends FigureTile{
FloorView(Context ctx)
}
class VirusView extends FigureTile{
FloorView(Context ctx)
}
class WallView extends FigureTile{
FloorView(Context ctx)
}
}
package model {
MainActivity o-- GameModel
GameModel o-- Level
GameModel o-- ModelListener
Level o-- Position
Level *-- Element
interface ModelListener {
void update(Level level);
}
class Position {
int line
int column
+Position(int line, int column)
}
class GameModel {
-ModelListener modelListener
+boolean isGameOver
+enum Direction = LEFT, RIGHT
-int TOTAL_LEVELS «final»
-Level levelNumber
-Loader loader
+GameModel(ModelListener modelListener, AssetManager assets)
+loadLevelFromAssets(int levelNumber)
+save(PrintWriter to)
+loadLevel(Scanner from)
+loadLevel(Scanner from, int number)
+movePlayer(Direction direction)
+getNumberLevel(): int
+getVirusCounter(): int
+isPlayerAlive(): boolean
-checkForTrash(Position position)
+updateIfLevelIsFinished()
+checkGravity()
+update()
}
class Level {
int levelNumber
boolean playerAlive
int virusCounter
Position playerPosition
ArrayList<Position> gravityElements
HashMap availableElements
Element[][] board
+getColumn(): int
+int getLine(): int
+int getNumber(): int
+reset()
+get(int line, int column): Element
+get(Position position): Element
+isPositionInbounds(int line, int column): boolean
+isPositionInbounds(Position position): boolean
+put(int line, int column, char type)
+decreaseVirus()
+removeElement(Position position)
-updatePositionInGravityElements(Position oldPosition, Position newPosition)
+moveElement(Position oldPosition, Position newPosition)
}
abstract class Element {
+hasGravity():boolean
+elementCollision(Element element):boolean
+abstract save(PrintWriter to)
}
class Player extends Element{
String character = "@" «final»
+hasGravity():boolean
+save(PrintWriter to)
+boolean elementColision():boolean
}
class Virus extends Element {
String character = "*" «final»
+hasGravity():boolean
+save(PrintWriter to)
+boolean elementColision():boolean
}
class TrashCan extends Element {
String character = "V" «final»
+hasGravity():boolean
+save(PrintWriter to)
+boolean elementColision():boolean
}
class Floor extends Element {
String character = "X" «final»
+hasGravity():boolean
+save(PrintWriter to)
+elementColision():boolean
}
}
@enduml | false | true | true | false | class |
f2e4282411462b5685fa3ad63ebd8b7b05ac4839 | 56e151bda13876a38f23f7203082e534504d6467 | /TY_Enterprise_Projeto_Semestral/plantuml/diagrama_sequencia.puml | e375b17f8f418ab31cc370255463af5ab9651c29 | [] | no_license | mtxthales/TY_Enterprise | c9e41f1401c399f29829f211f48e81df795c1d50 | 862795c3c19c02e3ec1b4692961b67710ed0cebc | refs/heads/master | 2021-01-20T15:36:58.503996 | 2016-09-30T03:53:25 | 2016-09-30T03:53:25 | 64,516,510 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 375 | puml | @startuml
Actor usuario
usuario -> Front_Controller: request
Front_Controller -> Front_Controller: analisa URL
Front_Controller -> Command: new execute()
Command -> Model: new
Model --> Command
Command -> BO
BO -> BO: valida
BO -> dao
database database
dao -> database
database --> dao: return
dao --> BO: return
BO --> Command: return
Command --> usuario: result
@enduml
| false | true | false | false | sequence |
f1e0f296723333d52bf5a57fec5d8e66b0d1a0b4 | 66875a75acd1c1ffc6d60a337923aade5d5fac1e | /docs/diagrams/src/class.puml | c2820cfed2771be33258a24e84e673b8dd16d87f | [] | no_license | lmmendonca/agenda-java-labiii | 55aca7fb0b79019244d8e6ebc8f3d128b1fdab0f | 5379627d2aced2112e3f4c1163f0ab3885c395ec | refs/heads/master | 2022-02-14T03:45:51.772188 | 2019-08-28T01:08:00 | 2019-08-28T01:08:00 | 203,715,621 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,163 | puml | @startuml
title Global View - Class Diagram
left to right direction
class Agenda
class Contato
class Agenda {
-List<Contato> contatos
+getContatos()
+setContatos(List<Contato> contatos)
-sort()
+deleteContato(String nome)
+findContato(String nome)
+limparAgenda()
-size()
+nextId()
+save()
+printAgenda()
+toString()
}
class Contato {
-Integer id
-String nome
-List<String> telefones
+getNome()
+setNome(String nome)
+getTelefone()
+setTelefone(List<String> telefones)
+getId()
+setId(Integer id)
+toString()
+addTelefone(String telefone)
+removeTelefone(String telefone)
+editaTelefone(String oldTel, String newTel)
-findTelefone(String telefone)
+existTelefone(String telefone)
}
class FileHelper {
+write(String text, String fileOut, Boolean append)
+buildStringFromFile(String path)
+printFromFile(String path)
+cleanFile(String path)
}
class AgendaTerminalApp {
+main(String[] args)
-void editaContato(Agenda agenda, Scanner scanner)
-void removeContato(Agenda agenda, Scanner scanner)
-void addContato(Agenda agenda, Scanner scanner)
-List<Contato> restauraAgenda()
}
Agenda o--> "n" Contato : possui
AgendaTerminalApp <|-left- Agenda
@enduml | false | true | false | false | sequence |
8d03064f01aeac31c587c56520cc8adf5c236f0d | 2506af2f26e5b74f57c9be8d1edad47953c80c4e | /src/UML.puml | 72fb2e868cf3262e6f50f738b511f790465acf53 | [] | no_license | MechaBA/arslan-cop3330-assignment4 | a38d9808a763a9cbf99002c5c0c403015752ac32 | 472751dfbfd76a6fb66fddc4af94fd66dc5f3191 | refs/heads/master | 2023-08-27T12:17:39.806604 | 2021-11-09T04:45:42 | 2021-11-09T04:45:42 | 426,092,191 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 174 | puml | @startuml
class Main(group)
{
log (Input)
+ Main
}
class list(group)
{
+ assign
App (Set Variables)
list (Implement Variables)
obj (File)
}
@enduml | false | true | false | false | class |
828f5eeadcedd3dd8cacccde7c95870ac3354638 | 36cb976b603e5322ed48c7802738d6952945751c | /diagram/class-diagram/service.plantuml | 011bbc9313cc74208922e8e84e9dcae8aa8ef017 | [] | no_license | eportfolio-tech/docs | c19e6cc2d02747056329a140f4e2bc93f70cc597 | 0cb887c0a5c3076655876c21d2e2dc06e12bb5f1 | refs/heads/master | 2023-01-08T13:26:53.086181 | 2020-11-05T11:00:34 | 2020-11-05T11:00:34 | 309,687,794 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,049 | plantuml | @startuml
skinparam linetype polyline
skinparam linetype ortho
skinparam dpi 300
title __Service Class Diagram__\n
class tech.eportfolio.server.service.impl.AzureStorageServiceImpl {
- cloudBlobClient
- logger
+ AzureStorageServiceImpl()
+ createContainer()
+ deleteBlob()
+ deleteContainer()
+ listBlob()
+ uploadBlob()
+ uploadBlobFromInputStream()
+ uploadPicture()
}
class tech.eportfolio.server.service.impl.EmailServiceImpl {
- emailSender
- logger
+ sendSimpleMessage()
}
class tech.eportfolio.server.service.impl.PortfolioServiceImpl {
- mongoTemplate
+ PortfolioServiceImpl()
+ create()
+ deleteContent()
+ findByUserIdIn()
+ findByUsername()
+ fromPortfolioDTO()
+ save()
+ searchByKeywordWithPaginationAndVisibilities()
+ searchByTagWithPaginationAndVisibilities()
+ searchWithPagination()
+ searchWithVisibilities()
+ searchWithVisibilities()
+ updateContent()
}
class tech.eportfolio.server.service.impl.RecoveryServiceImpl {
+ buildRecoveryEmailContent()
+ buildRecoveryLink()
+ generatePasswordRecoveryToken()
+ getPasswordRecoverySecret()
+ passwordRecovery()
+ sendRecoveryEmail()
+ setEmailService()
+ setRecoveryTokenProvider()
+ setUserService()
}
class tech.eportfolio.server.service.impl.TagServiceImpl {
+ create()
+ findAll()
+ findById()
+ findByIdIn()
+ findByName()
+ findByNameIn()
+ save()
+ saveAll()
+ saveAllIfNotExist()
}
class tech.eportfolio.server.service.impl.TemplateServiceImpl {
+ create()
+ delete()
+ findAvailableTemplates()
+ findTemplateById()
+ findTemplateByTitle()
+ save()
}
class tech.eportfolio.server.service.impl.UserCommentServiceImpl {
+ UserCommentServiceImpl()
+ create()
+ delete()
+ findById()
+ findByPortfolio()
+ findByUsernameAndIdAndDeleted()
+ findUsersByUserComments()
+ reply()
}
class tech.eportfolio.server.service.impl.UserFollowServiceImpl {
+ UserFollowServiceImpl()
+ delete()
+ findByDestinationUser()
+ findBySourceUsernameAndDestinationName()
+ findBySourceUsernameAndDestinationNameAndDeleted()
+ follow()
+ unfollow()
}
class tech.eportfolio.server.service.impl.UserLikeServiceImpl {
+ UserLikeServiceImpl()
+ delete()
+ findByPortfolio()
+ findByPortfolioAndUsername()
+ findByUser()
+ findByUsernameAndPortfolioId()
+ findByUsernameAndPortfolioIdAndDeleted()
+ like()
+ unlike()
}
class tech.eportfolio.server.service.impl.UserServiceImpl {
- bCryptPasswordEncoder
- logger
+ changePassword()
+ createGithubAvatar()
+ delete()
+ encodePassword()
+ findByEmail()
+ findByIdIn()
+ findByUsername()
+ findByUsernameIn()
+ findDeletedUserWithContainer()
+ fromUserDTO()
+ loadUserByUsername()
+ register()
+ save()
+ saveAll()
+ setAvatarGenerator()
+ setAzureStorageService()
+ setBcryptPasswordEncoder()
+ setUserRepository()
+ verifyPassword()
}
class tech.eportfolio.server.service.impl.UserTagServiceImpl {
+ UserTagServiceImpl()
+ batchAssign()
+ create()
+ delete()
+ findByTagId()
+ findByUsername()
+ findTagsByUser()
+ findUsersByTag()
+ saveAll()
}
class tech.eportfolio.server.service.impl.VerificationServiceImpl {
+ buildEmailContent()
+ buildLink()
+ generateVerificationToken()
+ getVerificationSecret()
+ sendVerificationEmail()
+ setEmailService()
+ setUserService()
+ setVerificationTokenProvider()
+ verify()
+ verify()
}
tech.eportfolio.server.service.impl -[hidden]- tech.eportfolio.server.repository
tech.eportfolio.server.service.impl.AzureStorageServiceImpl .up.|> tech.eportfolio.server.service.AzureStorageService
tech.eportfolio.server.service.impl.EmailServiceImpl .up.|> tech.eportfolio.server.service.EmailService
tech.eportfolio.server.service.impl.PortfolioServiceImpl .up.|> tech.eportfolio.server.service.PortfolioService
tech.eportfolio.server.service.impl.PortfolioServiceImpl o-- tech.eportfolio.server.repository.PortfolioRepository
tech.eportfolio.server.service.impl.RecoveryServiceImpl .up.|> tech.eportfolio.server.service.RecoveryService
tech.eportfolio.server.service.impl.RecoveryServiceImpl o-- tech.eportfolio.server.service.EmailService
tech.eportfolio.server.service.impl.RecoveryServiceImpl o-- tech.eportfolio.server.common.utility.JWTTokenProvider
tech.eportfolio.server.service.impl.RecoveryServiceImpl o-- tech.eportfolio.server.service.UserService
tech.eportfolio.server.service.impl.TagServiceImpl .up.|> tech.eportfolio.server.service.TagService
tech.eportfolio.server.service.impl.TagServiceImpl o-- tech.eportfolio.server.repository.TagRepository
tech.eportfolio.server.service.impl.TemplateServiceImpl .up.|> tech.eportfolio.server.service.TemplateService
tech.eportfolio.server.service.impl.TemplateServiceImpl o-- tech.eportfolio.server.repository.TemplateRepository
tech.eportfolio.server.service.impl.UserCommentServiceImpl .up.|> tech.eportfolio.server.service.UserCommentService
tech.eportfolio.server.service.impl.UserCommentServiceImpl o-- tech.eportfolio.server.repository.UserCommentRepository
tech.eportfolio.server.service.impl.UserCommentServiceImpl o-- tech.eportfolio.server.service.UserService
tech.eportfolio.server.service.impl.UserFollowServiceImpl .up.|> tech.eportfolio.server.service.UserFollowService
tech.eportfolio.server.service.impl.UserFollowServiceImpl o-- tech.eportfolio.server.repository.UserFollowRepository
tech.eportfolio.server.service.impl.UserLikeServiceImpl .up.|> tech.eportfolio.server.service.UserLikeService
tech.eportfolio.server.service.impl.UserLikeServiceImpl o-- tech.eportfolio.server.repository.UserLikeRepository
tech.eportfolio.server.service.impl.UserServiceImpl .up.|> org.springframework.security.core.userdetails.UserDetailsService
tech.eportfolio.server.service.impl.UserServiceImpl .up.|> tech.eportfolio.server.service.UserService
tech.eportfolio.server.service.impl.UserServiceImpl o-- tech.eportfolio.server.common.utility.AvatarGenerator
tech.eportfolio.server.service.impl.UserServiceImpl o-- tech.eportfolio.server.service.AzureStorageService
tech.eportfolio.server.service.impl.UserServiceImpl o-- tech.eportfolio.server.repository.UserRepository
tech.eportfolio.server.service.impl.UserTagServiceImpl .up.|> tech.eportfolio.server.service.UserTagService
tech.eportfolio.server.service.impl.UserTagServiceImpl o-- tech.eportfolio.server.service.TagService
tech.eportfolio.server.service.impl.UserTagServiceImpl o-- tech.eportfolio.server.service.UserService
tech.eportfolio.server.service.impl.UserTagServiceImpl o-- tech.eportfolio.server.repository.UserTagRepository
tech.eportfolio.server.service.impl.VerificationServiceImpl .up.|> tech.eportfolio.server.service.VerificationService
tech.eportfolio.server.service.impl.VerificationServiceImpl o-- tech.eportfolio.server.service.EmailService
tech.eportfolio.server.service.impl.VerificationServiceImpl o-- tech.eportfolio.server.service.UserService
tech.eportfolio.server.service.impl.VerificationServiceImpl o-- tech.eportfolio.server.common.utility.JWTTokenProvider
@enduml
| false | true | false | false | class |
a416e2d772a0a67901fee477b95ac5069468a187 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderLineItemAddedMessage.puml | d890c4735c8bc18b9f3d9724902f43accb2c5319 | [] | 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,210 | 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 OrderLineItemAddedMessage [[OrderLineItemAddedMessage.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]]
lineItem: [[LineItem.svg LineItem]]
addedQuantity: Long
}
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 |
924d788a7dad4c162b1e6cd66963aeabef10443e | 56d2bad8bda60e486164d32f47f7b6e65dd1babe | /app/src/main/java/com/journear/app/ui/ui.plantuml | 715f86ca96d54fa050e6ab35c9b8d699080f6039 | [] | no_license | nikhilgirrajtcd/journear-neo | 27372763833899946bfacf2856d7bd69953c6b21 | 28d90bd4b93e049bcf0f80c0358ab1b88f3a52ee | refs/heads/master | 2022-04-23T11:33:29.383211 | 2020-04-27T15:09:41 | 2020-04-27T15:09:41 | 248,527,974 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,789 | plantuml | @startuml
title __UI's Class Diagram__\n
namespace com.journear.app {
namespace ui {
class com.journear.app.ui.CreateJourneyActivity {
- alertDialog : AlertDialog
- hourOfJourney : int
- mapTextValueToJnGeoCodeItem : HashMap<String, JnGeocodeItem>
- minuteOfJourney : int
- timeTextView : TextView
# onCreate()
- configureAutoCompleteTextViewForSearch()
- getCurrentInput()
- setTimeInTextView()
}
}
}
namespace com.journear.app {
namespace ui {
class com.journear.app.ui.LoginActivity {
~ email : EditText
~ logTag : String
~ login : Button
~ password : EditText
~ responseErrorListener : ErrorListener
~ responseListener : Listener
# onCreate()
- afterLoginSuccess()
- validateAndLogin()
- validateInputs()
}
}
}
namespace com.journear.app {
namespace ui {
class com.journear.app.ui.MainActivity {
{static} + MESSAGE_READ : int
{static} + MY_HANDLE : int
{static} + SERVICE_INSTANCE : String
{static} + SERVICE_REG_TYPE : String
{static} + TAG : String
{static} + TXTRECORD_PROP_AVAILABLE : String
+ broadcastReceiver : BroadcastReceiver
{static} ~ SERVER_PORT : int
~ discoveredDnsRecords : HashMap<String, NearbyDevice>
~ dnsSdResponseRecordListener : DnsSdTxtRecordListener
~ dnsSdResponseServiceListener : DnsSdServiceResponseListener
{static} - PERMISSIONS_REQUEST_CODE : int
- _channel : Channel
- _manager : WifiP2pManager
- devicesList : List<NearbyDevice>
- intentFilter : IntentFilter
- mAppBarConfiguration : AppBarConfiguration
- recyclerView : RecyclerView
+ getChannel()
+ getManager()
+ onCreateOptionsMenu()
+ onSupportNavigateUp()
# onCreate()
- checkUserLogon()
- decorateUiForUser()
- discoverDevices()
- getWifiP2pDnsSdServiceInfo()
- shortToast()
- showJourneys()
- showList()
- unregisterAllWifiP2p()
}
}
}
namespace com.journear.app {
namespace ui {
class com.journear.app.ui.StartActivity {
~ login : Button
~ register : Button
# onCreate()
}
}
}
namespace com.journear.app {
namespace ui {
class com.journear.app.ui.UserRegisterActivity {
~ cancel : Button
~ dob : EditText
~ email : EditText
~ gender : RadioGroup
~ password : EditText
~ phone : EditText
~ picker : DatePickerDialog
~ register : Button
~ username : EditText
# onCreate()
}
}
}
com.journear.app.ui.CreateJourneyActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.journear.app.ui.LoginActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.journear.app.ui.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.journear.app.ui.MainActivity o-- com.journear.app.core.entities.NearbyDevice : ndOwnJourneyPlan
com.journear.app.ui.MainActivity o-- com.journear.app.ui.adapters.RecyclerViewAdapter : recyclerViewAdapter
com.journear.app.ui.StartActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.journear.app.ui.UserRegisterActivity -up-|> androidx.appcompat.app.AppCompatActivity
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 |
65cdf9f0ce9fe697ee46fd3c5328e250e1e2e93b | 8dcd1fda2772a3153f09f9fb83ccca6fd411fa5f | /plantuml/Rental.puml | 767dab7d9bb37564e06a3cb1053b78bed40268ab | [] | no_license | georgio/ood-3 | eef514ae561beca1fcaf200d326f1c6cab8e50e3 | 72d5f3ee4da2de3e2c343a5aa725c5fa6f235dab | refs/heads/master | 2022-04-21T08:17:49.376166 | 2020-04-24T15:09:31 | 2020-04-24T15:09:31 | 258,545,931 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 725 | puml | @startuml
class Rental {
- dueDate : DateTime
- rentalDate : DateTime
- dateReturned : DateTime
- member : Member
- baseFee : Double
- extraFee : Double
+ Rental(item:Item, member:Member)
+ getDueDate() : DateTime
+ setDueDate(dueDate:DateTime) : void
+ getDateReturned() : DateTime
+ setDateReturned(dateReturned:DateTime) : void
+ getRentalDate() : DateTime
+ setRentalDate(rentalDate:DateTime) : void
+ setMember(member:Member) : void
+ getMember() : Member
+ setItem(item:Item) : void
+ getItem() : Item
+ getBaseFee() : Double
+ setBaseFee(baseFee:Double) : void
+ getExtraFee() : Double
+ setExtraFee(extraFee:Double) : void
}
@enduml
| false | true | false | false | class |
e30ad39ad6acf54146976be732746a06bd1e0dc7 | ed45ea4470bcfc497e2584697d7842a540e04fd9 | /ros/umlresource/class_loader.puml | fa807ce5f64510667e90849ed68e7cf2131256f6 | [] | no_license | cf-zhang/documents | ffcd8213587f8aa9c47406cf2491bf77beec9c33 | 8a4439932017b67fba7988ff7fadd9829bce1e4c | refs/heads/master | 2022-03-03T13:52:27.333343 | 2022-02-25T11:31:22 | 2022-02-25T11:31:22 | 154,789,912 | 11 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,593 | puml | @startuml
namespace class_loader #DDDDDD {
'note top of AbstractMetaObjectBase : typedef std::vector<class_loader::ClassLoader *> ClassLoaderVector;
class ClassLoader {
-- public method --
+explicit ClassLoader(const std::string & library_path, bool ondemand_load_unload = false);
+virtual ~ClassLoader();
+template<class Base> std::vector<std::string> getAvailableClasses();
+std::string getLibraryPath();
+template<class Base> std::shared_ptr<Base> createSharedInstance(const std::string & derived_class_name)
+template<class Base> boost::shared_ptr<Base> createInstance(const std::string & derived_class_name);
+template<class Base> UniquePtr<Base> createUniqueInstance(const std::string & derived_class_name)
+template<class Base> Base * createUnmanagedInstance(const std::string & derived_class_name);
+template<class Base> bool isClassAvailable(const std::string & class_name);
+bool isLibraryLoaded();
+bool isLibraryLoadedByAnyClassloader();
+bool isOnDemandLoadUnloadEnabled();
+void loadLibrary();
+int unloadLibrary();
-- private method --
-template<class Base> void onPluginDeletion(Base * obj);
-template<class Base> Base * createRawInstance(const std::string & derived_class_name, bool managed)
-static bool hasUnmanagedInstanceBeenCreated();
-int unloadLibraryInternal(bool lock_plugin_ref_count);
-- private data --
-bool ondemand_load_unload_;
-std::string library_path_;
-int load_ref_count_;
-boost::recursive_mutex load_ref_count_mutex_;
-int plugin_ref_count_;
-boost::recursive_mutex plugin_ref_count_mutex_;
-static bool has_unmananged_instance_been_created_;
}
@enduml | false | true | false | false | class |
d08af36c729cb4b537cfe9248ae2fc62b8d7085a | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Cloud-Stack/Data-Exchange/Deployment.puml | 146cecc8f6e01c473a1f4addcca877215f47c153 | [] | 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 | 164 | puml | @startuml
package "Cloud-Stack/Data-Exchange" {
cloud cloud1
node node1
artifact artifact1
storage objectStore
database db1
folder folder1
}
@enduml
| false | true | false | false | sequence |
02649a8e6b4af84153d20488b85f62e11948f4ff | e3c9bdc1d44b0b43faee2398a6529af87a3f6c7c | /plantuml/gcp/terraform.plantuml | 8c3051ca6223d698d8489b9bcc9f94d5535d4daa | [] | no_license | tasiomendez/iac-modelling | 11c4bc8f146f13db1fa43154f9c9ace317f7d04e | 921f2f70a04f4565a750507c5a0443e5df8f4b86 | refs/heads/master | 2023-04-06T00:45:32.854631 | 2021-04-14T10:48:05 | 2021-04-14T10:48:05 | 351,842,950 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,222 | plantuml | @startuml terraform
' Design Configuration
skinparam monochrome true
skinparam tabSize 2
object "network" as network <<google_compute_network>> {
name: String
auto_create_subnetworks: Boolean
}
object "subnet" as subnet <<google_compute_subnetwork>> {
name: String
region: String
ip_cidr_range: String
network: String
}
object "firewall" as firewall <<google_compute_firewall>> {
name: String
network: String
direction: String
allow:
\t protocol: String
\t ports: Array(Integer)
target_tags: Array
}
object "virtual_machine" as vm <<google_compute_instance>> {
name: String
machine_type: String
tags: Array(String)
boot_disk:
\t initialize_params:
\t \t image: String
allow_stopping_for_update: Boolean
network_interface:
\t network: String
\t subnetwork: String
\t access_config: dict
metadata:
\t sshKeys: String
}
object "//provisioner//" as provisioner {
connection: Object
content: String
destination: String
inline: Array
}
subnet --> network
firewall --> network
vm --> network
vm --> subnet
vm ..> provisioner : <<use>>
provisioner --> vm
@enduml
| false | true | false | false | class |
bd21dd485d9eea64a5ca65e13da160c28085f220 | 3beac2c13d90c569f4b5c87fce34a984eeddaae5 | /uml/app.puml | 302aba1bd86e97b3d6b33a6c41322b294d6ebe7c | [] | no_license | vuolo/vuolo-cop3330-assignment4part2 | 1489390c2db61e17ddd5957af6735ba0d44b2c54 | b6f436755cc0e81f0ccc9777ff9502acbdc8cf87 | refs/heads/main | 2023-09-03T11:41:26.756619 | 2021-11-16T04:46:09 | 2021-11-16T04:46:09 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,873 | puml | @startuml
class App {
main()
start()
}
class TodoController {
toDoModel: ToDoModel
tableView: TableView
colDescription: TableColumn
colDueDate: TableColumn
colCompleted: TableColumn
txtNewDescription: TextField
dtNewDueDate: DatePicker
chkbx: CheckBox
lvTitles: ListView
chkbxShowIncomplete()
chkbxShowComplete()
showIncomplete: boolean
showComplete: boolean
txtAreaError: TextArea
refreshTitleList()
refreshToDoTasks()
btnSaveClicked()
btnLoadClicked()
btnDeleteListClicked()
btnDeleteToDoTaskClicked()
btnMarkCompleteClicked()
btnNewTaskClicked()
listTitleClicked()
btnCreateNewListClicked()
btnSaveListClicked()
chkbxShowIncompleteClicked()
chkbxShowCompleteClicked()
getTasksToDisplay()
initialize()
}
class ToDoModel {
ToDoList: Collection
getToDoList()
setToDoList()
saveList()
loadFiles()
loadList()
checkForDir()
checkForFile()
}
class ToDoList {
title: String
toDoTasks: Collection
ToDoList()
getToDoTasks()
setToDoTasks()
getTitle()
setTitle()
addTask()
removeTask()
getIncompleteToDoTasks()
getCompleteToDoTasks()
}
class ToDoTask {
description: SimpleStringProperty
dueDate: String
complete: Boolean
ToDoTask()
getDescription()
setDescription()
getDueDate()
setDueDate()
getComplete()
setComplete()
}
class FileLoader {
files: ArrayList<String>
lvFilesItems: ListView<String>
loadList()
loadFiles()
getObservableFileList()
initialize()
}
class FileCreator {
txtNewListTitle: TextField
btnCreateList()
}
App -- ToDoController
ToDoController -- ToDoModel
ToDoController -- FileLoader
ToDoController -- FileCreator
ToDoModel -- ToDoList
ToDoList -- ToDoTask
@enduml | false | true | false | false | class |
ba53cb9a78fc932366e54b8e92bb444323a0abe6 | 6e29d893e7deebb9339dd5515195d7e510aba402 | /Documentação/Sprint 2/UC01_Registar_Organizacao/UC01_Registar_Organizacao_DC.puml | 80f7b9e83020a9bed63682b30cdb5d3452e231e5 | [] | 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 | 3,432 | puml | @startuml
title UC01 - Registar Organização - Diagrama de Classes
class RegistarOrganizacaoUI {
}
class RegistarOrganizacaoController {
--
+novaOrganizacao(nome, NIF, endLocal, enderacoPostal, endLocalidade, tlf, websiteOrg, emailOrg, nomeG, funcao, tlfG, emailG, pwd)
+registaOrganizacao()
}
class Organizacao {
-String nome
-String NIF
-Website websiteOrg
-String telefone
-Email emailOrg
--
+Organizacao(nome, NIF, websiteOrg, telefone, emailOrg, enderecoOrg, gestorColaborador)
+EnderecoPostal novoEndereco(local, codPostal, localidade)
+Colaborador novoColaborador(nome, funcao, tlf, email)
}
class Colaborador {
-String funcao
-String telefone
-Organizacao organizacao
--
+Colaborador(nome,funcao,tlf,email)
+String getNome()
+String getEmail()
}
class EnderecoPostal {
-String arruamento
-String numeroPorta
-String codPostal
-String localidade
--
+EnderecoPostal(arruamento, numeroPorta, localidade, codPostal)
}
class RepositorioOrganizacao {
--
+Organizacao registaOrganizacao(nif, nome, website, \ntelefoneOrg, emailOrg, \nendArruamento, endPorta, endLocalidade, endCodPostal, \nnomeGestor, telefoneGestor, funcaoGestor)
+saveOrganizacao(nif, nome, website, \ntelefoneOrg, emailOrg, \nendArruamento, endPorta, endLocalidade, endCodPostal, \nnomeGestor, telefoneGestor, funcaoGestor)
-addOrganizacao(Organizacao org)
-registaGestorComoUtilizador(Colaborador colabGestor)
}RepositorioOrganizacao
class AutorizacaoFacade {
--
+registaUtilizadorComPapeis(nomeG,emailG,pwd,rolename)
}
interface AlgoritmoGeradorPasswords {
--
+geraPassword(nomeG, emailG)
}
class Plataforma {
-String designacao
--
+AutorizacaoFacade getAutorizacaoFacade()
+AlgoritmoGeradorPasswords getAlgoritmoGeradorPwd()
}
RegistarOrganizacaoUI ..> RegistarOrganizacaoController
RegistarOrganizacaoController ..> RepositorioOrganizacao
RegistarOrganizacaoController ..> Organizacao
Organizacao "1"-->"1..*" Colaborador
Organizacao "1"-->"1" Colaborador
Organizacao "1"-->"1" EnderecoPostal
RepositorioOrganizacao "1"-->"*" Organizacao
RepositorioOrganizacao ..> AutorizacaoFacade
RepositorioOrganizacao ..> AlgoritmoGeradorPasswords
RepositorioOrganizacao ..> Colaborador
RepositorioOrganizacao ..> EnderecoPostal
newpage
interface AlgoritmoGeradorPasswords {
--
+String geraPassword(String nomeG, String emailG)
}
note left
Esta interface será alvo de múltiplas implementações,
uma por cada algoritmo externo que tenha que ser suportado.
end note
class AlgoritmoGeradorPasswordsAdapter1 {
--
+String geraPassword(String nome, Email email)
}
class AlgoritmoGeradorPasswordsAdapter2 {
--
+String geraPassword(String nome, Email email)
}
class AlgoritmoExterno1API {
+String randomPassword()
+String randomPassword(Integer minChars, Integer maxChars)
}
class AlgoritmoExterno2API {
+Password generatePassword()
+Password generatePassword(String feedChars)
+Password generatePassword(Integer strength)
+Password generatePassword(Integer strength, String feedChars)
}
AlgoritmoGeradorPasswords <|.. AlgoritmoGeradorPasswordsAdapter1
AlgoritmoGeradorPasswordsAdapter1 --> AlgoritmoExterno1API
AlgoritmoGeradorPasswords <|.. AlgoritmoGeradorPasswordsAdapter2
AlgoritmoGeradorPasswordsAdapter2 --> AlgoritmoExterno2API
@enduml | false | true | true | false | class |
5a052bb9a3a6158a5b1dd846c864f2fd7ee230d7 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/catalog/media/src/completeCatalogModel.puml | fda83c8984f777e341d84378d79fc5c97b649c91 | [
"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 | 5,943 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
shadowing true
RoundCorner 0
LineColor DarkRed
ArrowColor DarkRed
ArrowThickness 1
}
class ProductCategory {
id*: string
href: string
name*: string
description*: string
lastUpdate*: date-time
lifecycleStatus* CategoryLifecycleStatus
}
class CategoryRef {
id*: string
href: string
}
class ProductOfferingRef {
id*: string
href: string
}
ProductCategory *-->"0..1" CategoryRef : parentCategory
ProductCategory *-->"0..*" CategoryRef : subCategory
ProductCategory *-->"0..*" ProductOfferingRef : productOffering
enum CategoryLifecycleStatusType {
active
obsolete
}
class ProductOffering_Common {
id*: string
href: string
name*: string
description: string
productType* string
lastUpdate*: date-time
lifecycleStatus*: ProductOfferingLifecycleStatus
agreement: List<string>
channel: List<string>
marketSegment: List<string>
}
class ProductOffering {
productOfferingStatusReason string
}
class ProductOffering_Common {
}
ProductOffering_Common <|-- ProductOffering_Find
ProductOffering_Common <|-- ProductOffering
class Region {
country*: string
locality: string
city: string
postcode: string
postcodeExtension: string
stateOrProvince: string
}
class AttachmentValue {
attachmentId*: string
author*: string
content: string
creationDate*: string
description: string
mimeType: string
name*: string
source: MEFBuyerSellerType
url: string
}
class MEFByteSize {
ammount*: float
units*: DataSizeUnit
}
class ProductOfferingLifecycleStatusTransition {
transitionDate*: date-time
plannedLifecycleStatus*: ProductOfferingLifecycleStatus
}
class RelatedContactInformation{
emailAddress*: string
name*: string
number*: string
numberExtension: string
organization: string
role*: string
}
class FieldedAddress {
country*: string
streetType: string
postcodeExtension: string
city*: string
streetNr: string
locality: string
postcode: string
streetNrLast: string
streetNrSuffix: string
streetName*: string
stateOrProvince: string
streetNrLastSuffix: string
streetSuffix: string
}
class GeographicSubAddress {
buildingName: string
id: string
levelNumber: string
levelType: string
privateStreetName: string
privateStreetNumber: string
}
class MEFSubUnit {
subUnitNumber*: string
subUnitType*: string
}
class MEFItemTerm {
description: string
endOfTermAction: MEFEndOfTermAction
name*: string
}
class Duration {
amount*: number
units*: TimeUnit
}
class ProductSpecificationRef {
id*: string
href: string
name: string
}
class ProductOfferingContextualInfo{
contextSchema*: string
}
class Context {
productAction*: MEFProductAction
businessFunction*: MEFBusinessFunction
}
class SchemaRefOrValue {
schema: string
schemaLocation: string
}
ProductOffering_Common *-->"0..*" Region : region
AttachmentValue *-->"0..1" MEFByteSize : region
ProductOffering_Common *-->"0..*" CategoryRef : category
ProductOffering *-->"0..*" AttachmentValue : attachment
ProductOffering *-->"0..*" ProductOfferingLifecycleStatusTransition : upcomingStatusTransitions
ProductOffering *-->"1..*" RelatedContactInformation : relatedContactInformation
RelatedContactInformation *-->"0..*" FieldedAddress: postalAddress
FieldedAddress *--> GeographicSubAddress : geographicSubAddress
GeographicSubAddress *-->"*" MEFSubUnit : subUnit
ProductOffering *-->"0..*" MEFItemTerm: productOfferingTerm
MEFItemTerm *-->"1..1" Duration: duration
MEFItemTerm *-->"1..1" Duration: rollInterval
ProductOffering *-->"0..*" Note: note
ProductOffering *-->"1..1" ProductSpecificationRef: productSpecification
ProductOfferingContextualInfo *-->"1..1" Context: context
ProductOffering *-->"0..14" ProductOfferingContextualInfo: productOfferingContextualInfo
ProductOffering *-->"1..1" SchemaRefOrValue: productOfferingSpecification
enum MEFProductAction{
add
modify
all
}
enum MEFBusinessFunction{
productOfferingQualification
quote
productOrder
productInventory
all
}
enum TimeUnit{
calendarMonths
calendarDays
calendarHours
calendarMinutes
businessDays
businessHours
businessMinutes
}
enum MEFEndOfTermAction{
roll
autoDisconnect
autoRenew
}
enum MEFBuyerSellerType{
buyer
seller
}
enum DataSizeUnit{
BYTES
KBYTES
MBYTES
GBYTES
TBYTES
PBYTES
EBYTES
ZBYTES
YBYTES
}
enum ProductOfferingLifecycleStatusType {
pilotBeta
rejected
active
endOfSale
endOfSupport
obsolete
onHold
orderable
}
class ProductSpecification_Common {
id*: string
href: string
name*: string
description: string
lastUpdate*: date-time
lifecycleStatus*: ProductSpecificationLifecycleStatus
}
class ProductSpecification {
brand: string
producNumber: string
}
class ProductSpecification_Find {
}
ProductSpecification_Common <|-- ProductSpecification_Find
ProductSpecification_Common <|-- ProductSpecification
class Note {
author*: string
date*: date-time
id*: string
source*: MEFBuyerSellerType
text*: string
}
class ProductSpecificationRelationship {
id*: string
type*: string
minCardinality*: number
maxCardinality*: number
}
ProductSpecification *-->"0..*" AttachmentValue : attachment
ProductSpecification *-->"0..*" Note: note
ProductSpecification *-->"1..1" SchemaRefOrValue: sourceSchema
ProductSpecification *-->"0..*" ProductSpecificationRelationship: productSpecificationRelationship
enum ProductSpecificationLifecycleStatus {
pilotBeta
rejected
active
endOfSale
endOfSupport
obsolete
onHold
orderable
}
@enduml
| false | true | false | false | sequence |
5aef74508c5d71dcbce8d6e533fabf3e1d923b32 | 4d5e8bdc82c965b4b92ffd2571250bb3001ae370 | /doc/design/moking_sequence.puml | a18ba28290893fabb456cb1e5fbe9bb87f1d585e | [] | no_license | grahamcrowe77/moka | c70b249c04365635cc57be0d84df2254754bfad9 | 09d68b7f4abd5a371f78e56376aae50555ebeb7a | refs/heads/master | 2021-12-01T20:47:10.557835 | 2013-01-22T13:21:37 | 2013-01-22T13:21:37 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,445 | puml | @startuml
actor user
Create moka
note right of moka : Supervisors are hidden for simplicity
user -> moka: start(Module)
activate moka
moka -> moka_mod_utils: parse(Module)
activate moka_mod_utils
moka_mod_utils --> moka: AbstractModule0
deactivate moka_mod_utils
moka --> user: Ref
deactivate moka
user -> moka: substitute(Ref, call, new_call)
activate moka
Create CallHandler1
note right of CallHandler1 : One call_handler per subsitute(...) call
moka -> CallHandler1: start_link(new_call)
moka -> moka_mod_utils: substitute(AbstracModule0, call, new_call)
activate moka_mod_utils
moka_mod_utils --> moka: AbstractModule1
deactivate moka_mod_utils
moka --> user: ok
deactivate moka
user -> Module: call(Args)
Activate Module
note right of Module : Calling the original code
Module -> Dependency: call(InnerArgs)
Dependency --> Module: DepResult
Module --> user: Result
Deactivate Module
user -> moka: load(Ref)
Activate moka
moka -> moka_mod_utils: load(Module, AbstractModule1)
Activate moka_mod_utils
moka_mod_utils -> Module: load(NewCode)
moka_mod_utils --> moka: ok
Deactivate moka_mod_utils
moka --> user: ok
Deactivate moka
user -> Module: call(Args)
Activate Module
note right of Module : Calling the modified code
Module -> CallHandler1
Activate CallHandler1
CallHandler1 -> CallHandler1: new_call(InnerArgs)
CallHandler1 --> Module : NewDepResult
Deactivate CallHandler1
Module --> user : NewResult
deactivate Module
@enduml
| false | true | false | false | usecase |
52692c017e2f416da5bbbc7c2b1a186eb7c114c6 | 4cd2054a4beded3b16a5292948960a974d5fe810 | /exercise41/AppDiagram.puml | 7643e47f12e5f8ad204d023c7812f92d78c02350 | [] | no_license | BronRed/Reed-a04 | 3ef8a042c3585abeb39f2d0734dc4a8f34baf4ff | a787348edd65ba01431876e244dd48045701bb08 | refs/heads/main | 2023-08-17T21:59:58.486607 | 2021-10-17T23:53:25 | 2021-10-17T23:53:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 236 | puml | /*
* UCF COP3330 Fall 2021 Assignment 4 Solutions
* Copyright 2021 Brian Reed
*/
@startuml
class Solution41 {
+main()
}
class NameSorter {
-arrayList<String> names
+readNames()
+outputNames()
}
Solution41 --o NameSorter
@enduml | false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.