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
b839c25c26933a89574ed2bab44af30c14cc6ac8
97712c10c7b39f4c7c4d37a787629b17586349fe
/Models/Login.puml
2a293e5497a473f2b142d94308a39c75175f928d
[]
no_license
kyma-as/api-dashboard
5d67e513631d2a9111d67834c91daa074a72a6ad
33019280afeed2ec80d797362b3aa4eae6bb20ea
refs/heads/master
2023-01-05T10:41:21.359939
2019-07-03T13:20:07
2019-07-03T13:20:07
175,201,938
1
0
null
2023-01-03T18:31:20
2019-03-12T12:00:58
JavaScript
UTF-8
PlantUML
false
false
887
puml
@startuml User->Login.vue:Input(e-mail,password) activate Login.vue Login.vue->Login.vue:Validate Input alt Successful Validation Login.vue->AuthenticationUtil.js activate AuthenticationUtil.js AuthenticationUtil.js->KymaDataCenter:Authenticate Login activate KymaDataCenter alt Successful Authentication KymaDataCenter-->AuthenticationUtil.js: 200 OK AuthenticationUtil.js-->Login.vue:Boolean: Authenticated Login.vue-->User:Route to Home Dashboard else Authentication Failure KymaDataCenter-->AuthenticationUtil.js: 401 Authentication Error deactivate KymaDataCenter AuthenticationUtil.js-->Login.vue:Boolean: Authenticated Login.vue-->User:Display Error Message end else Validation Failure AuthenticationUtil.js-->Login.vue: Return: Error Message deactivate AuthenticationUtil.js Login.vue-->User:Display Error Message deactivate Login.vue end @enduml
false
true
false
false
sequence
39e770e28e56dbac7eee4b9dbb7cc71689b7113e
3e8de74dfe19cd437fd7842887394d4921a109d7
/docs/images/pizzeria.plantuml
b4faa9c1a7144da217dde0bfbb17c1a82302d997
[]
no_license
jmbruel/InnopolisDesignPatterns
62c5f1df870883cd44245d6459243c83b96d0995
a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e
refs/heads/master
2021-02-04T20:34:22.378185
2020-11-16T17:40:28
2020-11-16T17:40:28
243,707,157
0
7
null
2020-10-23T08:58:33
2020-02-28T07:49:59
JavaScript
UTF-8
PlantUML
false
false
987
plantuml
@startuml ' definitions ' ----------- abstract Pizza class PizzaFromageStyleBrest class PizzaFromageStyleStrasbourg class PizzaFruitsDeMerStyleBrest class PizzaFruitsDeMerStyleStrasbourg class PizzaPoivronsStyleBrest class PizzaPoivronsStyleStrasbourg class PizzaVegetarienneStyleBrest class PizzaVegetarienneStyleStrasbourg Pizzeria ..> Pizza Pizza <|-- PizzaFruitsDeMerStyleStrasbourg abstract class Pizzeria { {abstract} creerPizza() {abstract} commanderPizza() } class PizzeriaStyleStrasbourg extends Pizzeria { creerPizza() } class PizzeriaStyleBrest extends Pizzeria { creerPizza() } ' Pizza: Pizza : void preparer() Pizza : void cuire() Pizza : void couper() Pizza : void emballer() Pizza <|-- PizzaVegetarienneStyleStrasbourg Pizza <|-- PizzaFromageStyleBrest Pizza <|-- PizzaFruitsDeMerStyleBrest Pizza <|-- PizzaPoivronsStyleStrasbourg Pizza <|-- PizzaFromageStyleStrasbourg Pizza <|-- PizzaPoivronsStyleBrest Pizza <|-- PizzaVegetarienneStyleBrest @enduml
false
true
false
false
class
247e64de5b1abdee50689543f6bc47d8cbd2d8f8
76bd2393c8efc4ea4f00e604c0325b223e6c18d3
/doc/chap5/Operator_chain_sequence1.puml
29f20da37ddd2f52af5edaa3e0dcb4156fa83792
[]
no_license
suribada/RxJavaBook
8d5dfae113d778982822adb30aa3659a6f3fa490
a417aea43dae88f573d8a4121a60f339f008e689
refs/heads/master
2023-04-12T22:31:50.662032
2021-04-04T07:17:55
2021-04-04T07:17:55
106,604,606
0
0
null
null
null
null
UTF-8
PlantUML
false
false
716
puml
@startuml hide footbox actor Actor Actor -> ObservableMap : subscribe ObservableMap -> ObservableMap:subscribeActual create MapObserver ObservableMap -> MapObserver : new ObservableMap -> ObservableFilter : subscribe(MapObserver) ObservableFilter -> ObservableFilter:subscribeActual create FilterObserver ObservableFilter -> FilterObserver : new ObservableFilter -> ObservableFromIterable:subscribe(FilterObserver) ObservableFromIterable -> ObservableFromIterable:subscribeActual create FromIterableDisposable ObservableFromIterable -> FromIterableDisposable FilterObserver -> FromIterableDisposable:onSubscribe MapObserver -> FilterObserver:onSubscribe FromIterableDisposable -> FromIterableDisposable : run @enduml
false
true
false
false
usecase
ff7741b1a97ca82d7f631903d5a58633f3036ce6
17af9834c02f306645ac2df86ce1aa5ac9735f31
/src/NUnitTestAdapter/NUnitEngine/EngineAdapterClasses.plantuml
be03de5d426c938bd3d8313828f6816680ce973e
[ "MIT", "zlib-acknowledgement" ]
permissive
ovebastiansen/nunit3-vs-adapter
44fbd0b098861095270ae04584a4ecc82b7df014
c247c181bf0ba86e8aa23651ff84380e965da178
refs/heads/master
2021-07-10T00:04:56.880800
2020-10-19T20:10:10
2020-10-19T20:10:10
208,605,793
0
0
MIT
2019-09-15T14:26:40
2019-09-15T14:26:39
null
UTF-8
PlantUML
false
false
1,180
plantuml
@startuml title NUnitEngineAdapterClasses for discovery CanHaveFixtures <|-- TestSuite SuiteBase <|-- CanHaveTestCases SuiteBase <|-- CanHaveFixtures SuiteBase <|-- TestRun CanHaveTestCases <|-- Fixture SuiteBase <|-- TestCase CanHaveTestCases <|-- ParameterizedMethod CanHaveFixtures <|-- GenericFixture CanHaveFixtures <|-- SetUpFixture CanHaveTestCases <|-- Theory TestSuite o-- GenericFixture TestSuite o-- TestSuite Fixture o-- ParameterizedMethod CanHaveTestCases o-- TestCase CanHaveFixtures o-- Fixture CanHaveFixtures <|-- ParameterizedFixture CanHaveFixtures <|-- Assembly TestSuite o-- ParameterizedFixture TestSuite o-- SetUpFixture Assembly o-- TestSuite Fixture o-- Theory Fixture o-- GenericMethod CanHaveTestCases <|-- GenericMethod TestRun o-- Assembly abstract class SuiteBase { Property collection, Fixed properties } abstract class CanHaveTestCases { } abstract class CanHaveFixtures { Name:test-suite } class Assembly { Name:test-suite Type:Assembly } class TestSuite{ Type:TestSuite } class Fixture{ Name:test-suite Type:TestFixture } @enduml
false
true
false
false
class
7440d7b846126141bf0e48f1c90a80acfbf9ea56
bb37c317b41bbc5fee6968f5456400d7acd3a8a2
/uml/用户中心部署图.puml
e0351f09fb1f77a2628d4991caee311076a83883
[]
no_license
junix/org-design
2cb9a3675d00e3524449414cd7f10e902df54579
c2de01ffed0afeb51e2d0e8dbd30f4e5d7b003f8
refs/heads/master
2021-01-20T17:12:28.679108
2016-08-03T02:12:56
2016-08-03T02:12:56
64,357,722
0
0
null
null
null
null
UTF-8
PlantUML
false
false
80
puml
@startuml package "UserCenter" { HTTP - [API Server] [DB] [EventBus] } @enduml
false
true
false
false
uml-unknown
125969e77360008567c221310d3a81623d984b34
7434fc14a1eec0716e2320cdb1ccc8488a81f32e
/xyz.elite.xtext.languages.plantuml/src/test/resources/encompass.puml
ef78375e250ee61e108937d4284f1de8b6b2417d
[ "MIT", "Apache-2.0" ]
permissive
elite-se/plantestic-team-2
07b6f0e6f6f817b2cd3a68e7520518f4feb4f1c7
e0db4a4496e546efe3ba06c813fe6169103c7a0e
refs/heads/master
2022-11-30T06:51:33.348412
2020-08-04T16:19:11
2020-08-04T16:19:15
270,653,236
0
0
Apache-2.0
2020-07-19T11:47:52
2020-06-08T12:05:42
JavaScript
UTF-8
PlantUML
false
false
155
puml
@startuml box "Internal Service" #8877cc participant Bob participant Alice end box participant Other Bob -> Alice : hello Alice -> Other : hello @enduml
false
true
false
false
sequence
aaea4d0c113707cc5e57363c16a87aae21237ad5
44d92041ee8990eb355209bcddaf5a7fa7d68987
/normal_registration.puml
52e273256d4f9ad9167f0bc68937e44d27323f5f
[]
no_license
zi-yang-zhang/tnt-backend
d280b78fb5532ce4ec094d9fa4e87fe7789e8736
155855d150841fac985760918dbc87ccaa7be0b7
refs/heads/master
2021-03-27T10:25:42.588164
2016-09-03T21:03:50
2016-09-03T21:03:50
60,477,704
0
0
null
null
null
null
UTF-8
PlantUML
false
false
305
puml
@startuml actor user user --> app: register app-->backend:/api/register POST{"username":'',"password":''} backend-->app: 201 created {id:"", jwt:""} user --> app: complete profile app-->backend:/api/profile POST user object with jwt backend-->app:updated ref over app, user: update interest group @enduml
false
true
false
false
sequence
287a08bc472736bf360d9eb65a56a022ac7d47a5
78320fc7ec1a5ee6c714cd76946bcacc5dfb0c9e
/docs/uml/tom-01-overview.puml
d72cd1f94fe8b77058ecc4e6891b5ed1c676663b
[ "MIT" ]
permissive
monora/tom
a9641142fa88dd4e3bcae63797171ab262d213d9
4635703445d494e39e861ac6da0ee1b4688adf52
refs/heads/master
2023-02-25T22:14:19.054937
2021-02-06T15:10:14
2021-02-06T15:12:43
320,627,125
0
0
null
null
null
null
UTF-8
PlantUML
false
false
674
puml
class JourneyLocation <<TOM>> { id: LocationIdentifier } class Train <<TOM>> { +TrainID train_id() } class RoutingInfo { lead_ru: CompanyCode } class RouteSection { planning_im: CompanyCode applicant_ ru: CompanyCode } JourneyLocation <|-- Origin JourneyLocation <|-- Handover JourneyLocation <|-- Destination RouteSection "*" -> "1" JourneyLocation : departure_station > RouteSection "*" -> "1" JourneyLocation : arrival_station > RoutingInfo *-- "1..*" RouteSection RoutingInfo "0..1" -* Train : routing < class PathRequest <<TOM>> { planning_im: CompanyCode applicant_ ru: CompanyCode } RouteSection o-- "0..*" PathRequest : planned for <
false
true
false
false
sequence
5087420cd940006ff989d3e7a6318bb44eda6d3b
873458ec9d2a064d4bfb8cfb3fd49c85bf38a8f3
/docs/srp/srp-good.puml
ccd9e4c73a83eb897966149091ddcb1a61a9d837
[]
no_license
vikas-a/SOLID
50caecae680a86f7dca8668121fcb5ff05c2c2bd
0c55eb2c5964bc1a2fc261698452d07bdfd75fa7
refs/heads/master
2021-02-17T06:04:07.881039
2020-03-09T10:02:32
2020-03-09T10:02:32
245,076,042
0
0
null
null
null
null
UTF-8
PlantUML
false
false
263
puml
@startuml class Employee{ } class EmployeeFacade{ } class EmployeeGateway{ } class EmployeePolicy{ } class EmployeeReports{ } EmployeeFacade -- EmployeeGateway EmployeeFacade -- EmployeePolicy EmployeeFacade -- EmployeeReports Employee - EmployeeFacade @enduml
false
true
false
false
class
130926fcbef13bece1e9992b883520fa1391d120
f792083e40cae9d7bd01a4a807ce41852410d8b9
/create_account.puml
37f3932d8adf248d8574a044dfd8ff27048787cd
[]
no_license
ping203/spring-cloud-stream-example
9e15e89a64279020eb371a894e1a11695ca28124
38757192f2058732c8c7d66534e51f1dae94d2ec
refs/heads/master
2022-12-07T21:20:21.542207
2020-08-30T08:38:21
2020-08-30T08:38:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
525
puml
@startuml` title: Account Registration actor "Client" as client participant "account-service" as account queue "RabbitMQ" as queue participant "notification-service" as ns client -> account: POST /accounts account -> queue: send message client<-account: status:200 queue -> ns: subscribe topic note right of ns **Received Message**: { "name": "Didan", "account_number": "0000-0000-4371", "created_date":"2020-08-12" } end note @enduml
false
true
false
false
sequence
723571910a42352c76c880621b62a68af70dcafc
0c5e47ecc8c280c7b6c41e585aace67524473bd4
/src/main/resources/uebung4/exercise011c4.puml
af72084847e8a201f5aba98791159c734b515a22
[]
no_license
phbenisc/msiComplexTheorie
bad88319e1ffe89bcb9c09d71b48447afab12897
24ba533c2915308f1edc304d37583cbed76c386f
refs/heads/master
2023-02-27T21:38:58.384128
2021-02-01T07:57:27
2021-02-01T07:57:27
306,917,234
0
0
null
null
null
null
UTF-8
PlantUML
false
false
439
puml
@startuml 'scale 350 width left to right direction skinparam state { BackgroundColor<<YES>> LightGreen BackgroundColor<<NO>> Red BorderColor Gray } [*] --> n0 state "nein" as n0 <<NO>> state "nein" as n1 <<NO>> state "nein" as n2 <<NO>> state "nein" as n3 <<NO>> state "ja" as j0 <<YES>> n0: 0 j0: 1 n1: 2 n2: 3 n3: 4 'n0 --> j0: ab(a|b)*ab n0 --> n2: a n2 --> n1: b n1 --> n1: a n1 --> n1: b n1 --> n3: a n3 --> j0: b @enduml
false
true
false
false
sequence
aa74a498b1a43efab28b46bb8253b58d753b7973
5635c597a38479879c55c4594c8b09877ef1102b
/src/main/java/org/hfeng/book/dpj/ch1/iterator/iterator.puml
982298522dc86f154102169c25a92b7839c4d735
[]
no_license
harrifeng/java-in-action
6c4d49f51634e5397606690710331438e4835a9f
e9b88ecf2fd2033e1848234c770fb3967fb1ec9d
refs/heads/master
2020-11-26T18:31:08.066713
2015-05-19T01:04:17
2015-05-19T01:04:17
23,460,887
0
0
null
null
null
null
UTF-8
PlantUML
false
false
573
puml
@startuml interface Iterator { +boolean hasNext() +Object next() } interface Aggregate { +Iterator iterator() } class BookShelf implements Aggregate { -Book[] books -int last +Book getBookAt() +void appendBook() +int getLength() +Iterator iterator() } class Book { -String name +String getName() } class BookShelfIterator implements Iterator { -BookShelf bookShelf -int index; +boolean hasNext() +Object next() } Aggregate -right--> Iterator : Create BookShelf o-- Book BookShelfIterator o-- BookShelf @enduml
false
true
false
false
sequence
e312653be6ba0c3f855d4b37a71ce779462c6240
6fa6566730e92270babb2818ec6effdf39affb94
/RemoteBeesFlow/flow/src/main/flows/SignUp.puml
436e3ad865a277cab3e3c6722472e2dd21c68741
[ "MIT" ]
permissive
k10dev/RemoteBees
2efac4096b296d9f4bbd3dedfe64ee0d09b992fd
f819eb22fb2177fdde12109f6ce81376a8ef3d9c
refs/heads/main
2023-01-29T22:38:08.156240
2020-12-06T06:20:44
2020-12-06T06:20:44
318,948,258
0
0
null
null
null
null
UTF-8
PlantUML
false
false
763
puml
/*************************************************************************** * This source file is part of the RemoteBees open source project. * * * * Licensed under the MIT License. See LICENSE for license information * ***************************************************************************/ @startuml title SignUp !$export_lang = %getenv("export_lang") [*] --> Prompt Prompt --> SubmitSignUp SubmitSignUp --> Prompt SubmitSignUp: SignUpContext ' Temporary workaround for a FlowKit bug in Android where ' a flow returns Void/Unit would cause NullPointerException !if ($export_lang == "swift") SubmitSignUp --> [*] !else SubmitSignUp --> [*]: Int !endif @enduml
false
true
false
false
sequence
a313acd1affb6a8c931019fa92c60f164a487ef5
a8738417eab95196160fc624c4ddb0de55b09022
/samples/simple_question.puml
32aba430bf8a540b952ed007874a1f7a7987bdd9
[]
no_license
Allsimon/qanda
2d4e4cf0ca4245d29530bf896ec6bd312eef7b69
4977d637e987a564d68e2622899bbee842c5837b
refs/heads/master
2022-12-25T02:26:15.058991
2020-07-20T18:30:27
2020-07-20T18:30:27
300,301,719
0
0
null
2020-10-01T14:07:10
2020-10-01T14:07:09
null
UTF-8
PlantUML
false
false
193
puml
@startuml qanda hide empty description state "This repository is call 'qanda'" as q1 ' Define q1 as root question [*] --> q1 ' Propose possible answers q1 --> [*] : Yes q1 --> [*] : No @enduml
false
true
false
false
sequence
0d25cef066eb931db802ff1003fd5e3ff6bf4af2
d702b31e656edcb9944228c0309f153bdff29eec
/doc/plantuml/HCARDA/security.plantuml
60e4d6c0ad322f1fb190d3a25d5999d538cc6b97
[ "Apache-2.0" ]
permissive
gematik/ref-HealthCardAccess
4f3957bfe40c56ffbf82782528a6e543ea00e9e3
eb9a12f7eea309bb5b23269de9d8fa924f91fe4f
refs/heads/master
2022-02-14T18:25:41.769547
2022-01-07T07:24:17
2022-01-07T07:24:17
213,916,430
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,979
plantuml
@startuml package de.gematik.ti.healthcardaccess.security { package de.gematik.ti.healthcardaccess.security.keyentities { class MacPcd { {static} - LOG : Logger {static} - MAX : int {static} - TAG_6 : int {static} - TAG_49 : int - macPcd : byte[] - sharedSecretKBytes : byte[] - keyP : KeyParameter - mac : Mac - authTokenY : byte[] - authTokenX : byte[] - kEnc : byte[] - kMac : byte[] - protocolID : String - curve : ECCurve - pk2Picc : byte[] - pcdSkX2 : BigInteger - macPicc2 : byte[] - pk1Picc : byte[] + MacPcd() - generateMacPcdPicc2() - generateAuthToken() - generateSharedSecretK() - createAsn1AuthToken() + getMacPcd() + getKEnc() + getMacPicc2() + getKMac() } } } package de.gematik.ti.healthcardaccess.security { package de.gematik.ti.healthcardaccess.security.keyentities { class NonceZ { {static} - LOG : Logger - nonceZ : byte[] + NonceZ() + getNonceZ() } } } package de.gematik.ti.healthcardaccess.security { package de.gematik.ti.healthcardaccess.security.keyentities { class Pk1Pcd { {static} - AES_BLOCK_SIZE : int {static} - BYTE_LENGTH : int - nonceSInt : BigInteger - curve : Fp - ecPointG : ECPoint - randomGenerator : SecureRandom - pcdSkX1 : BigInteger + Pk1Pcd() + getPk1Pcd() ~ getNonceSInt() ~ getCurve() ~ getEcPointG() ~ getPcdSkX1() ~ getRandomGenerator() } } } package de.gematik.ti.healthcardaccess.security { package de.gematik.ti.healthcardaccess.security.keyentities { class Pk1Picc { {static} - LOG : Logger - pk1Picc : byte[] + Pk1Picc() + getPk1Picc() } } } package de.gematik.ti.healthcardaccess.security { package de.gematik.ti.healthcardaccess.security.keyentities { class Pk2Pcd { {static} - BYTE_LENGTH : int - curve : ECCurve - pointGS : ECPoint - randomGenerator : SecureRandom - pcdSkX2 : BigInteger + Pk2Pcd() + getPk2Pcd() ~ getCurve() ~ getPcdSkX2() } } } package de.gematik.ti.healthcardaccess.security { package de.gematik.ti.healthcardaccess.security.keyentities { class Pk2Picc { {static} - LOG : Logger - pk2Picc : byte[] + Pk2Picc() + getPk2Picc() } } } package de.gematik.ti.healthcardaccess.security { class KeyDerivationFunction { {static} - CHECKSUMLENGTH : int {static} - AES128LENGTH : int {static} - OFFSETLENGTH : int {static} - ENCLASTBYTE : int {static} - MACLASTBYTE : int {static} - PASSWORDLASTBYTE : int - KeyDerivationFunction() {static} + getAES128Key() {static} - replaceLastKeyByte() } } package de.gematik.ti.healthcardaccess.security { enum Mode { ENC MAC PASSWORD } } package de.gematik.ti.healthcardaccess.security { class Utilities { {static} - UNCOMPRESSEDPOINTVALUE : int - Utilities() {static} + byteArrayToECPoint() {static} + getKeyObjectEncoded() } } KeyDerivationFunction +-down- Mode MacPcd ..>KeyDerivationFunction MacPcd ..>Utilities MacPcd ..>Pk2Pcd Pk1Pcd ..>KeyDerivationFunction Pk2Pcd ..>KeyDerivationFunction Pk1Picc ..>Utilities Pk2Picc ..>Utilities NonceZ ..>Utilities @enduml
false
true
false
false
class
563dbe56c31215645da6e0ab33e24e961129ac8b
4ca5dfea336ed0a04154211539a0fdb36cddc621
/Conception/Attaque Hero.puml
4a2eea296ffc4af3ee51f723fbbb2b339ec81712
[]
no_license
fujine/ACL2018_AbJoGuiQuen
c5cb1f5af31695a4c00e8fbd20dd8b353bbf86d6
273b2dc27520282dd610be14a18e3ec86b2ca067
refs/heads/master
2020-03-29T21:56:53.034462
2018-11-30T19:58:43
2018-11-30T19:58:43
150,395,753
0
0
null
null
null
null
UTF-8
PlantUML
false
false
393
puml
@startuml title Tuer un monstre Joueur --> Jeu: evolve(Cmd.ATTAQUE) activate Jeu Jeu --> Hero: attaquer() deactivate Jeu activate Hero Jeu <-- Hero: collisionEntites() activate Jeu Jeu --> Hero: monstre deactivate Jeu Hero --> "Monstre : monstre ": subirDegat(degat) activate "Monstre : monstre " "Monstre : monstre " --> "Monstre : monstre " : estMort() deactivate Hero deactivate Jeu @enduml
false
true
false
false
sequence
19d6e3e44018eeee09e5f184c0efefdf130b3f71
709612d8c0c16c1038d7cb058e61562d78819515
/connect/features/voicecalldetailrecords/VoiceCallDetailRecords_outbound.puml
ac5a5f98daf59b0b5f6e5a89b85565c32c4a86f1
[]
no_license
RestComm/restcomm.github.io
a84b0e43c79cd79d65f3d030d74e32da4383f2f1
9a3da3326b2775e678f5a6794a40eb23f4c3275b
refs/heads/master
2023-06-13T10:22:34.379817
2023-04-09T13:03:31
2023-04-09T13:03:31
53,576,194
1
12
null
null
null
null
UTF-8
PlantUML
false
false
1,154
puml
@startuml participant restapi participant voiceinterpreter participant outboundCall participant client participant cdr alt Outbound call initiated by Calls Rest API autonumber 10 10 "<b>[000]" restapi -> outboundCall: [Queue] end alt Outbound call initiated by executing RCML Dial verb autonumber 10 10 "<b>[000]" ... inbound call triggered execution of RCML Dial ... voiceinterpreter -> outboundCall: [Queue] end outboundCall -> cdr: [Create CDR:\nStartTime=DateTime.now()] outboundCall -> client: [protocol:sip\nmethod:INVITE] client -> outboundCall: [protocol:sip\nresponse:180 Ringing] client -> outboundCall: [protocol:sip\nresponse:180 Ringing] client -> outboundCall: [protocol:sip\nresponse:180 Ringing] ... outbound call ringing time ... client -> outboundCall: [protocol:sip\nresponse:200 OK] outboundCall -> cdr: [on UpdatingMediaSession state, update CDR:\nRinging=(DateTime.now() - StartTime)\nreset StartTime=DateTime.now()] ... call in progress ... client -> outboundCall: [protocol:sip\nmethod: Bye] outboundCall -> cdr: [on Completed state, update CDR:\nEndTime=DateTime.now()\nCallDuration=(DateTime.now() - StartTime)] @enduml
false
true
false
false
sequence
3b02490fbe4c5780ca92c196ab5d9d75a1bb3726
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductDiscountValueDraft.puml
951f133c1b4752674856ff3bf02b56ad69587e15
[]
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,715
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 ProductDiscountValueDraft [[ProductDiscountValueDraft.svg]] { type: String } interface ProductDiscountValueAbsoluteDraft [[ProductDiscountValueAbsoluteDraft.svg]] { type: String money: [[Money.svg List<Money>]] } interface ProductDiscountValueExternalDraft [[ProductDiscountValueExternalDraft.svg]] { type: String } interface ProductDiscountValueRelativeDraft [[ProductDiscountValueRelativeDraft.svg]] { type: String permyriad: Long } interface ProductDiscountDraft [[ProductDiscountDraft.svg]] { name: [[LocalizedString.svg LocalizedString]] key: String description: [[LocalizedString.svg LocalizedString]] value: [[ProductDiscountValueDraft.svg ProductDiscountValueDraft]] predicate: String sortOrder: String isActive: Boolean validFrom: DateTime validUntil: DateTime } interface ProductDiscountChangeValueAction [[ProductDiscountChangeValueAction.svg]] { action: String value: [[ProductDiscountValueDraft.svg ProductDiscountValueDraft]] } ProductDiscountValueDraft --> ProductDiscountValueAbsoluteDraft #blue;text:blue : "type : absolute" ProductDiscountValueDraft --> ProductDiscountValueExternalDraft #blue;text:blue : "type : external" ProductDiscountValueDraft --> ProductDiscountValueRelativeDraft #blue;text:blue : "type : relative" ProductDiscountValueDraft --> ProductDiscountDraft #green;text:green : "value" ProductDiscountValueDraft --> ProductDiscountChangeValueAction #green;text:green : "value" @enduml
false
true
false
false
sequence
187e350a76cfd2e9869cf796886bca0332f64d8d
c1377e4076799edb610d11b3df2b8a340cc42d70
/Client/app/src/main/java/com/chrisjaunes/communication/client/group/model/model.plantuml
302d7fa8be5ac13ddb6abaf04176c170a3442c13
[]
no_license
ChrisJaunes/CommunicationTool
e6921d1670caed8054350efea37eda8ebedd01a6
9b8d0ba06959e225cc44f8decdde548978373762
refs/heads/main
2023-03-12T12:16:51.502928
2021-02-27T07:23:37
2021-02-27T07:23:37
316,022,499
1
0
null
null
null
null
UTF-8
PlantUML
false
false
3,800
plantuml
@startuml title __MODEL's Class Diagram__\n namespace com.chrisjaunes.communication.client { namespace group { namespace model { class com.chrisjaunes.communication.client.group.model.GInfoRaw { - group : int - group_avatar : String - group_name : String + getGroup() + getGroup_avatar() + getGroup_name() + setGroup() + setGroup_avatar() + setGroup_name() } } } } namespace com.chrisjaunes.communication.client { namespace group { namespace model { class com.chrisjaunes.communication.client.group.model.GInfoView { ~ avatar : Bitmap + GInfoView() + getAvatar() + getGroup() + getGroupName() } } } } namespace com.chrisjaunes.communication.client { namespace group { namespace model { class com.chrisjaunes.communication.client.group.model.GMember { } } } } namespace com.chrisjaunes.communication.client { namespace group { namespace model { class com.chrisjaunes.communication.client.group.model.GMessage { - account : String - content : String - contentType : int - group : int - sendTime : String + GMessage() + GMessage() + getAccount() + getContent() + getContentType() + getGroup() + getSendTime() {static} + jsonToTMessage() + setAccount() + setContent() + setContentType() + setGroup() + setSendTime() } } } } namespace com.chrisjaunes.communication.client { namespace group { namespace model { class com.chrisjaunes.communication.client.group.model.GroupConfig { {static} + STATUS_ADD_SUCCESSFUL : String {static} + STATUS_QUERY_GROUP_SUCCESSFUL : String {static} + STR_ACCOUNT : String {static} + STR_CONTENT : String {static} + STR_CONTENT_TYPE : String {static} + STR_CONTENT_TYPE_TEXT : int {static} + STR_GROUP : String {static} + STR_GROUP_MEMBER_LIST : String {static} + STR_GROUP_NAME : String {static} + STR_SEND_TIME : String {static} + STR_TIME : String {static} + URL_GROUP_ADD : String {static} + URL_GROUP_ADD_MESSAGE : String {static} + URL_GROUP_QUERY : String {static} + URL_GROUP_QUERY_MESSAGE : String } } } } namespace com.chrisjaunes.communication.client { namespace group { namespace model { interface com.chrisjaunes.communication.client.group.model.GroupDao { {abstract} + InsertMessage() {abstract} + InsertMessageList() {abstract} + isMessageExist() {abstract} + queryMessageAboutGroup() } } } } namespace com.chrisjaunes.communication.client { namespace group { namespace model { interface com.chrisjaunes.communication.client.group.model.GroupRetrofit { {abstract} + addGroup() {abstract} + addMessage() {abstract} + query() {abstract} + queryMessage() } } } } com.chrisjaunes.communication.client.group.model.GInfoView o-- com.chrisjaunes.communication.client.group.model.GInfoRaw : gInfo 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
5b885318028b412d4b8c420e15b5952b5368804b
a67acc47ca52a776aaddbbeac607904063eb0fa3
/src/Diagramas/Login y registro/Login.puml
e1a63326f52ad967e0e551050bc3e6285e492aa0
[]
no_license
Rhadamys/ddm-usach
0d9109f9f45c462905b5f248f16a7f4df11b8948
47333ca11189a4cb56c9e5d30b89fb6d71e568f4
refs/heads/master
2020-04-06T04:11:42.325941
2016-07-05T23:36:15
2016-07-05T23:36:15
59,068,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,153
puml
@startuml hide footbox title Login actor jugador as j participant VistaLogin as visLog participant ControladorLogin as contLog participant Usuario as u loop Hasta que ingrese o un maximo de 3 intentos por usuario activate visLog activate contLog j -> visLog : Click en ingresar visLog --> contLog contLog -> visLog :getUsuario() visLog --> contLog: String usuarioText contLog -> visLog:getPass() visLog --> contLog: String passText contLog -> contLog : comprobarLogIn(String usuarioText,\nString passText) activate contLog deactivate contLog contLog -> visLog :comprobarCampos() alt Si los datos son correctos contLog -> u:getUsuario(usuarioText) activate u u-->contLog:Usuario deactivate u alt Si el usuario no es null (Existe en la BDD) contLog->contLog:iniciarSesion(Usuario) activate contLog deactivate contLog else Si el usuario no existe contLog->visLog:setMensaje("Usuario no existe.") visLog-->j:Muestra el mensaje visLog-->contLog end alt else Si hay algun error en alguno de los campos contLog->visLog:setMensaje(ERROR ENCONTRADO) visLog-->j:Muestra el mensaje del\nERROR ENCONTRADO visLog-->contLog end alt end loop @enduml
false
true
false
false
usecase
c79e41f2d22d5babba5fa4ec689485df24fc6065
dc2aac415d78c0f1248232dcbcde7e69410da64c
/UML/Architecture.plantuml
2ded11ab995a69c0465826a0813d5f53fb491fb0
[]
no_license
Sudman1/DscClassArchitecture
bb54655037c8395caf4541c853590b0fceb05cdb
6261ab13ddee38b3e8e0675df58b15b15c80f8bd
refs/heads/main
2023-05-08T18:32:26.538633
2021-06-05T15:41:54
2021-06-05T15:41:54
373,902,009
1
0
null
null
null
null
UTF-8
PlantUML
false
false
3,240
plantuml
@startuml hide empty members package DscResource.Common <<folder>> { abstract DscResourceBase << (B,#aaaaee) Base Class >> { +Get() +Set() +Test() } class Test-DscParameterState << (F,#eeaaaa) Function >> class ConvertTo-StringParameter << (F,#eeaaaa) Function >> class ConvertFrom-StringParameter << (F,#eeaaaa) Function >> class ConvertTo-HashtableFromObject << (F,#eeaaaa) Function >> } package "ApplicationDsc" <<folder>> { package Classes <<folder>> { class "ApplicationProperty : DscResourceBase" << Subclass >> { +[System.String] $Prop1 +[System.String] $Prop2 +[System.Int32] $Prop3 +[System.Boolean] $Prop4 +[Ensure] $Ensure } } package Public <<folder>> { class Get-ApplicationProperty << (F,#eeaaaa) Function >> { ~[System.TimeSpan] $Prop1 ~[System.String] $Prop2 ~[System.Int32] $Prop3 ~[System.Boolean] $Prop4 ~[Ensure] $Ensure } class Set-ApplicationProperty << (F,#eeaaaa) Function >> { ~[System.TimeSpan] $Prop1 ~[System.String] $Prop2 ~[System.Int32] $Prop3 ~[System.Boolean] $Prop4 ~[Ensure] $Ensure } } } "ApplicationProperty : DscResourceBase" -[#0000FF]|> DscResourceBase DscResourceBase::Get --> "Get-ApplicationProperty" DscResourceBase::Set --> "Set-ApplicationProperty" DscResourceBase::Test --> "Test-DscParameterState" DscResourceBase::Test --> "ConvertTo-HashtableFromObject" DscResourceBase::Get --> "ConvertFrom-StringParameter" DscResourceBase::Set --> "ConvertTo-StringParameter" note top of "Set-ApplicationProperty" The Set-* function must take the same number of arguments with the same names as those used in its class. However, the function should use correct object types. For instance: This Class takes a [System.String] as the $Prop1 value. But the Function takes a [System.TimeSpan] <i>and performs input validation</i>. The Convert*-StringProperty function is used by the base class to handle the conversion appropriately. end note note bottom of "Get-ApplicationProperty" The Get() method from the base class passes all properties to the Get-* function to pass the object state for processing. This function must return a hash table with the same names and types as the sister Set-* Function requires. end note note bottom of "ApplicationProperty : DscResourceBase" <i>No input validation should be ovccuring here.</i> All inut validation should be occuring on the Get-* and Set-* functions. end note note as ConvertNote "A switch statement in these functions ensure any Conversions from one type to another are processed in a way that is compatible with DSC's processing of parameters." end note "ConvertFrom-StringParameter" -- ConvertNote "ConvertTo-StringParameter" -- ConvertNote note top of DscResourceBase Uses reflection to determine the class of $this object and uses the name of the object to determine the names of the Get-* and Set-* functions to call. end note @enduml
false
true
false
false
class
529369c736c5e58860ff986442aa4fb79528997d
4bb456ab6a9c477ab1d07f64be4a0da69b4ed585
/ModelDrivenThingML/thingml-gen/UML/APP_1_PIM_Cfg/APP_1_PIM_Cfg/docs/GPS_PIM_behavior.plantuml
f9b534399737a706586c008dffe544ae6ee24bd5
[]
no_license
MuhammadEkbal/ModelDrivenThingML
f484c656889e572fa1297b603a6d418bb5885ac5
b2a7c429d4d458034a6b81ee767ea2fdbaad8176
refs/heads/master
2020-06-10T03:46:45.110020
2019-06-25T18:27:23
2019-06-25T18:27:23
193,572,617
0
0
null
null
null
null
UTF-8
PlantUML
false
false
526
plantuml
@startuml skinparam defaultTextAlignment left [*] --> behavior state behavior{ state SETUP{ SETUP --> MEASURE : p:GPS_PIM_PORT?gps_setup_pim\naction do \nprint ("GPS 1 -")\nGPS_PSM_PORT!gps_setup_psm()\nend\n } state MEASURE{ MEASURE : p:GPS_PIM_PORT?gps_mesure_pim / \naction do \nprint ("GPS 4 -")\nGPS_PSM_PORT!gps_mesure_psm()\nend\n MEASURE : p:GPS_PSM_PORT?gps_location_time_psm / \naction GPS_PIM_PORT!gps_location_time_pim(p.latitudep.longitudep.yearp.monthp.datep.hourp.minutep.second)\n } [*] --> SETUP } @enduml
false
true
false
false
sequence
eea9eb61710dfec2ec1f65be12afdf60e5802984
981bf6a7ce9a0a7a45f3af8ac26a9f8b9fc26b70
/source/dubbo-dubbo-2.6.5/dubbo-config/dubbo-config-spring/src/main/java/com/alibaba/dubbo/config/spring/Semaphore.puml
57860d908a5beb5d51420a7f691f00511b76e53f
[ "Apache-2.0" ]
permissive
litter-fish/ReadSource
f0dab8c757b5647c1b2c4b4b9edb4d45502cb6bc
fa93b54e203bc5e630d89bae0f6ad175d39fe71f
refs/heads/master
2022-12-20T17:17:08.081908
2020-01-20T14:09:06
2020-01-20T14:09:06
227,380,506
1
2
null
2022-12-10T05:39:57
2019-12-11T14:07:11
Java
UTF-8
PlantUML
false
false
572
puml
@startuml abstract class AbstractQueuedSynchronizer AbstractQueuedSynchronizer <|-- Sync Semaphore ...> Sync NonfairSync ---|> Sync FairSync ---|> Sync class Semaphore { ~final Sync sync +void acquire() +void release(int permits) +boolean tryAcquire() +int availablePermits() #void reducePermits(int reduction) } class Sync { #int tryAcquireShared(int acquires) #boolean tryReleaseShared(int releases) } class NonfairSync { #int tryAcquireShared(int acquires) } class FairSync { #int tryAcquireShared(int acquires) } @enduml
false
true
false
false
class
e888125447b5a70f2f67c13dbce8fea9904ddde8
9f0dd7cfce0550509c9c33202513d8ef01b3af72
/DOCS/sequence-diagrams/follow-share-publish-subscribe.plantuml
cd3a2af99bce3328582bd4346a1db72c5cf53e5c
[ "ISC" ]
permissive
rbccps-iisc/corinthian
3e7af772b52c6e703e39b4c3f27f55ab45ec4071
265bec8a7f7d2198d31ebfbd79bc160aec00c4fd
refs/heads/master
2021-07-11T14:22:03.033543
2019-03-05T06:25:36
2019-03-05T06:25:36
150,595,407
6
5
NOASSERTION
2019-02-01T13:49:46
2018-09-27T13:57:34
CSS
UTF-8
PlantUML
false
false
773
plantuml
@startuml hide footbox autonumber "<b>[0]" entity subscriber subscriber -> IUDX: POST /entity/follow IUDX -> subscriber: 202 ACCEPTED actor "owner of publisher" as owner entity publisher IUDX -> owner : follow notification ... owner -> IUDX : HTTPS POST /owner/share IUDX -> owner : 200 OK ... publisher -> IUDX : POST /entity/publish + <message in body> IUDX -> publisher:202 ACCEPTED ... subscriber -> IUDX : GET /entity/subscribe IUDX -> subscriber: 200 OK + <messages in body> @enduml
false
true
false
false
sequence
15ea68481957471c6abaaa4b0d52d2de2b12c4af
b2377dbb97354ebb11f18337fae7a5deb10e9fd1
/docs/UseCases/Submit-Workload/Submit-Cloud-Workload.puml
6797c36ba9098dd7ec43b170fbc4b6a2410ba23b
[]
no_license
CAADE/H2C
634e94afdd5302232d234aa7abefcfc61a24ea8e
91227f94a60c8e3285c24333da340c06a51afa9d
refs/heads/master
2021-03-27T18:25:35.652782
2018-06-01T21:58:49
2018-06-01T21:58:49
83,159,772
0
0
null
null
null
null
UTF-8
PlantUML
false
false
159
puml
@startuml Actor "actorName" as A box "Submit-Workload" #lightblue participant "Heterogenous_Hyper_Cloud" as S A -> S : Submit-Cloud-Workload end box @enduml
false
true
false
false
sequence
69368f6232e413cd0f337bdbb224de09d783ed0c
873261e2d27905478bc72db08106f6a3c86eb90c
/ProyectoTDP/src/Tools/Tools.puml
7ba0eb49bb4462b1f9635425b8f56380134d24f2
[]
no_license
francoraniolo/PSS18-TPEO3-Com02
f39929d8eab34d448e8661f1a6b6e04dc704a584
60b6f642a1dc85804ea82ad3825e1ec37086dbea
refs/heads/master
2020-04-06T13:07:53.776674
2018-11-15T01:23:46
2018-11-15T01:23:46
157,426,565
0
0
null
null
null
null
UTF-8
PlantUML
false
false
781
puml
@startuml package Tools{ CompEntry --|> Comparable class CompEntry<K,V> { -key:K -value:V CompEntry(k:K , v:V) value():V key():K compareTo(o:CompEntry):int } AnimatorsVolatiles "parent" o-- GameObject class AnimatorsVolatiles { -{static}inst:AnimatorsVolatiles +{static}getInst:AnimatorsVolatiles -options : [String] AnimatorsVolatiles() getVolatile(pos:Vector2, name:String):Tranform getExplo(pos:Vector2):Tranform } class Random{ +{static}value() : float +{static}value(min:int,max:int) : float } class Tools { +{static} random(array:[X]):X +{static} contains(array:[X], elem:X):boolean } } @enduml
false
true
false
false
class
a73b724d6c8dac05ef1e2b2fd467af6d35d83564
d99806bb17e4a22325f775539981c6b7799b9d16
/docs/red/1160634/sp1/analysis1.puml
6a864ceba9861336fb5cfae50bb1cf235f0c6882
[]
no_license
Fuel4us/GWTFinalProject
3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb
b6c2f6add1687ca7800a9ec243edbe067ca6090c
refs/heads/master
2020-03-21T19:47:13.534718
2018-06-28T05:33:43
2018-06-28T05:33:43
138,969,901
0
0
null
null
null
null
UTF-8
PlantUML
false
false
304
puml
@startuml analysis1.png skinparam handwritten true skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false actor User alt User -> TextNotes : create else User -> TextNotes : edit else User -> TextNotes : remove end @enduml
false
true
false
false
sequence
b22d8fa7f3b699811597e78b74ee619d4c3f5901
d9368929e091355d19e5aee37ab3c1c16cddab6b
/docs/diagrams/plantuml/AssignTaskSequenceDiagram.puml
49e1c2d73ab1e86e127b2e7d7177038245fcc09a
[ "MIT" ]
permissive
astock1229/main
017f65cc2ec819f7f674760d72c7ab77ebcf3b72
1198f1cd69de4b1ce3c4d796d9a8ab0abb3ecf96
refs/heads/master
2022-01-15T02:55:05.151380
2018-11-12T15:51:08
2018-11-12T15:51:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,271
puml
@startuml scale 2 skinparam defaultFontName Calibri skinparam defaultFontSize 16 skinparam BoxPadding 10 skinparam ParticipantPadding 20 skinparam shadowing false hide stereotype skinparam sequence { BoxBorderColor transparent BoxFontSize 20 ParticipantBorderColor #0070C0 ParticipantBackgroundColor #0070C0 ParticipantFontColor #FFFFFF ParticipantBorderColor<<ui>> #00B050 ParticipantBackgroundColor<<ui>> #00B050 ParticipantBorderColor<<logic>> #0070C0 ParticipantBackgroundColor<<logic>> #0070C0 ParticipantBorderColor<<model>> #7030A0 ParticipantBackgroundColor<<model>> #7030A0 LifeLineBorderColor DarkGrey LifeLineBackgroundColor #0070C0 ParticipantFontColor #FFFFFF ArrowColor #0070C0 ArrowBorderColor #0070C0 ArrowFontColor #0070C0 } hide footbox box "Logic" #DCE6F2 participant logicManager as "logic:LogicManager" <<logic>> participant appParser as "appParser:AppParser" <<logic>> participant taskParser as ":TaskParser" <<logic>> participant assignCommandParser as ":AssignCommandParser" <<logic>> participant assignCommand as ":AssignCommand" <<logic>> participant commandResult as ":CommandResult" <<logic>> end box box "Model" #E6E0EC participant model as "Model" <<model>> end box [-[#00B050]> logicManager: execute(commandText) activate logicManager logicManager -> appParser: parseCommand(commandText) create taskParser activate appParser appParser -> taskParser activate taskParser taskParser --> appParser deactivate taskParser appParser -> taskParser: parseCommand(arguments) activate taskParser create assignCommandParser taskParser -> assignCommandParser activate assignCommandParser assignCommandParser --> taskParser deactivate assignCommandParser taskParser -> assignCommandParser: parse(arguments) activate assignCommandParser create assignCommand assignCommandParser -> assignCommand activate assignCommand assignCommand --> assignCommandParser deactivate assignCommand assignCommandParser --> taskParser deactivate assignCommandParser destroy assignCommandParser taskParser --> appParser deactivate taskParser destroy taskParser appParser --> logicManager deactivate appParser logicManager -> assignCommand: execute(model, history) activate assignCommand assignCommand -> model: <color:#7030A0> getFilteredPersonList() activate model #7030A0 model --[#7030A0]> assignCommand deactivate model assignCommand -> model: <color:#7030A0> getFilteredTaskList() activate model #7030A0 model --[#7030A0]> assignCommand deactivate model assignCommand -> model: <color:#7030A0> updatePerson(personToEdit, editedPerson) activate model #7030A0 model --[#7030A0]> assignCommand deactivate model assignCommand -> model: <color:#7030A0> updateTask(taskToAssign, editedTask) activate model #7030A0 model --[#7030A0]> assignCommand deactivate model assignCommand -> model: <color:#7030A0> commitAddressBook() activate model #7030A0 model --[#7030A0]> assignCommand deactivate model create commandResult assignCommand -> commandResult activate commandResult commandResult --> assignCommand deactivate commandResult assignCommand --> logicManager deactivate assignCommand destroy assignCommand logicManager -->[ deactivate logicManager @enduml
false
true
false
false
sequence
7d9c403a314c610405c92187ce5c3854f8bc174b
d68b1330ef8ce59c635f4692417a9192d5206942
/framework/src/main/java/no/ntnu/idi/apollo69framework/uml/framework_classes_empty.plantuml
ae7cb6b60c73be8f450edef25242b9e84a082630
[ "MIT" ]
permissive
GardSteinsvik/apollo-69
847f74b762383641db20214ff7b5281c9d63f130
96cbf617618075a54613112bc8c0b34215fd50f7
refs/heads/master
2021-02-12T20:21:06.214711
2020-04-27T16:02:37
2020-04-27T16:02:37
244,626,902
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,400
plantuml
@startuml namespace no.ntnu.idi.apollo69framework { class Apollo69Framework { } class MessageClassListHolder { } class GameObjectDimensions { } class no.ntnu.idi.apollo69framework.HelperMethods { } namespace network_messages { class DeviceInfo { } class PlayerDead { } class PlayerInQueue { } class PlayerInput { } enum PlayerInputType { } class PlayerMatchmade { } class PlayerSpawn { } class ServerMessage { } class UpdateMessage { } namespace data_transfer_objects { class AsteroidDto { } class DimensionDto { } class ExplosionDto { } enum GemType { } class PickupDto { } class PlayerDto { } class PositionDto { } class PowerupDto { } enum PowerupType { } class RotationDto { } class ShotDto { } } } } @enduml
false
true
false
false
class
f11f1ff4e19c0c6f3545d692b79fcde15753e118
9b14b8d19bc8d7ea0dbd61a3b272dc64ab446b4e
/easy_call.plantuml
37fa3e4ac888cd7a511784b5445b2c1198c83f1c
[]
no_license
daxuliu/easy_call
df0733f02bbc4d8eef4985a8a26ab8dfcf13a382
3ad3f07f2aaa97a700888a277ab5fac35efad12f
refs/heads/master
2023-03-24T02:57:03.767457
2021-03-19T02:16:17
2021-03-19T02:16:17
340,308,356
0
0
null
null
null
null
UTF-8
PlantUML
false
false
296
plantuml
@startuml title __EASY_CALL's Component Diagram__\n [easy_call.app] --> [easy_call.EasyCall] 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
uml-unknown
3e37d1f4393bf31e90200e4f8a76daac194ea417
c85d255daca76e76b7073e0a288849be195b214e
/app/src/main/java/com/architectica/socialcomponents/services/services.plantuml
b4c0bc44ab5a15a800f3e88f4f1d94ee0bfbabc8
[ "Apache-2.0" ]
permissive
AryaAshish/Archcrony
75bb4646d938b2da11721aff0dde11ad49f4a357
3cf972c48e900d513d53ebed857373741c1969b5
refs/heads/master
2020-04-29T12:34:32.168647
2019-08-01T12:56:05
2019-08-01T12:56:05
176,141,477
1
3
Apache-2.0
2019-08-01T12:56:06
2019-03-17T18:16:12
Java
UTF-8
PlantUML
false
false
2,120
plantuml
@startuml title __SERVICES's Class Diagram__\n namespace com.architectica.socialcomponents { namespace services { class com.architectica.socialcomponents.services.MyFirebaseInstanceIDService { {static} - TAG : String + onTokenRefresh() - sendRegistrationToServer() } } } namespace com.architectica.socialcomponents { namespace services { class com.architectica.socialcomponents.services.MyFirebaseMessagingService { {static} - ACTION_TYPE_KEY : String {static} - ACTION_TYPE_NEW_ADMIN_NOTIFICATION : String {static} - ACTION_TYPE_NEW_COMMENT : String {static} - ACTION_TYPE_NEW_LIKE : String {static} - ACTION_TYPE_NEW_POST : String {static} - AUTHOR_ID_KEY : String {static} - BODY_KEY : String {static} - ICON_KEY : String {static} - POST_ID_KEY : String {static} - TAG : String {static} - TITLE_KEY : String {static} - notificationId : int + getBitmapFromUrl() + onMessageReceived() - adminNotification() - handleNewPostCreatedAction() - handleRemoteMessage() - parseCommentOrLike() - sendNotification() - sendNotification() } } } namespace com.architectica.socialcomponents { namespace services { enum Channel { NEW_COMMENT NEW_LIKE id name } } } com.architectica.socialcomponents.services.MyFirebaseInstanceIDService -up-|> com.google.firebase.iid.FirebaseInstanceIdService com.architectica.socialcomponents.services.MyFirebaseMessagingService -up-|> com.google.firebase.messaging.FirebaseMessagingService com.architectica.socialcomponents.services.MyFirebaseMessagingService +-down- com.architectica.socialcomponents.services.MyFirebaseMessagingService.Channel 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
e75e2a35780e203dea80c3871dcf752072c90771
8784f16125ff38f364f0b5f7fd1e967f208dd2fb
/UML/Model.plantuml
03c815f148d28f90ced6d31edf225fc18dc0de8c
[]
no_license
amalte/Lab2A
a13c4557a8ca67cf55ad50387becdcb732d1fc53
62c0634efc9cf1c9afe31543ca3a5696eab2a827
refs/heads/master
2020-09-16T13:15:01.900172
2019-12-06T14:25:23
2019-12-06T14:25:23
223,781,286
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,565
plantuml
@startuml title __MODEL's Class Diagram__\n abstract class Model.Car { - loaded : boolean + Car() + isLoaded() + setLoaded() } class Model.CarFerry { + CarFerry() + closeRamp() + dropTransport() + getLoadedTransport() + isRampOpen() + loadTransport() + openRamp() } class Model.CarWorkshop { - x : double - y : double + CarWorkshop() + dropTransport() + getLoadedTransport() + getX() + getY() + loadTransport() + setX() + setY() } class Model.Flatbed { - flatbedAngle : int - maxFlatbedAngle : int + Flatbed() + flatbedHasNoAngle() + getFlatbedAngle() + getMaxFlatbedAngle() + lowerFlatbed() + raiseFlatbed() + setFlatbedAngle() } abstract class Model.MotorizedVehicle { - color : Color - enginePower : double - heightMeter : double - lengthMeter : double - modelName : String - nrDoors : int - widthMeter : double + MotorizedVehicle() + brake() + gas() + getColor() + getEnginePower() + getHeight() + getLength() + getModelName() + getNrDoors() + getWidth() + isMoving() + setColor() + setCurrentSpeed() + setHeight() + setLength() + setWidth() + startEngine() + stopEngine() # speedFactor() - decrementSpeed() - incrementSpeed() } abstract class Model.Movable { # currentSpeed : double # x : double # y : double + getCurrentDirection() + getCurrentSpeed() + getX() + getY() + move() + setCurrentDirection() + setCurrentSpeed() + setX() + setY() + turnLeft() + turnRight() - invertDirection() } class Model.Ramp { - rampOpen : boolean + closeRamp() + isRampOpen() + openRamp() + setRampOpen() } class Model.Saab95 { - turboOn : boolean + Saab95() + setTurboOff() + setTurboOn() # speedFactor() } class Model.Scania { + Scania() + flatbedHasNoAngle() + gas() + getFlatbedAngle() + getMaxFlatbedAngle() + lowerFlatbed() + raiseFlatbed() + setCurrentSpeed() + setFlatbedAngle() + startEngine() } class Model.TransportableHolder { # loadedTransport : Deque<T> - loadAndDropDistanceMeter : double - maxLoad : int - maxTransportHeightMeter : double - maxTransportLengthMeter : double - maxTransportWidthMeter : double - x : double - y : double + TransportableHolder() + dropTransport() + getLoadAndDropDistanceMeter() + getLoadedTransport() + getMaxLoad() + getMaxTransportHeightMeter() + getMaxTransportLengthMeter() + getMaxTransportWidthMeter() + getX() + getY() + loadTransport() + setX() + setY() + updatePosition() # isTransportDroppable() # isTransportLoadable() # transportCloseEnough() # transportTooBig() } abstract class Model.Truck { + Truck() } class Model.Volvo240 { {static} - trimFactor : double + Volvo240() # speedFactor() } class Model.VolvoFH16 { + VolvoFH16() + closeRamp() + dropTransport() + gas() + getLoadedTransport() + getMaxLoad() + isRampOpen() + loadTransport() + move() + openRamp() + setCurrentSpeed() } Model.Car .up.|> Model.Interfaces.ITransportable Model.Car -up-|> Model.MotorizedVehicle Model.CarFerry .up.|> Model.Interfaces.ITransportableHolder Model.CarFerry -up-|> Model.MotorizedVehicle Model.CarFerry o-- Model.Ramp : ramp Model.CarFerry o-- Model.TransportableHolder : transportableHolder Model.CarWorkshop .up.|> Model.Interfaces.IPositionable Model.CarWorkshop .up.|> Model.Interfaces.ITransportableHolder Model.CarWorkshop o-- Model.TransportableHolder : transportableHolder Model.MotorizedVehicle .up.|> Model.Interfaces.ISizeable Model.MotorizedVehicle -up-|> Model.Movable Model.Movable .up.|> Model.Interfaces.IMovable Model.Movable o-- Model.Interfaces.IMovable.Direction : currentDirection Model.Saab95 -up-|> Model.Car Model.Scania -up-|> Model.Truck Model.Scania o-- Model.Flatbed : flatbed Model.TransportableHolder .up.|> Model.Interfaces.IPositionable Model.TransportableHolder .up.|> Model.Interfaces.ITransportableHolder Model.Truck -up-|> Model.MotorizedVehicle Model.Volvo240 -up-|> Model.Car Model.VolvoFH16 .up.|> Model.Interfaces.ITransportableHolder Model.VolvoFH16 -up-|> Model.Truck Model.VolvoFH16 o-- Model.Ramp : ramp Model.VolvoFH16 o-- Model.TransportableHolder : transportableHolder @enduml
false
true
false
false
class
b60e7246bbada87327f12f640cf8c2d888299907
0df23b543bb66bb6e1c0286cdbc8cbd7eff21a04
/2A/complement_info/img/uml_src/class_diagram_poo_bridge_pattern.puml
81cafe8e3bbc6b1662956f2b38f7a953ed8f7274
[]
no_license
HealerMikado/Cours-Ensai-Informatique
6994c2cba04ebb9ac8d825247672eb3fdfe7c56c
5574d68ca72037588bded43343bc4fe125101318
refs/heads/master
2023-01-12T19:41:38.953966
2020-09-07T12:30:08
2020-09-07T12:30:08
193,241,863
2
2
null
2023-01-06T11:33:02
2019-06-22T14:17:22
HTML
UTF-8
PlantUML
false
false
832
puml
@startuml scale 2 abstract class AbstractSource << abstract >> { String name Date start_collect Date end_collect common_process() {abstract} custom_process() process() } class Survey { custom_process() } class Census { custom_process() } class Webscrapping { custom_process() } class AdministrativeFile { custom_process() } abstract class AbstractFile << abstract >> { String path {abstract} void parse() } class JsonFile { void parse() } class CsvFile { void parse() } class XmlFile { void parse() } AbstractSource <|-- Survey AbstractSource <|-- Census AbstractSource <|-- Webscrapping AbstractSource <|-- AdministrativeFile AbstractFile <|--JsonFile AbstractFile <|--CsvFile AbstractFile <|-right-XmlFile AbstractSource o-right-"1" AbstractFile @enduml
false
true
false
false
class
d784a177c10b83edc84241b04757c79a1c8c2997
e7b7df0cf36cf83e9c440c3a81f4f85193e37a72
/7 State Diagram/5 Fork.puml
f571c9d9488b317bc4cec197a3c3e0246112d9ea
[ "MIT" ]
permissive
jys129/PlantUML
38dd154cc9a45d3206abf26f95bfb45e32d4c186
f0e62bf90332a1a541ded76d2101ebdd9215adaa
refs/heads/master
2023-03-16T15:54:12.053012
2020-10-18T15:49:08
2020-10-18T15:49:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
217
puml
@startuml state fork_state <<fork>> [*] --> fork_state fork_state --> State2 fork_state --> State3 state join_state <<join>> State2 --> join_state State3 --> join_state join_state --> State4 State4 --> [*] @enduml
false
true
false
false
state
6a938686d943efea135b49b89cb8a35440b21a59
a08307073b81a594154a842f5ef87508df391d1c
/class diagrams/main/main.plantuml
ee5a122b34e9a1bfcbeb38dc54f1baee418cec21
[]
no_license
AlexisDel/Colt-Express
c99050ae00feefcb62faee50faa1ba124a5de380
96402eddae52b181f01575492eda6e497b1a0979
refs/heads/master
2023-05-25T04:27:02.337566
2021-06-14T14:28:04
2021-06-14T14:28:04
376,847,116
0
0
null
null
null
null
UTF-8
PlantUML
false
false
363
plantuml
@startuml title __MAIN's Class Diagram__\n namespace main { class main.Game { {static} + tickMarshall : int {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
d4f5a8e6d3a8025f2b6beb04ce780276af4fcbcf
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MyPaymentChangeAmountPlannedAction.puml
df983f1211800eeb9c880076754e41440681328e
[]
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
481
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 MyPaymentChangeAmountPlannedAction [[MyPaymentChangeAmountPlannedAction.svg]] extends MyPaymentUpdateAction { action: String amount: [[Money.svg Money]] } interface MyPaymentUpdateAction [[MyPaymentUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
ef4278aa5c0422e273674f7b66b2c7e8ad38ee77
7408ed3057898965559e73966a3a0dbeee5c03d0
/src/flyweight/flywightUML.puml
3903836f7f6e78036ea6b84418d7965593fd18bf
[]
no_license
wangzx-github/design_patterns
85239a91fd5d518d7b79da54819c065663307058
862dd5898aaf9b655acf76e84d400bfdce2ee931
refs/heads/master
2023-07-31T18:37:13.734533
2021-09-21T17:29:36
2021-09-21T17:29:36
408,902,822
0
0
null
null
null
null
UTF-8
PlantUML
false
false
309
puml
@startuml class Website{ void use() } class ConcreteWebsite{ void use() } class Websitefactory{ void getWebsiteCategory() } class Client class User ConcreteWebsite --|> Website Website --* Websitefactory Client --> Websitefactory Client --> ConcreteWebsite Client --> User ConcreteWebsite --> User @enduml
false
true
false
false
class
8a6a96de1bd2c8f92906239b26b3391021be5f36
c69dba4cef780d27a126166ee912005507258413
/src/design/orbit-determination-parameters-class-diagram.puml
2c2a98213607ffa5087d4af2f08bbbad0ff639ce
[ "MIT", "EPL-1.0", "Apache-2.0" ]
permissive
CS-SI/Orekit
2265900b501fe6727a57378956f9f2c61564909a
7ab7a742674eabee00e1dbe392833d587fdcdaab
refs/heads/develop
2023-09-03T20:33:42.748576
2023-09-01T14:34:03
2023-09-01T14:34:03
22,851,787
144
79
Apache-2.0
2023-03-28T17:53:33
2014-08-11T19:29:35
Java
UTF-8
PlantUML
false
false
2,606
puml
' Copyright 2002-2023 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' CS licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam ClassBackgroundColor #F3EFEB/CCC9C5 skinparam ClassArrowColor #691616 skinparam ClassBorderColor #691616 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam ClassFontSize 11 skinparam PackageFontSize 12 skinparam linetype ortho package org.orekit #ECEBD8 { package utils #DDEBD8 { class ParameterDriver { +getName() +getReferenceValue() +geMinValue() +geMaxValue() +geScale() +[is|set]Estimated() +[get|set]NormalizedValue() +[get|set]Value() +addObserver() } interface ParameterObserver { +valueChanged(previousValue, driver) } ParameterDriver o--> ParameterObserver : observers ParameterDriver <-right-* ParameterDriversList : manage duplicates } package estimation #DDEBD8 { package leastsquares #CBDBC8 { class BatchLSEstimator } BatchLSEstimator --> ParameterDriver : change normalized value BatchLSEstimator *--> ParameterDriversList : managed parameters package measurement #CBDBC8 { interface ObservedMeasurement { getParametersDrivers() } class GroundStation ObservedMeasurement <|.. Range ObservedMeasurement <|.. RangeRate Range o--> "1" GroundStation RangeRate o--> "1" GroundStation ParameterObserver <..* GroundStation : East/North/Zenith offsets BatchLSEstimator --> ObservedMeasurement } } package frames #DDEBD8 { class TopocentricFrame GroundStation --> TopocentricFrame : updated on parameter change } } @enduml
false
true
false
false
sequence
f657e5e59f33459f9986e5a4a35c0a1c14ce503a
898d82eeabb1fc98006e54be6f9d0ea7dd5df39c
/diagrams/owner_edit_agreement.puml
19875826a165e60992d290ac77069c7278a85757
[]
no_license
lecler-i/mani-home-specs
d2d5de134f741109e7ad5523f5b069e685f27ec3
8eb4f57f86b83313fd684f4fd80a6327dd9b8abf
refs/heads/master
2021-01-19T09:05:59.945504
2017-05-18T21:27:49
2017-05-18T21:27:49
87,724,697
1
0
null
null
null
null
UTF-8
PlantUML
false
false
62
puml
Actor Owner as u (accept agreement) as temp u -right-> temp
false
true
false
false
usecase
b4705f7fe4a2b6169816f728752a104f56422920
9e97bba32a5cb84b2c5b6a06e870299045519488
/docs/diagrams/TaskClassDiagram.puml
2cc6e89c1028779bab747e58610aa7ece3c46876
[ "MIT" ]
permissive
ccyccyccy/main
63dcbd9111f8946ba42e3dcfb9d2af0827c70bbb
36a0034b567051a3cef717e0a48c74c74279917b
refs/heads/master
2020-07-31T21:50:00.015285
2019-11-11T12:34:53
2019-11-11T12:34:53
210,764,987
0
0
null
2019-09-25T05:47:05
2019-09-25T05:47:05
null
UTF-8
PlantUML
false
false
463
puml
@startuml skinparam classAttributeIconSize 0 Package Model <<Rectangle>> { Class ProjectList Package Project <<Rectangle>> { Class Project Class UniqueProjectList Class Time Class Description Class Task { +isDone: boolean } Class Time { +time: String +date: Date } Class Description { +description: String } } } ProjectList *--> "1" UniqueProjectList UniqueProjectList o--> "*" Project Project *--> "*" Task Task *--> "1" Time Task *--> "1" Description @enduml
false
true
false
false
class
6f0755c6fd2616a683a2f972c4a5bcc8d78a5735
95359165ef052380534d37af31d62ff7fbc442b4
/out/plantuml/StockExchangeModelConcise.plantuml
b30bfe27640c53a626c115dbdc2329d92e5d23d4
[]
no_license
spashii/stock-exchange-model
f7a5d5dd823e43f8c4c1bf56ec241b75c48c606d
c2665ab87e29dd3991bd62ff9cb4cbcf6c6b81b2
refs/heads/master
2023-01-09T05:48:37.657882
2020-11-10T08:51:17
2020-11-10T08:51:17
310,286,052
0
0
null
null
null
null
UTF-8
PlantUML
false
false
8,117
plantuml
@startuml title __StockExchangeModel's Class Diagram__\n namespace com.StockExchangeModel { class com.StockExchangeModel.Demo { {static} + demo() } class com.StockExchangeModel.Main { {static} + main() } namespace StockExchange { class com.StockExchangeModel.StockExchange.StockExchange { ~ companies : ArrayList<Company> ~ name : String ~ orders : ArrayList<Order> ~ traders : ArrayList<Trader> + StockExchange() + addCompany() + getCompany() + getCompaniesByCategory() + deleteCompany() + deleteCompany() + addTrader() + getTrader() + deleteTrader() + deleteTrader() + stageOrder() + executeOrders() + toString() ~ StockExchange() } namespace Interpreter { enum ActionType { ADD DELETE EXECUTE_ALL NULL SHOW SHOW_ALL SHOW_CATEGORY STAGE } class com.StockExchangeModel.StockExchange.Interpreter.Action { + arguments : String[] + Action() + Action() } abstract class com.StockExchangeModel.StockExchange.Interpreter.ActionHandler { + actionLeader : String + ActionHandler() {static} + getActionString() {static} + getActionType() + handleAction() } class com.StockExchangeModel.StockExchange.Interpreter.Interpreter { + Interpreter() + interpret() + interpretFile() {static} + printInterpretedResults() + startSession() } class com.StockExchangeModel.StockExchange.Interpreter.Parser { {static} + parseCSVLine() {static} + parseDate() {static} + parseLine() } } namespace StockAnalyser { class com.StockExchangeModel.StockExchange.StockAnalyser.AnalysableStock { ~ date : Date ~ lastPrice : double ~ previousClosePrice : double + AnalysableStock() {static} + compare() + compareTo() + toString() } class com.StockExchangeModel.StockExchange.StockAnalyser.StockAnalyser { ~ analysableStocks : ArrayList<AnalysableStock> + StockAnalyser() + addAnalysableStock() + addAnalysableStocksFromCSV() + analyse() {static} + printAnalysedResults() } } namespace Company { class com.StockExchangeModel.StockExchange.Company.CompanyActionHandler { + CompanyActionHandler() + handleAction() } class com.StockExchangeModel.StockExchange.Company.Company { ~ categoryIndex : int {static} ~ categoryList : String[] ~ name : String + Company() + getCategory() + toString() {static} ~ getCategoryIndex() } class com.StockExchangeModel.StockExchange.Company.Stock { ~ closePrice : double ~ highPrice : double ~ lowPrice : double ~ openPrice : double ~ ticker : String + Stock() + equals() + getLowerCircuit() + getUpperCircuit() + toString() } } namespace Trader { class com.StockExchangeModel.StockExchange.Trader.Trader { {static} ~ count : long ~ funds : double ~ holdings : HashMap<Stock, Integer> ~ id : long ~ name : String + Trader() + Trader() + getHolding() + putFunds() + putHolding() + toString() + toStringHoldings() } class com.StockExchangeModel.StockExchange.Trader.TraderActionHandler { + TraderActionHandler() + handleAction() } } namespace Order { class com.StockExchangeModel.StockExchange.Order.Order { ~ quantity : int ~ rate : double + Order() + Order() + Order() + getType() + toString() + toStringStatus() } class com.StockExchangeModel.StockExchange.Order.OrderActionHandler { + OrderActionHandler() + handleAction() } class com.StockExchangeModel.StockExchange.Order.Transaction { + Transaction() + execute() + toString() } class com.StockExchangeModel.StockExchange.Order.Type { + equals() + getTypeEnum() + getTypeString() + hashCode() + toString() ~ Type() ~ Type() {static} ~ getStringFromType() {static} ~ getTypeFromString() } enum TypeEnum { BUY NULL SELL TRANSACTION } } } } com.StockExchangeModel.StockExchange.Company.Company o-- com.StockExchangeModel.StockExchange.Company.Stock : stock com.StockExchangeModel.StockExchange.Company.CompanyActionHandler -up-|> com.StockExchangeModel.StockExchange.Interpreter.ActionHandler com.StockExchangeModel.StockExchange.Interpreter.Action o-- com.StockExchangeModel.StockExchange.Interpreter.ActionHandler.ActionType : actionType com.StockExchangeModel.StockExchange.Interpreter.ActionHandler o-- com.StockExchangeModel.StockExchange.StockExchange : context com.StockExchangeModel.StockExchange.Interpreter.Interpreter -up-|> com.StockExchangeModel.StockExchange.Interpreter.Parser com.StockExchangeModel.StockExchange.Interpreter.Interpreter o-- com.StockExchangeModel.StockExchange.Company.CompanyActionHandler : companyActionHandler com.StockExchangeModel.StockExchange.Interpreter.Interpreter o-- com.StockExchangeModel.StockExchange.StockExchange : context com.StockExchangeModel.StockExchange.Interpreter.Interpreter o-- com.StockExchangeModel.StockExchange.Order.OrderActionHandler : orderActionHandler com.StockExchangeModel.StockExchange.Interpreter.Interpreter o-- com.StockExchangeModel.StockExchange.Trader.TraderActionHandler : traderActionHandler com.StockExchangeModel.StockExchange.Order.Order o-- com.StockExchangeModel.StockExchange.Company.Stock : stock com.StockExchangeModel.StockExchange.Order.Order o-- com.StockExchangeModel.StockExchange.Order.Type : type com.StockExchangeModel.StockExchange.Order.Order o-- com.StockExchangeModel.StockExchange.Trader.Trader : trader com.StockExchangeModel.StockExchange.Order.OrderActionHandler -up-|> com.StockExchangeModel.StockExchange.Interpreter.ActionHandler com.StockExchangeModel.StockExchange.Order.Transaction -up-|> com.StockExchangeModel.StockExchange.Order.Order com.StockExchangeModel.StockExchange.Order.Transaction o-- com.StockExchangeModel.StockExchange.Trader.Trader : buyer com.StockExchangeModel.StockExchange.Order.Transaction o-- com.StockExchangeModel.StockExchange.Trader.Trader : seller com.StockExchangeModel.StockExchange.Order.Type o-- com.StockExchangeModel.StockExchange.Order.Type.TypeEnum : type com.StockExchangeModel.StockExchange.Order.Type +-down- com.StockExchangeModel.StockExchange.Order.Type.TypeEnum com.StockExchangeModel.StockExchange.StockAnalyser.AnalysableStock .up.|> java.lang.Comparable com.StockExchangeModel.StockExchange.StockAnalyser.AnalysableStock -up-|> com.StockExchangeModel.StockExchange.Company.Stock com.StockExchangeModel.StockExchange.StockAnalyser.StockAnalyser -up-|> com.StockExchangeModel.StockExchange.Interpreter.Parser com.StockExchangeModel.StockExchange.Trader.TraderActionHandler -up-|> com.StockExchangeModel.StockExchange.Interpreter.ActionHandler right footer Public getters and setters removed from diagram for conciseness Copyright Sameer Pashikanti, 2020 endfooter @enduml
false
true
false
false
class
0eb7c5e79f1b22af07daa0498ffadffb423a7e91
b622200b7096310181b49f92318b0ad9fb269610
/0_BLENotifier/thingml-gen/UML/HouseTestCfg/HouseTestCfg/docs/Door_DoorSC.plantuml
d898757836004baea3b1b2bd5d9e140f86e9664c
[]
no_license
srlaghm/ThingML-BLE
2ab887c8c836423a3982d4c87acdd65511dd92be
a7aa1580ece9e520f777601093a07b39fcb26d7b
refs/heads/master
2023-04-06T18:10:34.883400
2017-06-15T07:38:05
2017-06-15T07:38:05
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,183
plantuml
@startuml skinparam defaultTextAlignment left caption Behavior of thing Door [*] --> DoorSC state DoorSC{ state CLOSING{ CLOSING : entry / do \n'' & servo & '.attach(' & servo_pin & ');'\n'' & servo & '.write(' & servo_value & ');'\nend\n CLOSING : exit / '' & servo & '.detach();'\n CLOSING --> CLOSED : [servo_value <= vCLOSE] CLOSING --> OPENING : c:cmds?openDoor[(openDoor.id == ID or openDoor.id == 0)] CLOSING : clock?clock_25ms / [servo_value > vCLOSE]\naction do \nservo_value = servo_value - 2\n'' & servo & '.write(' & servo_value & ');'\nend\n } state CLOSED{ CLOSED --> OPENING : c:cmds?openDoor[(openDoor.id == ID or openDoor.id == 0)] } state OPENING{ OPENING : entry / '' & servo & '.attach(' & servo_pin & ');'\n OPENING : exit / '' & servo & '.detach();'\n OPENING --> OPENED : [servo_value >= vOPEN] OPENING --> CLOSING : c:cmds?closeDoor[(closeDoor.id == ID or closeDoor.id == 0)] OPENING : clock?clock_25ms / [servo_value < vOPEN]\naction do \nservo_value = servo_value + 2\n'' & servo & '.write(' & servo_value & ');'\nend\n } state OPENED{ OPENED --> CLOSING : c:cmds?closeDoor[(closeDoor.id == ID or closeDoor.id == 0)] } [*] --> CLOSING } @enduml
false
true
false
false
sequence
e1855fbc32b15886e12a7ff7c321d1fb924e6f45
5b551dc2ecb864f4a9acffa4f58b0d8e459291d1
/uml/webcontroller.puml
4d36d892dc4db35533d277f00848493d50965156
[ "MIT" ]
permissive
RollPass/rollpass-js
2e46326337187da0d0df8349cc9d0a71f226dcaf
96dc1f3e388620165a1958c2bff4d7cb8526dede
refs/heads/master
2023-01-24T22:17:01.554187
2019-12-10T14:21:52
2019-12-10T14:21:52
225,449,173
1
0
MIT
2023-01-04T13:27:08
2019-12-02T19:09:31
TypeScript
UTF-8
PlantUML
false
false
510
puml
@startuml (*) --> "Page loads" --> [Instantiate WebController] "const WebController = new WebController({ ... })" --> "try { webController.getUser() }" if "" then -left->[Returns User] "Use user in application" --> "Get and set user data" --> (*) else -right->[Throws exception] "Catch exception" --> "Prompt user for email address" --> "webController.sendChallenge(emailAddress)" --> [Access link emailed to user] "User opens email and clicks link" -up-> "Page loads" endif @enduml
false
true
false
false
activity
e61a73fda751a49ab5db707d1dfa8a03fe6c260a
85860b0cbb23430029ba9e6cda38fd6f9eefc9a4
/diagram1.puml
9ca746140e993ec472e3ca4f2937a1ffdb2bb0e9
[]
no_license
bobgptc/sdmod
98faad3e22a0e8cc765bff21fe5c265b196a918d
69524688ff15a7ffde973e741a4f36e2bf0381e8
refs/heads/master
2021-01-10T14:18:03.682592
2016-08-15T14:10:12
2016-08-15T14:10:12
55,913,840
0
0
null
null
null
null
UTF-8
PlantUML
false
false
251
puml
@startuml package "PlantUML Repository" { [Gitlab] [Github] [Github Gist] } [PlantUMLRenderServlet] --> [Gitlab] [PlantUMLRenderServlet] --> [Github] [PlantUMLRenderServlet] --> [Github Gist] HTTP <-- [PlantUMLRenderServlet] @enduml
false
true
false
false
uml-unknown
4622678795a31ca7bf99f0f648ab5ee095bdf90d
71ceeb5a33f2ef8d33e790d7e84cfc0821248ad7
/UML/GoodDay_use_case_diagram.puml
55a4b9861424d6212f9e946d2e78ec9cc2600456
[]
no_license
yuria-n/goodday
2ceef21958f93652d45308a7275f6acf7272e866
31c312248c9ba1782cd8914c98c8231f8d111d64
refs/heads/master
2021-06-18T17:28:59.695742
2017-05-11T04:29:39
2017-05-11T04:29:39
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
260
puml
@startuml actor User actor OpenWeatherMapAPI left to right direction rectangle GoodDay{ User -> (Get weather information) User -> (Get sport activities) User -> (Get accessories) OpenWeatherMapAPI -left-> (Set weather information) } @enduml
false
true
false
false
usecase
c85e8bdca3e63f1b5e6762c4561d30751ad29c88
a88c11df2c1189b6e651d85cf3dc2388f9fcfc95
/diagrams/sequence_visualizer.plantuml
5ed26e4434ea0a16e2b674839ae060239c1bf7b1
[]
no_license
TomSievers/EVD_Proj
cf6fcb6bfb3cca23a45fb434f8f5097d5aa56f4b
19abc059668d86b1c4c0d4e93bd8acb38223a36e
refs/heads/develop
2023-02-20T12:32:11.254938
2021-01-21T08:16:31
2021-01-21T08:16:31
293,806,246
0
0
null
2021-01-21T08:16:32
2020-09-08T12:39:05
C++
UTF-8
PlantUML
false
false
2,778
plantuml
@startuml participant main as "main" participant vis as "ObjectVisualizer : vis" participant draw as "IImageDrawer : drawer" participant cue as "CueBall : prevBall" participant traj as "Trajectories : prevTrajectory" activate main create vis main -> vis : <<construct>> activate vis create draw vis -> draw : <<construct>> vis -> draw : setBackground(black : const ColorRGBInt&) : void activate draw draw --> vis deactivate draw create cue vis -> cue : <<construct>> create traj vis -> traj : <<construct>> deactivate vis main -> vis : update(ball : CueBall, trajectories : Trajectories) : void activate vis vis -> draw : setDrawColor(black : const ColorRGBInt&) : void activate draw deactivate draw vis -> draw : drawCircle(prevBall.centerPoint : const cv::Point&, prevBall.radius : double, prevBall.thickness : int) : void activate draw deactivate draw loop foreach prevTrajectory.cueBallTrajectory as point vis -> vis : curPoint = coordTrans (point : const cv::Point&) : cv::Point activate vis deactivate vis vis -> draw : drawLine(curPoint : const cv::Point&, prevPoint : const cv::Point&, thickness : int) : void activate draw deactivate draw end loop foreach prevTrajectory.otherBallTrajectories as ballPath loop foreach ballPath as point vis -> vis : curPoint = coordTrans (point : const cv::Point&) : cv::Point activate vis deactivate vis vis -> draw : drawLine(curPoint : const cv::Point&, prevPoint : const cv::Point&, thickness : int) : void activate draw deactivate draw end end vis -> vis : ballCenter = coordTrans (ball.centerPoint : const cv::Point&) : cv::Point activate vis deactivate vis vis -> draw : setDrawColor(white : const ColorRGBInt&) : void activate draw deactivate draw vis -> draw : drawCircle(ballCenter : const cv::Point&, ball.radius : double, ball.thickness : int) : void activate draw deactivate draw loop foreach trajectories.cueBallTrajectory as point vis -> vis : curPoint = coordTrans (point : const cv::Point&) : cv::Point activate vis deactivate vis vis -> draw : drawLine(curPoint : const cv::Point&, prevPoint : const cv::Point&, thickness : int) : void activate draw deactivate draw end loop foreach trajectories.otherBallTrajectories as ballPath loop foreach ballPath as point vis -> vis : curPoint = coordTrans (point : const cv::Point&) : cv::Point activate vis deactivate vis vis -> draw : drawLine(curPoint : const cv::Point&, prevPoint : const cv::Point&, thickness : int) : void activate draw deactivate draw end end vis -> vis : prevBall = ball activate vis deactivate vis vis -> vis : prevTrajectory = trajectories activate vis deactivate vis @enduml
false
true
false
false
sequence
5ca2b5130b2ef684cb1c2d2d77038171e288c7fb
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/learning_plan/beike/day_3/day_3.plantuml
b3203d842c59bed852bd0a2b0214ce68caa1cefd
[]
no_license
shuile/LeetCode
8b816b84071a5338db1161ac541437564574f96a
4c12a838a0a895f8efcfbac09e1392c510595535
refs/heads/master
2023-08-17T04:53:37.617226
2023-08-15T16:18:46
2023-08-15T16:18:46
146,776,927
0
0
null
null
null
null
UTF-8
PlantUML
false
false
853
plantuml
@startuml title __DAY_3's Class Diagram__\n namespace cn.shui.learning_plan.beike.day_3 { class cn.shui.learning_plan.beike.day_3.Beike_19 { + removeNthFromEnd() + removeNthFromEnd2() + removeNthFromEnd3() + removeNthFromEnd4() - getLength() } } namespace cn.shui.learning_plan.beike.day_3 { class cn.shui.learning_plan.beike.day_3.Beike_82 { + deleteDuplicate() + deleteDuplicate2() } } namespace cn.shui.learning_plan.beike.day_3 { class cn.shui.learning_plan.beike.day_3.Beike_85 { + maximalRectangle() + maximalRectangle2() } } 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
a70354df9bdafb5500928d8ab7e2edafde3a3098
00b0c2c5796ef669b02cc7e795b864903ea28b62
/assets/uml/retrofit-spec.plantuml
4946863264176064034f34b4875def9044fe4e38
[ "MIT" ]
permissive
BernhardSchiffer/06-annotations-reflection
0f682f36b61e6a5ad0c07b81993f777b43ee3ea4
37cea4ef8cb55d05db062f52897acf0a45be1d14
refs/heads/master
2020-08-31T01:41:14.537966
2020-04-17T19:24:49
2020-04-17T19:24:49
218,548,472
0
0
MIT
2019-10-30T14:37:47
2019-10-30T14:37:46
null
UTF-8
PlantUML
false
false
365
plantuml
@startuml RetrofitAdapter package de.thro.inf.prg3.a06 { +interface ICNDBApi { getRandomJoke(): Call<Joke> getRandomJoke(categoriesToInclude: String[]): Call<Joke> getRandomJokes(count: int): Call<List<Joke>> getJokeById(id: int): Call<Joke> } +class App { +{static} main(args: String[]): void } } @enduml
false
true
false
false
class
6de9c8240474449efea1166971faf078455d0657
af702e7cb753b950247958798736e32575e7f6e8
/oauth/oauth2-revoke.puml
e24db5892809ddbdad78dbe41a5ac30c23e567a8
[ "Apache-2.0" ]
permissive
jgeewax/mojaloop-pisp
e0f4912a96dc933fd35bbc111c88b3fb06d191c4
48464c112a4f8585754892b67d3fbd9a12f709aa
refs/heads/master
2021-03-28T09:55:31.132846
2020-05-02T14:11:25
2020-05-02T14:11:25
247,855,265
2
2
Apache-2.0
2020-05-02T14:11:26
2020-03-17T01:49:53
null
UTF-8
PlantUML
false
false
1,889
puml
@startuml OAuth 2: Recovation autonumber title OAuth 2: Revocation actor User participant "Web App" as App box "Service" participant "Authz Server" as AuthService participant "Resource Server" as ResourceService end box ... App -> AuthService: Can I have an access token for Resource #1234?\nHere's my authorization grant.\n""GET /accessToken?resource=1234&authGrant=~*~*~*"" AuthService --> App: Sure. Here's an access token and a refresh token.\n""200 OK. { accessToken: ~*~*~*, refreshToken: ~*~*~* }"" note over App, AuthService Continue from here with a valid access token. end note ... group User revokes access token User -> AuthService: Can you show me the access tokens you have for me?\n""GET /accessTokens"" AuthService --> User: Sure. We only have one (#5678) granted 2 minutes ago, expiring in 1 hour.\n""Access Token { id: 5678, grantTime: ..., expireTime: ... }"" User -> AuthService: Can you revoke token #5678?\n""DELETE /accessTokens/5678"" AuthService --> User: Sure. We'll do that right away. It might take a bit to kick in though...\n""200 OK."" end group ... note over App, AuthService Until the access token expires, the resource will remain accessible to the application. end note ... group Eventually, access fails due to expired access token User -> App: I'd like to see Resource #1234.\n""GET /resources/1234"" App -> ResourceService: My user wants to see Resource #1234. Here's my access token.\n""GET /resources/1234?accessToken=~*~*~*"" ResourceService -->x App: Sorry, that access token has expired.\n""403 Access Denied."" end group group Refreshing fails also due to revokation App -> AuthService: I'd like to refresh my access token. Here's my refresh token.\n""GET /accessToken?resource=1234&refreshToken=~*~*~*"" AuthService -->x App: Sorry, that token has been revoked.\n""203 Access Denied."" end group @enduml
false
true
false
false
usecase
69edf311d94ff24687206322268cf20065cccea1
136ce57f474d035a700706c5a2c829b716c32f1e
/cdct/diagramme_de_sequence/plantuml/modifier_piece.puml
c98f87a5da60caa8c2f7ab73f5e44c156597e54f
[]
no_license
SKAVALT-io/esidom_doc
fe98aefe219afc0d5761244c7a65977ca2953d55
b04889428a1a913e381cc5fc8615c4c7e450c854
refs/heads/main
2023-03-11T08:41:02.553855
2021-03-02T02:21:34
2021-03-02T02:21:34
322,641,413
0
0
null
null
null
null
UTF-8
PlantUML
false
false
680
puml
@startuml modifier pièce actor "Utilisateur" as u participant "Esidom front-end" as fe participant "Esidom back-end" as m participant "Home Assistant" as ha u -> fe: Modifier pièce fe -> m: PUT /room/{room_id}\n\ Data: {\n\ name: <String>,\n\ devices : <list>\n\ } m -> ha: WS: {type: "config/area_registry/update", area_id: "{area_id}", name: "{new_name}"} ha --> m: WS: {type: "result", success: true, result: {area_id: "{area_id}", name: "{new_name}"}} m -> ha: WS: {type: "config/device_registry/update", device_id: "{device_id}",area_id: "{area_id}"} ha --> m: WS: {type: "result", success: true,…} m --> fe: 200 - Ok fe --> u: Afficher la pièce modifiée @enduml
false
true
true
false
sequence
acb2f4cd7d14f156504384f3ba8969d0eb6eb194
e1f8ff503239d957b376e7d5936e3039e84b6014
/design-pattern/src/main/java/dp_Prototype/Prototype0.puml
e7320ddda845cff314d56af75eaa398d45b5ce32
[ "MIT" ]
permissive
archmagece/study-one
e6dccc9f3a1f0eac4dbc2921e69e689402abbad9
836583987dfc97a95b7b4215f0be5a0f48b74e81
refs/heads/master
2022-08-01T21:20:22.196645
2022-07-17T08:33:37
2022-07-17T08:33:37
79,985,648
0
0
null
null
null
null
UTF-8
PlantUML
false
false
229
puml
@startuml interface Prototype { + clone() } class ConcretePrototype1 { + clone() } class ConcretePrototype2 { + clone() } Client -> Prototype : use Prototype <|-- ConcretePrototype1 Prototype <|-- ConcretePrototype2 @enduml
false
true
false
false
sequence
4f49ff417d56ba90616d56daacd903907f647193
f505f3173c77debabd0a54f4124ecd87df0cb583
/design-patterns/src/main/java/com/nijunyang/designpatterns/proxy/proxy.puml
f0798314c1f50853d8385de364b8eb25da464344
[]
no_license
bluedarkni/study
4dab9a627e11703e7b19c1ca5e4fd1c7a5e6c447
3da7f58e4df50b2ce0aa38eaff09fbc7b0329cca
refs/heads/master
2023-04-06T20:57:52.596183
2023-03-26T12:53:51
2023-03-26T12:53:51
226,616,133
4
3
null
2022-06-21T04:24:54
2019-12-08T04:50:21
Java
UTF-8
PlantUML
false
false
157
puml
@startuml interface Teacher{ void teach(); } Teacher <|.. TeacherLi Teacher <|.. TeacherLiProxy TeacherLiProxy *-- TeacherLi @enduml
false
true
false
false
class
a644337a185c79a69d63709acc923f22b166f525
7fe4e107ff6df1006f926385c77e3bcec7d1953f
/Resources/doc/direct-debit-sepa-authorize.puml
73359fe3d585a770d253db00ac0bf29ae4c87787
[ "MIT" ]
permissive
valiton/payum-payone
43f20eeb0595dece5912fb4b93a7cd432907bef0
79162eb008674c47f3e7d723f7161759e59fe2dd
refs/heads/master
2022-12-14T16:36:36.491221
2022-12-06T09:27:30
2022-12-06T09:27:30
81,426,097
10
9
MIT
2022-12-06T15:49:24
2017-02-09T08:14:26
PHP
UTF-8
PlantUML
false
false
1,174
puml
@startuml title Authorize Direct Debit SEPA Payment participant Client participant Shop participant PAYONE activate Client Client -> Shop: POST prepare.php activate Shop Shop --> Client: 302 authorize.php deactivate Shop Client -> Shop: GET authorize.php activate Shop Shop -> PAYONE: POST request=managemandate activate PAYONE alt mandate_status=pending PAYONE --> Shop: status=APPROVED mandate_status=pending Shop --> Client: 200 Mandate Confirmation Form Client -> Shop: POST authorize.php else mandate_status=active PAYONE --> Shop: status=APPROVED mandate_status=active end deactivate PAYONE Shop -> PAYONE: POST request=preauthorization activate PAYONE PAYONE --> Shop: 200 status=APPROVED deactivate PAYONE Shop -> Shop: Set Payment Status to "pending" Shop -> Client: 302 done.php deactivate Shop Client -> Shop: GET done.php activate Shop Shop --> Client: 200 Thanks deactivate Shop deactivate Client ...some time later... PAYONE -> Shop: POST notify.php txaction=appointed transaction_status=completed activate PAYONE activate Shop Shop -> Shop: Set Payment Status to "authorized" Shop --> PAYONE: 200 TSOK deactivate Shop deactivate PAYONE @enduml
false
true
false
false
sequence
aa4fef7e1762dcf532687a9803ff9bd39111be61
b2377dbb97354ebb11f18337fae7a5deb10e9fd1
/docs/UseCases/Manage-Infrastructure/Remove-Cloud-Island.puml
548673520f3f127616d78d25efa9dfef2fcf4ee6
[]
no_license
CAADE/H2C
634e94afdd5302232d234aa7abefcfc61a24ea8e
91227f94a60c8e3285c24333da340c06a51afa9d
refs/heads/master
2021-03-27T18:25:35.652782
2018-06-01T21:58:49
2018-06-01T21:58:49
83,159,772
0
0
null
null
null
null
UTF-8
PlantUML
false
false
163
puml
@startuml Actor "actorName" as A box "Manage-Infrastructure" #lightblue participant "Heterogenous_Hyper_Cloud" as S A -> S : Remove-Cloud-Island end box @enduml
false
true
false
false
sequence
9635fe9e9b694353664a66d0dadf36bb1f6efe98
2a26cac9a61a1cacfbac1967df21ab1602933ca7
/examenes_viejos/personales/primera-fecha/final-casa-estudiante/out/production/final-casa-estudiante/diagramaSecuencia.plantuml
34088379c6f3747028614ba622c186447e3000ae
[]
no_license
LuisParedes1/parciales_practica_algo3
a781ea3fe66e7754c4a59a482edcdec90f79df8a
7dc00fc6f82f34cebd2c145c9574540870e45239
refs/heads/master
2023-06-03T04:03:58.205306
2021-06-21T15:05:23
2021-06-21T15:05:23
378,966,123
0
0
null
null
null
null
UTF-8
PlantUML
false
false
205
plantuml
@startuml title Diagrama de Secuencia para calcular el gasto total test -> ":Casa": getGastoTotal() loop Componente ":Casa" -> ":Componente": total += getGastoTotal end ":Casa" --> test: total @end
false
true
false
false
sequence
7d156b9a5acee38a53729654564921107498b6f7
5124b2dbc6276b681910d5584179a02ddc345669
/documentation/uml/class/Staff.puml
e186f1f836df360417b241fe73db54fc0fed40cb
[]
no_license
Dedda/paintball
258257ce2b0b6160abe4a9dbbbf7c7a658416d5b
fb18cf11e2fc3f7eca7e0d26a2847743b560dc2f
refs/heads/master
2020-12-30T09:58:02.507682
2015-06-16T17:22:59
2015-06-16T17:22:59
30,232,508
1
1
null
null
null
null
UTF-8
PlantUML
false
false
671
puml
@startuml class hotel.entity.Staff { - id : int - category : StaffCategory - name : String - surname : String - recruitement : Date - firing : Date + Staff() + Staff(int, StaffCategory, String, String, Date, Date) + getId() : int + setId(int) : void + getCategory() : StaffCategory + setCategory(StaffCategory) : void + getName() : String + setName(String) : void + getSurname() : String + setSurname(String) : void + getRecruitement() : Date + setRecruitement(Date) : void + getFiring() : Date + setFiring(Date) : void + setFiring(Date) : void + equals(Object) : boolean } @enduml
false
true
false
false
class
70fb778843bf892142047ce87452fe17c0e4136d
54f2be2ccc09aebc5a8f16143363f7cd1f0ceca2
/priv/go/client/client.puml
bc2c8b6991b8a409011523d8666026294be2669c
[ "MIT" ]
permissive
exredorg/exred_node_grpc_server
e4314805eac8e9340361d8d67af73a12d50f85fb
2cce2904fdee0bb0f26181f999c3bddf3440627a
refs/heads/master
2020-04-04T15:03:09.093355
2019-02-16T20:08:46
2019-02-16T20:08:46
156,023,082
0
0
null
null
null
null
UTF-8
PlantUML
false
false
569
puml
@startuml "RPC Client" skinparam componentStyle uml2 component "GRPC Server" as server component sendMsg component receiveMsg () rpcChat server -- rpcChat rpcChat <-- sendMsg : GRPC\nstream rpcChat --> receiveMsg : GRPC\nstream queue "incoming channel" as incoming queue "outgoing channel" as outgoing sendMsg <-- outgoing receiveMsg --> incoming component handleIncoming component sendAndClose component sendNonStop [pingPong] incoming --> handleIncoming outgoing <-- sendAndClose outgoing <-- sendNonStop outgoing <-- pingPong incoming --> pingPong @enduml
false
true
false
false
sequence
21cc02526c8b2207df9651764c8675144e146a8b
6269112c0429b548f644fcf0a7f9d19e291fd169
/app/src/main/java/com/group/project/noteDB/noteDB.plantuml
8e4a1869b72a64a3d585cc7ec25f68bee7fffd4c
[]
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
935
plantuml
@startuml title __NOTEDB's Class Diagram__\n namespace com.group.project { namespace noteDB { class com.group.project.noteDB.NoteDatabaseHelper { {static} + KEY_CONTENT : String {static} + KEY_DATE : String {static} + KEY_TITLE : String {static} + TABLE_NAME : String {static} - DATABASE_NAME : String {static} - KEY_ID : String {static} - SQL_CREATE_ENTRIES : String {static} - SQL_DELETE_ENTRIES : String {static} - VERSION_NUM : int + NoteDatabaseHelper() + onCreate() + onUpgrade() } } } com.group.project.noteDB.NoteDatabaseHelper -up-|> android.database.sqlite.SQLiteOpenHelper 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
5ef7bf09cf71022cf9567233e58370cb16cfbc00
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Window/TimelineWindow.puml
35c068c0ebd0d9f3c8ce3efcb6aaa7f5f3d7e6b2
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,280
puml
@startuml class TimelineWindow <<partial>> { m_LastFrameHadSequence : bool m_ForceRefreshLastSelection : bool m_CurrentSceneHashCode : int m_HasBeenInitialized : bool + isDragging : bool <<get>> <<set>> + locked : bool <<get>> <<set>> + hierarchyChangedThisFrame : bool <<get>> + TimelineWindow() OnLockStateChanged(locked:bool) : void OnEnable() : void OnDisable() : void OnDestroy() : void OnLostFocus() : void OnFocus() : void OnHierarchyChange() : void OnStateChange() : void OnGUI() : void {static} DetectStylesChange() : void DetectActiveSceneChanges() : void DetectStateChanges() : void Initialize() : void RefreshLastSelectionIfRequired() : void InitializeGUIIfRequired() : void UpdateGUIConstants() : void UpdateViewStateHash() : void {static} PerformUndo() : bool + RebuildGraphIfNecessary(evaluate:bool) : void + <<new>> RepaintImmediately() : void + {static} CreateNewTimeline() : void + {static} ShowWindow() : void + {static} OnDoubleClick(instanceID:int, line:int) : bool + <<virtual>> AddItemsToMenu(menu:GenericMenu) : void } class TimelineWindowPreferences { + frameSnap : bool = true + edgeSnaps : bool = true + muteAudioScrub : bool = true + playRangeLoopMode : bool = true } class "List`1"<T> { } class DoCreateTimeline { + <<override>> Action(instanceId:int, pathName:string, resourceFile:string) : void } EditorWindow <|-- TimelineWindow IHasCustomMenu <|-- TimelineWindow TimelineWindow o-> "m_Preferences" TimelineWindowPreferences TimelineWindow --> "preferences" TimelineWindowPreferences TimelineWindow o-> "m_PreviewResizer" PreviewResizer TimelineWindow --> "m_SequenceHierarchy" SequenceHierarchy TimelineWindow --> "s_LastHierarchy" SequenceHierarchy TimelineWindow --> "instance" TimelineWindow TimelineWindow --> "clientArea" Rect TimelineWindow --> "styles" DirectorStyles TimelineWindow --> "allTracks<TimelineTrackBaseGUI>" "List`1" TimelineWindow --> "state" WindowState TimelineWindow +-- TimelineWindowPreferences TimelineWindowPreferences --> "autoScrollMode" PlaybackScrollMode TimelineWindowPreferences o-> "timeReferenceMode" TimeReferenceMode TimelineWindow +-- DoCreateTimeline @enduml
false
true
false
false
class
3309501e5ddb79bb6e23013ed2a08facd7e083b9
fe4eb6697e791df152d0c98645cb4dd417d0b4fd
/docs/uml/StorageClassDiagram.puml
0b81f3ab74c12c834af9ae0bbfe9a3dd6f4805be
[]
no_license
AY2021S2-CS2113T-F08-1/tp
181794879f60fe98692cb30145839758cef4781c
6e9a5418c1ca45d8ba09ff9a612013251e7417f4
refs/heads/master
2023-04-10T04:08:56.690286
2021-04-16T14:43:44
2021-04-16T14:43:44
340,670,502
0
6
null
2021-04-16T13:07:08
2021-02-20T14:13:17
Java
UTF-8
PlantUML
false
false
441
puml
@startuml 'https://plantuml.com/class-diagram hide circle skinparam classAttributeIconSize 0 class Storage { filePath loadData() saveData() } interface "<<interface>>\n Storable" as Storable { toStorage() } class Module { toStorage() } class Assignment { toStorage() } class Student { toStorage() } Storage ..> Storable Module ..|> Storable Student ..|> Storable Assignment ..|> Storable Module o--> Student Module o--> Assignment @enduml
false
true
false
false
class
308d23267d834ed6b2a404792b57c22103bacaaf
bc3ee85b8af520051034abe0842fee994b65e9cc
/diagrams/change-config-sequence.puml
1b7cea2d538fe50088495e6932f8b8914f6ec9b1
[ "MIT" ]
permissive
OmarAlghamdi/clingojs
e0bb30237509ffb4678b8790c9a7984ca50d0c5d
0b0d64130c165b2344b9fa3c3777b95a33dbfec6
refs/heads/master
2022-11-22T23:45:36.445488
2020-07-23T02:06:43
2020-07-23T02:06:43
281,547,001
0
0
null
2020-07-22T01:48:52
2020-07-22T01:48:51
null
UTF-8
PlantUML
false
false
507
puml
@startuml title Change Configuration actor client client -> clingojs : Clingo() alt Update Configuration client -> clingojs ++ : config(configs) alt configs != null clingojs -> clingojs ++ : mergeConfigs(oldConfigs, configs) deactivate else clingojs --> client -- : currentConfigs end else Replace Configuration client -> clingojs ++ : setConfig(object) deactivate end client -> clingojs ++ : solve() clingojs -> clingojs : validateConfig() @enduml
false
true
false
false
usecase
72111078af85284bef7a2e665519ac7c02b6dc6c
5309e35427640ad1d3d960d59c6860a883ae2aed
/exercise43/docs/diagram.puml
b1102f995893fa0404f260980b458d7c964853a7
[]
no_license
mathdude3482/Jaro-a04
672f70cf6418688a28d8e7ca74e155cc58aa671a
1f160ec9ef50db4267b3dfe8061df796afc96899
refs/heads/main
2023-08-29T02:15:04.983422
2021-10-17T23:43:17
2021-10-17T23:43:17
415,924,713
0
0
null
null
null
null
UTF-8
PlantUML
false
false
316
puml
@startuml class Solution43{ - setName (String) - setAuthorName (String) - setDataPath (String) } class Create{ + createWebsiteName(String) + createHTMLWebsite(String) + createJSWebsite(String) + createCSSWebsite(String) + createHTML (String) + createFolder(void) + writeHTMLinput(void) } Solution43 -- Create @enduml
false
true
false
false
class
528545dade1fe612e395697f6cfb9546d879ad3a
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/LineItemImportDraft.puml
9a56c649d78f88c9d5f2168103fd7f2b4589a8e2
[]
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
2,489
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 LineItemImportDraft [[LineItemImportDraft.svg]] { name: [[LocalizedString.svg LocalizedString]] key: String variant: [[ProductVariantImportDraft.svg ProductVariantImportDraft]] productId: String quantity: Long price: [[PriceDraft.svg PriceDraft]] taxRate: [[TaxRate.svg TaxRate]] distributionChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] supplyChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] inventoryMode: [[InventoryMode.svg InventoryMode]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] state: [[ItemState.svg List<ItemState>]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface OrderImportDraft [[OrderImportDraft.svg]] { orderNumber: String purchaseOrderNumber: String customerId: String customerEmail: String customerGroup: [[CustomerGroupResourceIdentifier.svg CustomerGroupResourceIdentifier]] businessUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]] store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]] lineItems: [[LineItemImportDraft.svg List<LineItemImportDraft>]] customLineItems: [[CustomLineItemImportDraft.svg List<CustomLineItemImportDraft>]] totalPrice: [[Money.svg Money]] taxedPrice: [[TaxedPriceDraft.svg TaxedPriceDraft]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] inventoryMode: [[InventoryMode.svg InventoryMode]] billingAddress: [[BaseAddress.svg BaseAddress]] shippingAddress: [[BaseAddress.svg BaseAddress]] itemShippingAddresses: [[BaseAddress.svg List<BaseAddress>]] shippingInfo: [[ShippingInfoImportDraft.svg ShippingInfoImportDraft]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] paymentState: [[PaymentState.svg PaymentState]] shipmentState: [[ShipmentState.svg ShipmentState]] orderState: [[OrderState.svg OrderState]] state: [[StateReference.svg StateReference]] country: String origin: [[CartOrigin.svg CartOrigin]] completedAt: DateTime custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } LineItemImportDraft --> OrderImportDraft #green;text:green : "lineItems" @enduml
false
true
false
false
sequence
6c4a358ee3b75ec728fb2e433f3c2c97e7ab1587
23eebc652cc34d63a61ab645cccb3e0d12192028
/documentation/logicalview/analysisview/repository/classanalysis/puml/views/OperationsView.puml
b0f46b049d8aa371f1ebf4fafae7934628f0041c
[]
no_license
Ruskab/agrimManager
0e654c5bfc7bb6241f7a8cf4c49e58af55155886
e264536edc42ad8def85e3714a7b1c15236d7de5
refs/heads/develop
2023-09-01T02:36:44.943558
2021-08-14T20:15:43
2021-08-14T20:15:43
166,677,735
1
2
null
2023-09-02T13:25:24
2019-01-20T15:37:25
Java
UTF-8
PlantUML
false
false
74
puml
@startuml class OperationsView { } MenuView --> OperationsView @enduml
false
true
false
false
class
af8999be51c661129820aa230dc8bfcaae6db270
83df72f57154553960b025f00f6dce31d4ae778a
/app/src/main/java/com/example/cardihealt/UsarioMenu/UsarioMenu.plantuml
039e5b6e541689e2beaa54c4bd9bf6aaa3c7dcda
[]
no_license
alejandrogualdron/CardiHealt
464a4c79e5310a341c31567cae14cbb6ac88ac81
9fe93d3091ae81936c996a9975cac7e15940532b
refs/heads/master
2023-08-30T15:18:22.356698
2021-09-30T00:14:05
2021-09-30T00:14:05
341,059,283
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,609
plantuml
@startuml title __USARIOMENU's Class Diagram__\n namespace com.example.cardihealt { namespace UsarioMenu { class com.example.cardihealt.UsarioMenu.InicioFragment { ~ activity : Activity ~ cardActualizar : CardView ~ cardCerrarsesion : CardView ~ cardEncuesta : CardView ~ cardInformacion : CardView ~ cardInforme : CardView ~ cardRecomendaciones : CardView ~ vista : View {static} - ARG_PARAM1 : String {static} - ARG_PARAM2 : String - gso : GoogleSignInOptions - mAuth : FirebaseAuth - mDatabase : DatabaseReference - mGoogleSignInClient : GoogleSignInClient - mParam1 : String - mParam2 : String + InicioFragment() + borrarInfo() {static} + newInstance() + onCreate() + onCreateView() } } } namespace com.example.cardihealt { namespace UsarioMenu { class com.example.cardihealt.UsarioMenu.Menu { ~ fragmentInicio : Fragment - mAuth : FirebaseAuth - mDatabase : DatabaseReference + onKeyDown() # onCreate() } } } com.example.cardihealt.UsarioMenu.InicioFragment -up-|> androidx.fragment.app.Fragment com.example.cardihealt.UsarioMenu.Menu -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
72b8ea47e481779a07ae7bdc4f494694fdd8c8ae
b7341581abaf2fb50e10e14911cc579e606a23d2
/docs/_static/high_level_arch.plantuml
d47c4fe98601e284edb7757986a5a968d56f98b7
[ "Apache-2.0" ]
permissive
GarlonHasham/sirius-sdk-python
3e627af6c2b3ef641b27514787fb08d0e0b30808
715b12c910574d78502f186aa512bc1ef5b63fbc
refs/heads/master
2023-05-14T03:56:29.141362
2021-06-03T10:42:01
2021-06-03T10:42:01
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,250
plantuml
@startuml cloud "Sirius Hub" as hub{ storage "Load balancing" as "balancer" #line:blue;{ database "Agent instance" as agent1 { } database "Agent instance" as agentn { } folder "Co-protocols scheduler" as scheduler #line:gray;line.bold;text:gray{ queue "redis channels" as redis { interface "co-protocol [1]" as co1 interface "co-protocol [2]" as co2 } queue kafka as kafka { } } } folder Endpoint as endpoint { artifact "Http address" as address artifact "Router" as router } } cloud "External world" as world #line:red;line.bold;text:red { storage "IoT" storage "Agents" } cloud SDK as sdk { control "state-machine-1" as sm1 control "state-machine-2" as sm2 } world -down-> address #line:red;line.bold;text:red address -right-> router router --> kafka #red;line.dotted;text:black : route to kafka topic kafka -down-> agent1 #blue;line.dotted;text:blue : load balancing kafka -down-> agentn #blue;line.dotted;text:blue : load balancing agent1 -left-> redis #red;line.dotted;text:red : load balancing agentn -left-> redis #red;line.dotted;text:red : load balancing redis -up-> sdk @enduml
false
true
false
false
sequence
17a27fb36c6590229c23743276bb5bb793344cfa
b615d963ae1cfa22289775c561dd073b55a71ebd
/docs/uml-class-diagrams/display01/test/DisplayGpsReceiverImplementationTests/DisplayGpsReceiverImplementationTests.puml
9132d2d636804286829dfeb9871cba62c08999d9
[]
no_license
elilley15/csi-3370-software-project
8062dddf435ab0c7941acdf03225f84c18457947
d2642cf649dabeafd6d9753c483b9df265d85118
refs/heads/main
2023-01-18T15:48:03.237629
2020-11-28T21:24:10
2020-11-28T21:24:10
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
153
puml
@startuml DisplayGpsReceiverImplementationTests package edu.oakland.test.display01 { class DisplayGpsReceiverImplementationTests { } } @enduml
false
true
false
false
class
6228d570eb4335e58d1160c0588248a5e05027ab
2573bb8384b6098c10f0f6597c8f61c5140284f6
/test/data/simple.puml
9ef2800790e5f41753e01160cfafa16edbe5dab1
[ "MIT" ]
permissive
jupe/puml2code
71670a84c77b2bf2b9c570b2dd10d6818f9883fb
08a1f51ba8939a897fbc25d615927d557dac9154
refs/heads/master
2023-07-06T16:06:12.061041
2022-04-14T23:28:32
2022-04-14T23:28:32
173,682,873
91
16
MIT
2023-07-04T19:02:58
2019-03-04T06:00:43
JavaScript
UTF-8
PlantUML
false
false
100
puml
@startuml class Hep { +test(A a, B b) +Query find(A a) } EventEmitter -left-|> Hep @enduml
false
true
false
false
class
12eae5e048ac0a3495316b26a2229476ddd6a1f6
bba20d50bcbaa6133417230a80fea993064b69c1
/doc/diagrams/MobilityState.puml
069a4f1174ae4b4110a77a46b162fc3bbb117ca1
[ "BSD-3-Clause", "LGPL-2.0-or-later", "LicenseRef-scancode-philippe-de-muyter", "MIT", "MPL-2.0", "MPL-1.0", "LGPL-2.1-or-later", "Apache-2.0", "LGPL-2.1-only", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-generic-cla", "GPL-3.0-only", "LGPL-3.0-only", "LicenseRef-scancode-proprietary-license", "CC-BY-NC-4.0", "GPL-2.0-only", "LGPL-2.0-only", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
nasa/astrobee
ecd2d941b5fb3dc72af9eb6ff0cb3e50b5281874
ea41de975fd3ed5320cc474c061ad6305ae6b646
refs/heads/master
2023-08-28T08:21:00.219849
2023-04-04T21:56:03
2023-04-04T21:56:03
101,815,284
914
320
Apache-2.0
2023-08-09T17:01:14
2017-08-29T23:16:13
C++
UTF-8
PlantUML
false
false
1,676
puml
@startuml title Astrobee Mobility State (Executive) [*] --> Drifting Drifting --> Stopping : stop Drifting --> Flying : move Drifting --> Docking : dock Drifting --> Perching : perch Stopping ----> Flying : move Stopping --> Docking : dock Stopping --> Perching : perch Stopping --> Drifting : idle propulsion Perching --> Stopping : unperch Perching --> Stopping: stop Perching --> Drifting : idle propulsion Docking --> Drifting : idle propulsion Docking --> Stopping : undock Docking --> Stopping : stop Flying --> Stopping : stop Flying --> Drifting : idle propulsion state Stopping { STOPPING -> STOPPED STOPPED -> STOPPING STOPPED: value = 0 STOPPING: value = 1 } state Docking { DOCKING -> DOCKED DOCKED -> UNDOCKING DOCKED: value = 0 DOCKING: value > 0 DOCKING: step being \n performed UNDOCKING: value < 0 UNDOCKING: step being \nperformed } state Perching { PERCHING -> PERCHED PERCHED -> RELEASING PERCHED: value = 0 PERCHING: value > 0 PERCHING: step being \n performed RELEASING: value < 0 RELEASING: step being \nperformed } note as GNC Correspondance with internal GNC States: - <b>Drifting</b> <--> GNC <b>Idle</b> - <b>Stopping::Stopping</b> <--> GNC <b>Stopping</b> - <b>Stopping::Stopped</b> <--> GNC <b>Stopped</b> - <b>Flying</b>, <b>Docking</b> or <b>Perching</b> <--> GNC <b>Nominal</b> end note 'Flying - N1 'Perching - N1 /' state Docking { DOCK_APPROACH -left-> ENGAGE ENGAGE --> DOCKED DOCKED --> UNLATCH UNLATCH -> DOCK_LEAVING } state Perching { PERCH_APPROACH -right-> GRASPING GRASPING --> PERCHED PERCHED --> RELEASING RELEASING -left-> PERCH_LEAVING } '/ @enduml
false
true
false
false
sequence
c18143141a168eee555635bc86aa379be21e0c56
8291de95cd16e25aa7f20bc5e30fcdbac31d7755
/dokumentation/diagramm/angebot_merken.puml
f5baaab763cb10b289add07c30ff4202431241bd
[ "Apache-2.0" ]
permissive
acodingsquirrel/baufismart-vorgaenge-api
59c97eed9be9e155963f7deec85288663cbc0f9a
c1e4e4e4c4e11b0fdbedd962b7797414786cb639
refs/heads/master
2022-08-01T03:57:16.451940
2020-04-30T14:37:19
2020-04-30T14:37:19
265,209,522
0
0
Apache-2.0
2020-05-19T09:54:35
2020-05-19T09:54:34
null
UTF-8
PlantUML
false
false
383
puml
@startuml hide footbox title Angebot merken actor Client as client participant "ELI" as eli participant "Vorgänge API" as vorgaenge_api client -> eli: ermittle Angebote (Vorgangsnummer) eli --> client: ermittelte Angebote mit AngebotsIds client -> vorgaenge_api: merke Angebot (Vorgangsnummer, angebotsId) vorgaenge_api --> client: gemerkte AngebotsId & AngebotsURL @enduml
false
true
true
false
usecase
efe74bf2b72537cec01687a68919e91336d7a1ca
e618e68be491bb98c0573a467be63146a053cc6c
/SA/sequencediagram/customer/AddCustomer.puml
6406e1f9b16db3d9b3b694832f4cb685331f88e9
[]
no_license
dedeandress/belanjayukid-be-services
14101c676e2bdd56c5df72b9ccddae648951cf8b
9bedbf42cdd0b764e27c9dc839df8b401ac0bb62
refs/heads/master
2022-04-07T04:29:30.602535
2020-02-28T05:39:33
2020-02-28T05:39:33
194,123,362
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,906
puml
@startuml title: Add Customer Sequence Diagram actor user participant BelanjaYukFE database BelanjaYukDB box "BelanjaYuk.id" #LightBlue participant BelanjaYukBE participant CustomerResolver participant CustomerService participant UserRepository participant UserProfileRepository participant CustomerRepository participant JWTUtility participant BelanjaYukDB end box user -> BelanjaYukFE ++ : add customer menu BelanjaYukFE -> BelanjaYukBE ++ : /graphql add customer note right of BelanjaYukFE content type: application/json request body: mutation{ createCustomer( customerInput ): customer } CustomerInput( UserProfileInput( fullName, phoneNumber, address, noNik, dateOfBirth, ) ) end note BelanjaYukBE -> CustomerResolver ++ : call CustomerResolver CustomerResolver -> CustomerService ++ : call CustomerService note left passing: - context - customerInput end note CustomerService -> JWTUtility: validate token and claim role alt #LightGreen token is not expired alt #LightYellow role is admin CustomerService -> UserRepository ++ : add user passing user UserRepository -> BelanjaYukDB ++ : insert user values passed from request BelanjaYukDB --> UserRepository -- : affected row no error and return userId UserRepository --> CustomerService -- : affected row no error and return userId CustomerService -> UserProfileRepository ++ : add user profile passing user profile UserProfileRepository -> BelanjaYukDB ++ : insert user profile values passed from request BelanjaYukDB --> UserProfileRepository -- : affected row no error UserProfileRepository --> CustomerService -- : affected row no error CustomerService -> CustomerRepository ++ : add customer passing customer CustomerRepository -> BelanjaYukDB ++ : insert customer values passed from request BelanjaYukDB --> CustomerRepository -- : affected row no error and return customer CustomerRepository --> CustomerService -- : affected row no error and return customer CustomerService --> CustomerResolver : customer CustomerResolver --> BelanjaYukBE : customer BelanjaYukBE --> BelanjaYukFE: customer else error: role is not admin CustomerService --> CustomerResolver : Error: Not Authorized CustomerResolver --> BelanjaYukBE : Error: Not Authorized BelanjaYukBE --> BelanjaYukFE: Message: You're not authorize end alt else token is expired CustomerService --> CustomerResolver -- : Error: token expired CustomerResolver --> BelanjaYukBE -- : Error: token expired BelanjaYukBE --> BelanjaYukFE -- : Message: token was expired end alt @enduml
false
true
false
false
usecase
7a8bfa051ecdbc93dbd494e7ebb099bafc9a03c4
1e379c627fcc70d9bb312b9afc422bf054122f10
/Diagrams/src/monolith.plantuml
2ce6eeee497fc714c675eb38cca5613d43885972
[]
no_license
nikhilw/understanding_ms-exploding_a_monolith
a533909022b8d7d34cdeb759280d34d165907919
b92b766038d73121316ec9be77d97e31324f96b0
refs/heads/master
2021-08-30T06:04:32.288091
2017-12-16T10:17:06
2017-12-16T10:17:06
114,451,777
0
0
null
null
null
null
UTF-8
PlantUML
false
false
937
plantuml
@startuml rectangle MyKart { 'left to right direction together { package "auth, user" { [Login and User management] } package user { [User profile and address management] as cmp2 } package products { [Product listings] } package transactions { [Purchases] } } together { package shipping { [cart, shipping] } package inventory { [Inventory management] } package external { [External integrations] } } together { package analytics { [Analytics, Visualization and Projection dashboards] } package science { [Recommendation System] } } [Purchases] -[hidden]--> [Inventory management] [External integrations] -[hidden]--> [Recommendation System] } @enduml
false
true
false
false
uml-unknown
ac3cabd021b9597febc09997a34d105712f0884f
d99806bb17e4a22325f775539981c6b7799b9d16
/docs/red/1160630/sp3/domain.puml
9c1244c6ef8e13b0cbe8ae0c30be6696fd0c9d67
[]
no_license
Fuel4us/GWTFinalProject
3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb
b6c2f6add1687ca7800a9ec243edbe067ca6090c
refs/heads/master
2020-03-21T19:47:13.534718
2018-06-28T05:33:43
2018-06-28T05:33:43
138,969,901
0
0
null
null
null
null
UTF-8
PlantUML
false
false
421
puml
@startuml domain.png skinparam handwritten true skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false hide empty methods entity Function << Entity >> entity EvalVisitor object Value <<Value Object>> entity Js_complexBaseVisitor << Abstract Class >> EvalVisitor <|.. Js_complexBaseVisitor EvalVisitor --> Function Js_complexBaseVisitor --> Value @enduml
false
true
false
false
sequence
e931f15bb0a720dfff54ec93fd0d40dfcbc97d39
843483e56c0b830b6a0af85b4cfbe5ad81a663b1
/app/src/test/java/com/vargo/geoff/gvnestable/gvnestable.plantuml
ce282a322fbe2bbfc2f6c5ce4b0330b19d8a8e76
[]
no_license
geoffvargo/GVnestable
5a40f2347edbb1851083a305e2c3ae8eae30886a
a1a5c4ca0f17a7e96a61266907dbfb471f4408a3
refs/heads/master
2021-03-27T13:09:39.523290
2018-09-13T15:23:28
2018-09-13T15:23:28
114,741,058
0
0
null
null
null
null
UTF-8
PlantUML
false
false
362
plantuml
@startuml title __GVNESTABLE's Class Diagram__\n package com.vargo.geoff.gvnestable { class ExampleUnitTest { + addition_isCorrect() } } 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
afe4a2609c8924487e6f641cd2907e3ce1945fac
cfaa76827f8b25d50457788df0721b02af76cae2
/372 - Design Patterns/372Assignment1 - Class Validation/out/production/372Assignment1/classDiagram.puml
15d42bc807701d100dcd66469e4f6a864fa067a1
[]
no_license
FreezeWarp/coursework
c8809998dd43337766bc56f2cc460cc6f491a72d
5ff6330a5baa253afdc929fd9a0435390cba0e1e
refs/heads/master
2021-09-01T18:51:04.343928
2017-12-28T09:42:54
2017-12-28T09:42:54
88,110,091
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,217
puml
@startuml skinparam classAttributeIconSize 0 abstract class Position { degree: int minute: int +Position(degree : int, minute : int) +getDegree() : int +setDegree(int) +getMinute() : int +setMinute(int) +toString() : String } class Latitude { -northOrSouth: String +Latitude(int degree, int minute, String northOrSouth) +setNorthOrSouth(String) +getNorthOrSouth() : String +setDegree(int) +toString() : String } class Longitude { -eastOrWest: String +Longitude(int degree, int minute, String eastOrWest) +setEastOrWest(String) +getEastOrWest() : String +setDegree(int) +toString() : String } interface WeatherRecord { +setMaxTemperature(double) +setMinTemperature(double) } class WeatherInformation { maxTemperature : double minTemperature : double latitude : Latitude longitude : Longitude +WeatherInformation(Latitude, Longitude, minTemperature : double, maxTemperature : double) } Position <|-- Latitude Position <|-- Longitude WeatherRecord <|-- WeatherInformation Latitude "1" *-- "1" WeatherInformation : "identifies using" Longitude "1" *-- "1" WeatherInformation : "identifies using" @enduml
false
true
false
false
class
53f87725cd34765526cdb1cb455fbd75f21e7b29
7574efb7885ccd7b95bcb950a7695c7e7a0a0120
/src/abstractFactory/docs/ClassDiagram.puml
94fd6ef70a495da5b2c943e2f13040d7f889e698
[]
no_license
Yaote/Senao_DesignPattern
3956c6f13ebb831fc05e9262c9e9ffd0dc063d5d
65934068340c0416d817db08cf5811f60d3ae08b
refs/heads/master
2021-05-13T15:10:45.947225
2018-01-18T17:27:23
2018-01-18T17:27:23
116,761,099
0
0
null
2018-01-18T17:27:24
2018-01-09T03:28:23
Java
UTF-8
PlantUML
false
false
1,020
puml
@startuml Builder pattern interface CosplayShopService { +CostumeFactory getFactory() +List<Equipment> orderCustume() } class CosplayShopServiceImpl{ } abstract class CostumeFactory{ } class PokemonCostumeFactory{ -static final adjectiveArray } class WarcraftCostumeFactory{ -static final adjectiveArray } class Equipment { -name; -part; -upgrade; -isEquipped; -durability; -getName(); -getPart(); -getUpgrade(); -isEquipped(); -getDurability(); +setName(); +setPart(); +setUpgrade(); +setIsEquipped(); +setDurability(); +wear(); +remove(); } class Helmet class Armor class Boots class Shield class Weapon Equipment <.. Helmet Equipment <.. Armor Equipment <.. Boots Equipment <.. Shield Equipment <.. Weapon CostumeFactory <|.. PokemonCostumeFactory CostumeFactory <|.. WarcraftCostumeFactory CosplayShopService <|- CosplayShopServiceImpl CosplayShopServiceImpl *-> Equipment CosplayShopServiceImpl *-> CostumeFactory @enduml
false
true
false
false
class
12d5c0082144d77916c2ddb9d7a958b9b631bd09
1c458d11ec9d655a11307f64ed9fea54a6a20d56
/verdu-cop3330-assignment4/uml/Assignment4ClassDiagram.puml
509ffb2fdde9d86d3d8461f5b635e0ccc876a35f
[]
no_license
EvanVerdu/verdu-cop3330-assignment4
50d967926714363b5833b9804039fc7a17f1481d
3c35103328b171207ecfe625d3826de09e877b11
refs/heads/main
2023-08-24T04:11:50.877452
2021-10-24T22:57:12
2021-10-24T22:57:12
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,206
puml
@startuml 'https://plantuml.com/class-diagram class Assignment4 { public static void start (Intializes the application GUI) class Assignment4.Item } class IfButtonpress class CreateMainList Assignment4->IfButtonpress Assignment4->CreateMainList Assignment4->DisplayAllInformationTextArea class RemoveItem class AddItem class CreateMainlist class AddList class RemoveList class ExportSingleList class ImportSingleList class ImportMultipleLists class ExportAllLists class EditTitle class EditItemDescription class EditItemDueDate class CompleteItem class DisplayAll class DisplayIncomplete class DisplayComplete class DisplayLists class DisplayItems class DisplayAllInformationTextArea IfButtonpress->RemoveItem RemoveItem->DisplayLists RemoveItem->DisplayItems IfButtonpress->AddItem AddItem->DisplayLists AddItem->DisplayItems IfButtonpress->CreateMainlist CreateMainlist->DisplayLists CreateMainlist->DisplayItems IfButtonpress->AddList AddList->DisplayLists AddList->DisplayItems IfButtonpress->RemoveList RemoveList->DisplayLists RemoveList->DisplayItems IfButtonpress->ExportSingleList ExportSingleList->DisplayLists ExportSingleList->DisplayItems IfButtonpress->ImportSingleList ImportSingleList->DisplayLists ImportSingleList->DisplayItems IfButtonpress->ImportMultipleLists ImportMultipleLists->DisplayLists ImportMultipleLists->DisplayItems IfButtonpress->ExportAllLists ExportAllLists->DisplayLists ExportAllLists->DisplayItems IfButtonpress->EditTitle EditTitle->DisplayLists EditTitle->DisplayItems IfButtonpress->EditItemDescription EditItemDescription->DisplayLists EditItemDescription->DisplayItems IfButtonpress->EditItemDueDate EditItemDueDate->DisplayLists EditItemDueDate->DisplayItems IfButtonpress->CompleteItem CompleteItem->DisplayLists CompleteItem->DisplayItems IfButtonpress->DisplayAll DisplayAll->DisplayLists DisplayAll->DisplayItems IfButtonpress->DisplayIncomplete DisplayIncomplete->DisplayLists DisplayIncomplete->DisplayItems IfButtonpress->DisplayComplete DisplayComplete->DisplayLists DisplayComplete->DisplayItems @enduml
false
true
false
false
class
a68e55f34a089ac3a4d2b7ae229a2a53a563f25c
2da73ce21a7d461eef42d81908c4a249bc2d0b3f
/UML/UML_E3.puml
e49e6895860e106d175b8f93b89c456b41215864
[]
no_license
Waaflee/POO
65d9812c0b96b3a0af99ca2609d89676e46f0b23
5cbceb5c8c20e332ed51dda5d4605d263e8c3a20
refs/heads/master
2020-07-23T19:36:28.775120
2019-11-08T21:52:28
2019-11-08T21:52:28
207,683,440
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,831
puml
@startuml skinparam backgroundColor #FAFAFA class Expendedora { PantallaLCD pantalla Carcasa carcasa Estructura estructura Tapa tapaFrontal Tapa tapaTrasera ServoMotor motorGalletasA ServoMotor motorGalletasB void expender(Galleta tipo) } enum Galleta { A B } class PantallaLCD { void print(string mensaje) } class Carcasa { string color } class Estructura { string material string color } class Tapa { string material int espesor string recubrimiento string color string logoBase64 } class Espiral { int capacidad int diámetro int paso int stock Galleta tipoGalleta } class Alambre { string tipo int diámetro } class ServoMotor { float torque float velocidad Espiral espiral void rotar(bool sentido) } class Servidor { gestionarTransacción(long ID) } class CuentaBancaria { Usuario usuario saldo } class Usuario { long id } class Celular { Usuario usuario pagar(float) } class ModuloBluetooth { void enviar(string mensaje) string recibir(void) } Expendedora *-- Carcasa Expendedora *-- PantallaLCD Expendedora *-- ModuloBluetooth Expendedora *-- "2" Tapa Expendedora *-- "2" Estructura Expendedora *-- "2" ServoMotor ServoMotor *-- Espiral Espiral *-- Alambre Alambre ..> Galleta Expendedora ..> Galleta ModuloBluetooth -- Celular Celular -- Servidor CuentaBancaria *-- Usuario Servidor o-- CuentaBancaria Celular *-- Usuario @enduml
false
true
true
false
class
4e1171e8d2820693d5c600895e9f9fd78387eff8
692c3ef3580d8e6eec0b929c52e79f1a215b99dd
/img/components.puml
573673430d0d5c29effd69d01a0cfb9f5bf9d7af
[]
no_license
SamuelBucheliZ/bfh-apptrans-exercise
38b282c6f2ecfb8116e06db1575b616f18707fe3
59ec5a5f30889096b438c54589fd920a2f7ca6e4
refs/heads/master
2023-07-06T03:19:45.438579
2023-06-30T19:14:33
2023-06-30T19:14:33
193,749,250
1
0
null
null
null
null
UTF-8
PlantUML
false
false
815
puml
@startuml [Customer ERP System] as Customer package "Paketblitz" { [PCWS Viewer] as PCWSViewer package "PCWS System" { interface "REST" as PCWSREST [PCWS] database "PostgreSQL" } interface "REST" as AccountServiceREST [Account Service] as AccountService interface "REST" as DatalogServiceREST [Datalog Service] as DatalogService } Customer -> PCWSREST PCWSViewer --> PCWSREST note left of PCWSViewer for manual testing end note PCWSREST - PCWS PCWS -> PostgreSQL PCWS --> AccountServiceREST note bottom of AccountService synchronous call during image generation end note AccountServiceREST -- AccountService PCWS --> DatalogServiceREST note bottom of DatalogService asynchronous call in batches with bash script end note DatalogServiceREST -- DatalogService @enduml
false
true
false
false
sequence
f3825944d7bf7d40da29d9fbd947fd0136329b1b
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/MapDrawer/MapDrawer_Activity_drawGp.puml
4b71baf20cd4c2b651285738cbf936ed4c3126d6
[]
no_license
ShisatoYano/SLAMDesignUML
2b3af745ecf8ff1b88845e248a72c589fe9aa1ba
bb8678908952205d1fdc2ea5e49c9ca752e123b9
refs/heads/master
2022-11-25T17:49:03.514885
2020-08-02T00:27:38
2020-08-02T00:27:38
261,206,484
0
0
null
null
null
null
UTF-8
PlantUML
false
false
860
puml
@startuml /' input1: const vector<LPoint2D> &lps input2: const vector<Pose2D> &poses input3: bool flush '/ (*) --> "int step1 = 1" --> if "0 <= size_t i < lps.size() \n i+=step1" as for_lps then --> [Yes] "const LPoint2D &lp = lps[i]" --> "fprintf(gp, '%lf %lf', lp.x, lp.y)" --> for_lps else -> [No] "int step2 = 10" --> if "0 <= size_t j < poses.size() \n i+=step2" as for_poses then --> [Yes] "const Pose2D &pose = poses[j]" --> "const cx = pose.tx const cy = pose.ty" --> "cs = pose.Rmat[0][0] sn = pose.Rmat[1][0]" --> "double dd = 0.4 double x1 = cs * dd double y1 = sn * dd double x2 = -sn * dd double y2 = cs * dd" --> "fprintf(gp, '%lf %lf %lf %lf', cx, cy, x1, y1) fprintf(gp, '%lf %lf %lf %lf', cx, cy, x2, y2)" --> for_poses else -> [No] "fprintf(gp, 'e')" --> if "flush" then --> [Yes] "fflush(gp)" --> (*) else --> [No] (*) @enduml
false
true
false
false
activity
60cb3e23d547cadd966d310a30e7bbe1d4af6236
cf9d654e4a14b9249cb40e4ffea95b12c09704a0
/src/main/resources/shoppingcart.plantuml
389e1c1ccbf842cb618ab73fbb8153bd37a61a45
[]
no_license
vfred00/shoppingcart
bb19b49b93016e789ca67f134eb6917cefbb5138
3b9e1904c88e5075c2ddc93ede2f5d98ec86cf2f
refs/heads/main
2023-05-12T00:23:46.002028
2021-05-28T20:28:31
2021-05-28T20:28:31
371,810,707
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,600
plantuml
@startuml ShoppingCart-JDBC package models { class Course{ - id: int - name: String - price: double - rate: double - author: String - image: String + toString(): String + getDiscount(): double } } package controllers { class ShoppingCartController { - ShoppingCartService: shoppingCartService + addCourse(int id): void + deleteCourse(int id): void + getCourses(): List<Course> + cleanListCourse(): void } } package service { interface ShoppingCartService { + addCourse(int id): void + deleteCourse(int id): void + getCourses(): List<Course> + cleanListCourse(): void } class ShoppingCartServiceImpl extends ShoppingCartService { - shoppingCartDAO: ShoppingCartDAO + addCourse(int id): void + deleteCourse(int id): void + getCourses(): List<Course> + cleanListCourse(): void } } package "repository" { interface ShoppingCartDAO { + addCourse(int id): void + deleteCourse(int id): void + getCourses(): List<Course> + cleanListCourse(): void } class DAO extends JdbcTemplate { } class ShoppingCartDAOImpl extends ShoppingCartDAO { + addCourse(int id): void + deleteCourse(int id): void + getCourses(): List<Course> + cleanListCourse(): void } } ShoppingCartController *--> ShoppingCartService DAO <|- ShoppingCartDAOImpl ShoppingCartDAO ..> Course ShoppingCartService ..> Course ShoppingCartDAOImpl ..> Course ShoppingCartServiceImpl ..> Course ShoppingCartController ..> Course ShoppingCartServiceImpl *--> ShoppingCartDAO @enduml
false
true
false
false
class
293c7103f61812776666acd2f2a376b24f50ba00
f8a1ba4ac815ee086c5291eb949fd7ec6aebb6c7
/Barricade/Models/FinishField.puml
2d5950aa5c130023e6f6b1b020f1c840f40db656
[]
no_license
Evert-Arends/barricadegameModel3
f7def3f2fd0dead5cc7807c488617505fb664ef5
98fa3d1e396ca133c424f459ea576086d0840814
refs/heads/master
2023-03-02T21:33:43.122111
2021-02-11T13:06:54
2021-02-11T13:06:54
337,192,542
0
0
null
null
null
null
UTF-8
PlantUML
false
false
102
puml
@startuml class FinishField { + <<override>> ToString() : string } Field <|-- FinishField @enduml
false
true
false
false
class
0cfcff7d909d7f48c79d6ce4208531adcd5dfd53
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/SimpleScript.puml
2b72895380ee476c1f804aa471ab956a99e0f4a8
[]
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
112
puml
@startuml class SimpleScript { Start() : void Update() : void } MonoBehaviour <|-- SimpleScript @enduml
false
true
false
false
class
2db5e250c41657c1cc157c13d0bc04478f0aa430
d2183274fad498784c6b50dbf30e1de6e3e78394
/images/source/subscription-push.plantuml
9b791049e4e9169935f173d7ed4537c7c3ba240a
[ "BSD-3-Clause" ]
permissive
HL7/fhir
005c48da72ff5087e4ada923da01d3085f7ac929
8c49d6e0e2207d7c124c58017e7b15649b60fa90
refs/heads/master
2023-08-25T14:52:56.667977
2023-07-28T23:08:18
2023-07-28T23:08:18
18,617,943
424
154
NOASSERTION
2023-09-14T17:16:13
2014-04-10T00:10:18
HTML
UTF-8
PlantUML
false
false
319
plantuml
@startuml hide footbox participant "Data Consumer" as Consumer participant "Data Source" as Source Consumer -> Source: 1a. POST Subscription Consumer <-- Source: 1b. HTTP 201 Created loop ... Source --> Source: 2. Relevant event occurs Consumer <- Source: 3. Notification containing relevant data sent end @enduml
false
true
false
false
sequence
cca9eab19e576ce7fa2b4c6ad7d287f07133cebe
9d73eeb275f99bf279eb3a54574b54e67d25895f
/src/main/java/ex45/ex45.puml
0b0e79aa92cf81398b4b324f7776a646e4ec2049
[]
no_license
rodriguezA3/rodriguez-cop3330-assignment3
336b4e50331393958f296f84200ae4bf54139fb0
3bab60c0fb0b322fc900842f2ab1dd7d21740033
refs/heads/master
2023-08-25T12:54:31.360964
2021-10-12T03:53:51
2021-10-12T03:53:51
416,174,744
0
0
null
null
null
null
UTF-8
PlantUML
false
false
138
puml
@startuml class utilizeFinder { String fileString public void readInput(String fileName) public void swap() public void output() } @enduml
false
true
false
false
class
fcf261de92d8786e5b97946b36fa208333d9f391
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/searchable_dropdown/diagrams/searchable_dropdown_widget_class_diagram.puml
056c77655a2f7fa07265e34583357e187f36a1f2
[ "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
990
puml
@startuml package flutter.widgets { class Widget {} } package base.widgets { class SearchableDropdown<T> { + searchBarBuilder : SearchBarBuilder + dropdownMenuBuilder : DropdownMenuBuilder + itemBuilder : DropdownItemBuilder + dropdownMenuController : SelectionMenuController + onDropdownMenuStateChanged : ValueChanged<MenuState> + items : List<T> + maxVisibleItems : int + onItemSelected : VoidCallback + itemHeight : double + searchBarPadding : EdgeInsets + dropdownPadding : EdgeInsets + closeDropdownOnTapOutside : bool } } package selection_menu { package widget { class SelectionMenu<T> {} } package widget_configurers.configurations { class ComponentsConfiguration {} } } SearchableDropdown --|> Widget SearchableDropdown --> SelectionMenu : uses SearchableDropdown --> ComponentsConfiguration : uses SelectionMenu --|> Widget @enduml
false
true
false
false
sequence
d041e90c506fc547801afb28b463dd7334af7f97
1cf4490d48f50687a8f036033c37d76fec39cd2b
/src/main/java/global/skymind/training/fundamental/ex8/ex8.plantuml
0fd5259ea3c8525cd2478fe95e2226b956dec621
[ "Apache-2.0" ]
permissive
muame-amr/java-traininglabs
987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83
a93268f60e6a8491b1d156fae183a108ff0d9243
refs/heads/main
2023-08-06T10:04:57.996593
2021-09-28T11:21:00
2021-09-28T11:21:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
432
plantuml
@startuml title __EX8's Class Diagram__\n namespace global.skymind { namespace training.fundamental.ex8 { class global.skymind.training.fundamental.ex8.Ex8_TernaryOps { {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
fbcd1ff06c620cbc4d7a60dd030f51a7f54fa506
b7d2ba71058efa46eff4ed885324819fb3f99266
/src/doc/CLI_Controllers/GASettings/US03/US03_sd_GASettings.puml
2cf558bab299eaad09bbdcd36b4e8585a4ca955d
[]
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,514
puml
@startuml title US03 \n Create a Geographic Area \n Success Case autonumber actor Admin Admin -> MainUI: start program MainUI --> Admin: Show Menu Admin -> MainUI: Select Option GeographicAreaSettings ":GeographicAreaSettingsUI" --> Admin: Show Menu Admin -> ":GeographicAreaSettingsUI": Select Option Create Geographic Area Ref over ":GeographicAreaSettingsUI" get Geographic Area Types: US02 end ref ":GeographicAreaSettingsUI" --> Admin: Show Type of Geographic Areas Admin -> ":GeographicAreaSettingsUI": Select geographic area type Ref over ":GeographicAreaSettingsUI" receiving data for the new geographic area end ref ":GeographicAreaSettingsUI" -> ":GeographicAreaController":controller.addGeoAreaToList \n(GeographicAreaList, String, TypeArea, \n Local, double, double) ":GeographicAreaController" -> ":GeographicAreaList": checkIfGANotExists(String, TypeArea, Local) ":GeographicAreaList" --> ":GeographicAreaController": return true ":GeographicAreaController" ->":GeographicAreaList": createGA(String, TypeArea, Local, double, double) ":GeographicAreaList" --> ":GeographicAreaController": return GeographicArea ":GeographicAreaController" ->":GeographicAreaList": addGeographicArea(GeographicArea) ":GeographicAreaList" --> ":GeographicAreaController": return true ":GeographicAreaController" -->":GeographicAreaSettingsUI": return true ":GeographicAreaSettingsUI" -> ":GeographicAreaSettingsUI": generateResultUS03(boolean ) ":GeographicAreaSettingsUI" --> Admin: show result string @enduml
false
true
false
false
usecase
b1e412c3c2063122bdf1a268e277cead850fbc5c
573fd3fb5867c0f26fb2906f0478b234956e713f
/packages/cactus-plugin-ledger-connector-iroha/docs/architecture/run-transaction-endpoint-transact.puml
65575463604d0e49c944f5fddf38c439355e5b09
[ "Apache-2.0" ]
permissive
RafaelAPB/blockchain-integration-framework
65cd73a7115069d343da7d269db45918710a7bbd
89d5102496adfe98a542a373e805dc38ecb8f269
refs/heads/main
2023-08-07T02:19:05.864116
2023-04-12T00:41:07
2023-04-14T07:37:08
241,220,244
5
0
Apache-2.0
2023-05-24T02:04:39
2020-02-17T22:22:43
TypeScript
UTF-8
PlantUML
false
false
849
puml
@startuml title Hyperledger Cactus\nSequence Diagram\nRun Transaction Endpoint\ntransact() method skinparam sequenceArrowThickness 2 skinparam roundcorner 20 skinparam maxmessagesize 120 skinparam sequenceParticipant underline actor "Caller" as caller participant "PluginLedgerConnectorIroha" as t << (C,#ADD1B2) class >> autoactivate on activate caller caller -> t: transact(RunTransactionRequest) alt #LightBlue commandName is an Iroha command t -> t: generate Iroha commandOptions return RunTransactionResponse t --> caller: return RunTransactionResponse else #LightGreen commandName is an Iroha query t -> t: generate Iroha queryOptions return RunTransactionResponse t --> caller: return RunTransactionResponse else #LightCoral default t --> caller: throw RuntimeError("command or query does not exist) end @enduml
false
true
false
false
usecase
64b2326a9705d9f481876973616aa589ea54b6b7
2ec1faccc04f32d9f555f8f6b820c1f7a8139784
/docs/go-bitswap.puml
af9134d7e5a6e49e2fea51c4d919a8198ab6c83b
[ "MIT" ]
permissive
mrd0ll4r/go-bitswap
9610d5e4c364c2dace982bdfb95ac05d784afdab
bc3df6bd01b7f3d9be9d44e9a83b0663abf0230c
refs/heads/master
2021-12-07T13:48:24.721582
2020-09-24T09:20:43
2020-09-24T09:20:43
249,728,995
1
0
MIT
2020-03-24T14:24:07
2020-03-24T14:24:06
null
UTF-8
PlantUML
false
false
1,245
puml
@startuml Bitswap Components node "Top Level Interface" { [Bitswap] } node "Sending Blocks" { [Bitswap] --* [Engine] [Engine] -left-* [Ledger] [Engine] -right-* [PeerTaskQueue] [Engine] --> [TaskWorker (workers.go)] } node "Providing" { [Bitswap] --* [Provide Collector (workers.go)] [Provide Collector (workers.go)] --* [Provide Worker (workers.go)] } node "Finding Providers" { [Bitswap] --* [ProvideQueryManager] } node "Sessions (smart requests)" { [Bitswap] --* [SessionManager] [SessionManager] --> [SessionInterestManager] [SessionManager] --o [Session] [SessionManager] --> [BlockPresenceManager] [Session] --* [sessionWantSender] [Session] --* [SessionPeerManager] [Session] --> [ProvideQueryManager] [Session] --* [sessionWants] [Session] --> [SessionInterestManager] [sessionWantSender] --> [BlockPresenceManager] } node "Requesting Blocks" { [SessionManager] --> [PeerManager] [sessionWantSender] --> [PeerManager] [PeerManager] --* [MessageQueue] } node "Network" { [BitSwapNetwork] [MessageQueue] --> [BitSwapNetwork] [ProvideQueryManager] --> [BitSwapNetwork] [TaskWorker (workers.go)] --> [BitSwapNetwork] [Provide Worker (workers.go)] --> [BitSwapNetwork] } @enduml
false
true
false
false
deployment
05a8b480373effe703c8d6b6d5de2c23db2337e9
240faa47ad46cfea9b5bb0d5733ff968b54d27f9
/src/main/java/design/patterns/creational/abstractfactory/Connection.puml
35fa65767fc2ba711ccc27a116f7cc58e535bfe7
[]
no_license
wivire/designPattern
23ca2c4c7ceed78abfc534116f754c704505f274
a966c101eb1e3806f07d5ae92c46ccf8467d34ce
refs/heads/master
2022-06-26T20:27:12.467627
2019-05-28T09:16:57
2019-05-28T09:16:57
159,170,737
0
0
null
2022-06-21T01:10:56
2018-11-26T13:03:44
Java
UTF-8
PlantUML
false
false
1,029
puml
@startuml interface java.sql.Connection { Statement createStatement() PreparedStatement prepareStatement(String sql) CallableStatement prepareCall(String sql) } interface com.mysql.jdbc.Connection extends java.sql.Connection interface com.mysql.jdbc.MySQLConnection extends com.mysql.jdbc.Connection class com.mysql.jdbc.ConnectionImpl implements com.mysql.jdbc.MySQLConnection{ Statement createStatement() PreparedStatement prepareStatement(String sql) CallableStatement prepareCall(String sql) } abstract class org.sqlite.jdbc4.JDBC4Connection extends org.sqlite.jdbc3.JDBC3Connection implements java.sql.Connection abstract class org.sqlite.jdbc3.JDBC3Connection extends org.sqlite.core.CoreConnection { + Statement createStatement() + PreparedStatement prepareStatement(String sql) + CallableStatement prepareCall(String sql) } class org.sqlite.SQLiteConnection extends org.sqlite.jdbc4.JDBC4Connection com.mysql.jdbc.Connection -[hidden]> org.sqlite.core.CoreConnection @enduml
false
true
false
false
class
928fe2aff7b718ba271923292cb61576db8a80f3
483b8f52aa15b5ea6b40e2e33392a98f6e1fc617
/android_app/app/src/main/java/com/example/receiptApp/App.puml
35f816446a65326f26a045953ca67829f8cae406
[]
no_license
simone-viozzi/progetto-programmazione-mobile
5f5cac1787ec429d00f7cca603fad85ff6ea747d
51d2abe857b110882682ee291d3af2cac9b553a6
refs/heads/main
2022-02-13T15:12:45.273485
2022-01-20T19:31:50
2022-01-20T19:31:50
414,304,943
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,857
puml
@startuml 'https://plantuml.com/component-diagram node graphics { [App] [MainActivity] [ArchiveFragment] [GraphsFragment] [EditFragment] [DashboardFragment] [AggregatePageFragment] [AboutFragment] [App] -> [MainActivity] [MainActivity] --> [GraphsFragment] [MainActivity] --> [EditFragment] [MainActivity] --> [DashboardFragment] [MainActivity] --> [ArchiveFragment] [MainActivity] --> [AggregatePageFragment] [MainActivity] --> [AboutFragment] } node repository { [DbRepository] [sharedPrefRepository] [graphsRepository] [DashboardRepository] [ArchiveRepository] [attachmentRepository] } node ViewModels { [GraphsViewModel] [EditViewModel] [DashboardViewModel] [ArchiveViewModel] [AggregatePageViewModel] } [GraphsFragment] --> [GraphsViewModel] [EditFragment] --> [EditViewModel] [DashboardFragment] --> [DashboardViewModel] [ArchiveFragment] --> [ArchiveViewModel] [AggregatePageFragment] --> [AggregatePageViewModel] [EditViewModel] --> [DbRepository] [GraphsViewModel] --> [graphsRepository] [EditViewModel] --> [attachmentRepository] [DashboardViewModel] -> [DashboardRepository] [ArchiveViewModel] --> [ArchiveRepository] [AggregatePageViewModel] --> [ArchiveRepository] [ArchiveRepository] --> [DbRepository] [graphsRepository] -> [DbRepository] [DashboardRepository] --> [graphsRepository] [DashboardRepository] --> [sharedPrefRepository] [DashboardRepository] --> [DbRepository] [graphsRepository] --> [GraphBuilder] [attachmentRepository] ---> [GalleryImagesPaginated] [GalleryImagesPaginated] --> [GalleryImages] database "db" { [TagsDao] [PublicElementsDao] [PublicAggregatesDao] [DbRepository] -->[TagsDao] [DbRepository] -->[PublicElementsDao] [DbRepository] -->[PublicAggregatesDao] } @enduml
false
true
false
false
sequence
a24cfea7ab701ad89bfd35bd31f4e5e93f388552
513f557aa40c19a37d0f21567b6e9af0a745f3f3
/misc/soft-architecture/seq-cs.puml
7b15cb1bc7a794bb31bf8d972c113d3ccc6223a8
[]
no_license
vcharpenay/vcharpenay.github.io
9d2cbd6dc048ac430f10d119b48a0db3ee4e528a
3da711fed329a6a56da48a589541c57af2243e78
refs/heads/master
2023-08-03T04:27:17.849988
2023-07-24T08:22:49
2023-07-24T08:22:49
147,118,488
0
0
null
null
null
null
UTF-8
PlantUML
false
false
834
puml
@startuml skinparam participant { FontName Courier ArrowColor black BorderColor black BackgroundColor white } skinparam sequence { ArrowColor black LifeLineBorderColor black LifeLineBackgroundColor white FontName Courier BorderColor black BackgroundColor white } participant "Client (1)" as C1 participant "Client (2)" as C2 participant "Client (3)" as C3 participant "Server (1)" as S1 participant "Server (2)" as S2 C1 -> S1 : request(service1, args1) activate S1 S1 --> C1 : response(value1) deactivate S1 C2 -> S1: request(service1, args2) activate S1 S1 --> C2: response(value2) deactivate S1 C1 -> S2 : request(service2, args3) activate S2 S2 --> C1 : response(value3) deactivate S2 C3 -> S1: request(service3, args4) activate S1 S1 --> C3: response(value4) deactivate S1 @enduml
false
true
false
false
sequence
364bd4d4866afc30c14cc0195c5b51e1bf95e8fe
c3679277db13cee150496904963ef5d624c1d144
/test/src/main/java/com/gaga/pumlTest/case/TestCase8.puml
8ee7bbd2c17206cb336dc8a0d4c04d696dce6ec1
[]
no_license
jialiu123/dataTodata
1d7f392bc8e9df53d7ac21023b94f0fe4ce069c3
56702a45afe8f1a6b199c45a9c744594ab96c2cd
refs/heads/master
2023-03-12T21:40:29.489302
2021-03-03T00:51:41
2021-03-03T00:51:41
293,486,188
1
0
null
null
null
null
UTF-8
PlantUML
false
false
251
puml
@startuml left to right direction skinparam packageStyle rectangle actor customer actor clerk rectangle checkout{ customer -- (checkout) (checkout) .> (payment) : include (help) .> (checkout) : extends (checkout) -- clerk } @enduml
false
true
false
false
usecase
db412c65bd302c1ea7bb7f2e58a19d5a64a08ac1
9fc9942ada4e0b0e59d413d276a2ba8c02b73d08
/example.puml
68762a504e5e2edbf0d18e415e718b9c9de2e1b2
[ "MIT" ]
permissive
dkolyesnik/RedDress-PlantUML
dfa55ff93441e0a7055ab3a7f0aa797c1c02ece8
4dece7606d97b72a8573d139b5350617dd81a6b8
refs/heads/master
2022-07-31T02:54:27.611656
2020-05-22T08:24:42
2020-05-22T08:24:42
266,055,778
1
0
null
2020-05-22T08:24:43
2020-05-22T08:13:47
null
UTF-8
PlantUML
false
false
455
puml
@startuml class Object << general >> Object <|--- ArrayList : parent note top of Object : In java, every class\nextends this one. note "This is a floating note" as N1 note "This note is connected\nto several objects." as N2 Object .. N2 N2 .. ArrayList : a message class Foo { -privateField +publicField #protectedField ~classProtected styled method01(); void method02(); } note bottom: On last defined class Foo -[hidden]> Object @enduml
false
true
false
false
class
0f4d211063442794542d116f39a8ddb1610e2b4b
25ae67baeadd11d4be7f3cb4a6044640f340f89f
/doc/module_mapreduce.puml
ef1b237f83936ecf85d8beb022516c9b4a5c4aa2
[]
no_license
philipheimboeck/mapreduce
567025da81385e0aa0a87ac98bf9a024bf718230
2cec043df3db14b682b9758aa79ebaba8fb7945e
refs/heads/master
2020-05-29T12:22:57.355165
2016-08-13T13:23:03
2016-08-13T13:23:03
56,752,545
1
0
null
null
null
null
UTF-8
PlantUML
false
false
5,598
puml
@startuml skinparam monochrome true 'skinparam style strictuml skinparam linetype polyline skinparam class { FontSize 13 attribute { FontSize 12 } } package DEF-MapReduce { namespace at.phe.def.mapreduce { namespace base { abstract class MapJavaBaseLibraryFunction<Key, Value> { #result : JsonArray +run(parameters : List<String>) : void #emit(key : Key, value : Value) : void #{abstract} runMap(parameters : List<String>) : void } abstract class ReduceJavaBaseLibraryFunction<Key, Value, KeyOut, ValueOut> { #result : JsonArray +ReduceJavaBaseLibraryFunction(keyClass : Class<Key>, valueClass : Class<Value>) +run(parameters : List<String>) : void #emit(key : KeyOut, value : ValueOut) : void #{abstract} runReduce(key : Key, values : Collection<Value>) : void } abstract class PartitionerJavaBaseLibraryFunction { #numberPartitions : int +run(parameters : List<String>) : void #partition(value : JsonArray) : List<JsonArray> #writePartition(partition : JsonArray) : String } abstract class JavaBaseLibraryFunction { +run() : void +{abstract} run(parameters : List<String>) : void } JavaBaseLibraryFunction <|-- MapJavaBaseLibraryFunction JavaBaseLibraryFunction <|-- ReduceJavaBaseLibraryFunction JavaBaseLibraryFunction <|-- PartitionerJavaBaseLibraryFunction } namespace demo { namespace storyteller { class StoryTeller { -getRandomSentence() : String +run(parameters : List<String>) : void } at.phe.def.mapreduce.base.JavaBaseLibraryFunction <|-- StoryTeller } namespace wordcount { class WordCountMap<JsonPrimitive, JsonPrimitive> { #runMap(parameters : List<String>) : void } class WordCountReducer<String, Integer, String, Integer> { #runReduce(key : String, integers : Collection<Integer>) : void } at.phe.def.mapreduce.base.MapJavaBaseLibraryFunction <|-- WordCountMap at.phe.def.mapreduce.base.ReduceJavaBaseLibraryFunction <|-- WordCountReducer } } namespace partitioner { interface IPartitioner { partition(key : Object, nrPartitions : int) : int } class HashPartitioner IPartitioner <|-- HashPartitioner } class TuplePartitioner { #numberReducers : int #partitions : List<JsonArray> +TuplePartitioner(partitioner : IPartitioner, numberReducers : int) +partition(input : JsonArray) : void +getPartitions() : List<JsonArray> } at.phe.def.mapreduce.base.PartitionerJavaBaseLibraryFunction --> at.phe.def.mapreduce.partitioner.IPartitioner at.phe.def.mapreduce.base.PartitionerJavaBaseLibraryFunction ..> TuplePartitioner : creates at.phe.def.mapreduce.partitioner.IPartitioner <- TuplePartitioner : partitioner } } newpage skinparam monochrome true 'skinparam style strictuml skinparam linetype polyline skinparam class { FontSize 13 attribute { FontSize 12 } } package DEF-Commons { namespace at.enfilo.def.prototype1.commons { class PersistenceHandler { + {abstract} writeResource(pId : String, jId : String, key : String, value : String) : void + {abstract} readResource(pId : String, jId : String, key : String) : String } namespace remote { class TaskDTO { -programId : String -jobId : String -libFunctionId : String -id : String -inParameters : List<String> } } } } package DEF-WorkerAPI { namespace at.enfilo.def.prototype1.workerapi { abstract class JavaBaseLibraryFunction { #inParameters : List<String> +getResult() : String +{abstract} run() : void +{static} main(args : String[]) : void #setResult(result : <T>) #writeJobResource(value : <T>, resource : String) : void } at.enfilo.def.prototype1.commons.PersistenceHandler <- JavaBaseLibraryFunction : persistenceHandler } } package DEF-MapReduce { namespace at.phe.def.mapreduce { namespace base { abstract class JavaBaseLibraryFunction { +run() : void +{abstract} run(parameters : List<String>) : void } at.enfilo.def.prototype1.workerapi.JavaBaseLibraryFunction <|-- JavaBaseLibraryFunction } class MapTaskDTO { } at.enfilo.def.prototype1.commons.PersistenceHandler <-- MapTaskCallable : persistenceHandler at.enfilo.def.prototype1.commons.remote.TaskDTO <- MapTaskDTO : appTask at.enfilo.def.prototype1.commons.remote.TaskDTO <- MapTaskDTO : mapTask at.enfilo.def.prototype1.commons.remote.TaskDTO <- MapTaskDTO : combinerTask at.enfilo.def.prototype1.commons.remote.TaskDTO <- MapTaskDTO : partitionTask MapTaskDTO <- MapTaskCallable : task } } @enduml
false
true
true
false
activity
a5202ff22d6134b15a9dde5c67d0ee41c91d325c
a6824f4bc7414507ddad77e45541c94a28d45370
/uml/SmellValidator.puml
2e94e8ecb30ab7e682aa6d1078db42af2de1be8c
[]
no_license
ThorstenRangnau/Jira-Project-Analyzer
426d4f3cf4e7e207073dbd16f644f20f6cdc90b8
32f4069da60761ef6fcd0d4c3c3c665124aabd48
refs/heads/master
2022-12-04T04:01:37.691878
2020-08-26T14:26:32
2020-08-26T14:26:32
238,699,825
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,014
puml
@startuml interface SmellValidator { validateSmell(validationSmells, existingSmells) } interface FileImporter { import(filePath) } abstract class Smell { Components[] participatingComponents } abstract class AnalysisResults { String version Smell[] smells } class ValidationResult{ String validationSmell State state } class CyclicDependency { } class ASTrackerImporter { } class DesigniteImporter { } class CyclicDependency { } class Component { String name } SmellValidator - AnalysisResults: compares > SmellValidator --> ValidationResult: creates > Smell <|-- CyclicDependency AnalysisResults o-- Smell FileImporter <|-- ASTrackerImporter FileImporter <|-- DesigniteImporter FileImporter --> AnalysisResults: imports > @enduml List <|-- AbstractList Collection <|-- AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList <|-- ArrayList class ArrayList { Object[] elementData size() } enum TimeUnit { DAYS HOURS MINUTES }
false
true
false
false
sequence
51dee4fa379616d7ede8aaf6761f06b47ecd2456
9bcd4da5e5454922139d0afefc782a997988ad1f
/docs/SprintD/US/US17/US17_CD.puml
f65ff3dc798351926deebbb61268538c829bfc2b
[ "MIT" ]
permissive
wjacoud/DynaByte
13f042b210f17830aa3eb31558d3f83d587ab436
3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3
refs/heads/main
2023-08-27T09:20:01.825322
2021-11-11T17:15:05
2021-11-11T17:15:05
427,082,047
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,063
puml
@startuml top to bottom direction class ImportTestsUI { } class ImportTestsController { -TestStore testStore -ClientStore clientStore -ClinicalStore clinicalStore -ParameterStore parameterStore -TestTypeStore testTypeStore -AuthFacade authFacade -- +readFile() +getNumberOfErrors() +getListOfErrors() } class TestStore { +createTest() +saveTest() +getTestList() } class TestParameter { -String idTest -List<Parameter> paramList -- +TestParameter(idTest, paramList) } class ClientStore { +verifyExistingClient() +createClient() +saveClient() } class Parameter { -String code -String name -String description -ParameterCategory category } class ClinicalStore { +verifyExistingClinical() } class AuthFacade { +addUserWithRole() } class Test { -String tin -String id -String nhsCode -TestType testType -Date date -- +setState() } class TestTypeStore { +getTestTypeList() } class Client { -String citizenCardNumber -String name -String sex -Date birthDate -String phoneNumber -String nhsNumber -String tin -String email -String address } class Company { -ClinicalStore clinicalStore -TestStore testStore -ParameterStore parameterStore -TestTypeStore testTypeStore -ClientStore clientStore -- +getClinicalStore() +getClientStore() +getTestStore() +getParameterStore() +getTestTypeStore() +getAuthFacade() } class ParameterCategoryStore { +getParameterCategory() } class ParameterStore { +getParameterWithCode() } ImportTestsUI ..> ImportTestsController ImportTestsController ..> Company ImportTestsController ..> ClientStore ImportTestsController ..> ParameterCategoryStore ImportTestsController ..> TestTypeStore ImportTestsController ..> ClinicalStore ImportTestsController ..> ParameterStore ImportTestsController ..> TestStore Company ---> ClientStore Company ---> ClinicalStore Company ---> TestStore Company ---> ParameterStore Company ---> TestTypeStore ParameterStore --> Parameter Company ---> ParameterCategoryStore TestStore --> Test Test --> TestParameter ClientStore --> Client Company ..> AuthFacade @enduml
false
true
false
false
class
ee627ee9236a740f9b0b9eaca0b7cfa87717bad1
ea8df3c7306a15dcfe74e7faaa1c1b782a76ea83
/arc-core/src/main/resources/documentation/zoom_on_service.puml
285ecd64fd7a81c1a16f2d2a551c9f943a3d6a78
[ "MIT" ]
permissive
InseeFr/ARC
0d1569bca2d1b0e26f57a2f7d2847b90b6fe04f6
7bfff28d86a6b4e728d1dc0e3872ac15ab8b87aa
refs/heads/master
2023-09-01T00:32:19.872539
2023-08-22T07:15:27
2023-08-22T07:15:27
187,840,296
13
8
MIT
2023-04-25T14:45:36
2019-05-21T13:12:52
Java
UTF-8
PlantUML
false
false
697
puml
@startuml actor user actor batch rectangle "ARC application"{ rectangle service [ service --- create a thread for each file \n to process ] rectangle "thread Service" as threadService1 rectangle "thread Service" as threadService2 rectangle "thread Service" as threadService3 } database database user --> service : invoke batch --> service : invoke service --> database : request file to process service <-- database service --> threadService1 : create service --> threadService2 : create service --> threadService3 : create threadService1 --> database : send SQL treatments threadService2 --> database : send SQL treatments threadService3 --> database : send SQL treatments @enduml
false
true
false
false
sequence
f773fd66ae41a70fb7856debb559c9704c1d708f
c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac
/docs/uml-class-diagrams/middleware02/test/MiddlewareCommLinkManagerImplementationTests/MiddlewareCommLinkManagerImplementationTests.puml
ceae49dd77c27795f11eac111cbffca068d3578b
[]
no_license
Slackjaw1431/csi-3370-software-project
79666760712ee4625bea3daea48c7072e7826465
af44ad1066695e4f9eff74eda79cebef3ad2b1af
refs/heads/main
2023-03-23T23:03:17.404846
2021-03-17T18:52:02
2021-03-17T18:52:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
834
puml
@startuml MiddlewareCommLinkManagerImplementationTests package edu.oakland.test.middleware02 { class MiddlewareCommLinkManagerImplementationTests { + void rfidDoesNotMatchStopsTestCase() + void storeRequestSentWhenRfidsMatch() + void doesNotStoreRequestSentWhenRfidsDoNotMatch() + void doesNotStoreRequestSentWhenNotInNormalMode() + void emptyDatabaseReturnsEmptyTrackData() + void notEnoughDataReturnsPartialTrackData() + void enoughTrackDataReturnsFullData() + void storedTrackDataCheck() + void nullMiddwareCommDatabaseInterfaceIsNotAllowed() + void nullMiddwareGisManagerIsNotAllowed() - LocationDataPoint generateRandomLocationDataPoint() - LocationDataPoint[] generateRandomLocationDataPointsArray(int length) } } @enduml
false
true
false
false
class