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
c396b25b46109679fc85a563b1d823b74e13fd1f
1484f4a4d4c5b4689f8525742d1e4cda8fdb6d3a
/docs/diagrams/financetools/MonthlyCompoundInterestSequenceDiagram(2).puml
55a25e6ed579f97a1b2facaf19d8b4ce44582621
[]
no_license
AY2021S1-CS2113-T16-1/tp
8abd1e1798a8ecc64b4b3ae28dd5da618714b972
6ef0845c809addb46fef872101ef528780571b5d
refs/heads/master
2023-01-13T17:13:34.579399
2020-11-16T05:03:49
2020-11-16T05:03:49
300,199,426
0
1
null
2020-11-16T05:03:50
2020-10-01T08:10:30
Java
UTF-8
PlantUML
false
false
454
puml
@startuml title When User uses Monthly Compound Interest Calculator activate ":FinanceTools" ":FinanceTools" -> ":Handler" : handleMonthlyCompoundInterest(packet) activate ":Handler" ":Handler" -> ":MonthlyCompoundInterest" : calculateCompoundInterest() activate ":MonthlyCompoundInterest" ":MonthlyCompoundInterest" --> ":Handler" : Results deactivate ":MonthlyCompoundInterest" ":Handler" --> ":FinanceTools" : Results deactivate ":Handler" @enduml
false
true
false
false
sequence
700056c028963d3822e641a40515a195352248f7
84dbfc8df17a0a3f9d6382d781ba13dd616b93dd
/rapport/UML_6/total/AfficheContenu.puml
95f1228df1ef3a6fa1ec2672dde813d51d8c5a1e
[ "MIT" ]
permissive
C-Rio/Simulation_monde
ca20856ca68b3f96555304736bc1f2b58cd4ae02
99e118c3782eea332f064abe7600fbb1b5c6006d
refs/heads/master
2022-10-28T23:39:17.566527
2022-10-09T17:22:35
2022-10-09T17:22:35
253,203,756
0
0
null
null
null
null
UTF-8
PlantUML
false
false
73
puml
@startuml Class AfficheContenu { + void : operator()() } @enduml
false
true
false
false
class
0ea122f9542f985836d1660e59938894ad01c5fe
78320fc7ec1a5ee6c714cd76946bcacc5dfb0c9e
/docs/uml/tom-03-section-run.puml
457779ebba3cbb395a641d581b19699a61f926c2
[ "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
1,053
puml
left to right direction class Train <<TOM>> { +TrainID train_id() } class RoutingInfo { lead_ru: CompanyCode } class RouteSection { applicant_ru: CompanyCode planning_im: CompanyCode departure_time: TimeOfDay calendar: Set<Date> } Train *-- "0..1" RoutingInfo RoutingInfo *-- "1..*" RouteSection class SectionRun { departure_time: Timestamp + String section_id() + Timestamp arrival_time() + Timestamp arrival_at_departure_station() + JourneyLocation departure_station() + JourneyLocation arrival_station() + Boolean connects_to(other: SectionRun) } RouteSection *- "1..*" SectionRun note bottom of SectionRun A section run happens on the calendar day of its departure_time timestamp. end note class TrainRun { + TrainID train_run_id() + Date start_date() } note bottom of TrainRun The start_date of a train run is the calendar day of the departure_time timestamp of its first section run. end note TrainRun o--> "1..* {ordered}" SectionRun Train o- "1..365" TrainRun
false
true
false
false
class
14d31c20823da83288d81d7ade03f1abbf6bebf9
2023eaf5d26a303fd122058dad30f8479700eb08
/uml/search-for-employee.puml
4468ff6570653c07d0f4a8500ecece7a5ae1c855
[]
no_license
elishields/atlas
8216afaf95ee201ff7b5b3d88252ed2c6818a87b
10ac5e6785e7fedf066d79dd45d0f81791d6b31a
refs/heads/master
2021-10-03T10:44:02.552089
2018-12-02T22:42:02
2018-12-02T22:42:02
147,987,956
0
0
null
null
null
null
UTF-8
PlantUML
false
false
981
puml
@startuml title Search for Employee Actor User Participant ServiceNow Participant View Participant ClientController Participant ServerController Participant GlideSystem Participant GlideRecord User -> View: Enter employee name in search box View -> ClientController: Update focus employee field value with employee's user ID User -> View: Click "Search" ClientController -> ServerController: Update ServerController -> ServerController: Get focus employee user ID value ServerController -> GlideRecord: Get user's data ServerController -> GlideRecord: Get user's manager data ServerController -> GlideRecord: Get user's team ServerController -> GlideRecord: Get user's direct reports GlideRecord -> ServerController: Queried data ServerController -> ClientController: Data object with queried data ClientController -> ClientController: Build GoJS graph of data ClientController -> View: Re-render graph View -> ServiceNow: Display view User -> ServiceNow: View graph @enduml
false
true
false
false
sequence
6983703442b1bd8d83787dd5037a1af4ec811f45
109e7bec8fbe8fe4d532453b4e10d01f5d5c14b9
/src/main/resources/UMLFile/ExtendsRelation.puml
093730167e8dc2465d5adf03c19089a464e7d970
[]
no_license
TamakiRinko/CalabashGame
907ab07a228cb1143c63d7cb2185dd02c2b9832e
51e8dde6e615832a9e84236bee2a42bbe94ca069
refs/heads/master
2020-12-02T15:27:22.077813
2019-12-31T08:01:02
2019-12-31T08:01:02
231,049,661
1
1
null
null
null
null
UTF-8
PlantUML
false
false
1,184
puml
@startuml 'Thread <|-- DrawThread : extends 'Thread <|-- ReplayThread : extends 'Runnable <.. Thread : Realize 'Runnable <.. Character : Realize ' 'Character <|-- SmallEnemy : extends 'Character <|-- Scorpion : extends 'Character <|-- Calabash : extends 'Character <|-- KeyCharacter: extends ' 'Calabash <|-- CalabashOne: extends ''Calabash <|-- CalabashTwo: extends ''Calabash <|-- CalabashThree: extends ''Calabash <|-- CalabashFour: extends ''Calabash <|-- CalabashFive: extends ''Calabash <|-- CalabashSix: extends 'Calabash <|-- CalabashSeven: extends ' 'KeyCharacter <-- GrandFather : extends 'KeyCharacter <-- Snake : extends 'Bullet <|-- IceBullet : extends ' ' ' 'BasicTeam <|-- EnemyTeam: extends 'BasicTeam <|-- CalabashTeam: extends 'Application <|-- Main : extends ' Interface MoveInterface MoveServer <|-- MoveInterface MoveInterface <|.. MoveDown : Realization MoveInterface <|.. MoveLeft : Realization MoveInterface <|.. MoveRight : Realization MoveInterface <|.. MoveUp : Realization DrawServer <-- DrawBase DrawBase <|-- DrawBulletList: extends DrawBase <|-- DrawCalabashTeam: extends DrawBase <|-- DrawEnemyTeam: extends DrawBase <|-- DrawMap: extends @enduml
false
true
false
false
class
e21d7b58fa9aa8ac43a555f5a89b3876b7e240d6
268e54db311cc7866798f48cab259b685e9d93d9
/sequence_diagrams/scenario_utilisation_du_logiciel.puml
1f4cda450b4e5459aab1b9950665da066f44365d
[]
no_license
enneagone/Plant-UML-Generator
a426ed35b2f73a988cac67d467a5885b4aa3e1fa
ae5fde4b4e739311e60271a6ac4195d86e25fa6b
refs/heads/master
2022-04-23T19:53:58.856191
2020-04-24T14:29:42
2020-04-24T14:29:42
258,507,782
0
0
null
null
null
null
UTF-8
PlantUML
false
false
541
puml
@startuml actor Utilisateur As U participant ApplicationGUI As AG participant Application As A Alt scenario d'utilisation du logiciel U ->> AG: l'utilisateur ouvre l'application U ->> AG: l'utilisateur upload un fichier a convertir AG -> A: envoie le fichier a convertir A->A: verification de la conformité Else si le fichier est conforme A->A: convertie le fichier A->AG: renvoie le fichier convertie AG->U: affiche le fichier convertie Else si le fichier n'est pas conforme A->AG: renvoie une erreur AG->U: affiche l'erreur end @enduml
false
true
true
false
sequence
921f45b8b6dd94b256885987227a964a3a9dcc5d
b13c95e4bfbc92cb752396b82dd0995b8c7f32b1
/docs/send.puml
24699c28054ad19f92d67c8ed9884582b8781969
[ "MIT" ]
permissive
0chain/zwalletcli
f9222e9a64d8d7738192a374e621fc8024c097dc
1d0a8fd963140f747adef9989813b7b81b2bf8dc
refs/heads/staging
2023-08-05T08:39:43.774548
2023-07-27T16:05:27
2023-07-27T16:05:27
191,838,462
20
19
MIT
2023-09-13T15:01:55
2019-06-13T21:57:24
Go
UTF-8
PlantUML
false
false
329
puml
@startuml participant "<size:20><&terminal></size> ./zwallet send" as cli participant "<size:20><&file></size> \~/.zcn/wallet.json" as wallet collections miners collections sharders cli -> wallet: read wallet as token sender cli -> cli: create send txn cli -> miners: send txn cli -> sharders: poll for txn confirmation @enduml
false
true
false
false
sequence
b086e76040c96b07ce5e6ffbd02577d0d122f49e
952dc09c3e77016f4991d8b2297de32b3e3b45d8
/docs/rfcs/resources/0015-proposed-ssm-deployment.plantuml
12bec0e8952b4544d2da5bbccb94bd489ce653e4
[ "CC0-1.0", "LicenseRef-scancode-public-domain" ]
permissive
CMSgov/beneficiary-fhir-data
1f3bd5ff9171975bc77e1a4b6971222342bb3bd9
0d170907736c5f957b7545ae26b12ba16e0c2550
refs/heads/master
2023-08-08T12:53:42.348530
2023-08-07T15:27:15
2023-08-07T15:27:15
203,852,942
47
34
NOASSERTION
2023-09-14T18:25:26
2019-08-22T18:41:16
Java
UTF-8
PlantUML
false
false
1,081
plantuml
@startuml title Proposed SSM Deployment Sequence (Abbreviated) participant operator database "github" participant jenkins database "parameter-store" participant "ec2-bfd-services" note over jenkins,"parameter-store": additional jenkins config sources:\ncredentials plugin, ssm:/bfd/mgmt/jenkins/* operator -> github: Submit change set github --> operator operator -> jenkins: Trigger Deployment jenkins -> github: Request change set github --> jenkins: Return change set jenkins -> jenkins: terraform:\nread yaml files jenkins -> "parameter-store": terraform:\nwrite ssm parameters "parameter-store" --> jenkins jenkins -> "parameter-store": terraform:\nRequest configuration values "parameter-store" --> jenkins: Return configuration values jenkins -> "ec2-bfd-services": terraform:\ndeploy services "ec2-bfd-services" -> "parameter-store": ansible:\nRequest confguration values "parameter-store" --> "ec2-bfd-services": Return configuration values "ec2-bfd-services" -> "ec2-bfd-services": ansible:\nconfigure services "ec2-bfd-services" --> jenkins jenkins --> operator @enduml
false
true
false
false
sequence
8213639b5c7f5e3a3351aaf1fc04a988f1593379
8d33e5333c1ef0bea304e44f81576ff627d8d431
/continuousDelivery/feature_toggle.puml
76fc82b9e79d0a99c232a9dbc6f193f73088780a
[]
no_license
yellowbrickc/blogResources
92f2e56a5e94a90f376294d3a8d183cbe909efed
583c5f0343148f530032bc3336b32302bec198bd
refs/heads/master
2020-04-29T12:08:42.288147
2019-04-15T07:04:05
2019-04-15T07:04:05
176,126,131
0
0
null
null
null
null
UTF-8
PlantUML
false
false
210
puml
@startuml (*) --> "user signs in" If "feature <b>Easter egg</b> is enabled" then -> [Yes] "show easter egg collect metrics" --> "display user info" else --> [No] "display user info, old version" Endif @enduml
false
true
false
false
activity
317296e144730ea27eb81a98cfca6c9fa27178bb
aedec23132eabce8e05ee4a0c773b86b470ab0f1
/Diagrams/SequenceDiagrams/seq-fulfil-2.1.0.plantuml
25f1b3e1cc2b4f4368ef2ec43bb42095c2d65f09
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
arfintechpy/docs
465ef01f8bcf8201c7dd36033a4970886e40d09a
305a593be2ecd3f470dd6e199ef5656a2c746355
refs/heads/master
2020-04-20T22:03:45.265174
2019-02-01T08:00:32
2019-02-01T08:00:32
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,864
plantuml
@startuml ' declate title title 2.1.0. DFSP2 sends a Fulfil Success Transfer request autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Kafka Consumers ' entity - Database Access Objects ' database - Database Persistance Store ' declare actors actor "DFSP1\nPayer" as DFSP1 actor "DFSP2\nPayee" as DFSP2 boundary "ML API Adapter" as MLAPI control "ML API Notification Event Handler" as NOTIFY_HANDLER boundary "Central Service API" as CSAPI collections "Fulfil-Topic" as TOPIC_FULFIL control "Fulfil Event Handler" as FULF_HANDLER collections "Position-Topic-dfsp2" as TOPIC_POSITION_DFSP2 control "Position Event Handler" as POS_HANDLER collections "Transfer-Topic" as TOPIC_TRANSFERS collections "Event-Topic" as TOPIC_EVENTS control "Transfer Event Handler" as TRANS_HANDLER collections "Notification-Topic" as TOPIC_NOTIFICATIONS box "Financial Service Providers" #lightGray participant DFSP1 participant DFSP2 end box box "ML API Adapter Service" #LightBlue participant MLAPI participant NOTIFY_HANDLER end box box "Central Service" #LightYellow participant CSAPI participant TOPIC_FULFIL participant FULF_HANDLER participant TOPIC_POSITION_DFSP2 participant TOPIC_EVENTS participant POS_HANDLER participant TOPIC_TRANSFERS participant TRANS_HANDLER participant TOPIC_NOTIFICATIONS end box ' start flow activate NOTIFY_HANDLER activate FULF_HANDLER activate POS_HANDLER activate TRANS_HANDLER group DFSP2 sends a Fulfil Success Transfer request DFSP2 <-> DFSP2: Retrieve fulfilment string generated during\nthe quoting process or regenerate it using\n**Local secret** and **ILP Packet** as inputs note right of DFSP2 #yellow Headers - transferHeaders: { Content-Length: <Content-Length>, Content-Type: <Content-Type>, Date: <Date>, X-Forwarded-For: <X-Forwarded-For>, FSPIOP-Source: <FSPIOP-Source>, FSPIOP-Destination: <FSPIOP-Destination>, FSPIOP-Encryption: <FSPIOP-Encryption>, FSPIOP-Signature: <FSPIOP-Signature>, FSPIOP-URI: <FSPIOP-URI>, FSPIOP-HTTP-Method: <FSPIOP-HTTP-Method> } Payload - transferMessage: { "fulfilment": <IlpFulfilment>, "completedTimestamp": <DateTime>, "transferState": "COMMITTED", "extensionList": { "extension": [ { "key": <string>, "value": <string> } ] } } end note DFSP2 -> MLAPI: PUT - /transfers/<ID> activate MLAPI MLAPI -> MLAPI: Validate incoming token and originator matching Payee\n<color #FF0000><b>Error codes:</b> 3000-3002, 3100-3107</color> note right of MLAPI #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, type: fulfil, action: commit, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note MLAPI -> TOPIC_FULFIL: Route & Publish Fulfil event for Payee\n<color #FF0000><b>Error code:</b> 2003</color> activate TOPIC_FULFIL TOPIC_FULFIL <-> TOPIC_FULFIL: Ensure event is replicated as configured (ACKS=all)\n<color #FF0000><b>Error code:</b> 2003</color> TOPIC_FULFIL --> MLAPI: Respond replication acknowledgements have been received deactivate TOPIC_FULFIL MLAPI --> DFSP2: Respond HTTP - 200 (OK) deactivate MLAPI TOPIC_FULFIL <- FULF_HANDLER: Consume message ref over TOPIC_FULFIL, TOPIC_EVENTS: Fulfil Handler Consume (Success) {[[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-fulfil-2.1.1.svg 2.1.1.]]} \n FULF_HANDLER -> TOPIC_POSITION_DFSP2: Produce message ||| TOPIC_POSITION_DFSP2 <- POS_HANDLER: Consume message ref over TOPIC_POSITION_DFSP2, TOPIC_TRANSFERS: Position Handler Consume (Success) {[[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-position-1.3.2-fulfil.svg seq-position-1.3.2-fulfil]]} \n POS_HANDLER -> TOPIC_TRANSFERS: Produce message ||| TOPIC_TRANSFERS <- TRANS_HANDLER: Consume message ref over TOPIC_EVENTS, TOPIC_NOTIFICATIONS: Transfer Handler Consume (Success) {[[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-fulfil-2.1.3.svg 2.1.3.]]} \n TRANS_HANDLER -> TOPIC_NOTIFICATIONS: Produce message ||| TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message opt action == 'commit' ||| ref over DFSP1, TOPIC_NOTIFICATIONS: Send notification to Participant (Payer) {[[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-prepare-1.1.4.a.svg 1.1.4.a.]]} \n NOTIFY_HANDLER -> DFSP1: Send callback notification end ||| TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message opt action == 'commit' ||| ref over DFSP2, TOPIC_NOTIFICATIONS: Send notification to Participant (Payee) {[[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-prepare-1.1.4.a.svg 1.1.4.a.]]} \n NOTIFY_HANDLER -> DFSP2: Send callback notification end ||| end deactivate TRANS_HANDLER deactivate POS_HANDLER deactivate FULF_HANDLER deactivate NOTIFY_HANDLER @enduml
false
true
false
false
usecase
8735edfebf296e8c0a223b3916f0e914de71112d
b003184a30486aa95efc2a29ec05c3473ed369b5
/src/uml/user.puml
bb2e0cd4beebbeb9df1adfca2d328917f126d6c2
[]
no_license
Lydesi/MCAS
4eba51ff2dd9baf9bf165d9f7b41c8b7de387152
318022d2f1a5802bf8b22bbe2dc2da1d45c70bba
refs/heads/master
2023-02-18T01:02:39.068549
2021-01-18T01:38:44
2021-01-18T01:38:44
295,460,482
0
0
null
null
null
null
UTF-8
PlantUML
false
false
261
puml
@startuml User -> Website: Writes a request Website --> API: Creating request API -> Database: Searches the database for matches Database -> API: Resolve request API --> Website: Gives found results Website -> User: Renders data and renders to the user @enduml
false
true
false
false
sequence
9390b7b3f39761aa861730950a8146e35f2b761f
c341215b1b9d88fee81b8af9ebfcff285f0ef49c
/src/gp018328/com/gupaoedu/homework/pattern/factory/homework1/AbstractFactory.puml
4adb12ba35a7207dabaf0909b9e4957375d8a756
[]
no_license
GP018328/guopaoedu-GP018328-2019-homework
5570fff2a379b9bbc853d2a7f4629b22fdf640ac
18f24258150c0c32ffc4fb486413686e7e4d2d75
refs/heads/master
2020-04-28T17:34:08.734073
2019-03-23T03:01:20
2019-03-23T03:01:20
175,451,458
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,392
puml
@startuml interface IProduct interface IProduct{ } class ProductA { } IProduct<|--ProductA class ProductB { } IProduct<|--ProductB interface IFactory interface IFactory{ IProduct createProduct() } IProduct<..IFactory class FactoryMethodA{ IProduct createProduct() } IFactory<|--FactoryMethodA ProductA<..FactoryMethodA class FactoryMethodB{ IProduct createProduct() } IFactory<|--FactoryMethodB ProductB<..FactoryMethodB interface IProduct_New interface IProduct_New{ } class ProductA_New { } IProduct_New<|--ProductA_New class ProductB_New { } IProduct_New<|--ProductB_New interface IFactory_New interface IFactory_New{ IProduct_New createProduct_New() } IProduct_New<..IFactory_New class FactoryMethodA_New{ IProduct_New createProduct() } IFactory_New<|--FactoryMethodA_New ProductA_New<..FactoryMethodA_New class FactoryMethodB_New{ IProduct_New createProduct() } IFactory_New<|--FactoryMethodB_New ProductB_New<..FactoryMethodB_New interface IAbstractFactory interface IAbstractFactory{ IProduct createProduct() IProduct_New createProduct_New() } IProduct<..IAbstractFactory IProduct_New<..IAbstractFactory class Factory_TopA{ } IAbstractFactory<|--Factory_TopA Factory_TopA..>FactoryMethodA Factory_TopA..>FactoryMethodB_New class Factory_TopB{ } IAbstractFactory<|--Factory_TopB Factory_TopB..>FactoryMethodB Factory_TopB..>FactoryMethodA_New @enduml
false
true
false
false
class
7b491e1d36557468d952446ebe0afa8f4a050264
a858669eedee989d63a28abc6e28bae6f9614369
/docs/diagrams/src/arquitectura/arquitectura.plantuml
7f7ca17929f8b04f9223900ed52f76d1c431021d
[]
no_license
Master-Desarrollo-20-21/diseno-oo-ejercicio2-mastermind-document-view-kodenix
8eb0e4ecb85bc7aff4ca571dc37d3bfdab950c10
2e167fa4177d9bb60dcd9e85e8e9f91f7d14616f
refs/heads/main
2023-01-31T16:50:20.022936
2020-12-13T23:26:47
2020-12-13T23:26:47
318,461,155
1
0
null
null
null
null
UTF-8
PlantUML
false
false
565
plantuml
@startuml title Architecture package kodenix.mastermind {} package kodenix.mastermind.models {} package kodenix.mastermind.views {} package kodenix.utils {} package java.util #6495ED {} kodenix.mastermind .down.> kodenix.mastermind.views kodenix.mastermind .down.> kodenix.mastermind.models kodenix.mastermind.views .down.> kodenix.mastermind.models kodenix.mastermind.views .down.> kodenix.utils kodenix.mastermind .down.> java.util kodenix.utils .down.> java.util kodenix.mastermind.models .down.> java.util 'kodenix.mastermind.models .down.> java.util @enduml
false
true
false
false
uml-unknown
92c91db919bb232d41ed2fdb73093fb0b9ade4ed
17a6a64d2275c47c9b205f088394b4937292f9f5
/docs/clamp/acm/plantuml/system-dialogues/CreateAcInstance.puml
e2864b0abc98b2826e8ee6cfef6fd8f608301b31
[ "Apache-2.0", "CC-BY-4.0" ]
permissive
onap/policy-parent
2e8db0a82311ed576a2d3166ac293b8b5687987c
b12c67854c70ae410e02af501126ecf8434e5dd9
refs/heads/master
2023-08-16T15:28:59.552318
2023-08-04T13:00:54
2023-08-08T10:14:28
159,416,823
3
1
NOASSERTION
2021-06-29T19:01:07
2018-11-27T23:53:56
null
UTF-8
PlantUML
false
false
1,025
puml
@startuml participant REST participant ACM_Runtime database ACM_Database REST -> ACM_Runtime: Create Automation Composition Instance for\nspecified Automation Composition Type with\nspecified parameter values alt Automation Composition Instance exists alt Automation Composition Instance is not in state UNDEPLOYED ACM_Runtime -> REST: Automation Composition instance exists and is already deployed else note right of REST Updates on "Not In Service" Automation Composition Instances are allowed end note end end alt Specified Automation Composition Type Exists alt Specified Automation Composition Type is in state PRIMED ACM_Runtime -> ACM_Database: Store Automation Composition Instance ACM_Runtime -> ACM_Database: Set Automation Composition Instance State to UNDEPLOYED ACM_Runtime -> REST: Automation Composition Instance Created else ACM_Runtime -> REST: Automation Composition Type is not in state PRIMED end else ACM_Runtime -> REST: Automation Composition Type is not found end @enduml
false
true
false
false
sequence
bbca74cfbc5475a201b6196251dcdd223f7894b6
461901a377b07e8d699ab4afb6e7488f14143a55
/src/com/wsh/pattern/uml/implementation/implementation.puml
0d06a2768ad3ddcd5552c7ccd50ee7ce011b0038
[]
no_license
wushanghui/project
7009bd5fb484422d6e404483f9b9b2bd1e03f379
81f7d061ed471ae03ff5d33756ce23efa473a37a
refs/heads/master
2020-06-17T18:34:13.378885
2019-10-07T14:35:35
2019-10-07T14:35:35
192,837,011
0
0
null
null
null
null
UTF-8
PlantUML
false
false
221
puml
@startuml interface PersonService class PersonServiceBean PersonService <|.. PersonServiceBean interface PersonService { delete(id: Integer ): void } class PersonServiceBean { delete(id: Integer ): void } @enduml
false
true
false
false
class
d61c6b707cc4d05997b580c80e4896bd65dd62d1
a7d8ea057b16a802191fc4f6115c9607f236ea1f
/archi.plantuml
0a91f35747d7392d7d3e9e627723b45d4e9bd894
[]
no_license
err0r500/gop2p-demo
e7b9338366dd145cd3234e2cc0c060ea03ab11cf
12a30ab19ade9271a260b3f9d60fa6b6a105d895
refs/heads/master
2022-11-25T05:39:19.352098
2020-07-23T12:18:24
2020-07-23T12:18:24
281,225,790
0
0
null
null
null
null
UTF-8
PlantUML
false
false
930
plantuml
@startuml archi node "central server" { interface "server API" as sAPI sAPI -up-> [server logic] } node "client 1" { interface "front API" as frontAPI interface "p2p API" as p2pAPI interface HTTPClient as httpP2p node logic as logic1 { component "front logic" as frontLogic component "p2p logic" as p2pLogic } p2pAPI -down-> p2pLogic frontAPI -up-> frontLogic frontLogic -up-> httpP2p } node "client 2" { interface "front API" as frontAPI2 interface "p2p API" as p2pAPI2 interface HTTPClient as httpP2p2 node logic as logic2 { component "front logic" as frontLogic2 component "p2p logic" as p2pLogic2 } p2pAPI2 -down-> p2pLogic2 frontAPI2 -up-> frontLogic2 frontLogic2 -up-> httpP2p2 } httpP2p -up-> sAPI httpP2p2 -up-> sAPI httpP2p ..> p2pAPI2 httpP2p2 ..> p2pAPI [front1] -up-> frontAPI [front2] -up-> frontAPI2 @enduml
false
true
false
false
class
5187ea27a0ab9b28fde053c665da4f89bc9cc3dd
6a9190343efb4e88cb30991def97833a156c40da
/documentation/resource-component.plantuml
6bd61822083e1a86239427db075fc899f7c34a97
[ "Apache-2.0" ]
permissive
huberchrigu/hateoas-navigator
600419fb4554e4fffc34a66e31dda3f8eb0385a0
08d83f7f9905b1fc43c76d51c049852afbca1d35
refs/heads/master
2023-01-22T18:02:36.969064
2021-02-06T12:37:12
2021-02-06T12:37:12
199,589,552
0
0
Apache-2.0
2023-01-05T16:18:50
2019-07-30T06:31:31
TypeScript
UTF-8
PlantUML
false
false
420
plantuml
@startuml class ResourceComponent class ResourceListComponent class ResourceItemComponent ResourceComponent <|-- ResourceListComponent ResourceComponent <|-- ResourceItemComponent class CollectionAdapter ResourceListComponent ..> CollectionAdapter ResourceItemComponent ..> VersionedResourceAdapter CollectionAdapter ..> VersionedResourceAdapter note right of ResourceComponent: Can display HAL resources. @enduml
false
true
false
false
class
988e4920751e8be9a16259c7a6d6ecb4261415ec
462b9598f08a48ab835f0b189d4d344560965227
/src/main/java/csheets/worklog/n1950689/sprint4/core03_03_auto_sorting_CD.puml
793040bafd58bb2fc6a98013e9cf6be6d83a10f1
[]
no_license
VitorMascarenhas/LAPR4-2016
19f5593b98b81763f77021fb04278ed231337028
e53a5a46c0e09fbc155fb91f2010d50532de85d2
refs/heads/master
2020-03-19T10:31:05.321699
2018-06-06T19:49:19
2018-06-06T19:49:19
136,027,190
0
0
null
null
null
null
UTF-8
PlantUML
false
false
385
puml
@startuml doc-files/core03_03_auto_sorting_CD.png package "csheets.ui" { class "CustomSortDialog" as csd class "asl : AutomaticSortListener" as asl class "column : JComboBox" as jcbc class "order : JComboBox" as jcbo } package "csheets.core" { class "Spreadsheet" as ss class "cell : Cell" as c } csd ..> asl csd ..> jcbc csd ..> jcbo ss o- c c o- asl @enduml
false
true
false
false
class
bb14bf43a9b157178ce64216b16203321d2f2479
623fa7e53d2a91643d560cca24da33566c1f9dd7
/thingml-gen/UML/Teensy_IRPS/Teensy_IRPS/docs/PackageReader_PackageRead.plantuml
3919cf700f8d7c24b1ee752a23e6327071d98019
[ "MIT" ]
permissive
SINTEF-9012/vive-position-sensor
65b5eba7a4c77844914d91a6e414d15945e3c103
70b4f46a6cf2551c1f6e6397a8e38647d89944ba
refs/heads/master
2021-01-18T17:06:18.470274
2017-08-25T06:58:10
2017-08-25T06:58:10
100,483,085
3
1
null
null
null
null
UTF-8
PlantUML
false
false
229
plantuml
@startuml skinparam defaultTextAlignment left caption Behavior of thing PackageReader [*] --> PackageRead state PackageRead{ state Idle{ Idle : a:PulseReceiver?pulseDetectedEvent / \naction pulse(...)\n } [*] --> Idle } @enduml
false
true
false
false
state
876d4961eeea19c2293258b048793f9990c485f6
a751888fd29a1b92bb32ef7d272d3e72f664ed30
/src/design/field.puml
c5858064bf6de9c17b4ed51f94f8632d3d1cbe49
[ "Apache-2.0", "MIT", "EPL-1.0" ]
permissive
petrushy/Orekit
b532c7db85c992d85b5ac3d858d18d656e2b8c46
1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443
refs/heads/develop
2023-08-16T11:37:43.709083
2023-07-18T20:13:14
2023-07-18T20:13:14
42,349,064
10
2
Apache-2.0
2023-07-21T14:54:14
2015-09-12T07:39:56
Java
UTF-8
PlantUML
false
false
2,663
puml
' Copyright 2002-2022 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.hipparchus #ECEBD8 { interface "FieldElement<T>" as FieldElement_T_ { T add(T a) T subtract(T a) T negate() T multiply(int n) T multiply(T a) T divide(T a) T reciprocal() Field<T> getField() } interface "CalculusFieldElement<T>" as CalculusFieldElement_T_ { T sin() T cos() ... T copySign(T sign) double getReal() } note top lots of mathematical methods omitted for clarity end note package analysis.differentiation #DDEBD8 { class DSFactory { +DSFactory(int parameters, int order) +constant(double value) +variable(int index, double value) } class DerivativeStructure { +DSFactory getFactory() +int getFreeParameters() +int getOrder() +double getValue() +double getPartialDerivative(int[] orders) +double taylor(double[] delta) } FieldElement_T_ <.. CalculusFieldElement_T_ CalculusFieldElement_T_ <.. DerivativeStructure DSFactory --> DerivativeStructure : creates } package util #DDEBD8 { CalculusFieldElement_T_ <.. Tuple } } package org.orekit.propagation #ECEBD8 { interface "FieldPropagator<T>" as FieldPropagator_T_ { } CalculusFieldElement_T_ <-- FieldPropagator_T_ } @enduml
false
true
false
false
sequence
472282ecf73c8ab2706d80475934f293a0150bb0
a124f8cffd3f9d60d4b1dfe10771c9147d4d8367
/docs/UML/diagrammes séquence/authentification.puml
d06a6e6423995ebde28245e8ad64063f8d6cdbe3
[]
no_license
dorianleveque/CoHub
6d74d48bc68b78865eca96008319a7900710dcb6
1427516ecaa1bcb3e6f53d1822bc9b30fb5a2ba6
refs/heads/master
2023-01-13T03:15:42.307065
2020-11-21T15:59:01
2020-11-21T15:59:01
314,390,488
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,063
puml
@startuml s'authentifier title s'authentifier hide footbox actor client as "Utilisateur" order 1 participant app as ":App" order 2 database bdd as "Base de donnée" order 5 client ->> app: accèder à la page activate app create login as ":Login" order 3 app -> login : <<create>> client <<-- app deactivate app client ->> app: clic sur bouton \n "se connecter" activate app note left: L'utilisateur saisit\nses infos de connection app -> login: connect(username, password) activate login login -> login: check(username, password) activate login login <<-- login deactivate login alt syntaxCorrect == true login -> bdd: executeQuery() activate bdd login <<-- bdd deactivate bdd alt userExist == true create user as "currentUser:User" order 4 login -> user : <<create>> app <<-- login client <<-- app deactivate app else else client <<-- login : erreur identification incorrect end else else client <<-- login : erreur syntax incorrect deactivate login end @enduml
false
true
true
false
usecase
41bc5008a4aabfb0feed901717a12c66bce65139
8368d3a7ca91b0506162c56294e17d623ca023f1
/architecture-tgw.puml
c493adc8744cc7a047a289177c76a6d096b184aa
[ "MIT-0" ]
permissive
aws-samples/monitor-vpc-network-patterns
27fce3509cb91a55e92c713f3b9694eb6582d70d
425c22de0211ea5569797f7b4c6b0a17d0a4d1e3
refs/heads/master
2022-04-21T20:42:26.443847
2020-04-21T19:52:36
2020-04-21T19:52:36
257,692,246
5
3
null
null
null
null
UTF-8
PlantUML
false
false
1,165
puml
@startuml TGW_Infra !define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/master/dist !include AWSPuml/AWSCommon.puml !include AWSPuml/NetworkingAndContentDelivery/all.puml !include AWSPuml/Compute/all.puml !include AWSPuml/Database/all.puml !include AWSPuml/Mobile/all.puml !include AWSPuml/Storage/all.puml !include AWSPuml/Analytics/all.puml !include AWSPuml/ApplicationIntegration/all.puml !include AWSPuml/ManagementAndGovernance/all.puml title Infrastructure with Transit Gateway package "VPC A" { EC2Instance(instanceA, "", "Compute resource", "") } note bottom of instanceA : 10.0.0.0/16 package "VPC B" { EC2Instance(instanceB, "", "Compute resource", "") } note bottom of instanceB : 10.1.0.0/16 package "VPC C" { EC2Instance(instanceC, "", "Compute resource", "") } note bottom of instanceC : 10.2.0.0/16 TransitGateway(tgw, "", "Hub", "") tgw <-[#red]-> instanceA: TGW tgw <-[#red]-> instanceB: TGW tgw <-[#red]-> instanceC: TGW package "Data sets" { CloudTrail(ctrail, "", "Audit logs", "") CloudWatch(cwatch, "", "CloudWatch logs", "") VPCFlowLogs(flowlogs, "", "VPC flow logs", "") } @enduml
false
true
false
false
sequence
0d5ac933dd7049b6650bdae5c72e15ee43f5fd9a
69e2e074c6872d5c54c470ee7804f59e8c8d36f2
/test/diagrams/Resource_ProductOrder.puml
0b80b7b084ac74a2817ae4e2ee48918681eef633
[]
no_license
knutaa/asciidoctest
350c45285888c1125badf2602280e1301495984a
410a5d76020dfa98d4abda382ed8ad04baafbbe3
refs/heads/main
2023-01-29T14:01:37.296912
2020-12-14T13:49:58
2020-12-14T13:49:58
313,266,232
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,790
puml
@startuml ' ' Resource: ProductOrder ' Source: Product_Ordering_4.0.0_oas.yaml ' Generated: 2020-11-18 23:09:09+0100 ' hide circle hide methods hide stereotype show <<Enumeration>> stereotype skinparam class { backgroundColor<<Enumeration>> #E6F5F7 backgroundColor<<Ref>> #FFFFE0 backgroundColor<<Pivot>> #FFFFFFF backgroundColor #FCF2E3 backgroundColor<<SubResource>> MistyRose } skinparam legend { borderRoundCorner 0 borderColor red backgroundColor white } 'sequence: 19 class ProductOrder <extends \nEntity > <<Pivot>> { cancellationDate : DateTime cancellationReason : String category : String completionDate : DateTime description : String expectedCompletionDate : DateTime externalId : String href : String id : String notificationContact : String orderDate : DateTime priority : String requestedCompletionDate : DateTime requestedStartDate : DateTime state : ProductOrderStateType @baseType : String @schemaLocation : Uri @type : String } 'sequence: 20 class ProductOrderStateType <<Enumeration>> { acknowledged inProgress rejected held assessingCancellation pendingCancellation pending cancelled completed failed partial } 'sequence: 42 class ProductOrderItem <extends \nEntity > { action : OrderItemActionType appointment : AppointmentRef billingAccount : BillingAccountRef href : Uri id : String itemPrice : OrderPrice [0..*] itemTerm : OrderTerm [0..*] itemTotalPrice : OrderPrice [0..*] payment : PaymentRef [0..*] product : ProductRefOrValue productOffering : ProductOfferingRef productOfferingQualificationItem : ProductOfferingQualificationItemRef productOrderItem : ProductOrderItem [0..*] productOrderItemRelationship : OrderItemRelationship [0..*] qualification : ProductOfferingQualificationRef [0..*] quantity : Integer quoteItem : QuoteItemRef state : ProductOrderItemStateType @baseType : String @schemaLocation : Uri @type : String } 'sequence: 50 class QuoteRef <extends \nEntityRef > <<Ref>> { href : Uri id : String name : String @baseType : String @referredType : String @schemaLocation : Uri @type : String } 'sequence: 59 class BillingAccountRef <extends \nEntity > <<Ref>> { href : String id : String name : String ratingType : String @baseType : String @referredType : String @schemaLocation : Uri @type : String } 'sequence: 67 class AgreementRef <extends \nEntityRef > <<Ref>> { href : Uri id : String name : String @baseType : String @referredType : String @schemaLocation : Uri @type : String } 'sequence: 75 class Note <extends \nExtensible > { author : String date : DateTime id : String text : String @baseType : String @schemaLocation : Uri @type : String } 'sequence: 90 class OrderPrice <extends \nEntity > { billingAccount : BillingAccountRef description : String href : Uri id : String name : String price : Price priceAlteration : PriceAlteration [0..*] priceType : String productOfferingPrice : ProductOfferingPriceRef recurringChargePeriod : String unitOfMeasure : String @baseType : String @schemaLocation : Uri @type : String } 'sequence: 98 class PaymentRef <extends \nEntityRef > <<Ref>> { href : Uri id : String name : String @baseType : String @referredType : String @schemaLocation : Uri @type : String } 'sequence: 107 class RelatedParty <extends \nEntityRef > { href : Uri id : String [1] name : String role : String @baseType : String @referredType : String [1] @schemaLocation : Uri @type : String } 'sequence: 115 class ProductOfferingQualificationRef <extends \nEntityRef > <<Ref>> { href : Uri id : String name : String @baseType : String @referredType : String @schemaLocation : Uri @type : String } 'sequence: 124 class RelatedChannel <extends \nEntityRef > { href : Uri id : String name : String role : String @baseType : String @referredType : String @schemaLocation : Uri @type : String } 'sequence: 19 'processing edges for ProductOrder 'sequence: 127 'rule: Item special case ProductOrder *-right-> "1..*" ProductOrderItem : productOrderItem 'sequence: 130 ProductOrderStateType <-left[hidden]- ProductOrder 'sequence: 139 'rule: General above rule QuoteRef "0..*" <--* ProductOrder : quote 'sequence: 141 'rule: General above rule BillingAccountRef <--* ProductOrder : billingAccount 'sequence: 143 'rule: General above rule Note "0..*" <--* ProductOrder : note 'sequence: 145 'rule: General above rule AgreementRef "0..*" <--* ProductOrder : agreement 'sequence: 147 'rule: General below rule ProductOrder *--> "0..*" OrderPrice : orderTotalPrice 'sequence: 149 'rule: General below rule ProductOrder *--> "0..*" PaymentRef : payment 'sequence: 151 'rule: General below rule ProductOrder *--> "0..*" RelatedParty : relatedParty 'sequence: 153 'rule: General below rule ProductOrder *--> "0..*" ProductOfferingQualificationRef : productOfferingQualification 'sequence: 155 'rule: General below rule ProductOrder *--> "0..*" RelatedChannel : channel 'layout of the core: [ProductOrder, ProductOrderItem] (seq=125) 'finished layout of the core (seq=135) 'y=9 : QuoteRef (10) BillingAccountRef (10) Note (10) AgreementRef (10) (seq=178) 'y=10 : ProductOrderItem (11) ProductOrderStateType (9) ProductOrder (10) (seq=179) 'y=11 : OrderPrice (10) PaymentRef (9) RelatedParty (8) ProductOfferingQualificationRef (7) RelatedChannel (6) (seq=180) @enduml
false
true
false
false
sequence
98ea416d810ffcd3a17288f79c2a259559174388
2683be9343099f2c1b230ac8596b7d39ef6183ee
/ClassDiagram.puml
2351f691bc24dc7feb22e4d55b9657777f893b42
[ "MIT" ]
permissive
lunarforge/goplantuml
01635e35b25804139770d14dfcd0fd3ddb2e48a2
496c4d45d4b2344852303d72e9b0ffe21c107290
refs/heads/master
2023-04-12T09:48:40.945445
2021-05-07T19:56:05
2021-05-07T19:56:05
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,284
puml
@startuml title Parser Class Diagram namespace parser { class Alias << (S,Aquamarine) >> { + Name string + PackageName string + AliasOf string } class AliasSlice << (S,Aquamarine) >> { + Len() int + Less(i int, j int) bool + Swap(i int, j int) } class ClassDiagramOptions << (S,Aquamarine) >> { + FileSystem afero.Fs + Directories []string + IgnoredDirectories []string + RenderingOptions <font color=blue>map</font>[RenderingOption]<font color=blue>interface</font>{} + Recursive bool } class ClassParser << (S,Aquamarine) >> { - renderingOptions *RenderingOptions - structure <font color=blue>map</font>[string]<font color=blue>map</font>[string]*Struct - currentPackageName string - allInterfaces <font color=blue>map</font>[string]<font color=blue>struct</font>{} - allStructs <font color=blue>map</font>[string]<font color=blue>struct</font>{} - allImports <font color=blue>map</font>[string]string - allAliases <font color=blue>map</font>[string]*Alias - allRenamedStructs <font color=blue>map</font>[string]<font color=blue>map</font>[string]string - parsePackage(node ast.Node) - parseImports(impt *ast.ImportSpec) - parseDirectory(directoryPath string) error - parseFileDeclarations(node ast.Decl) - handleFuncDecl(decl *ast.FuncDecl) - handleGenDecl(decl *ast.GenDecl) - renderStructures(pack string, structures <font color=blue>map</font>[string]*Struct, str *LineStringBuilder) - renderAliases(str *LineStringBuilder) - renderStructure(structure *Struct, pack string, name string, str *LineStringBuilder, composition *LineStringBuilder, extends *LineStringBuilder, aggregations *LineStringBuilder) - renderCompositions(structure *Struct, name string, composition *LineStringBuilder) - renderAggregations(structure *Struct, name string, aggregations *LineStringBuilder) - updatePrivateAggregations(structure *Struct, aggregationsMap <font color=blue>map</font>[string]<font color=blue>struct</font>{}) - renderAggregationMap(aggregationMap <font color=blue>map</font>[string]<font color=blue>struct</font>{}, structure *Struct, aggregations *LineStringBuilder, name string) - getPackageName(t string, st *Struct) string - renderExtends(structure *Struct, name string, extends *LineStringBuilder) - renderStructMethods(structure *Struct, privateMethods *LineStringBuilder, publicMethods *LineStringBuilder) - renderStructFields(structure *Struct, privateFields *LineStringBuilder, publicFields *LineStringBuilder) - getOrCreateStruct(name string) *Struct - getStruct(structName string) *Struct + Render() string + SetRenderingOptions(ro <font color=blue>map</font>[RenderingOption]<font color=blue>interface</font>{}) error } class Field << (S,Aquamarine) >> { + Name string + Type string + FullType string } class Function << (S,Aquamarine) >> { + Name string + Parameters []*Field + ReturnValues []string + PackageName string + FullNameReturnValues []string + SignturesAreEqual(function *Function) bool } class LineStringBuilder << (S,Aquamarine) >> { + WriteLineWithDepth(depth int, str string) } class RenderingOptions << (S,Aquamarine) >> { + Title string + Notes string + Aggregations bool + Fields bool + Methods bool + Compositions bool + Implementations bool + Aliases bool + ConnectionLabels bool + AggregatePrivateMembers bool } class Struct << (S,Aquamarine) >> { + PackageName string + Functions []*Function + Fields []*Field + Type string + Composition <font color=blue>map</font>[string]<font color=blue>struct</font>{} + Extends <font color=blue>map</font>[string]<font color=blue>struct</font>{} + Aggregations <font color=blue>map</font>[string]<font color=blue>struct</font>{} + PrivateAggregations <font color=blue>map</font>[string]<font color=blue>struct</font>{} - addToPrivateAggregation(fType string) + ImplementsInterface(inter *Struct) bool + AddToComposition(fType string) + AddToExtends(fType string) + AddToAggregation(fType string) + AddField(field *ast.Field, aliases <font color=blue>map</font>[string]string) + AddMethod(method *ast.Field, aliases <font color=blue>map</font>[string]string) } class parser.AliasSlice << (T, #FF7700) >> { } class parser.RenderingOption << (T, #FF7700) >> { } } "strings.Builder" *-- "extends""parser.LineStringBuilder" "parser.ClassDiagramOptions""uses" o-- "afero.Fs" "parser.ClassDiagramOptions""uses" o-- "parser.RenderingOption" "parser.Function""uses" o-- "parser.Field" "parser.Struct""uses" o-- "parser.Field" "parser.Struct""uses" o-- "parser.Function" "__builtin__.int" #.. "alias of""parser.RenderingOption" "parser.[]Alias" #.. "alias of""parser.AliasSlice" @enduml
false
true
false
false
class
1f2845fa1abe9e2885db78ad956521cadc561294
d03e77344fd24ec4318026eac98c60cbff8f33b2
/usage/aspirations/umls/uml-type.puml
64e1ab9aaf42c9441201a2bd3294df92576efb2c
[]
no_license
joergen-vs/73027c42-c2cd-4c62-b1f4-2532c0eb8dab
666700dec8b9a1bb2dc54d74c889b8b2fff823de
67f90c7fdc9b60869f7fab96dfc93c673e64b9d3
refs/heads/master
2023-08-31T14:38:22.361786
2023-06-29T07:42:11
2023-06-29T07:42:11
99,930,024
0
0
null
null
null
null
UTF-8
PlantUML
false
false
315
puml
@startuml skinparam linetype polyline skinparam linetype ortho package "Types" <<Frame>> { interface structureType container *-- types types *-- structureType structureType <-- fileType structureType <-- recordType structureType <-- fieldType fileType <-- flatFileType fileType <-- structuredFileType } @enduml
false
true
false
false
class
a7af0f40669b727f8050bc51d82d26a9e1bc9211
d702b31e656edcb9944228c0309f153bdff29eec
/doc/plantuml/HCARDA/command/TerminateDfCommand.plantuml
0838dc4db0b87357fcf9dbaf9b99ca11793c66e7
[ "Apache-2.0" ]
permissive
gematik/ref-HealthCardAccess
4f3957bfe40c56ffbf82782528a6e543ea00e9e3
eb9a12f7eea309bb5b23269de9d8fa924f91fe4f
refs/heads/master
2022-02-14T18:25:41.769547
2022-01-07T07:24:17
2022-01-07T07:24:17
213,916,430
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,345
plantuml
@startuml package de.gematik.ti.healthcardaccess { interface IHealthCardCommand { {abstract} + executeOn() } } package de.gematik.ti.healthcardaccess { abstract class AbstractHealthCardCommand { {static} - LOG : Logger {static} # NE_MAX_EXTENDED_LENGTH : int {static} # NE_MAX_SHORT_LENGTH : int {static} # EXPECT_ALL : int # cla : int # ins : int # p1 : int # p2 : int # data : byte[] # ne : int # AbstractHealthCardCommand() # AbstractHealthCardCommand() {abstract} + getTechnicalResponseApdus() - inferResponseStatusFromResponseCode() + executeOn() # sendApdu() - getCommandApdu() } } package de.gematik.ti.healthcardaccess { package de.gematik.ti.healthcardaccess.commands { class TerminateDfCommand { {static} - CLA : int {static} - INS : int {static} - NO_MEANING : int {static} - RESPONSE_MESSAGES : Map<Integer, ResponseStatus> + getTechnicalResponseApdus() + TerminateDfCommand() } } } AbstractHealthCardCommand -up-|> IHealthCardCommand TerminateDfCommand -up-|> AbstractHealthCardCommand @enduml
false
true
false
false
class
3603b6c50b7a7a573b4d26cade6dd16518fdf0fc
22e6ccf6df411e8f3ab40ce367a997594af1f020
/docs/hackednode.plantuml
98706a5e0c70861e83b5148e5bcceac5daa64ced
[ "MIT" ]
permissive
radixdlt/mtps
e05b3e1ecba390e912c4f4b521bc0eb9a940503e
4cb4fd12fcad88d3a16cb845c9f64c3309ce95f4
refs/heads/master
2020-06-03T10:46:12.542267
2019-11-26T14:49:53
2019-11-26T14:49:53
191,539,171
10
5
MIT
2019-11-26T14:49:55
2019-06-12T09:21:42
JavaScript
UTF-8
PlantUML
false
false
537
plantuml
@startuml node core3 as "Core Node Data Flow" { boundary api as "API" note bottom of api Out of scope! end note control pump as "Atom Pump" boundary atomos as "AtomOS" control cm as "Constraint Machine" control tempo as "Tempo" database ledger as "Ledger" file atoms as "atoms.zst" pump -- atoms : " loads " pump -> atomos atomos --> cm: uses atomos -> tempo tempo --> cm: uses tempo -> ledger } node core2 as "Other Core Node" core2 <--> tempo: gossips @enduml
false
true
false
false
sequence
0a15392f30a4343cae6874a0d4508eed6e13b050
bcb7fd9ec9e69e52780b27da867b8055dfdc043c
/src/lattice/Concept.iuml
c9a447e976af92a1693b88fe1a102a781adce989
[ "CECILL-B" ]
permissive
vanthonguyen/lattice-sequence
2e962d089b0053ba90332932fe3881dfe8ec71ac
72ebfe551ef013da521b81121e3f98164b2a00bf
refs/heads/master
2020-04-15T07:22:32.920465
2015-02-01T17:33:59
2015-02-01T17:33:59
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,693
iuml
package lattice { class Concept { -ComparableSet setA -ComparableSet setB .. Constructors .. +Concept(TreeSet<Comparable> setA, TreeSet<Comparable> setB) +Concept(boolean setA, boolean setB) +Concept(TreeSet<Comparable> setA, boolean setB) +Concept(boolean setA, TreeSet<Comparable> setB) +Concept(Concept c) .. Generators .. +Concept copy() .. Predicates .. +boolean hasSetB() +boolean hasSetA() +boolean containsInA(Comparable x) +boolean containsInB(Comparable x) +boolean containsAllInA(TreeSet x) +boolean containsAllInB(TreeSet x) .. Accessors .. +TreeSet<Comparable> getSetA() +TreeSet<Comparable> getSetB() .. Operations .. +void putSetB(ComparableSet x) +void putSetA(ComparableSet x) +boolean addToA(Comparable x) +boolean addToB(Comparable x) +boolean addAllToA(TreeSet x) +boolean addAllToB(TreeSet x) +boolean removeFromA(Comparable x) +boolean removeFromB(Comparable x) +boolean removeAllFromA(TreeSet x) +boolean removeAllFromB(TreeSet x) .. Transformers .. +String toString() +String toDot() .. Comparators .. +int hashCode() +boolean equals(Object o) .. Successors computation .. +ArrayList<TreeSet<Comparable>> immediateSuccessorsLOA(Context init) -int count(Context init, TreeSet<Comparable> attributes) +ArrayList<TreeSet<Comparable>> immediateSuccessors(ClosureSystem init) } Node <|-- Concept Concept *-- "2" ComparableSet }
false
true
false
false
class
d4c73b7efa012a8d888b3e9c4b3027eb672c895a
fb6cdc303c504ac460aabff216b9eb7d6cbae95d
/src/main/java/com/bgzyy/design/uml/aggregation/Aggregation.puml
ad9dd66a0e1841abbaca5ac349024f903d668006
[]
no_license
bgzyy/Design-Patterns
67484fd535fb7c41e22cc8122e274b470ca011c8
6e0a2853814708ead8eae7a72171e61f705b6409
refs/heads/master
2023-01-01T16:12:13.380936
2020-10-24T08:48:19
2020-10-24T08:48:19
306,841,209
0
0
null
null
null
null
UTF-8
PlantUML
false
false
223
puml
@startuml class Mouse class Monitor class Computer { -mouse: Mouse -monitor: Monitor +setMouse(Mouse mouse): void +setMonitor(Monitor monitor): void } Mouse "1" --o Computer Monitor --o Computer @enduml
false
true
false
false
class
ee046e1c599974e808829dddd77d20219922f3e1
e7b5da6e0b837e56c70cfc3a8884932e2d9b9cfe
/docs/Solution/UseCase/Logical.puml
37514bda4d5a76a2231ffb74ead5896c4167df3f
[ "MIT" ]
permissive
madajaju/ailtire
0e15941fb821a205aca2956b5e0d233f09000310
e85b256b7ea0ba30336dfe8415fc875de53be8b7
refs/heads/master
2023-08-31T05:07:09.454887
2023-07-19T17:19:53
2023-07-19T17:19:53
246,922,496
1
0
null
2023-08-09T04:58:25
2020-03-12T20:13:09
JavaScript
UTF-8
PlantUML
false
false
189
puml
@startuml class "Use Case" as uc { name: string description: string method: string } class Actor { } class Scenario { } uc "1" o-> "n" Actor uc "1" *--> "n" Scenario @enduml
false
true
false
false
class
1d63bc0fbf3b0de2acdc508721973b89c1dc9b0f
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/treeview/TrackPropertyCurvesDataSource.puml
f5974d6eae3e5bfccce3047ca53df1402887e546
[]
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
173
puml
@startuml class TrackPropertyCurvesDataSource { + TrackPropertyCurvesDataSource(track:TrackAsset) } BasePropertyKeyDataSource <|-- TrackPropertyCurvesDataSource @enduml
false
true
false
false
class
1f2c467e82381385e324d38bdf08febc9600e1cb
70b6b3086d64939b4bd08cf8aad93ac5283cf1ac
/examples/ast/Compartment.puml
e6e08b47818ae8fa55788cc7d09f920030ddc100
[ "MIT" ]
permissive
tizuck/scala-uml-diagrams
4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b
c5c432132bff9df7ab60352f0e715583d9d51973
refs/heads/main
2023-03-01T02:44:15.288794
2021-02-03T22:26:55
2021-02-03T22:26:55
306,687,367
0
0
null
null
null
null
UTF-8
PlantUML
false
false
722
puml
abstract class uml.StereotypeElement <<trait>> class uml.Compartment << caseclass >>{ <<ctor pos=1>> identifier : Option<String> <<ctor pos=2>> taggedValues : List<TaggedValue> <<ctor pos=3>> stereotype : List<Stereotype> -- <<scalaclass>> -- isSealed } uml.StereotypeElement <|-- uml.Compartment hide circle skinparam defaultFontName Source Code Pro skinparam ClassStereotypeFontColor #1b1f23 skinparam class { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #6f42c1 } skinparam note { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #d73a49 } skinparam stereotype { FontColor #d73a49 }
false
true
false
false
class
0f085134cea1cac0b7e553e355aa4768db953a19
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/UseCases/Manage-Applications/Multiple Complex Application.puml
aae54569ace7df4230dc19a1edc48f0a4c16fce7
[]
no_license
CAADE/ADC
bec251477e457a9ee4eca673fdab04b65c4290f5
a81ba7532e7092ab564bcb30f8ec36bab3b71d0b
refs/heads/master
2021-06-23T22:20:00.239150
2019-04-03T05:15:20
2019-04-03T05:15:20
104,887,854
5
0
null
null
null
null
UTF-8
PlantUML
false
false
1,192
puml
@startuml package "Hybrid Cloud C3" #ffffaa { component Application #ffaa88 component ApplicationB #88aaff } package "In Vehicle" #lightblue { component Egress as IVE component Worker3 #ffaa88 component Worker3B #88aaff Worker3 --> IVE Worker3B --> IVE } package "Edge" #lightgreen { interface ingress as EVI component Worker2 #ffaa88 component Worker2B #88aaff component Egress as EVE EVI --> Worker2 Worker2 --> EVE EVI --> Worker2B Worker2B --> EVE } package "Data Center" #cccccc { interface Ingress as DCI component WebService #ffaa88 component AnalyticsService #88aaff component RedisB #88aaff component Redis #ffaa88 component NodeJS #ffaa88 component Worker1 #ffaa88 Application *..> WebService Application *..> Redis Application *..> NodeJS Application *..> Worker1 Application *..> Worker2 Application *..> Worker3 ApplicationB *..> AnalyticsService ApplicationB *..> RedisB ApplicationB *..> Worker2B ApplicationB *..> Worker3B DCI -- WebService : 80 DCI -- Redis : 5000 DCI -- NodeJS : 1337 DCI -- Worker1 : 3001 DCI -- RedisB : 5001 DCI -- AnalyticsService : 8088 } IVE --> EVI EVE --> DCI @enduml
false
true
false
false
class
24a4730ebf0b79b5ea9b8c46108d18857fbbd3d5
2060d9177e8c16b1d5259477f6337437d7c17f41
/P2/ADD/views/SequenceUC2Diagram.puml
892471b22e65ec9126cfc4477b1322daf7c495ab
[]
no_license
diogoc21/ISEP.Master.ARQSOFT_2019
664a5bdbfde383c910e844caadf1079468f3c087
e76a7a2cca6b247605d2b2316fd14d65244f1e3c
refs/heads/master
2022-04-08T09:32:58.983176
2019-12-19T19:21:48
2019-12-19T19:21:48
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
790
puml
@startuml SequenceUC2Diagram actor CookingTeam boundary GorgeousMealUI control MealItemController participant MealItemRepository entity MealItem database MealDB CookingTeam -> GorgeousMealUI : Select Meal Item and Remove GorgeousMealUI --> CookingTeam : Confirm? CookingTeam -> GorgeousMealUI : Yes GorgeousMealUI-> MealItemController : DeleteMealItem(id) MealItemController -> MealItemRepository : DisableMealItem(id) MealItemRepository -> MealDB : GetMealItem MealDB --> MealItemRepository : mealItem MealItemRepository -> MealItem : disable() MealItemRepository -> MealDB : SaveChanges(mealItem) MealItemRepository --> MealItemController : return success MealItemController --> GorgeousMealUI : return success GorgeousMealUI --> CookingTeam : Informs the operation's success @enduml
false
true
false
false
usecase
2f3dea5527fdff4a66d37fa3e7336696e1581255
c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac
/docs/uml-class-diagrams/middleware02/test/MiddlewareCommInterfaceImplementationTests/MiddlewareCommInterfaceImplementationTests.puml
c7ffe883259a15e6e402c17dd2970aa9a78e41d3
[]
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
225
puml
@startuml MiddlewareCommInterfaceImplementationTests package edu.oakland.test.middleware02 { class MiddlewareCommInterfaceImplementationTests { + void rfidInIsRfidOut() + void nullCheck() } } @enduml
false
true
false
false
class
a2dfb8041e5c5323e8e77984f8e9c3e91a316607
6e00ee1ef4eec3cc1a561ea3872772a33da47324
/docs/diagram/Roles_and_Permissions.puml
e4f17018d3fddf2b9ccd3b5395d6b6803f989123
[ "MIT" ]
permissive
flopezag/tutorials.secured-OrionLD
b9119e9784abcc9db2183b542eacf2a6f63f9ea3
fbfb23bc996241f596527d61375ed8f514ce1511
refs/heads/master
2023-03-27T02:34:59.491345
2021-03-23T16:41:01
2021-03-23T16:41:01
318,134,955
0
0
null
null
null
null
UTF-8
PlantUML
false
false
972
puml
@startuml ' UML Diagram to represent the definition of Roles and Permissions related to the GDPR management ' with CEF Context Broker (https://github.com/flopezag/tutorials.secured-OrionLD) using ' PlanUML (http://www.plantuml.com). skinparam object { BackgroundColor #f5f5f5 ArrowColor #4c4c4c BorderColor #ff7059 } object Application Application : id Application : name Application : description object Organization Organization : id Organization : name Organization : description object User User : id User : username User : email User : password object Permission Permission : id Permission : name Permission : description object Role Role : id Role : name Role : description Organization "1" o-- "*" Role : has > User "0 " --o " *" Application : uses > Application "0" o-- "*" Organization : uses < Application "1" o-- "*" Role : offers > User "1" o-- "*" Role : has > Role "1" o-- "*" Permission : has > User "0..*" - "0..*" Organization @enduml
false
true
false
false
class
2e41f2430b972fc6ecbbb2850d71f5c2569eba61
6919c6934224f71d9088b0a0540d7506e2e2ca57
/groups.plantuml
3fa1fbe2a953b7047282f2a12af5922835e7110b
[]
no_license
lkq/plantuml-samples
b45d40383133fb3718f31913ccef89b0f43c5eba
cf77a31a2995f68406e087b40ec09a4f8f3766c4
refs/heads/main
2023-03-18T18:38:21.877628
2021-03-15T17:15:36
2021-03-15T17:15:36
337,068,208
0
0
null
null
null
null
UTF-8
PlantUML
false
false
476
plantuml
@startuml Groups package "Package Group" { component "Package Component" as packageComp [Package Component 2] as packageComp2 } node "Node Group" { component "Node Component" as nodeComp folder "This is my folder" { [Folder] } } cloud "Cloud Group" { component "Cloud Component" as cloudComp } database "Database Group" { folder "database folder" { [Database Folder] } frame "database frame" { [Database Frame] } } @enduml
false
true
false
false
sequence
fa5d6bb9d94d6a62dde740750c22c6c69dda2e65
c071afa8c9ef0c26eae424fb721f292f903d7289
/gfx/uml/PDO.plantuml
793e91c63169c6c49d7773745281ba84e5dc66fb
[]
no_license
Konafets/thesis
4628b7e675164690e4b1a8345eecd11c20d9cbfc
94a27a586356d3b7356d0690cf4ed5dd6a0dc6b7
refs/heads/master
2016-09-06T18:47:47.614390
2014-05-26T17:51:30
2014-05-26T17:51:30
18,177,420
3
1
null
null
null
null
UTF-8
PlantUML
false
false
318
plantuml
@startuml set namespaceSeparator none hide empty members hide empty methods class PDO { +query(): PDOStatement +prepare(): PDOStatement +lastInsertId(): integer .. weitere Methoden .. } class PDOStatement { +fetch(): mixed +execute(): boolean +closeCursor(): boolean .. weitere Methoden .. } @enduml
false
true
false
false
class
667b7968f69b8bcc856d023babccfb900c2130f7
2b2acc58e16343190688ed460b26386980bb2b20
/Documents/UC15/MD.puml
99019c62b46d21f33ca328c29f2e2a2241990d9e
[]
no_license
1190452/LAPR3
0ca11285a3e85f93b5d687a0e10caef6f62a9577
e641d35f6524fde900beb3683937fc697af3b325
refs/heads/master
2023-05-11T07:45:02.636516
2021-01-31T17:06:37
2021-01-31T17:06:37
372,571,407
0
0
null
null
null
null
UTF-8
PlantUML
false
false
951
puml
@startuml skinparam classAttributeIconSize 0 hide methods left to right direction class Courier { -String name -String email -double maxWeightCapacity } class Pharmacy { -String id -String name -int quantityScooters } class ElectricScooter { -String id -double maxBattery -double actualBattery } class Order { -String number -int productQuantity -String date -double finalPrice -double orderWeight -boolean status } class Product { -String id -String name -String description -double price -double weight } class Delivery { -String id -double necessaryEnergy -double distance -double weight } Order "1" -- "1.." Product: Has > Pharmacy "1" -- "1.." Product: Has > Pharmacy "1" -- "1.." Courier: Has > Pharmacy "1" -- "1.." ElectricScooter: Has > Delivery "1" -- "1.." Order: Has > Delivery "1" -- "1" ElectricScooter: Made with > Courier "1" -- "1" Delivery: Does > @enduml
false
true
false
false
class
7ef984365d72135362abb79b378995ce879e75a6
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
/src/site/sphinx/formatting/puml/colors/PapayaWhip.puml
2bd067bde077cc57f681cb2ad6404723fa9eaf73
[]
no_license
weedySeaDragon/plantuml-documentation
1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba
3c23cd2cd7fc1b4a85423ef9861711907fab2296
refs/heads/develop
2022-12-09T05:57:04.055959
2022-05-12T16:05:20
2022-05-12T16:05:20
165,910,589
55
6
null
2022-11-22T10:34:29
2019-01-15T19:28:35
SCSS
UTF-8
PlantUML
false
false
319
puml
@startuml skinparam ClassBackgroundColor #PapayaWhip skinparam ClassFontColor #PapayaWhip skinparam ClassBorderColor #PapayaWhip skinparam ClassStereotypeFontSize 0 skinparam CircledCharacterFontSize 0 skinparam CircledCharacterRadius 0 skinparam ClassBorderThickness 0 skinparam Shadowing false class Dummy @enduml
false
true
false
false
class
bc3c6c3d125de9532587ac7a09d66a6d5edecb58
a68daa8eb7b2e466f9caff66de247f5b201ae377
/fig/classes_js.plantuml
1ca9c428e6503be4d18c1955aed5f8a836155d57
[ "MIT" ]
permissive
corestate55/netoviz
a4aae5a1ff2e3528ecc6f7d93a1d2357c739a816
f4f912104f8d4f6aee05253e575418917e100468
refs/heads/develop
2023-02-04T02:47:13.698232
2022-07-30T09:14:04
2022-07-30T09:14:04
139,699,686
36
6
MIT
2023-01-27T08:43:19
2018-07-04T09:25:59
JavaScript
UTF-8
PlantUML
false
false
21,807
plantuml
@startuml class AlertTable { +addAlert() +alerts() +allAlerts() } AlertTable -- Alert class APIBase { +constructor() +getModels() +readLayoutJSON() +toForceSimulationTopologyData() +toDependencyTopologyData() +toNestedTopologyData() +toDistanceTopologyData() +getGraphData() +splitAlertHost() } APIBase -- CacheRfcTopologyDataConverter class CacheRfcTopologyDataConverter { +constructor() -_checkCacheDir() -_readForceSimulationTopologyDataFromCacheJSON() -_readRfcTopologyDataFromJSON() -_writeCache() -_updateStatsOfTopologyJSON() -_foundOperativeCache() -_updateCacheTimeStamp() +toForceSimulationTopologyData() } class GRPCIntegrator { +toDependencyTopologyData() +toNestedTopologyData() +toDistanceTopologyData() +splitAlertHost() } GRPCIntegrator --|> APIBase class RESTIntegrator { -_boolString2Bool() -_numberString2Number() -_printGraphQuery() -_makeGraphQuery() +toDependencyTopologyData() +toNestedTopologyData() +toDistanceTopologyData() +postGraphData() } RESTIntegrator --|> APIBase class ShallowNestedNode { +constructor() -_setFamilyRelation() +layerPath() +layer() +isNode() +isRootNode() +isTp() +matchTpPath() +matchNodePath() +parentNodePaths() +parentTpPaths() +childNodePaths() +childTpPaths() +numberOfTps() +numberOfParentNodes() +numberOfChildNodes() +filterTpPath() +filterNodePath() +linkPath() +setCircle() +setRect() +setGridPosition() } class DeepNestedTopology { +constructor() +beforeCalcRootNodePosition() +setNodes() +splitNode() +isLeaf() -_overDepth() -_inTargetDepth() +assumeAsLeaf() +childNodePathsToCalcPosition() +childNodeFrom() } DeepNestedTopology --|> ShallowNestedTopology DeepNestedTopology -- DeepNestedNode class NestLayout { +constructor() +toData() } class ShallowNestedTopology { +constructor() +initialize() +beforeCalcRootNodePosition() +setGrid() +setNodes() +setNodesAs() +findLinkBetween() +setLinks() +setRootNodes() +findNodeByPath() +mapPathsToNodes() +calcRootNodePosition() -_singleParentChildNodePaths() +isLeaf() +assumeAsLeaf() +consoleDebug() -_calcNodeWHAsLeaf() -_calcChildrenWHList() -_calcNodeWHAsSubRoot() -_calcNodePosition() +childNodePathsToCalcPosition() +childNodeFrom() -_calcChildNodePosition() -_widthByTp() -_heightByTp() -_widthByChildNodes() -_heightByChildNodes() -_calcSubRootNodeWH() -_calcLeafNodeWH() -_calcTpPosition() -_operativeNodes() -_inoperativeNodes() -_operativeLinksIn() -_makeSupportTpLinks() +toData() } ShallowNestedTopology -- GridOperator ShallowNestedTopology -- ShallowNestedNode ShallowNestedTopology -- NestedLink class NestedLink { +availableIn() } NestedLink --|> ForceSimulationLink class AggregatedNestedNode { +constructor() -_aggregateWith() } AggregatedNestedNode --|> DeepNestedNode AggregatedNestedNode -- AggregatedNodeAttribute class AggregatedTopology { -_replaceChildrenByAggregatedNode() -_aggregatedNodeName() -_makeAggregateNode() -_uniqLayerPaths() -_classifyAggregateTarget() -_familyClassifier() -_makeFamilyClassifiers() -_layerClassifier() -_makeLayerClassifiers() -_makeClassifierProduction() -_combinedClassifier() -_makeCombinedClassifiers() -_aggregateChildNodes() +childNodePathsToCalcPosition() } AggregatedTopology --|> DeepNestedTopology AggregatedTopology -- AggregatedNestedNode AggregatedTopology -- Set class DeepNestedNode { +constructor() +renameChildPath() -_duplicate() +splitNodeByParent() } DeepNestedNode --|> ShallowNestedNode DeepNestedNode -- DeepNestedNode class GridOperator { +constructor() -_setLayoutData() -_setXYGrid() -_initDefault() -_setXGridByInterval() -_setYGridByInterval() +positionByOrdinal() -_ordinal2coordinate() -_nextOrdinalPosition() +ordinalPositionByNodePath() +toData() } GridOperator -- NestLayout class RfcL2TermPoint { +constructor() } RfcL2TermPoint --|> RfcTermPoint RfcL2TermPoint -- RfcL2TermPointAttribute class RfcL3NetworkAttribute { +constructor() } RfcL3NetworkAttribute --|> RfcModelBase class RfcL3Network { +constructor() +newNode() +newLink() } RfcL3Network --|> RfcNetwork RfcL3Network -- RfcL3NetworkAttribute RfcL3Network -- RfcL3Node RfcL3Network -- RfcL3Link class RfcTopology { +constructor() +newNetwork() } RfcTopology --|> RfcModelBase RfcTopology -- RfcNetwork RfcTopology -- RfcL3Network RfcTopology -- RfcL2Network class RfcL3Link { +constructor() } RfcL3Link --|> RfcLink RfcL3Link -- RfcL3LinkAttribute class RfcL3TermPointAttribute { +constructor() +toHtml() } RfcL3TermPointAttribute --|> RfcModelBase class RfcL2NetworkAttribute { +constructor() } RfcL2NetworkAttribute --|> RfcModelBase class RfcL3TermPoint { +constructor() } RfcL3TermPoint --|> RfcTermPoint RfcL3TermPoint -- RfcL3TermPointAttribute class RfcL2Link { +constructor() } RfcL2Link --|> RfcLink RfcL2Link -- RfcL2LinkAttribute class RfcNode { +constructor() -_constructTermPoints() +newTP() -_constructSupportingNodes() +findTpByPath() -_makeChildren() +graphNode() } RfcNode --|> RfcModelBase RfcNode -- RfcTermPoint RfcNode -- RfcSupportingNode RfcNode -- ForceSimulationNode class RfcL3LinkAttribute { +constructor() } RfcL3LinkAttribute --|> RfcModelBase class RfcL3Node { +constructor() +newTP() } RfcL3Node --|> RfcNode RfcL3Node -- RfcL3NodeAttribute RfcL3Node -- RfcL3TermPoint class RfcL3NodeAttribute { +constructor() -_selectRouterId() +toHtml() } RfcL3NodeAttribute --|> RfcModelBase RfcL3NodeAttribute -- RfcL3Prefix class RfcNetwork { +constructor() -_constructSupportingNetworks() -_makeGraphNodesAsNode() -_makeGraphNodesAsTp() +makeGraphNodes() -_constructNodes() +newNode() -_constructLinks() +newLink() +makeGraphLinks() +isTypeLayer3() +isTypeLayer2() } RfcNetwork --|> RfcModelBase RfcNetwork -- RfcNetworkTypes RfcNetwork -- RfcSupportingNetwork RfcNetwork -- RfcNode RfcNetwork -- RfcLink class RfcL2Node { +constructor() +newTP() } RfcL2Node --|> RfcNode RfcL2Node -- RfcL2NodeAttribute RfcL2Node -- RfcL2TermPoint class RfcLink { +constructor() -_constructSupportingLinks() +graphLink() } RfcLink --|> RfcModelBase RfcLink -- RfcLinkTpRef RfcLink -- RfcSupportingLink RfcLink -- ForceSimulationLink class RfcL2TermPointAttribute { +constructor() +toHtml() } RfcL2TermPointAttribute --|> RfcModelBase RfcL2TermPointAttribute -- RfcL2VlanIdName class RfcTermPoint { +constructor() -_constructSupportingTermPoints() -_makeChildren() +graphNode() +graphLink() } RfcTermPoint --|> RfcModelBase RfcTermPoint -- RfcSupportingTermPoint RfcTermPoint -- ForceSimulationNode RfcTermPoint -- ForceSimulationLink class AggregatedNodeAttribute { +constructor() -_aggregatesNodeStr() +toHtml() } AggregatedNodeAttribute --|> RfcModelBase class RfcL2NodeAttribute { +constructor() +toHtml() } RfcL2NodeAttribute --|> RfcModelBase class RfcL2LinkAttribute { +constructor() } RfcL2LinkAttribute --|> RfcModelBase class RfcModelBase { +constructor() -_constructDiffState() } RfcModelBase --|> BaseContainer RfcModelBase -- DiffState class RfcL2Network { +constructor() +newNode() +newLink() } RfcL2Network --|> RfcNetwork RfcL2Network -- RfcL2NetworkAttribute RfcL2Network -- RfcL2Node RfcL2Network -- RfcL2Link class DistanceTopology { +constructor() -_distanceCircleInterval() -_correctArrays() -_distanceCircleRadius() -_rewriteDistanceCircleRadius() -_makeNodeLayout() -_nodesInLayouts() -_makeSupportLinks() -_makeLinks() +toData() } DistanceTopology -- DistanceNode DistanceTopology -- DistanceLink class DistanceNode { +constructor() +layerPath() +isTypeNode() -_exists() +hasTargetRelation() +distance() } DistanceNode --|> ForceSimulationNode class DistanceLink { +constructor() +layerPath() +isTypeTpTp() +isInLayer() +isConnectingNode() -_endNodePath() +isReverseLink() } DistanceLink --|> ForceSimulationLink class NeighborMaker { +constructor() +markNeighborWithTarget() -_findAllTpTpLinksInLayerOf() -_markNeighbor() -_findNodeByPath() -_findAllLinksWithoutOrigin() -_findAllLinksWithOrigin() } NeighborMaker --|> RelationMakerBase NeighborMaker -- NeighborRelation NeighborMaker -- NeighborMaker class RelationMakerBase { +constructor() +findTargetNode() +findTargetNodeByName() +findTargetNodeByPath() +consoleDebug() } class DiffState { +constructor() +detect() } class FamilyMaker { -_findNodeByPath() -_existsFamilyInNode() -_findAndMarkAsFamily() +markFamilyWithTarget() } FamilyMaker --|> RelationMakerBase FamilyMaker -- FamilyRelation FamilyMaker -- FamilyMaker class BaseContainer { +sortUniq() +flatten() } BaseContainer -- Set class DependencyTopology { +constructor() -_markFamilyWithTarget() -_setNetworks() +toData() } DependencyTopology -- DependencyNetwork class DependencyNode { +constructor() +setPosition() +nodeWidth() +toData() } DependencyNode --|> ForceSimulationNode DependencyNode -- DependencyConstants class DependencyNetwork { +constructor() -_setPosition() -_calcX() -_layerHeight() -_calcY() -_setNodes() -_findNodeByPath() -_setTermPoints() -_isType() -_findAllNodesFrom() -_findAllTermPointsFrom() +toData() } DependencyNetwork -- DependencyConstants DependencyNetwork -- DependencyNode DependencyNetwork -- DependencyTermPoint class DependencyTermPoint { +constructor() -_setCenterPosition() +setCenterPosition() -_calcX() -_calcY() +parentPath() +toData() } DependencyTermPoint --|> ForceSimulationNode DependencyTermPoint -- DependencyConstants class DependencyConstants { +constructor() +nodeWidth() +nodeHeight() } class ForceSimulationTopology { +constructor() -_makeNodes() -_findNodeByPath() -_makeParentRef() -_errorLinkEndNodeNotFound() -_resolveLinkRef() +toData() } ForceSimulationTopology --|> BaseContainer ForceSimulationTopology -- RfcTopology ForceSimulationTopology -- ForceSimulationNetwork class ForceSimulationNode { +constructor() +addParent() } class ForceSimulationNetwork { +constructor() } class ForceSimulationLink { +constructor() } class NestedDiagramBuilder { +constructor() +selectXY() -_makeGridHandles() -_makeGridLines() -_makeGridLabels() -_gridObjectsFrom() -_makeGrids() +colorOfNode() -_makeColorTable() -_makeNodes() -_makeSupportTpLines() -_makeTpTpLines() +remakeLinkLines() -_makeTps() -_makeNodeLabels() -_makeTpLabels() -_makeGridFittingButton() +makeDiagramControlButtons() -_wholeNodes() -_wholeTermPoints() +makeAllDiagramElements() } NestedDiagramBuilder --|> MultilayerDiagramBase NestedDiagramBuilder -- Set NestedDiagramBuilder -- InterTpLinkCreator class NestedDiagramOperator { -_findTargetRootNodes() -_selectNodeRectByPath() -_selectNodeLabelByPath() -_selectTpCircleByPath() -_selectTpLabelByPath() -_selectTpTpLineByPath() -_selectSupportTpLineByPath() -_selectGridLine() -_selectGridHandle() -_selectGridLabel() +findOperativeNodeByPath() +findInoperativeNodeByPath() +operativeNodesByName() +inoperativeNodesByName() -_updateNodeRectPosition() -_tpsInNode() -_updateTpCirclePosition() -_childNodesOfNode() -_moveRootNode() -_redrawLinkLines() -_updateGridLine() -_setGridHandler() -_setTpClassByPath() -_setLineClass() -_setLinkMouseHandler() -_setInitialZoom() -_setSVGZoom() +setSelectReady() +highlight() -_clearAllChecked() -_clearAllSelectReady() +clearAllAlertHighlight() -_setTpMouseHandler() +nodeClickHook() -_setNodeMouseHandler() -_maxWHOnGrid() -_gridFittingXY() +fitGrid() -_setGridFittingButtonHandler() +setAllDiagramElementsHandler() } NestedDiagramOperator --|> NestedDiagramBuilder class NestedDiagramVisualizer { +afterDrawRfcTopologyDataHook() +saveLayout() +setUISideNodeClickHook() +nodeClickHook() -_FindOperativeParentAndHighlight() -_highlightParentOfInoperativeNodes() -_highlightOperativeNodes() +highlightByAlert() } NestedDiagramVisualizer --|> NestedDiagramOperator class InterTpLinkCreator { +constructor() -_forEachTpTpLink() -_groupByOverlapLinks() -_slashLinks() -_backslashLinks() -_displaceYMidOfLinksIn() -_adjustLineOverlap() -_linksWith() +supportTpLinks() +tpTpLinks() +toData() } InterTpLinkCreator -- InterTpLink InterTpLinkCreator -- Set class InterTpLink { +constructor() +xMin() +yMin() +xMax() +yMax() -_height() -_width() +isSkewVertical() +isSkewHorizontal() +isSkewSlash() +isSkewBackslash() -_skewType() +hasOverlapIndex() -_inRange() -_inRangeX() -_inRangeYLow() -_inRangeYHigh() -_isNearYMid() +isOverlapX() -_isSameSkew() -_isOverlapBackslashPatternA() -_isOverlapBackslashPatternB() -_isOverlapBackslash() -_isOverlapSlashPatternA() -_isOverlapSlashPatternB() -_isOverlapSlash() +isOverlap() -_defaultYMiddlePoint() -_xMiddlePoint() +represent3Points() +represent4Points() -_regularSlashPolyline() -_irregularSlashPolyline() -_regularBackslashPolyline() -_irregularBackslashPolyline() -_regularHorizontalPolyline() -_irregularHorizontalPolyline() -_isIrregularYMid() -_wideCircledCornerPolyline() -_narrowCircledCornerPolyline() +circledCornerPolyline() +singleLine() +polyline() } InterTpLink --|> ForceSimulationLink class DistanceDiagramBuilder { +constructor() -_makeNodeCircles() -_makeNodeLabels() -_makeDistanceCircles() -_makeLinkSVGGroup() -_convertLinkToPoints() -_makeLinkLine() -_makeTpTpLinkLine() -_makeSupportNodeLinks() +isEmptyLayout() +makeAllDiagramElements() } DistanceDiagramBuilder --|> MultilayerDiagramBase class DistanceDiagramOperator { -_setInitialZoom() -_setSVGZoom() +targetNodeData() -_selectNodeCircleByPath() -_selectLinkByPath() -_selectNodeLabelByPath() -_selectReadyNodeCircle() -_selectReadyLink() -_selectReadyNodeLabel() +highlightNodeCircle() +clearHighlight() -_clearSelectReady() +nodeClickHook() +clickHandler() -_mouseOverHandler() -_mouseOutHandler() -_setNodeMouseHandler() -_findLinksConnectedWithNode() -_selectReadyLinkByNode() -_findNodesAtLinkEnd() -_linkMouseOverHandler() -_setLinkMouseHandler() +setAllDiagramElementsHandler() } DistanceDiagramOperator --|> DistanceDiagramBuilder class DistanceDiagramVisualizer { +setUISideNodeClickHook() +nodeClickHook() +highlightByAlert() } DistanceDiagramVisualizer --|> DistanceDiagramOperator class MultilayerDiagramBase { +constructor() +afterDrawRfcTopologyDataHook() +getGraphDataViaGRPC() +getGraphDataViaREST() +drawRfcTopologyData() +makeAllDiagramElements() +setAllDiagramElementsHandler() +drawRfcTopologyDataAsDiagram() -_constructRestURIParams() +restURI() +splitAlertHost() +highlightByAlert() } MultilayerDiagramBase --|> DiagramBase class DiagramBase { +makeDiagramContainer() +makeRootSVG() +resizeRootSVG() +isAggregated() +isFamilyAggregated() +isParentsAggregated() -_classOfDiffState() -_classOfInactive() -_classOfAggregated() +classStringFrom() +clearDiagramContainer() -_clearTooltip() -_makeTooltipCreator() -_makeClearHighlightButton() -_makeToggleDiffButton() +makeDiagramControlButtons() +controlButtonMouseOverCallback() +controlButtonMouseOutCallback() -_setClearHighlightButtonHandler() -_toggleActiveDiff() -_setToggleDiffButtonHandler() +setDiagramControlButtonsHandler() +clearWarningMessage() +makeWarningMessage() -_childPathRegexp() +matchChildPath() +typeOfPath() +networkPathOf() +parentPathOf() } DiagramBase --|> BaseContainer DiagramBase -- DiffState DiagramBase -- TooltipCreator DiagramBase -- RegExp class TooltipCreator { +constructor() -_makeTooltip() -_isAggregated() -_clearTimeout() -_enableTooltipForAggregatedNode() +enableTooltip() -_disableTooltipBody() +disableTooltip() } TooltipCreator -- AttrClass class DependencyDiagramBuilder { +constructor() -_makeNetworkLabelsGroup() -_makeNetworkLabels() -_makeNetworkElementsGroup() -_makeNodeRectsInNetwork() -_makeTermPointCirclesInNetwork() -_makeNodeLabelsInNetwork() -_makeTermPointLabelsInNetwork() -_makeDependencyLinesGroup() +makeAllDiagramElements() } DependencyDiagramBuilder --|> MultilayerDiagramBase class DependencyDiagramOperator { +clearHighlight() +clearDependencyLines() +clearAllHighlight() -_lineConverter() -_makeDependencyLines() -_pathsFromPairs() -_runParentsAndChildren() -_markTargetByPaths() +clickHandler() -_selectReadyByPath() -_mouseOverHandler() -_mouseOutHandler() -_setRootSVGZoom() +setAllDiagramElementsHandler() -_findElementDataByPath() -_getFamilyTree() } DependencyDiagramOperator --|> DependencyDiagramBuilder class DependencyDiagramVisualizer { +highlightByAlert() } DependencyDiagramVisualizer --|> DependencyDiagramOperator class Dependency2DiagramBuilder { +constructor() -_makeNetworkTypeNodeData() -_makeNodeDataListOfEachNetworks() -_deletePropertiesOf() -_rewriteNodeData() -_indentOf() -_calculateNodePosition() +allNodeDataList() -_allVisibleNodes() -_makeNodeCircles() -_makeNodeLabels() +refreshDiagramElements() -_makeDependencyLineGroup() +makeAllDiagramElements() } Dependency2DiagramBuilder --|> MultilayerDiagramBase class Dependency2DiagramOperator { +clearHighlight() +clearDependencyLines() +clearAllHighlight() -_setDependencyLineEndpoint() -_clearDependencyLineEndpointVisibility() -_reCalculateVisibleNodePosition() -_lineConverter() -_makeDependencyLines() -_highlightDependencyLineEndpoint() -_refreshDependencyElements() -_getFamilyTree() -_findNodeDataByPath() -_findNetworkDataOwns() +clickHandler() -_mouseOverHandler() -_mouseOutHandler() -_moveNetworkLayer() -_setAllDiagramElementsHandler() -_setRootSVGZoom() +setAllDiagramElementsHandler() } Dependency2DiagramOperator --|> Dependency2DiagramBuilder class Dependency2DiagramVisualizer { -_findNodeObjByName() +highlightByAlert() } Dependency2DiagramVisualizer --|> Dependency2DiagramOperator class ForceSimulationDiagramBuilder { +constructor() -_makeAllDiagramElements() +tpTypeNodes() +nodeTypeNodes() -_makeInfoTables() -_makeNodeInfoTable() -_makeTermPointInfoTable() +makeDiagramContainer() -_makeLinkLines() -_makeTermPointCircles() -_makeNodeInnerCircles() -_makeNodeOuterCircles() -_makeTermPointLabels() -_makeNodeLabels() -_setRootSVGSize() -_setCurrentInactiveElementsToInactive() -_renameLinkProperty() } ForceSimulationDiagramBuilder --|> DiagramBase class ForceSimulationDiagramOperator { +constructor() +clearHighlight() -_clearSelectReady() -_setRootSVGZoom() -_idListFromPath() +markNodeWith() -_markRelateFamilyNodesWith() -_markFamilyNodeWith() +highlightNode() -_cancelClickEvent() -_clickOperation() -_clickHandler() -_doubleClickOperation() -_doubleClickHandler() -_mouseOverHandler() -_mouseOutHandler() -_setDiagramElementsHandler() -_setNodeInfoTableHandler() -_refreshTermPointInfoTable() -_appendTermPointInfoTable() -_setAllDiagramElementsHandler() } ForceSimulationDiagramOperator --|> ForceSimulationDiagramSimulator class ForceSimulationDiagramVisualizer { +constructor() +setUISideDrawRfcTopologyHook() -_drawRfcTopologyData() -_getGraphDataViaGRPC() -_getGraphDataViaREST() +drawRfcTopologyData() -_findNodeDataByPath() -_clearAllDiagrams() -_drawNetworkDiagrams() -_forEachDiagramOperator() +clearAllHighlight() -_clearAllDiagramsHighlight() -_clearAllDiagramsWarningMessage() -_findDiagramOperatorByName() +highlightByAlert() } ForceSimulationDiagramVisualizer --|> BaseContainer ForceSimulationDiagramVisualizer -- PositionCache ForceSimulationDiagramVisualizer -- ForceSimulationDiagramOperator class PositionCache { +saveTopology() -_loadToNodeData() -_loadToNetwork() +loadToTopologyData() } class ForceSimulationDiagramSimulator { +constructor() -_makeSimulation() -_setupSimulation() -_linkDistance() -_tickedLink() -_tickedTermPoint() -_tickedNode() -_ticked() +startSimulation() +stopSimulation() +restartSimulation() } ForceSimulationDiagramSimulator --|> ForceSimulationDiagramBuilder class GRPCClient { +constructor() +getAlerts() +getGraphData() +graphName() +getModels() } GRPCClient -- GRPCClient @enduml
false
true
false
false
class
8cf718c71853c51b641fbdb25c09c3fb1f6ccf66
967f2dabfb87b48261882705d00b8c0e6adf2b87
/doc/other/send.puml
a8300e7a4a200c7e99621ae8ba1378e7d6e8227f
[]
no_license
ivhong/async_server
f1c55e324340e7c7aa038cd998b9c708a0e5b242
b5b153e96c5b335509d9185dc6e6dd5487b173bf
refs/heads/master
2020-06-30T18:43:55.110703
2019-05-28T00:48:02
2019-05-28T00:48:02
66,611,451
4
0
null
null
null
null
UTF-8
PlantUML
false
false
98
puml
@startuml participant "Overseer" AS O participant "Task" as T participant "Worker" as W @enduml
false
true
false
false
sequence
00a8884c6d30959042476806afbb0ff836251450
b0a5a653eb3cf896b45b6ea61c5785205af30fde
/docs/api.puml
d5bd5881f11690ee9748eba1fffc1542000e4ceb
[]
no_license
maltenorstroem/rest-api-spec
49370aa794ec695c1b46f175e466efe7bb882364
3a0ffb2d90f508f62fd6e0fbc19159023008c18b
refs/heads/master
2020-04-27T13:22:06.364988
2019-07-16T12:29:35
2019-07-16T12:29:35
174,367,137
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,406
puml
@startuml title contract mgmt composite skinparam class { BackgroundColor white ArrowColor #03a9f4 BorderColor #f3f3f3 } skinparam classBackgroundColor #F1F1F1 skinparam classBorderColor black class " root.v1 " as root_v1 << (R, #B00020) >> { --Description-- API entry point contract composite } class " vertraege.v1 " as vertraege_v1 << (R,#03a9f4) >> { .. methods .. + list + get + update + delete + :freigeben -- fields -- - display_name string + vertragId string + fachlicheGueltigkeit FachlicheGueltigkeit + zustand Zustand + versicherungsnehmer Versicherungsnehmer + hauptverfallTag int + hautpverfallMonat int + isHauptverfallUebersteuert bool + zahlweise string + zusatzAttribute []Property + vertragNr string + produktId string + ablaufDatum date + naechsterKuendigungstermin date + geschaeftsbereich string --Description-- contract head information entity {:cnt} } class " vertragsteile.v1 " as vertragsteile_v1 << (R,#03a9f4) >> { .. methods .. + list + get + create + update + delete -- fields -- - display_name string + fachlicheGueltigkeit FachlicheGueltigkeit + zustand Zustand + vertragsteilNr string + produktteilId string + vertragsteilId string + zusatzAttribute []Property --Description-- contract parts entity {:cpt} } class " versicherteobjekte.v1 " as versicherteobjekte_v1 << (R,#03a9f4) >> { .. methods .. + list + get + create + update + delete -- fields -- - display_name string + fachlicheGueltigkeit FachlicheGueltigkeit + zustand Zustand + versObjNr string + versObjTyp string + versObjId string + zusatzAttribute []Property --Description-- Repräsentiert das versicherte Objekt entity {:vso} } class " deckungsbuendel.v1 " as deckungsbuendel_v1 << (R,#03a9f4) >> { .. methods .. + list + get + create + update + delete -- fields -- - display_name string + fachlicheGueltigkeit FachlicheGueltigkeit + zustand Zustand + deckungsbuendelNr string + deckungsbuendelId string + zusatzAttribute []Property --Description-- Ein Deckungsbündel beinhaltet vorkonfigurierte Deckungen entity {:dbl} } class " deckungen.v1 " as deckungen_v1 << (R,#03a9f4) >> { .. methods .. + list + get + create + update + delete -- fields -- - display_name string + fachlicheGueltigkeit FachlicheGueltigkeit + zustand Zustand + zusatzAttribute []Property + sollPreis money + istPreis money + selbstbehalt int + tarifversion string + isTarifversionUebersteuert bool + deckungNr string + technischerBeginn date + fachlicherBeginn date + abweichenderFachlicherBeginn date + antragsdatum date + zeichnungsdatum date + abschlussgrund string + materiellerBeginn date + deckungsId string --Description-- Deckungsinformationen entity {:dck} } root_v1 o-- deckungsbuendel_v1 root_v1 o-- versicherteobjekte_v1 root_v1 o-- deckungen_v1 root_v1 o-- vertraege_v1 vertraege_v1 --o vertragsteile_v1 vertragsteile_v1 --o versicherteobjekte_v1 versicherteobjekte_v1 o-- deckungsbuendel_v1 deckungsbuendel_v1 o-- deckungen_v1 @enduml
false
true
true
false
sequence
c4b8d2468006aa6f81042a1b231910fed2b96a79
8b899ba8220c247a9cce52ee728717afa31faf42
/src/cash_controller_state.puml
33e1ccc599f7b42d1ec2b0a1fa145a44061aeb0a
[]
no_license
FerryTix/diagrams
5313dce8043080074c4097bd4b0e0533a78a1019
db4a2c2b99f4e4e273ef9b5fd47f7fdef9e5e319
refs/heads/main
2023-04-18T03:34:17.313112
2021-05-03T19:22:08
2021-05-03T19:22:08
341,652,352
0
0
null
null
null
null
UTF-8
PlantUML
false
false
418
puml
@startuml ' title Cash Register Controller States ' skinparam linetype ortho skinparam monochrome true hide empty description [*] -> DENYING_CASH DENYING_CASH -> ACCEPTING_CASH: ACCEPT_CASH ACCEPTING_CASH --> PAYMENT_READY: balance sufficient ACCEPTING_CASH -left-> DENYING_CASH: DENY_CASH ACCEPTING_CASH -> ACCEPTING_CASH: balance\ninsufficient PAYMENT_READY -> DENYING_CASH: TAKE_MONEY\nor\nDENY_CASH @enduml
false
true
false
false
sequence
fe70a33858a0c188ebabcb512155421b5341cde5
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StandalonePriceTierAddedMessagePayload.puml
db4e0b5ec3b0401b86dbe5d5c4e72922b56602c5
[]
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
470
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 StandalonePriceTierAddedMessagePayload [[StandalonePriceTierAddedMessagePayload.svg]] extends MessagePayload { type: String tier: [[PriceTier.svg PriceTier]] } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
false
true
false
false
class
7a842ab7db43776cd6c75f4a993c9b9aaebf960b
2224a126b01b992d959a6bd54f2d1011a5ba4d70
/src/main/java/pt/ipp/isep/dei/project/controllers/getlastcoldestdayhouseareacontroller/SD_ref2_hasReadingsBetweenDates.puml
9475f09d6b63a83c09b0950d142b3189090f84d0
[]
no_license
1181687/hateoasToy
f7d5f6aeffe15f30adea325f40670f0e0b15cc35
0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375
refs/heads/master
2020-05-24T10:01:58.451415
2019-05-15T11:02:39
2019-05-15T11:02:39
187,203,481
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,225
puml
@startuml skinparam sequenceMessageAlign center skinparam sequence { ArrowColor Black ActorBorderColor DarkBlue LifeLineBorderColor black LifeLineBackgroundColor LightGrey ParticipantBorderColor Black ParticipantBackgroundColor LightGrey ParticipantFontStyle Bold ActorBackgroundColor DimGrey ActorFontColor DeepSkyBlue ActorFontStyle Bold ActorFontSize 17 ActorFontName Aapex } activate ":GetLastColdestDay\nHouseAreaUI" ":GetLastColdestDay\nHouseAreaUI" -> ":GetLastColdestDay\nHouseAreaController": 1-hasReadingsBetweenDates() activate ":GetLastColdestDay\nHouseAreaController" ":GetLastColdestDay\nHouseAreaController" -> ":House": 1.1-hasReadingsBetweenDates() activate ":House" ":House" -> ":GeographicalArea": 1.1.1-getNearestSensor\nWithTheMost\nRecentReading activate ":GeographicalArea" ":GeographicalArea" --> ":House": 1.1.2-Sensor deactivate ":GeographicalArea" ":House" -> ":Sensor": 1.2.1-checkMeasurement\nExistanceBetweenDates activate ":Sensor" ":Sensor" --> ":GetLastColdestDay\nHouseAreaUI": 1.2.2-boolean deactivate ":Sensor" deactivate ":House" deactivate ":GetLastColdestDay\nHouseAreaController" deactivate ":GetLastColdestDay\nHouseAreaUI" @enduml
false
true
false
false
sequence
c4854f3baaa5e8351333d4c71ac537ced638494f
41a59498034c527e41804f51cffbd1a4f45fab3f
/lab8/diagrams/observer-ts.puml
303fee15167db1ad2bde61b3dbb55aed708e77ca
[ "MIT" ]
permissive
vinogradnick/HsePatternsLab
0d7242c9245e1ca28b2f8211f1b11dae07ccd6a8
d8222e56edc2c889eeb854c3372aafe8a165b171
refs/heads/master
2021-01-07T22:30:41.031197
2020-02-20T09:04:40
2020-02-20T09:04:40
241,838,221
0
0
null
null
null
null
UTF-8
PlantUML
false
false
275
puml
@startuml observer-ts activate Client Client --> SubjectFlex: createSubject() activate SubjectFlex Client <-- SubjectFlex: return SubjectFlex Client-->UniqueObserver: attach() activate UniqueObserver SubjectFlex-->UniqueObserver: notify() deactivate UniqueObserver @enduml
false
true
false
false
sequence
a84f531618083a12d1052c5e82ef9ce7222e6f7c
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CategorySetExternalIdAction.puml
56b5373f1ae6f7c7cccb7bbd76185ddc645ce8d5
[]
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
455
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 CategorySetExternalIdAction [[CategorySetExternalIdAction.svg]] extends CategoryUpdateAction { action: String externalId: String } interface CategoryUpdateAction [[CategoryUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
3107fd52ce03dd7c10b9e94dbd0f382dc358d579
ee6841e96c76962e9f74ba032a25d2e923b7e42c
/tech-apache/apache-lang/src/main/resources/apache/transaction/transaction.puml
b8137aff48b2572a264d7c0bbbe7e422ecf0d5e7
[]
no_license
physicsLoveJava/java-miscellaneous
614cfbad7dd7679e99c561b210ebbbf1a9df941e
e7563fdc9b5f955662cba40fc48614e45747d020
refs/heads/master
2021-07-19T13:30:51.096326
2019-01-21T09:09:50
2019-01-21T09:09:50
105,858,854
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,645
puml
@startuml class FileResourceManager implements ResourceManager, ResourceManagerErrorCodes class FileSequence class NoOpTransactionIdToPathMapper implements TransactionIdToPathMapper interface ResourceIdToPathMapper interface ResourceManager extends Status interface ResourceManagerErrorCodes class ResourceManagerException extends Exception implements ResourceManagerErrorCodes class ResourceManagerSystemException extends ResourceManagerException interface TransactionIdToPathMapper class URLEncodeIdMapper implements ResourceIdToPathMapper class GenericLock implements MultiLevelLock2 class GenericLockManager implements LockManager, LockManager2 class LockException extends RuntimeException interface LockManager interface LockManager2 interface MultiLevelLock interface MultiLevelLock2 extends MultiLevelLock class ReadWriteLock extends GenericLock class ReadWriteLockManager extends GenericLockManager class ReadWriteUpgradeLock extends GenericLock class ReadWriteUpgradeLockManager extends ReadWriteLockManager class ConflictException extends RuntimeException class HashMapFactory implements MapFactory class HashSetFactory implements SetFactory class LockException extends RuntimeException interface MapFactory class OptimisticMapWrapper extends TransactionalMapWrapper class PessimisticMapWrapper extends TransactionalMapWrapper interface SetFactory class TransactionalMapWrapper implements Map, Status class CommonsLoggingLogger implements LoggerFacade class FileHelper class Log4jLogger implements LoggerFacade interface LoggerFacade class PrintWriterLogger implements LoggerFacade class RendezvousBarrier class TurnBarrier @enduml
false
true
false
false
class
4b10c7eb8d5ed6b6105fd31e6ef2078829d78dd1
c2ef7c48e236c3d1780fdcac75abce25c672c652
/src/main/resources/uml/InterpreterUml.puml
f2bbd5118c8c6a0a20bfad37aa20f31a394fd856
[]
no_license
ToryZhou/design-pattern
8d63b720ef54c9633eb10122c4cbeae45ae7ea1c
c9bcd6ae5cfb398e86d3af9a6a704e70a604b5cd
refs/heads/master
2022-09-10T09:57:10.616533
2022-08-22T02:48:42
2022-08-22T02:48:42
132,232,311
62
31
null
2022-08-22T02:48:43
2018-05-05T09:11:57
Java
UTF-8
PlantUML
false
false
319
puml
@startuml title Interpreter abstract class Expression{ +interpret() +execute() } class Note{ +execute() } class Scale{ +execute() } class Speed{ +execute() } class PlayContext{ -text: String } Expression <|-- Note Expression <|-- Scale Expression <|-- Speed Expression .> PlayContext @enduml
false
true
false
false
class
f23e04569580a9123a7a448c6da1deeaa02002e5
aab70d3b06ccb2b753e02232a2eecbcfd9950324
/startup/docs/arch/Data Science Pipeline.puml
f6da96c62a527c712580d23483d4895a1c5711fd
[]
no_license
zhilangtaosha/scrgt-bdso-td-practice
8d9b33c98e5adc5032503ad9ef0cdf92f606bf4f
07f717bbb6a3cfaa3b327400854117461624faa9
refs/heads/master
2020-09-02T05:25:08.628720
2019-10-29T21:50:29
2019-10-29T21:50:29
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,317
puml
@startuml Data Science Pipeline !define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v4.0/dist !includeurl AWSPuml/AWSCommon.puml ' Uncomment the following line to create simplified view '!includeurl AWSPuml/AWSSimplified.puml !includeurl AWSPuml/General/Users.puml !includeurl AWSPuml/Mobile/APIGateway.puml !includeurl AWSPuml/SecurityIdentityAndCompliance/Cognito.puml !includeurl AWSPuml/Compute/Lambda.puml !includeurl AWSPuml/Database/DynamoDB.puml !includeurl AWSPuml/Analytics/ElasticsearchService.puml !includeurl AWSPuml/Database/Neptune.puml !includeurl AWSPuml/Database/RDS.puml !includeurl AWSPuml/Storage/S3Bucket.puml !includeurl AWSPuml/MachineLearning/MachineLearning.puml !includeurl AWSPuml/MachineLearning/SageMakerNotebook.puml !includeurl AWSPuml/GroupIcons/Cloud.puml !define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.1.0 !includeurl ICONURL/common.puml !includeurl ICONURL/font-awesome/server.puml !includeurl ICONURL/font-awesome-5/list.puml !includeurl ICONURL/dev2/angularjs.puml !includeurl ICONURL/dev2/java.puml !includeurl ICONURL/dev2/angularjs.puml !includeurl ICONURL/dev2/docker.puml !includeurl ICONURL/dev2/python.puml !include ICONURL/devicons/github.puml !include ICONURL/devicons/jenkins.puml skinparam componentStyle uml2 left to right direction skinparam componentStyle uml2 left to right direction Users(users, "Data Scientis", "develop notebooks") DEV2_ANGULARJS(frontend,Front End) #BlueViolet MachineLearning(model, "Model", "AI/ML") SageMakerNotebook(datascienceNotebook, "Datascience Notebook", "Model development") DEV2_PYTHON(modelMSCode, "Model Microservice Code") DEV2_DOCKER(docker, "Dockerfile") DEV_GITHUB(github, "Github") DEV_JENKINS(jenkins, "Jenkins") FA_SERVER(nexus,Github) node "Openshift" #LightPink { DEV2_ANGULARJS(frontend,Front End) #BlueViolet DEV2_PYTHON(modelMS, "Model Microservice") } users --> datascienceNotebook datascienceNotebook --> model model --> modelMSCode : pickle modelMSCode --> docker : package modelMSCode --> github : commit docker --> github : commit github --> jenkins : trigger build jenkins --> nexus : docker imgage jenkins --> modelMS : deploy to openshift nexus --> modelMS : packed model frontend <--> modelMS :invoke @enduml
false
true
false
false
sequence
a9240d2dbe948987f765a1d60400acc9ca047bc0
287b3cf63685905c25c51001582c0ff1ff1e0552
/arch.puml
e5107b8bad9ec7655c38fb2222af96d75671c67d
[ "MIT" ]
permissive
leozleung/cmak-operator
e3e3df488043864930fbb67faf45e71ff16a3bb3
2d12d5c2e3097442750eb6ede3024d0a7aa6079d
refs/heads/master
2023-03-07T15:46:50.949264
2021-02-23T22:18:17
2021-02-23T22:18:17
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
784
puml
@startuml skinparam componentStyle uml2 cloud "Kubernetes cluster" { component "CronJob\ncontroller" as cron <<K8S>> () "CMAK UI" as ui <<ServicePort>> package "CMAK namespace" as ns { frame "CMAK" as pod <<Pod>> { component CMAK as cmak <<Container>> component Zookeeper as zk <<Container>> cmak -r(0- zk : CMAK settings\nstored in ZK } frame "Reconciliation" as cronPod <<CronJob>> { component script <<Container>> [ yaml2zk ==== 1. compare ConfigMap to ZK 2. optionally update ZK ] component "Kafka settings" as cm <<ConfigMap>> script .r.> cm : reads data } } cron .l.> cronPod : periodically\nschedules script .d.> zk : upserts settings to ZK nodes ui -r- cmak } @enduml
false
true
false
false
component
f500915bd34594dd1ea9f978cfa07b6084ab9a42
fe5e742ff46ef5cc1a09bbfbfee22a62dc074fd9
/docs/overview.plantuml
854f8b723609c8403e22133ccccad1c591f9ea97
[ "MIT" ]
permissive
dbcls/grasp
97e64583a20a8b1a535547724dcdbd28b47c3a29
290560fb5200bc971bc8798886b9c1f955ed071a
refs/heads/main
2023-05-29T16:57:22.199032
2022-05-10T05:13:46
2022-05-10T05:13:46
235,031,813
33
9
MIT
2023-03-04T05:46:10
2020-01-20T06:15:19
TypeScript
UTF-8
PlantUML
false
false
317
plantuml
hide footbox actor User participant Grasp participant "SPARQL Endpoint" autonumber User -> Grasp: Submit a GraphQL Query Grasp -> Grasp: Translate the Query Grasp -> "SPARQL Endpoint": Issue SPARQL Queries "SPARQL Endpoint" --> Grasp: SPARQL Results Grasp -> Grasp: Translate Results Grasp --> User: GraphQL Result
false
true
false
false
sequence
11b8ead1a8663f820433a1fece25d61fd239332b
b9fdd82cf6611667ef1314763d81713ec9358fc9
/docs/diagrams/IUDXEntity.puml
08b9adf17eb6c4ab48ab742bc6aeddc891a11c77
[ "MIT" ]
permissive
shyam28598/iudx-python-sdk
b7e6f9f5234abe784e96fcde8e4d39ea0669d392
25160a9b982bdbd64bf60a3b52cc147b5b682fa8
refs/heads/master
2023-07-15T15:52:12.354103
2021-08-16T13:17:18
2021-08-16T13:17:18
394,954,853
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,481
puml
@startuml class IUDXEntity { Catalogue catalogue -- private variables -- ResourceServer _rs list<dict> _resources Dict _resourceGroups -- public methods -- list<dict> get_resources() Dict get_resourceGroups() Entities get_entites(CatalogueQuery query) Entity get_entity(str entity_id) } class Entities { <extends iterable> List<Entity> _entities } class Entity { -- public variables -- ResourceServer rs list<Dict> resources str entity_id pandas.DataFrme resources_df str start_time str end_time str time_format int slot_hours int max_query_days -- private variables -- string _iudx_entity_type string _voc_url dict _cat_doc dict _data_descriptor list<dict> _geo_properties list<dict> _time_properties list<dict> _quantitative_properties list<dict> _properties -- public methods -- Entity set_slot_hours(int hours) Entity set_time_format(str format_str) pandas.DataFrame latest() pandas.DataFrame during_search(str start_time, str end_time) pandas.DataFrame property_search(str key, str/float value, str operation) pandas.DataFrame geo_search(str geoproperty, \t str geometry, str georel, \t int _max_distance, list coordinates) Entity download(str file_name) Entity cli(str entity_id, str token, \t str start_time, str end_time, \t str file_name, str file_type, \t boolean latest) } @enduml
false
true
false
false
sequence
7466137d68b9e687386fc252d74c4fa55160e906
147e8bb4df27ec1cd9c5a7273026bf1d1e4183fb
/open/bosminer/bosminer/classes.puml
1a7db8e069a67e8d8840ab8604cb4a258ad98532
[]
no_license
qqq-tech/braiins
7e64040ac28a9591e8d2e2f20bf17f0b49b58f9d
b4a98a542c00396f1df63db2f3d592eaba61c1b1
refs/heads/master
2023-07-20T07:39:26.131579
2020-04-30T20:00:03
2020-04-30T20:00:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,566
puml
@startuml class PoolManager <<singleton>> { } class Pool { } class MiningSubscription { extra_nonce_1 : &[u8] extra_nonce_2_size : size } class MiningJob { id : Integer prev_hash : u256 coin_base_part1 : &[u8] coin_base_part2 : &[u8] merkel_branch : &[u256] version : u32 n_time : u32 n_bits : u32 } class MiningJobProcessor { Transforms mining job received from upstream into mining mining work. The work can be transformed by generating multiple midstates by rolling: version field, ntime, or extranonce2 field } class MiningWork { version : u32 extranonce_2 : u32 midstates : [u256] merkel_root_lsw : u32 ntime : u32 nbits : u32 } class MiningWorkSolution { nonce : u32 ntime : u32 midstate_idx : int work_id : u32 } Interface MiningWorkRegistry { store_work(work, work_id: u32) : Result find_work_by_id(work_id: u32) : &MiningWork } MiningWorkRegistry "1" *-- "0..N" MiningWork note "there is no work ID intentionally as it is backend driver dependent" as MWN1 MiningWork .. MWN1 Interface HChainCtrl { send_work(&work) : u32 recv_solution() : Result<MiningWorkSolution> build_mining_work_registry() : MiningWorkRegistry } class MiningJobProcessor { } MiningJob "0..N" o-- "1" MiningSubscription : gets info from 'MiningSubscription "" o-- "" MiningJobProcessor "1" *-- "0..N" MiningJob : transforms MiningJobProcessor --> MiningWork : produces MiningJobProcessor --> HChainCtrl : uses MiningJobProcessor --> MiningWorkRegistry : uses MiningWork "1" *-- "0..N" MiningWorkSolution : has @enduml
false
true
false
false
sequence
7ab53cd3b0f892b1018b906e6494e7303961ed82
b78fe46d0492145fbd29f94731a841fa579651ea
/src/main/webapp/doc/creationGroupe.puml
9fa2eb99f0106577a01f7fbcb63d9a3009c465f4
[]
no_license
michel-plasse/siomassy2021
94a35a2607ccef3e4577a83ccffe921710f8a769
8afc0887ede9c88cc72d1b65210e921cda87a9a1
refs/heads/master
2023-05-05T04:37:47.986442
2021-05-25T00:19:06
2021-05-25T00:19:06
353,038,986
4
1
null
null
null
null
UTF-8
PlantUML
false
false
1,168
puml
@startuml ' par défaut, les couches sont disposées dans l'ordre d'apparition ' nous utilison participant pour préciser qu'après Navigateur il y a Vue et non Controleur participant Navigateur participant Vue ' creation de groupe et ajouter des etudiants 1.2 Navigateur -> Controleur: POST /creerGroupeEFG... Controleur -> Controleur: verifie que l'idEFG est entier Controleur -> Controleur: recupere le user qui est dans la session Controleur -> Dao: EFGDao.creerGroupe (idEFG,idUser) Dao -> SGBD: INSERT groupe_efg SGBD -> Dao: idGroupe cree Dao -> SGBD: INSERT membre_groupe_efg SGBD -> Dao: OK ou pas Dao -> Controleur: idGroupe Controleur -> Vue: groupe.jsp Vue -> Navigateur: html @enduml /' (commentaire sur plusieurs lignes, comme en Java, avec ' qui remplace *) 1ere étape Créer le contrôleur et une vue minimale, et tester Pour cela, créer une servlet MesCanauxServlet dans fr.siomassy2021.controller, avec le chemin (utl) /mescanaux. => commit 2e étape Mettre des canaux en dur dans le contrôleur, et les afficher dans la JSP. => commit 3e étape Appel de la Dao, qui construit la liste en dur Le memberId est aussi mis en dur à 1 => commit '/
false
true
true
false
sequence
30210c610a8e612aba8bc1275bf9b0f00b635baf
d975ba90a37d227caa0f1b7a6c9702356c6fd903
/uml/libapgqt/OptionParser.iuml
78c4f96cd7156ba82802251c149c8cfb94708a23
[]
no_license
MinhNghiaD/Airplug-ClearPath
2beea0ff94574e19251700202862f25d3003c266
da5625da3744254a95fa30f395d11c8f7f7863ea
refs/heads/master
2022-11-12T17:13:37.167323
2020-06-17T06:35:10
2020-06-17T06:35:10
255,916,966
0
0
null
null
null
null
UTF-8
PlantUML
false
false
584
iuml
@startuml(id=optionparser) ' ==== OptionParser ==== class Airplug::OptionParser { +OptionParser() +explicit OptionParser(const QCoreApplication&) ==FUNCTIONS== +void parseOptions(const QCoreApplication&) +void showOption() const +QJsonObject convertToJson() const ==ATTRIBUTES== +bool start +bool debug +bool nogui +bool save +bool safemode +bool autoSend +bool remote +int verbose +int delay +QString mode +QString ident +QString source +QString destination +QString remoteHost +int remotePort +Header::HeaderMode headerMode } @enduml
false
true
false
false
class
125134c238009aefdc7ae4b2c4de0a413bf11145
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/UseCases/Manage-Infrastructure/List-Hardware.puml
fc633950179497ae190d958db496cc948e15c947
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
298
puml
@startuml Actor "Operations Manager" as A box "Manage Infrastructure" #lightblue participant CLI as CLI participant Web as Web participant "c3" as S A -> CLI : c3-hardware-list(cloud) CLI -> S : hardware/list(cloud) A -> Web : hardware/list(cloud) Web -> S : hardware/list(cloud) end box @enduml
false
true
false
false
usecase
bf62e4a2b3c4587705a2f4ebcb26912eaaec47b8
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/patterns/factory-method-example.puml
2a5d657194ff5be0315f04a2e23b1efd3e05d7fb
[ "MIT" ]
permissive
vuquangtin/designpattern
4d4a7d09780a0ebde6b12f8edf589b6f45b38f62
fc672493ef31647bd02c4122ab01992fca14675f
refs/heads/master
2022-09-12T07:00:42.637733
2020-09-29T04:20:50
2020-09-29T04:20:50
225,505,298
0
0
null
2022-09-01T23:16:34
2019-12-03T01:41:33
Java
UTF-8
PlantUML
false
false
267
puml
@startuml interface Blacksmith { Weapon manufactureWeapon(WeaponType weaponType); } class ElfBlacksmith implements Blacksmith { } class OrcBlacksmith implements Blacksmith { } class Weapon class ElfWeapon extends Weapon class OrcWeapon extends Weapon @enduml
false
true
false
false
class
e1759dee5cd6e0e2e8e8559e4396b1431c1aaf6a
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/Solution/Cloud-Stack/Cloudlet/Logical.puml
28d81876594c0bb64e56c66887446fd7040e358b
[]
no_license
CAADE/ADC
bec251477e457a9ee4eca673fdab04b65c4290f5
a81ba7532e7092ab564bcb30f8ec36bab3b71d0b
refs/heads/master
2021-06-23T22:20:00.239150
2019-04-03T05:15:20
2019-04-03T05:15:20
104,887,854
5
0
null
null
null
null
UTF-8
PlantUML
false
false
212
puml
@startuml package "Cloud-Stack/Cloudlet" { interface "Cloud-Stack/Cloudlet" { } CLI ()-- "Cloud-Stack/Cloudlet" REST ()-- "Cloud-Stack/Cloudlet" Web ()-- "Cloud-Stack/Cloudlet" } @enduml
false
true
false
false
class
46d43ebebc65c2f06e4c78856addb1abf6f7e50f
06132bb306986359c8958effdb12134da4aa9a23
/spring-cloud-design-pattern/structure-adapter-pattern/src/main/resources/static/diagram-demo.puml
3999aa3e18b8ab09efe72c6a7c20d261c8a0d7fb
[]
no_license
sunnyzhy/Design-pattern
1fe797d2af0e102be63704aad5a5e3a3d8feb5a9
665b5cde412e965665469af1b5011c6c280ea7d0
refs/heads/master
2023-07-01T15:50:37.005870
2023-06-13T09:33:49
2023-06-13T09:33:49
55,023,406
2
1
null
null
null
null
UTF-8
PlantUML
false
false
318
puml
@startuml AdapterPlayer o-- WavAudio class WavAudio { -String fileName -AudioType audioType +WavAudio wav(String fileName) } interface Mp3Player { +void play() } class AdapterPlayer implements Mp3Player { - String fileName - AudioType - WavAudio +AdapterPlayer(WavAudio) +void play() } @enduml
false
true
false
false
class
edcd2dd4d73e4fc4392bea4f4a7521b128b9e00d
23e5167af30c0d07af0f945a2e346c3c90fd04fa
/src/main/java/com/tagreff/lab27/lab27.plantuml
deeb4951d838424773d240785f79d431b8d4be20
[]
no_license
tagreff/java_labs
10cab72cdf2dc09acfa64e6b6af1ebce3717f749
89b0dc8a64ee1475332e4445f2b247c701e38ba2
refs/heads/master
2023-04-25T05:17:25.491350
2021-05-12T15:21:14
2021-05-12T15:21:14
366,760,470
0
0
null
null
null
null
UTF-8
PlantUML
false
false
414
plantuml
@startuml title __LAB27's Class Diagram__\n namespace com.tagreff.lab27 { class com.tagreff.lab27.Main { {static} + avnNum() {static} + main() {static} + to1dimension() } } 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
3bb08cc96375d43f853737824d164525792b2ce8
8c0ec0ef99f76f5c12332fbaa9eb0ae3a1e255c4
/singleton/outputs/testdiagram.puml
37b0c8077db471388fdf0f9a3f3f5013e9b3f85f
[]
no_license
sivasubramanim/UrmTester
fc08c4f3a2493a6c9a293907397d734e1ea36048
2a9c0c1239bb1848e3a140a5c10d08c7b58e5a00
refs/heads/master
2023-07-21T12:07:20.445472
2023-07-12T09:33:36
2023-07-12T09:33:36
213,956,981
0
0
null
2020-10-14T05:14:19
2019-10-09T15:37:34
Java
UTF-8
PlantUML
false
false
937
puml
@startuml package com.iluwatar.singleton { class AppTest { + AppTest() + test() } class InitializingOnDemandHolderIdiomTest { + InitializingOnDemandHolderIdiomTest() } class IvoryTowerTest { + IvoryTowerTest() } abstract class SingletonTest<S> { - singletonInstanceMethod : Supplier<S> + SingletonTest<S>(singletonInstanceMethod : Supplier<S>) + testMultipleCallsReturnTheSameObjectInDifferentThreads() + testMultipleCallsReturnTheSameObjectInSameThread() } class ThreadSafeDoubleCheckLockingTest { + ThreadSafeDoubleCheckLockingTest() + testCreatingNewInstanceByRefection() } class ThreadSafeLazyLoadedIvoryTowerTest { + ThreadSafeLazyLoadedIvoryTowerTest() } } InitializingOnDemandHolderIdiomTest --|> SingletonTest IvoryTowerTest --|> SingletonTest ThreadSafeDoubleCheckLockingTest --|> SingletonTest ThreadSafeLazyLoadedIvoryTowerTest --|> SingletonTest @enduml
false
true
false
false
class
17cfb576eb08100d4413c941d9efbb51b29b5356
eb7b2d2a07b90dd7a674c7464a2ddee612d7f1c7
/docs/TP5-observer.plantuml
366d3dfe2a19460528e0f91f9733293253f1c77d
[ "MIT", "CC-BY-SA-3.0" ]
permissive
IUT-Blagnac/cpoa-tp5-sashalarrieu
2b328af1fcd70ef10b9ff4ffdefc9f1d620636d5
c75a8d6e2f036c6a942b0451cc4af18ee43c3e13
refs/heads/master
2023-01-23T19:48:33.268044
2020-12-11T20:26:54
2020-12-11T20:26:54
319,920,387
0
0
MIT
2020-12-11T20:27:08
2020-12-09T10:27:21
Java
UTF-8
PlantUML
false
false
584
plantuml
@startuml class LayoutConstants [[java:observer.LayoutConstants]] { +{static}int xOffset +{static}int yOffset +{static}int graphHeight +{static}int maxValue +{static}int barHeight +{static}int barWidth +{static}int barSpacing +{static}Color[] courseColours +{static}void paintBarChartOutline(Graphics g, int noOfBars) } class CourseRecord [[java:observer.CourseRecord]] { -String name -int numOfStudents +CourseRecord(String courseName, int numOfStudents) +int getNumOfStudents() +String getName() +void setNumOfStudents(int numOfStudents) +String toString() } @enduml
false
true
false
false
class
e06e5b2d92cfd3b62c5a4b05e69754efca134f17
f682bb7e98eb8b7b9aac4a103a12560f86213a2d
/src/plantuml/object-adapter.puml
eea05dc0e6ea43491fab0bebf18fb3d74df6e8e9
[]
no_license
sunye/software-patterns
ed570654c0746e8784451b7a40737692d4dd1147
2106cfff092a01394b421cc7b8ae9e6794daae3e
refs/heads/master
2021-06-12T02:30:29.234982
2021-02-13T16:41:55
2021-02-13T16:41:55
123,447,253
0
0
null
null
null
null
UTF-8
PlantUML
false
false
625
puml
@startuml object-adapter ' left to right direction hide circle skinparam class { BackgroundColor white ArrowColor black BorderColor black } skinparam note { BackgroundColor lightyellow ArrowColor black BorderColor black } skinparam nodesep 90 class Client{ } interface /Target <<interface>> { /request()* } class /Adapter { /request()* } interface /Adaptee <<interface>> { /specificRequest() } Client -right-> "1" "/Target" "/Adapter" .up.|> "/Target" "/Adapter" -right-> "1 adaptee" "/Adaptee" note bottom of "/Adapter": Adapter::request()\n adaptee.specificRequest() @enduml
false
true
false
false
class
355f23ad73376b429765cc11e0c301f2079e1d9b
ae0c7ca98990c90239b4f577f5e4f364ad5c8598
/documentation/DynamicPartitionObserver.puml
31f37411af70578f302f0c8ddf3efb9115df851b
[ "MIT" ]
permissive
aguther/dds-examples
2868c3c1aa757521f7becf1e44b872c88dbb512b
a228d4dea0f79c8776d5c2e2367d0e2487eac8e2
refs/heads/master
2023-03-06T21:41:01.637403
2023-02-25T08:05:28
2023-02-25T08:05:28
100,160,664
5
1
MIT
2019-12-23T21:44:18
2017-08-13T07:21:10
Java
UTF-8
PlantUML
false
false
5,454
puml
@startuml title DynamicPartitionObserver : Ignore Publication/Subscription participant PublicationObserverListener participant DynamicPartitionObserver collections DynamicPartitionObserverFilter PublicationObserverListener -> DynamicPartitionObserver: publicationLost()\nsubscriptionLost()\npublicationDiscovered()\nsubscriptionDiscovered() activate DynamicPartitionObserver DynamicPartitionObserver -> DynamicPartitionObserverFilter: ignorePublication()\nignoreSubscription() activate DynamicPartitionObserverFilter DynamicPartitionObserverFilter --> DynamicPartitionObserver: true deactivate DynamicPartitionObserverFilter DynamicPartitionObserver --> PublicationObserverListener: done deactivate DynamicPartitionObserver newPage DynamicPartitionObserver : Ignore Partition participant PublicationObserverListener participant DynamicPartitionObserver collections DynamicPartitionObserverFilter PublicationObserverListener -> DynamicPartitionObserver: publicationLost()\nsubscriptionLost()\npublicationDiscovered()\nsubscriptionDiscovered() activate DynamicPartitionObserver DynamicPartitionObserver -> DynamicPartitionObserverFilter: ignorePublication()\nignoreSubscription() activate DynamicPartitionObserverFilter DynamicPartitionObserverFilter --> DynamicPartitionObserver: false deactivate DynamicPartitionObserverFilter loop partitions DynamicPartitionObserver -> DynamicPartitionObserverFilter: ignorePartition() activate DynamicPartitionObserverFilter DynamicPartitionObserverFilter --> DynamicPartitionObserver: true deactivate DynamicPartitionObserverFilter end DynamicPartitionObserver --> PublicationObserverListener: done deactivate DynamicPartitionObserver newPage DynamicPartitionObserver : Create Session, TopicRoute participant PublicationObserverListener participant DynamicPartitionObserver collections DynamicPartitionObserverFilter control SingleThreadExecutor collections DynamicPartitionObserverListener PublicationObserverListener -> DynamicPartitionObserver: publicationDiscovered()\nsubscriptionDiscovered() activate DynamicPartitionObserver DynamicPartitionObserver -> DynamicPartitionObserverFilter: ignorePublication()\nignoreSubscription() activate DynamicPartitionObserverFilter DynamicPartitionObserverFilter --> DynamicPartitionObserver: false deactivate DynamicPartitionObserverFilter loop partitions DynamicPartitionObserver -> DynamicPartitionObserverFilter: ignorePartition() activate DynamicPartitionObserverFilter DynamicPartitionObserverFilter --> DynamicPartitionObserver: false deactivate DynamicPartitionObserverFilter alt !mapping.containsKey(session) DynamicPartitionObserver -> DynamicPartitionObserver: update mapping DynamicPartitionObserver -> SingleThreadExecutor: submit(createSession) end alt !mapping.get(session).containsKey(topicRoute) DynamicPartitionObserver -> SingleThreadExecutor: submit(createTopicRoute) end DynamicPartitionObserver -> DynamicPartitionObserver: update mapping end DynamicPartitionObserver --> PublicationObserverListener: done deactivate DynamicPartitionObserver == Create Session == [-> SingleThreadExecutor: run() activate SingleThreadExecutor SingleThreadExecutor -> DynamicPartitionObserverListener: createSession() [<-- SingleThreadExecutor: done deactivate SingleThreadExecutor == Create Topic Route == [-> SingleThreadExecutor: run() activate SingleThreadExecutor SingleThreadExecutor -> DynamicPartitionObserverListener: createTopicRoute() [<-- SingleThreadExecutor: done deactivate SingleThreadExecutor newPage DynamicPartitionObserver : Delete Session, TopicRoute participant PublicationObserverListener participant DynamicPartitionObserver collections DynamicPartitionObserverFilter control SingleThreadExecutor collections DynamicPartitionObserverListener PublicationObserverListener -> DynamicPartitionObserver: publicationLost()\nsubscriptionLost() activate DynamicPartitionObserver DynamicPartitionObserver -> DynamicPartitionObserverFilter: ignorePublication()\nignoreSubscription() activate DynamicPartitionObserverFilter DynamicPartitionObserverFilter --> DynamicPartitionObserver: false deactivate DynamicPartitionObserverFilter loop partitions DynamicPartitionObserver -> DynamicPartitionObserverFilter: ignorePartition() activate DynamicPartitionObserverFilter DynamicPartitionObserverFilter --> DynamicPartitionObserver: false deactivate DynamicPartitionObserverFilter DynamicPartitionObserver -> DynamicPartitionObserver: update mapping alt !mapping.get(session).containsKey(topicRoute) DynamicPartitionObserver -> SingleThreadExecutor: submit(deleteTopicRoute) end alt mapping.get(session).isEmpty() DynamicPartitionObserver -> DynamicPartitionObserver: update mapping DynamicPartitionObserver -> SingleThreadExecutor: submit(deleteSession) end end DynamicPartitionObserver --> PublicationObserverListener: done deactivate DynamicPartitionObserver == Delete Session == [-> SingleThreadExecutor: run() activate SingleThreadExecutor SingleThreadExecutor -> DynamicPartitionObserverListener: deleteSession() [<-- SingleThreadExecutor: done deactivate SingleThreadExecutor == Delete Topic Route == [-> SingleThreadExecutor: run() activate SingleThreadExecutor SingleThreadExecutor -> DynamicPartitionObserverListener: deleteTopicRoute() [<-- SingleThreadExecutor: done deactivate SingleThreadExecutor @enduml
false
true
false
false
sequence
d113dc8353d2745cd6c4c2c711b1555675b33a54
21aa0024f242a17594c6916d2a8ba32eae54451e
/src/main/java/ua/training/model/service/exception/exception.plantuml
f4a125637eaed1e48b0927619692e73e75b66463
[]
no_license
HubenkoVV/dbCloudlApp
e3d3b57b7eac801855aea57e4e99bd701152a6e6
bd27e5dd58c3c6a0d6acd7a9e09ff15ca7b4370e
refs/heads/master
2021-12-15T01:54:46.565762
2021-12-14T09:25:46
2021-12-14T09:25:46
219,663,737
0
0
null
2021-12-14T09:28:35
2019-11-05T05:20:40
Java
UTF-8
PlantUML
false
false
619
plantuml
@startuml title __EXCEPTION's Class Diagram__\n package ua.training.model.service { package ua.training.model.service.exception { class IncorrectDataException { + IncorrectDataException() } } } package ua.training.model.service { package ua.training.model.service.exception { class NotEnoughMoneyException { + NotEnoughMoneyException() } } } 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
7b02d273a2973dd00d54d125294a84471fcec741
c60a8fb67fedcbae08755d8125d97468a8aca24d
/Projet de UML Reverse/documents/diagrammes_architecture/DiagrammesVueVersion1erLivrable/DiagramEditorGeneral2.puml
e8f0207777a3f162915dae83e636444cbd5c3c76
[ "Apache-2.0" ]
permissive
BelkhousNabil/Projets-Informatiques
6be114f6a8dbcf978ef67daffb1394ee023255cf
47ffd6526bb66ae263c34725fe2b515b751127bb
refs/heads/master
2021-01-17T07:12:08.050466
2017-02-26T17:03:56
2017-02-26T17:03:56
54,788,129
0
0
null
null
null
null
UTF-8
PlantUML
false
false
31,423
puml
@startuml package javafx { class Text class Shape class Group class ScrollPane class ScrollEvent class Pane class Window class Node class MenuBar } package model { interface IClassDiagram interface IUseCaseDiagram interface INote } package Common { package RelationType { class Agregation class Association class Composition class Dependance class Implementation class Inheritance class Normal class RelationType } class DragContext { - mouseX : double - mouseY : double - translateX : double - translateY : double + getMouseX() : double + getMouseY() : double + getTranslateX() : double + getTranslateY() : double } abstract class AEntityGraphic extends BorderPane implements IEntityGraphic { + {static} WIDTH_ARROW_PANEL : double + {static} HEIGHT_ARROW_PANEL : double - isSelected : boolean - diagramEditorController : IDiagramEditorController + getCenterPoint() : Point2D + isSelected() : boolean + getPosition() : Point2D + positionProperty() : ObjectProperty + getBackgroundColor() : Color + getRelations() : List<IRelationGraphic> + addRelation(IRelationGraphic) : void + removeRelation(IRelationGraphic) : void + setSelected(boolean) : void + setPosition(Point2D) : void + setBackgroundColor(Color) : void } abstract class AEntityGraphicController implements IEntityGraphicController { - ctxMenu : ContextMenu - editMI : MenuItem - removeMI : MenuItem # addRelationMI : MenuItem - relations : List<IRelationGraphic> - entity : IEntityGraphic - diagramController : IDiagramEditorController - position : ObjectProperty<Point2D> + getContextMenu() : ContextMenu + getEditMI() : MenuItem + getRemoveMI() : MenuItem + getAddRelationMI() : MenuItem + getDiagramEditorController() : IDiagramEditorController + getPosition : Point2D + positionProperty() : ObjectProperty + getRelations() : List<IRelationGraphic> + addRelation(IRelationGraphic) : void + removeRelation(IRelationGraphic) : void + setPosition(Point2D) : void } class DialogAddRelation { - dialog : Dialog<ButtonType> - relation : IRelationGraphic - src : IEntityGraphic - entities : Set<IEntityGraphic> - entityDst : ChoiceBox<IEntityGraphic> - okButtonType : ButtonType - controller : IDiagramEditorController + showAndWait() : void + getRelationGraphic() : IRelationGraphic - createDialog() : void } class DialogNoteEdit { - text : String - noteText : TextArea - backgroundColor : ColorPicker - textColor : ColorPicker - dialog : Dialog<String> - note :NoteGraphic - diagramController : IDiagramEditorController + showAndWait() : void + getNoteGraphic() : NoteGraphic - createDialog() : void } enum DialogNoteEditoMode { CREATE EDIT } class DialogRelationEditNoteG { - name : TextField - srcCardi : TextField - dstCardi : TextField - relationColor : ColorPicker - textColor : ColorPicker - okButtonType : ButtonType - dialog : Dialog<ButtonType> - relation : IRelationGraphic - diagramController : IDiagramEditorController + showAndWait() : void + getRelationGraphic() : IRelationGraphic - createDialog() : void } class DialogRelationEditOEG { - {static} RELATIONS : Map<RelationTypeEnum, RelationType> - types : ComboxBox<RelationType - name : TextField - srcCardi : TextField - dstCardi : TextField - relationColor : ColorPicker - textColor : ColorPicker - okButtonType : ButtonType - dialog : Dialog<ButtonType> - relation : IRelationGraphic - diagramController : IDiagramEditorController + showAndWait() : void + getRelationGraphic() : IRelationGraphic - createDialog() : void } interface IEntityGraphic extends ISelectionableEntityGraphic { getCenterPoint() : Point2D getRectangle : Shape getBackgroundColor() : Color getPosition() : Point2D positionProperty() : ObjectProperty getWidth() : double getHeight() : double getController : IEntityGraphicController getRelations() : List<IRelationGraphic> getDefaultType() : RelationGraphic.RelationTypeEnum addRelation(IRelationGraphic) : void removeRelation(IRelationGraphic) : void setBackgroundColor(Color) : void setPosition(Point2D) : void setTranslateX(double) : void setTranslateY(double) : void } interface IEntityGraphicController { getContetMenu() : ContextMenu getEditMI() : MenuItem getRemoveMI() : MenuItem getAddRelationMI() : MenuItem getDiagramEditorController() : IDiagramEditorController getBackgroundColor() : Color getPosition() : Point2D positionProperty() : ObjectProperty getRelation() : List<IRelationGraphic> addRelation(IRelationGraphic) : void removeRelation(IRelationGraphic) : void setBackgroundColor(Color) : void setPosition(Point2D) : void } interface INoteGraphic extends IEntityGraphic { getText() : Text + getTextColor() : Color setText(String) : void setTextColor(Color) : void } interface INoteGraphicController extends IEntityGraphicController { getTextColor() : Color getTextSize() : int setText(String) : void setTextcolor(Color) : void setTextSize(int) : void } interface IRelationGraphic { getLines() : List<Line> getType() : RelationTypeEnum getName() : String getCardinalityStart() : String getCardinalityEnd() : String getColorRelation() : Color getColorText() : Color getNameText() : Text getCardinalityStartText() : Text getCardinalityEndText() : Text getshapes() : Set<Shape> getPolygon() : Polygon getEntitySrc() : IEntityGraphic getEntityDst() : IEntityGraphic getPointSrc() : Circle getPointDst() : Circle drawInGroup(Group) : void calculPointRelation() : void setType(RelationTypeEnum) : void setName(String) : void setCardinalityStart(String) : void setCardinalityEnd(String) : void setColorRelation(Color) : void setColorText(Color) : void setSource(double, double) : void setDestination(double, double) : void } interface IRelationGraphicController { getSrc() : IEntityGraphic getDst() : IEntityGraphic getType() : RelationGraphic.RelationTypeEnum getName() : String getCardinalityStart() : String getCardinalityEnd() : String getColorRelation() : Color getColorText() : Color setType(RelationGraphic.RelationTypeEnum) : void setName(String) : void setCardinalityStart(String) : void setCardinalityEnd(String) : void setColorRelation(Color) : void setColorText(Color) : void } interface ISelectionableEntityGraphic { isSelected() : boolean setSelected(boolean) : void } class NoteGraphic extends AEntityGraphic implements INoteGraphic { + {static} WIDTH_MARGE_NOTE : int + {static} HEIGHT_MARGE_NOTE : int + {static} BACKGROUND_COLOR_DEFAULT : Color + {static} TEXT_COLOR_DEFAULT : Color + {static} TEXT_SIZE_DEFAULT : int - rectangle : NoteShape - text : Text - controller : INoteGraphicController diagramController : IDiagramEditorController + getController() : IEntityGraphicController + getRectangle() : NoteShape + getText() : Text + getTextColor() : Color + toString() : String + getDefaultType() : RelationTypeEnum + setText(String) : void + setTextColor(Color) : void } class NoteGraphicController extends AEntityGraphicController { - backgroundColor : Color - textColor : Color - textSize : int - note : NoteGraphic - modelNote : INote - diagramController : IDiagrameEditorController + getBackgroundColor() : Color + getTextColor() : Color + getTextSize() : int + setText(String) : void + setBackgroundColor(Color) : void + setTextColor(Color) : void + setTextSize(int) : void - createController() : void - edit() : void } class NoteShape extends Path { - {static} FOLD_MAX_SIZE : double - {static} FOLD_PROPORTION : double - foldSize : DoubleProperty - width : DoubleProperty - height : DoubleProperty - x : DoubleProperty - y : DoubleProperty + setHeight(double) : void + setWidth(double) : void + setX(double) : void + setY(double) : void - setFoldSize() : void } class RelationGraphic implements ISelectionableEntityGraphic { + {static} POLY_HEIGHT : double + {static} HEAD_ARROW_INDEX_1 : int + {static} HEAD_ARROW_INDEX_2 : int + {static} HEAD_ARROW_INDEX_3 : int + {static} BODY_ARROW_INDEX_1 : int + {static} BODY_ARROW_INDEX_2 : int + {static} BODY_ARROW_INDEX_3 : int + {static} BODY_ARROW_INDEX_4 : int + {static} HEAD_WIDTH : double + {static} HEAD_HEIGHT : double + {static} LINE_SIZE_MIN : double + {static} LINES_COLOR_DEFAULT : String + {static} TEXT_COLOR_DEFAULT : String + {static} MARGE_TEXT : int - isSelected : boolean - diagramEditorController : IDiagramEditorController - controller : IRelationGraphicController - lines : List<Line> - polygon : Polygon - borderSrc : Border - borderDst : Border - circleSrc : Circle - circleDst : Circle - nameText : Text - cardinalityStartText : Text - cardinalityEndText : Text - inTowLine : boolean + isSelected() : boolean + getLines() : List<Line> + getType() : RelationTypeEnum + getName() : String + getCardinalityStart() : String + getCardinalityEnd() : String + getColorRelation() : Color + getColorText() : Color + getNameText() : Text + getCardinalityStartText() : Text + getCardinalityEndText() : Text + getShapes() : Set<Shape> + getPolygon() : Polygon + getEntitySrc() : IEntityGraphic + getEntityDst() : IEntityGraphic + getPointSrc() : Circle + getPointDst() : Circle + drawInGroup(Group) : void + setSelected(boolean) : void + calculPointRelation() : void + setType(RelationTypeEnum) : void + setName(String) : void + setCardinalityStart(String) : void + setCardinalityEnd(String) : void + setColorRelation(Color) : void + setColorText(Color) : void + setSource(double, double) : void + setDestination(double, double) : void - setDashedLines() : void - drawPolygon() : void - calculTextPosition() : void - calculCardiPosition() : void - calculHead() : void - getDirectionOOfDestination() : Direction - buildRelationIn2Line() : void - replaceLine(int, double, double, double, double) : void - buildRelationIn3Line() : void - buildRelationToSameEntity() : void - initialiseCircle(Circle, Border) : void } class Border { - border : BorderEnum - centerProperty : ObjectProperty<Point2D> + getCenter() : Point2D + centerProperty() : ObjectProperty<Point2D> + getBorder() : BorderEnum + setCenter(Point2D) : void + setBorder(BorderEnum) : void + setData(BorderEnum, Point2D) : void } enum BorderEnum { TOP RIGHT BOTTOM LEFT } enum Direction { NORTH NORTH_EST EST SOUTH_EST SOUTH SOUTH_WEST WEST NORTH_WEST NULL } enum RelationTypeEnum { NOTE_CONNECT NORMAL ASSOCIATION DEPENDANCE AGREGATION COMPOSITION INHERITANCE IMPLEMENTATION - toString : String - toString() : String } class RelationGraphicController implements IRelationGraphicController { - diagramController : IDiagramEditorController - relation : IRelationGraphic - ctxMenu : ContextMenu - editMI : MenuItem - removeMI : MenuItem - src : IEntityGraphic - dst : IEntityGraphic - type : RelationTypeEnum - name : String - cardinalityStart : String - cardinalityEnd : String - colorRelation : String - colorText : String - typeProperty : ObjectProperty<RelationTypeEnum> - nameProperty : StringProperty - cardinalityStartProperty : StringProperty - cardinalityEndProperty : StringProperty - colorRelationProperty : StringProperty - colorTextProperty : StringProperty + getSrc() : IEntityGraphic + getDst() : IEntityGraphic + getType() : RelationTypeEnum + getName() : String + getCardinalityStart() : String + getCardinalityEnd() : String + getColorRelation() : Color + getColorText() : Color + setType(RelationTypeEnum) : void + setName(String) : void + setCardinalityStart(String) : void + setCardinalityEnd(String) : void + setColorRelation(Color) : void + setColorText(Color) : void - createController() : void - edit() : void } } package class { class DialogArgs class DialogArgsController { + {static} EDIT_TEXT : String + {static} ADD_TEXT : String + {static} DELETE_TEXT : String + {static} CANCEL_TEXT : String - argumentList : List<Argument> - currentArgument : Argument - argumentListView : ListView<Argument> - nameText : TextField - valueText : TextField - inbox : CheckBox - outBox : Checkbox - addButton : Button - deleteButton : Button - newButton : Button + loadValues(List<Argument>) : void - setBehaviors() : void - fill(Argument) : void - fill() : void } class DialogOEGEdit { - diagramController : ClassDiagramEditorController - typeEntity : TypeEntity - entityGraphic : ObjectEntityGraphic - dialog : Dialog - controller : DialogOEGEditController - type : DialogType - okButtonType : ButtonType - result : Optional + showAndWait() : void + applyChanges() : boolean + getObjectEntityGraphic : ObjectEntityGraphic - createDialog() : void - {static} toRGBCode(Color) : String } enum DialogType { CREATE EDIT } class DialogOEGEditController { + {static} EDIT_TEXT : String + {static} ADD_TEXT : String + {static} HIDE_TEXT : String + {static} SHOW_TEXT : String + {static} DELETE_TEXT : String + {static} CANCEL_TEXT : String + {static} ARGS_TEXT : String - entity : ViewEntity - currentMethod : IMethod - currentAttribute : IAttribute - currentEnum : String - currentOther : String - argumentList : List<Argument> - entityName : TextField - entityType : ComboBox<TypeEntity> - entityVisibility : ComboBox<Visibility> - backgroundColor : ColorPicker - color : ColorPicker - methodList : ListView<IMethod> - attributeList : ListView<IAttribute> - enumList : ListView<String> - otherList : ListView<String> - methodName : TextField - methodType : TextField - methodArgsButton : Button - methodProperty : TextField - methodVisibility : ComboBox<Visibility> - staticMethod : CheckBox - abstractMethod : CheckBox - newMethodButton : Button - addMethodButton : Button - hideMethodButton : Button - deleteMethodButton : Button - attributeName : TextField - attributeType : TextField - attributeValue : TextField - attributeProperty : TextField - attributeVisibility : ComboBox<Visibility> - staticAttribute : CheckBox - abstractAttribute : CheckBox - newAttributeButton : Button - addAttributeButton : Button - hideAttributeButton : Button - deleteAttributeButton : Button - enumField : TextField - newEnumButton : Button - addEnumButton : Button - deleteEnumButton : Button - otherText : TextField - newOtherButton : Button - addOtherButton : Button - hideOtherButton : Button - deleteOtherButton : Button + apply() : void + loadValues(ViewEntity) : void - setBehaviors() : void - refreshElements() : void - fillAttribute() : void - fillAttribute(IAttribute) : void - fillMethod() : void - fillMethod(IMethod) : void - fillEnum() : void - fillEnum(String) : void - fillOther() : void - fillOther(String) : void + {static} showError(String, String) : void - {static} toRGBCode(Color) : String } class DialogPackageEdit { - name : String - nameText : TextField - backgroundColor : ColorPicker - dialog : Dialog<String> - packageG : PackageGraphic - diagramController : ClassDiagramEditorController + showAndWait() : void - createDialog() : void } enum DialogNoteEditMode { CREATE EDIT } class ObjectEntityGraphic { + {static} X_MARGIN : int + {static} Y_MARGIN : int + {static} CIRCLE_MARGIN : int + {static} DEFAULT_BACKGROUND_COLOR : Color + {static} DEFAULT_TEXT_COLOR : Color + {static} DEFAULT_STROKE_COLOR : Color + {static} DEFAULT_TEXT_SIZE : int + {static} CIRCLE_SIZE : double - controller : ObjectEntityGraphicController - entity : ViewEntity - head : Rectangle - name : Text - width : double - pane : Pane + getController() : IEntityGraphicController + getRectangle() : Rectangle + positionProperty() : ObjectProperty + toString() : String + getTextColor() : Color + getTextSize() : int + getViewEntity : ViewEntity + getDefaultType : RelationGraphic.RelationTypeEnum + setTextColor(Color) : void + refresh() : void - setList(Iterable<?>, List<Text>, Font, Color) : void - drawHead(Color) : void - drawField(List<Text>, Rectangle, Color) : Rectangle } class ObjectEntityGraphicController { - entity : ObjectEntityGraphic - diagramController : ClassDiagramEditorController - background : Color - color : Color + getBackgroundColor() : Color + getTextColor() : Color + setBackgroundColor(Color) : void + setTextColor(Color) : void - createController() : void - edit : void - {static} toRGBCode(Color) : String } class PackageGraphic { + {static} BACKGOURND_COLOR_DEFAULT : Color + {static} WIDTH_MARGE : int + {static} WIDTH_MARGE_CONTAINER : int - containerBorder : Rectangle - titleBorder : Rectangle - name : Text - controller : PackageGraphicController + getContainerBorder() : Rectangle + getDefaultType() : RelationGraphic.RelationTypeEnum + getRectangle() : Rectangle + getBackgroundColor() : Color + getTitleBorder() : Rectangle + getName() : Text + toString() : String + getController() : AEntityGraphicController + getPosition() : Point2D + positionProperty() : ObjectProperty + setBackgroundColor(Color) : void + setName(String) : void + setPosition(Point2D) : void # createController() : void } class PackageGraphicController { - packages : List<PackageGraphic> - backgroundColor : Color - textProperty : StringProperty - packageG : PackageGraphic + getBackgroundColor() : Color + StringProperty() : StringProperty + setBackgroundColor() : Color + addPackage(PackageGraphic) : void + setName(String) : void - createController() : void - edit() : void } } package View { interface IDiagramEditorController { getEditor() : ADiagramEditor getNotes() : List<INoteGraphic> getCreateNoteMI() : MenuItem getZoomInMI() : MenuItem getZoomOutMI() : MenuItem getSaveMI() : MenuItem getCreateClassMI() : MenuItem getSelectedEntity() : ISelectionableEntityGraphic getxCursor() : double + getyCursor() : double removeRelation(IRelationGraphic) : void setSelectedEntity(ISelectionableEntityGraphic) : void deselectEntity() : void setxCursor(double) : void setyCursor(double) : void showCreateRelationPopup(IEntityGraphic) : void + removeNote(INoteGraphic) : void } class ADiagramEditor extends Pane implements IDiagramEditor { - canvas : PannableCanvas + {abstract} getController() : IDiagramEditorController + getCanvas() : PannableCanvas } class ADiagramEditorController implements IDiagramEditorController { - editor : ADiagramEditor # nodeGestures : NodeGestures - zoomInMI : MenuItem - zoomOutMI : MenuItem - createNoteMI : MenuItem - saveMI : MenuItem - createClassMI : MenuItem - notes : List<INoteGraphic> # relations : List<IRelationGraphic> - selectedEntity : ISelectionableEntityGraphic - xCursor : double - yCursor : double # entities : Set<IEntityGraphic> + getEditor() : ADiagramEditor + getNotes() : List<INoteGraphic> + getCreateNoteMI() : MenuItem + getZoomInMI() : MenuItem + getZoomOutMI() : MenuItem + getSaveMI() : MenuItem + getCreateClassMI() : MenuItem + getSelectedEntity() : ISelectionableEntityGraphic + getxCursor() : double + getyCursor() : double + removeNote(INoteGraphic) : void + removeRelation(IRelationGraphic) : void + setSelectedEntity(ISelectionableEntityGraphic) : void + deselectEntity() : void + setxCursor(double) : void + setyCursor(double) : void - createComposant() : void - createController() : void - addRelation(IRelationGraphic) : void - addNote(NoteGraphic) : void } class classDiagramEditor extends ADiagramEditor { - controller : IDiagramEditorController + getController() : IDiagramEditorController } class ClassDiagramEditorController extends ADiagramEditorController { - diagram : IClassDiagram - editor : ADiagrameEditor - createPackageMI : MenuItem - createClassMI : MenuItem - createInterfaceMI : MenuItem - createEnumMI : MenuItem - createAbstractClass : MenuItem - ctxMenuDiagram : ContextMenu - miceX : double - miceY : double - dialog : DialogOEGEdit - packages : List<PackageGraphic> - objectEntityGraphics : List<ObjectEntityGraphic> + getDiagram() : IClassDiagram + removePackage(PackageGraphic) : void + removeObjectEntity(ObjectEntityGraphic) : void - createController() : void + placeOEGAndAddController() : boolean + addOEGController() : void - createComposant() : void } class Gestures { # runningDrag : DragContext # canvas : PannableCanvas } interface IDiagramEditor { getController() : IDiagrameEditorController getCanvas() : PannableCanvas } class MenuController { - bar : MenuBar - stage : Window - editor : ADiagrameEditor + setEditor(ADiagramEditor) : void + newProjet() : void + newUseCase() : void + newClass() : void + newSequence() : void + opentProjet() : void + save() : void + saveAs() : void + exportPUML() : void + exportImgPdf() : void + print() : void + importPuml() : void + close() : void + editModify : void + editDelete() : void + zoomIn() : void + zoomBack() : void + help() : void - zoom(double) : void } class NodeGestures extends Gestures { - onMousePressedEventHandler : EventHandler<MouseEvent> - onMouseDraggedEventHandler : EventHandler<MouseEvent> + getOnMousePressedEventHandler() : EventHandler<MouseEvent> + getOnMouseDraggedEventHandler() : EventHandler<MouseEvent> } class PannableCanvas extends Group { + {static} MAX_SCALE : double + {static} MIN_SCALE : double - scale : DoubleProperty + getScale() : double + setScale(double) : void + setPivot(double, double) : void - {static} clamp(double, double, double) : double } class SceneGestures extends Gestures { - {static} SCALE_FACTOR : double - onMousePressedEventHandler : EventHandler<MouseEvent> - onMouseDraggedEventHandler : EventHandler<MouseEvent> - onScrollEventHandler : EventHandler<ScrollEvent> + getOnMousePressedEventHandler() : EventHandler<MouseEvent> + getOnMouseDraggedEventHandler() : EventHandler<MouseEvent> + getOnScrollEventHandler() : EventHandler<ScrollEvent> } class ZoomableScrollPane extends ScrollPane { - contentGroup : Group - scale : DoubleProperty + getZoomChildren() : ObservableList<Node> + zoom(double) : void } } '----------------------------- '---------RELATIONS '----------------------------- 'Relation package clazz ObjectEntityGraphic --> ObjectEntityGraphicController DialogOEGEdit --> DialogOEGEditController DialogOEGEdit ..> Color DialogPackageEdit +-- DialogNoteEditMode DialogArgsController +-- DialogType 'Relation package view SceneGestures --> EventHandler Gestures +-- DragContext NodeGestures ..> PannableCanvas ZoomableScrollPane --> Group ZoomableScrollPane ..> Node MenuController o-- MenuBar MenuController o-- Window MenuController --> ADiagramEditor PannableCanvas --o "1" ADiagramEditor ADiagramEditor --> IDiagramEditorController ADiagramEditor --> PannableCanvas ADiagramEditorController --> ADiagramEditor ADiagramEditorController --> INoteGraphic ADiagramEditorController --> MenuItem ADiagramEditorController --> ISelectionableEntityGraphic ADiagramEditorController ..> INoteGraphic ADiagramEditorController ..> IRelationGraphic ADiagramEditorController ..> ISelectionnableEntityGraphic ADiagramEditorController ..> NoteGraphic ClassDiagramEditorController --> IClassDiagram ClassDiagramEditorController ..> ADiagramEditor ClassDiagramEditorController ..> ObjectEntityGraphic 'Relation package common DialogNoteEdit +-- DialogNoteEditMode RelationGraphic +-- Border RelationGraphic +-- BorderEnum RelationGraphic +-- Direction RelationGraphic +-- RelationTypeEnum AEntityGraphic --> Point2D AEntityGraphic --> ObjectProperty AEntityGraphic --> Color AEntityGraphic --> IRelationGraphic AEntityGraphic ..> IRelationGraphic AEntityGraphic ..> Point2D AEntityGraphic ..> Color AEntityGraphicController ..> ContextMenu AEntityGraphicController ..> MenuItem AEntityGraphicController ..> IDiagramEditorController AEntityGraphicController ..> Point2D AEntityGraphicController ..> IRelationGraphic AEntityGraphicController --> IRelationGraphic AEntityGraphicController --> Point2D DialogAddRelation --> IRelationGraphic DialogNoteEdit --> NoteGraphic DialogRelationEditNoteG --> IRelationGraphic DialogRelationEditOEG --> IRelationGraphic NoteGraphic --> IEntityGraphicController NoteGraphic --> NoteShape NoteGraphic --> Text NoteGraphic --> Color NoteGraphic --> RelationTypeEnum NoteGraphic ..> Color NoteGraphicController --> Color NoteGraphicController ..> Color RelationGraphic --> Line RelationGraphic --> RelationTypeEnum RelationGraphic --> Color RelationGraphic --> Text RelationGraphic --> Shape RelationGraphic --> Polygon RelationGraphic --> IEntityGraphic RelationGraphic --> Circle RelationGraphic ..> Group RelationGraphic ..> RelationTypeEnum RelationGraphic ..> Circle RelationGraphicController --> IEntityGraphic RelationGraphicController --> RelationiTypeEnum RelationGraphicController --> Color RelationGraphicController ..> RelationTypeEnum RelationGraphicController ..> Color @enduml
false
true
false
false
class
932b94ae6253e174a56206b028cea9c658ea0776
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/learning_plan/offer/thirty/thirty.plantuml
ec89fe2ffa9a70d295112d224be15a69633d20f6
[]
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
819
plantuml
@startuml title __THIRTY's Class Diagram__\n namespace cn.shui.learning_plan.offer.thirty { class cn.shui.learning_plan.offer.thirty.Offer17 { - count : int - loop : char[] - n : int - nine : int - num : char[] - res : int[] - start : int + printNumbers() + printNumbers2() - dfs() } } namespace cn.shui.learning_plan.offer.thirty { class cn.shui.learning_plan.offer.thirty.Offer51 { - nums : int[] - tmp : int[] + reversePairs() + reversePairs2() - mergeSort() } } 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
cfeae7b2440b5b9c3c41d1a63ae0dbbd4a7e9f92
0eda5bcc972f2358b4ae6d39be64086c219b22ef
/src/main/java/Assignments/ex44/diagram.puml
1764185af1d34ea42c5791f6e2cf8f8ce2505676
[]
no_license
arkaik2k01/nobrega-cop3330-assignment3
c1d7f7640def29994e6ed6df694244e0234e841c
aeb470a45a70c8015f3b7354e69e9c48eb854e7e
refs/heads/master
2023-05-30T21:32:35.783064
2021-06-20T21:24:16
2021-06-20T21:24:16
377,331,823
0
0
null
null
null
null
UTF-8
PlantUML
false
false
327
puml
@startuml 'https://plantuml.com/class-diagram class App { } class products { -String name -double price -int quantity + Products(string, double, int) + gets() + sets() } class Shop { - ArrayList<Products> + jsonRead() + addToList(String, double, int) + gets() + sets() } @enduml
false
true
false
false
class
426b49762ef37bd57d9c770d4e0ba897f3479476
4e22d261d7dcf5fe2731d77ba3cfb47c5568977c
/Documentation/Source/Breakdown/Engine/TempestEngine/Rendering/CameraSystem-Class.iuml
1bffc845ed9160cde05e7609335a8f62f8b2a71a
[]
no_license
SeraphinaMJ/Reformed
2d7424d6d38d1cfaf8d385fade474a27c02103a5
8563d35ab2b80ca403b3b57ad80db1173504cf55
refs/heads/master
2023-04-06T00:40:34.223840
2021-05-06T11:25:51
2021-05-06T11:25:51
364,884,928
0
0
null
null
null
null
UTF-8
PlantUML
false
false
311
iuml
namespace Graphics::Camera { class CameraSystem { +GetMainCamera() {static} +GetName() +Name() +EnableEditorCamera() +DisableEditorCamera() #OnInitialize() } CameraSystem --|> SystemManagement::SystemBase }
false
true
false
false
class
5818f489f97a6db590b16155b55b62b3bd176f5e
192e1fbf4fbb3da352abbc9ad52b6c65dacff26b
/src/main/Docs and Diagrams/MarsRover.puml
937aead197827cac5d0512b278b376b27e34d8f3
[]
no_license
neelamdev/marsRover
c34835c10757d82108f299dbfcdda725d76f1233
8f37c48cb5860afa4557ead1a1b4ad393c62de63
refs/heads/master
2023-08-30T18:34:00.119660
2021-10-23T14:07:52
2021-10-23T14:07:52
410,912,296
0
0
null
null
null
null
UTF-8
PlantUML
false
false
527
puml
@startuml 'https://plantuml.com/class-diagram class Grid{ int maxWidth int maxHeight boolean gridInFirstQuaderant() } class Rover{ Grid plateau; - int x ; - int y ; - char direction ; + String rotateRight(String) + String rotateLeft(String) + String move(String ) + String moveToInitialPositionAndDirection(String ) + String moveWithDirection(String , String ) } class MarsRoverMain{ Rover rover; Grid defaultGrid } MarsRoverMain -- Rover MarsRoverMain -- Grid @enduml
false
true
false
false
class
cfc6950eeadb054753f29da5b2ea38b050909c6e
5bf761145a79d450f9b405528824ff6880d10304
/docs/architecture/diagrams/useCases/2-searchBank.puml
ef2a5136eb061cea3dc745e6a58c117e242f0807
[ "AGPL-3.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0", "LicenseRef-scancode-commercial-license", "AGPL-3.0-or-later", "GPL-3.0-only", "LicenseRef-scancode-unknown-license-reference" ]
permissive
valb3r/open-banking-gateway
64d08a5f20d5650273b8c317a9fe90b87340b5b2
75273702746f2146d7ab3be71a471e90783868ec
refs/heads/master
2021-11-13T19:41:53.173677
2021-10-11T15:36:01
2021-10-11T15:36:01
221,220,698
0
0
Apache-2.0
2019-11-12T13:10:30
2019-11-12T13:10:29
null
UTF-8
PlantUML
false
false
1,693
puml
@startuml autonumber "<b><color blue>[RemoteSearch-000]</color></b>" actor psu box "PsuUserAgent" #LightGray participant "FinTechUI" as FinTechUI 'participant "ConsentAuthorisationUI" as ConsentAuthorisationUI 'participant "OnlineBankingUI" as OnlineBankingUI end box box "FinTechDC" #DarkSeaGreen participant "FinTechApi" as FinTechApi end box box "TppDC" #LightGray 'participant "TppBankingApi" as TppBankingApi participant "TppBankSearchApi" as TppBankSearchApi 'participant "ConsentAuthorisationApi" as ConsentAuthorisationApi 'participant "RedirectSessionStoreApi" as RedirectSessionStoreApi 'participant "BankingProtocolSelector" as BankingProtocolSelector 'participant "BankingProtocol" as BankingProtocol end box box "AspspDC" #LightSkyBlue 'participant "AspspBankingApi" as AspspBankingApi 'participant "OnlineBankingApi" as OnlineBankingApi end box == PSU searches a bank by keyword : call[header](body)<params> return code[header](body) == psu -> FinTechUI ++ : loadFinTechSeachScreen() return displaySearchScreen() psu -> FinTechUI ++ : enterSearchString( ) loop while(furtherKeyWords) FinTechUI -> FinTechApi ++ : GET:bankSearch[FinTechLoginSessionCookie]()\n<sessionState, keyword='',start=0,max=-1> FinTechApi -> TppBankSearchApi ++ : GET:bankSearch[]bankSearch[]()\n<keyword='',start=0,max=-1> return 200_BankSearchResult[](List<BankProfile>,\nsearchInput,searchStartIndex,\nsearchMaxResult,searchTotalResult) return 200_BankSearchResult[FinTechLoginSessionCookie]\n(sessionState,List<BankProfile>,\nsearchInput,searchStartIndex,\nsearchMaxResult,searchTotalResult)) return displaySearchResult(List<BankProfile>) end @enduml
false
true
false
false
usecase
fb9c58adf025f7f72e935c7aca6b6589c07071a3
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderEditPagedQueryResponse.puml
5872a1dec64c23afe79ebfd5b12515504c34e645
[]
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
414
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 OrderEditPagedQueryResponse [[OrderEditPagedQueryResponse.svg]] { limit: Long offset: Long count: Long total: Long results: [[OrderEdit.svg List<OrderEdit>]] } @enduml
false
true
false
false
class
38e4c91b6b949e61047259ba7cda906ebb9f7e4f
549a5d6435aa26d5b42a3ac865d25bbfe3b6b3b1
/docs/exercises/oop/hard/dining/Dish.plantuml
2ac09c5ceaab4e6a1c44ecb945072be4c4713c58
[]
no_license
92annaszabo/bh-fst01
08529f349b3f354538a1374397eed36b24ad6c6c
efb0b077f1cd28e3c6754a22c22ec92facbae0f1
refs/heads/master
2020-11-30T02:33:04.903983
2020-02-10T15:18:30
2020-02-10T15:18:30
230,276,802
0
0
null
2020-02-10T15:18:32
2019-12-26T14:22:56
HTML
UTF-8
PlantUML
false
false
109
plantuml
@startuml class Dish { - _ingredients: string[] + containsAny(ingredients: string[]): bool } @enduml
false
true
false
false
class
062bf38ac30c22ac53e03daf1d54c29432226e30
32012604691f442290cb2a59096e83c0274648a1
/classes/util.puml
871c84a21525342a339eb429f3e48616225f372a
[ "BSD-2-Clause" ]
permissive
Saabre/osrm-backend-uml
4a50ed007dc58385efd00e1e1004899576d0c915
e6f10725c93695ee66a8f0b0d8df5deddec66092
refs/heads/master
2021-01-01T19:06:39.897069
2015-01-05T14:18:21
2015-01-05T14:46:30
28,812,301
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,637
puml
' Copyright (c) 2013, Project OSRM, Dennis Luxen, others ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, ' are permitted provided that the following conditions are met: ' ' Redistributions of source code must retain the above copyright notice, this list ' of conditions and the following disclaimer. ' Redistributions in binary form must reproduce the above copyright notice, this ' list of conditions and the following disclaimer in the documentation and/or ' other materials provided with the distribution. ' ' THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ' ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED ' WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ' DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ' ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ' (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; ' LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ' ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS ' SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @startuml ' Azimuth.h class Azimuth <<(S,#83e6bc)>> { static string Get(double heading) } ' BoostFileSystemFix.h ' Only functions ' ComputeAngle ' Only functions ' ContainerUtils ' Only functions ' DataStoreOptions ' Only functions ' FingerPrint.cpp .h class FingerPrint { +FingerPrint() +FingerPrint(FingerPrint&) +~FingerPrint() +boost::uuids::uuid &GetFingerPrint() +bool IsMagicNumberOK() +bool TestGraphUtil(FingerPrint &other) +bool TestPrepare(FingerPrint &other) +bool TestRTree(FingerPrint &other) +bool TestNodeInfo(FingerPrint &other) +bool TestQueryObjects(FingerPrint &other) -unsigned magic_number -char md5_prepare[33] -char md5_tree[33] -char md5_graph[33] -char md5_objects[33] -boost::uuids::uuid named_uuid -bool has_64_bits } ' GitDescription ' Nothing ' GraphLoader ' Only functions ' IniFileUtil ' Only functions ' LuaUtil ' Only functions ' MachineInfo ' Only functions ' NumericUtil ' Only functions ' OSRMException ' extends exception class OSRMException { +OSRMException(char *message) +OSRMException(string &message) +virtual ~OSRMException() throw() -virtual char *what() throw() -string message } ' ProgramOptions ' Only functions ' ProgramOptions ' Only functions ' SimpleLogger enum LogLevel { logINFO, logWARNING, logDEBUG } class LogPolicy { +void Unmute() +void Mute() +bool IsMute() +static LogPolicy &GetInstance() +LogPolicy(LogPolicy &) -LogPolicy() -atomic<bool> m_is_mute } class SimpleLogger { +SimpleLogger() +mutex& get_mutex() +ostringstream &Write(LogLevel l) +virtual ~SimpleLogger() -LogLevel level -ostringstream os } ' StdHashExtensions ' Only functions ' StringUtil ' Only functions ' TimingUtil ' Only functions ' TrigonometryTables ' Only functions @enduml
false
true
false
false
class
3d62d01601f5291941c64351d33c831a6d291e56
62de719e261fac67d2a2bc347a98be5515b48948
/docs/red/1161025/sp1/listEventsSSD.puml
cba650d21d2d0d11aae2f1a2c2c8d3d562ca5162
[]
no_license
raulcorreia7/isep_lapr4_17_18
82672fca46e433856d52b3839e3739fa53b8f52c
79217fa01912657da37ef6cdb1a05194dd2f5110
refs/heads/master
2020-04-15T17:52:21.964106
2019-01-09T17:13:14
2019-01-09T17:13:14
164,891,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
384
puml
@startuml analysis.png skinparam handwritten true skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false actor User User -> Browser : navigate to page Browser ->> Server : getEvets() database Database Server -> Database : fetch Server -->> Browser : return Browser -> Browser : display @enduml
false
true
false
false
sequence
9303eded43fab8036f24e7d3a6e95dc83dff014a
064cd6eb85cbb2af72c1be6d192569e244e90ba6
/src/main/java/oop/assignment3/ex44/exercise44_Diagram.puml
6c137d59d3f8a79ec597531501c486e6127e449c
[]
no_license
Awesome-wolf-101/ashby-cop3330-assignment3
dea3a5009db3341e9ab0c9fb48752969cb7ca2da
5c943f85831fd03e966c3ed52acdcdf03a82cca1
refs/heads/master
2023-06-04T17:09:10.387582
2021-06-21T03:52:15
2021-06-21T03:52:15
377,309,711
0
0
null
null
null
null
UTF-8
PlantUML
false
false
453
puml
@startuml 'https://plantuml.com/sequence-diagram class Application{ +main() } class GsonConverter{ +deserializeJsonFile( String GeneralInfo) +StringCutter( String InputString) +FindItem( List<JsonItemClass> items, String SearchString) +OutPutTime( JsonItemClass item) } class JsonItemClass{ -String name -Double price -int quantity +getName() +getPrice() +getQuantity() } Application o-> GsonConverter GsonConverter o-> JsonItemClass @enduml
false
true
false
false
class
30b4fe43cbf2c9d45d79998deee1215913f0ec43
3e8014f34629518f9339c0e0285b81d867a1edbf
/src/main/java/com/net4w/builder/origin.puml
6095a91dd988fdfbf0a4c8e521d1a1bff5d6ae8a
[]
no_license
WangPingChun/design-pattern
d250b0d06f0935b52d58c8104614a187271a4bb4
cce3fd19ed86375e0139e92d6cd6c499882ec080
refs/heads/master
2023-08-14T18:59:31.400379
2020-05-23T15:32:03
2020-05-23T15:32:03
261,672,023
0
0
null
2023-07-23T15:15:50
2020-05-06T06:31:50
Java
UTF-8
PlantUML
false
false
255
puml
@startuml class CommonHouse class HighBuilding class Client CommonHouse --|> AbstractHouse HighBuilding --|> AbstractHouse Client .. CommonHouse abstract class AbstractHouse { #void buildBasic() #void buildWall() #void roofed() +void build() } @enduml
false
true
false
false
class
43e8f331e4719f3ccf140a100563b35bc55a7d2f
8c16ce0ac608ebebde84af133a7164e1052c1e43
/Actividades/Osbert/casoUsos.puml
397c1744bf7127e733a93f550b5e268e1ccdc5ba
[]
no_license
dcharua/An-lisis-y-Modelacion-Software
0851cebd218d935e82fb704a540cb4bab6cbfeb7
5a844cf052712370f0210553854923c2ab138fbc
refs/heads/master
2021-01-15T19:06:36.865644
2017-11-08T15:41:47
2017-11-08T15:41:47
99,808,937
0
0
null
null
null
null
UTF-8
PlantUML
false
false
220
puml
@startuml left to right direction skinparam packageStyle rectangle actor Cliente actor Osbert rectangle sistema { Osbert -- (vender) (vender) -- Cliente (Comprar Obra) -- Cliente (reportes) -- Cliente } @enduml
false
true
false
false
usecase
46e1328fbbbee2b053b38dd18007e25ebe8d84ab
7a26c716d0041b9e1241eaa39e214b83564f64df
/diagrams/hive3_spark_pipeline.puml
3b85517a6095acb2a3728987290a7f5db38c0ac1
[]
no_license
dstreev/Hive3andSparkIntegration
fe78b103f5be3406d53a8f07bbaabb8c16f96c2d
d556e77ac6d6d85d30bd6fef0e1166eba0a5f02c
refs/heads/master
2020-05-31T18:22:21.316210
2019-07-26T23:49:07
2019-07-26T23:49:07
190,432,921
1
0
null
null
null
null
UTF-8
PlantUML
false
false
958
puml
@startuml database Source actor ServiceAccount boundary Spark #aqua control "Hive Warehouse\nConnector (HWC)" as hwc #turquoise entity "Spark Version\nof Table X" as st #blue database HDFS #magenta collections "Spark Catalog" as sc #aqua collections "Hive Catalog" as hc #lime entity "Hive Version\nof Table X" as ht #teal boundary Hive #lime actor Analyst == Workflow (Spark)== autonumber ServiceAccount -> Spark: Using\n(runs as\n'ServiceAccount') Spark -> Source: Retrieves Dataset\n(Files or Streaming) Spark <-> st: Defines Spark <-> sc: Saves Table Definition Spark -> hwc: using hwc -> hc: Saves Table Definition Spark -> HDFS: Saves Dataset (with \npermissions of 'ServiceAccount') == Workflow (Hive) == autonumber Analyst -> Hive: Using\n(impersonation or not) Hive -> Hive: Impersonation or Not Hive -> ht: Retrieves Hive -> hc: table definition from Hive -> HDFS: reads files from Hive -> Hive: Plan and Execute Hive -> Analyst: Returns @enduml
false
true
false
false
usecase
ddfda657898603ba5cb414ab1680e1a009184b21
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/learning_plan/offer/third/third.plantuml
4077c7dd42a019cda7c640a7fb04a6058f7a0436
[]
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
533
plantuml
@startuml title __THIRD's Class Diagram__\n namespace cn.shui.learning_plan.offer.third { class cn.shui.learning_plan.offer.third.Offer05 { + replaceSpace() } } namespace cn.shui.learning_plan.offer.third { class cn.shui.learning_plan.offer.third.Offer58II { + reverseLeftWords() } } 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
315ff992e3c8b77b2ee3da740c608a001d606f1b
a529dcdb4c058b3ffd37053a07474597f5806eac
/docs/klassendiagramm.puml
7388bff74ebdd657271affc274797477bb744333
[]
no_license
DerM0narch/LernApp
34528d1581ff4292677392fd0240d500ba205031
eaea0eb963c67c03b0644bf16cae966be4dcfdae
refs/heads/master
2023-06-25T13:24:35.195934
2021-07-21T09:41:48
2021-07-21T09:41:48
385,576,271
0
0
null
2021-07-21T09:41:49
2021-07-13T11:13:44
null
UTF-8
PlantUML
false
false
2,509
puml
@startuml klassendiagramm frame LernApp{ class Datenbank { - c : Connection - stmt : Statement - URL : final String -- + execute() + insert() + selectId() + selectFrage() + selectRichtig() + selectErsteFalsch() + selectZweiteFalsch() + selectMarkiert() + selectCount() + markierteFragen() + schwerpunktFragen() + falscheFragen() + countfalsche() + countMarkiert() + selectAllFragenIDs() } } frame LernAppGUI { class Main { -- + start() : void } class ControllerStartseite { -- + initialize() + SWZufaelligeFragen() + SWSchwerpunkte() + SWfalscheFragen() + SWMarkierteFragen() + SWFrageHinzufuegen() + SWHilfe() } class ControllerFrageseite { - frageTextbox: TextView - radioButtons : RadioButton - labelAntwort1 : Label - labelAntwort2 : Label - labelAntwort3 : Label -- + antwortPruefen() + naechsteFrage() + vorherigeFrage() + markierenFrage() + zureuck() + zeilenUmbruch() } class ControllerSchwerpunkt{ - db : Datenbank - schwerpunkt : String -- + schwerpunktAuswaehlen() + zurueck() + getSchwerpunkt() } class ControllerFragehinzufuegen{ - frage : String - richtig : String - antwort2 : String - antwort3 : String -- + frageHinzufuegen() + zurueck() } class ControllerHilfe{ -- + zurueck() } class ControllerflascheFrageSeite{ - db : Datenbank - fragenarray : Integer[] - aktuelleFrage : int = 0 - antworthash : ArrayList<String> - antwortenarray : String -- + initialize() + zurueck() + naechsteFrage() + vorherigeFrage() + antwortPruefen() + markierenFragen() + zeilenUmbruch() } class ControllerMarkierteFrageSeite{ - db : Datenbank - fragenarray : Integer[] - aktuelleFrage : int = 0 - antworthash : ArrayList<String> - antwortenarray : String -- + initialize() + zurueck() + naechsteFrage() + vorherigeFrage() + antwortPruefen() + markierenFragen() + zeilenUmbruch() } class ControllerSchwerpunktFrageSeite{ - db : Datenbank - fragenarray : Integer[] - aktuelleFrage : int = 0 - antworthash : ArrayList<String> - antwortenarray : String -- + manuellInitialisation() + zurueck() + naechsteFrage() + vorherigeFrage() + antwortPruefen() + markierenFragen() + setSchwerpunkt() + zeilenUmbruch() } @enduml
false
true
false
false
class
afac03a7cecb952769e2af2c348ccec8f8796cdd
559f7fadd2b324ce4d7216c49025c36aa463c5ea
/06_observer_pattern/uml/diagram.puml
72fa600fcf4f515e0c4ed931f853e08cfa295732
[]
no_license
adam123600/OOP-2019
648c33da2b4924edc6ab50568903a5e3aa5f301a
b7cb7e05377e1ece8ed55ab152d04e385bd79b52
refs/heads/master
2023-01-10T09:31:12.986593
2020-03-04T18:14:47
2020-03-04T18:14:47
244,970,517
0
0
null
2023-01-05T09:04:18
2020-03-04T18:08:28
C++
UTF-8
PlantUML
false
false
984
puml
TODO: Create class diagram... @startuml class Observable { {field}std::set<Observer*> observers {method}+ void registerObserver(Observer*) {method}+ void unregisterObserver(Observer*) {method}# void notifyObservers(float) } note right: for(Observer* observer: observers )\n observer->notify(value); interface Observer { {method}+ void notifly(float) } class Displacement { {field}- float value {method}+ void set(float) } class Acceleration { {field}- bool hasFirstValue {field}- bool hasSecondValue {field}- bool hasThirdValue {field}- float firstValue {field}- float secondValue {field}- float thirdValue {method}+ float get() } class Speed { {field}- bool hasFirstValue {field}- bool hasSecondValue {field}- float firstValue {field}- float secondValue {method}+ float get() } Observable <|-- Displacement Observer <|-- Acceleration Observer <|-- Speed Displacement<.. Acceleration : observes Displacement<.. Speed : observes Observable "1" o-- "*" Observer @enduml
false
true
false
false
class
e9e425655bf9927535ad876adf3edcbb7f2926e8
eb7f57d2f397313f99dc2c59c4c796e7edc69af8
/docs/class_diagram.puml
eb6c855f538b8f65e5bf140c0caa6c9a90e43a6b
[]
no_license
shaha-pratik/CppND-Capstone-Tetris-Game
47459c58ca4ca70bba4d66dc5402ebdb19292ffb
40e596554261106d868a6110e30032ad673e5964
refs/heads/master
2022-11-08T07:08:27.836052
2020-06-29T01:14:23
2020-06-29T01:14:23
274,381,107
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,255
puml
@startuml enum PieceType { +ZERO +IShape +LShape +LmShape +NShape +NmShape +SquareShape +TShape } class Piece { +Piece() +Piece(int piece_type, int piece_rotation) +void RotatePiece(int piece_rotation) +int GetInitialXPosition() const +int GetInitialYPosition() const +ony GetPieceType() const -UpdatePiece(int piece_type) +int piece_[5][5] -int piece_type -int piece_rotation } class Board { +Board() +Board(Piece& piece, screen_width, screen_height) +int GetXPostionInPixel(int pos_x) const +int GetYPositionInPixel(int pos_y) const +bool IsBlockFree(int pos_x, int pos_y) const +bool IsMovementPossibleInBlock(int pos_x, int pos_y) const +void StorePieceInBoard(int pos_x, int pos_y) +int DeletePossibleLines() +bool IsGameOver() const +void UpdateCurrentPiece(const Piece& piece) +void ClearBoard() +Piece piece -int screen_height_ -int screen_width_ -int board_[BOARD_WIDTH][BOARD_HEIGHT] -void InitBoard() -void DeleteLine(int pY) } class Game { +Game(Renderer &renderer) +void Run(Controller &controller, const std::size_t &target_frame_duration) +int GetScore() const -void DrawScene() -void GenerateNewPiece() -bool RestartGame() -void Init() -void DrawPiece(int pX, int pY, const Piece &piece) -void DrawBoard() -int position_x_ -int position_y_ -const int next_position_x_ -const int next_position_y_ -int piece_type_ -int piece_rotation_ -int next_piece_type_ -int next_piece_rotation_ -Board board_ -Piece piece_ -Piece next_piece_ -int game_score_ -int screen_height -Renderer renderer_ } class Controller { +Controller() +int HandleInput(bool& running) } class Renderer { +Renderer(const std::size_t screen_width, const std::size_t screen_height) +~Renderer() +void DrawBlock(int pos_x, int pos_y, int w, int h) +void ClearScreen() +void UpdateScreen() +int MessageBox() -SDL_Window *sdl_window_ -SDL_Renderer *sdl_renderer_ -const std::size_t screen_width_ -const std::size_t screen_height_ } Board o-- Piece Piece <|-- PieceType Game *-- Board Game *-- Controller Game *-- Renderer @enduml
false
true
false
false
class
0a314d47020691b999fac170c4e5e0ab374189c5
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/Solution/Telemetry/Process.puml
64d71784ee358a4fc309fc91776772d70020cf3e
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
241
puml
@startuml partition "Telemetry" { } partition SubSystem #cccccc { (*) --> "Create Project" --> "Write Code" } partition "Telemetry" { "Write Code" --> "Test Code" "Test Code" --> "Deploy Code" "Deploy Code" --> (*) } @enduml
false
true
false
false
activity
0d8390e59430d23d144202d17b0556dde3a2a9b3
b8b944a1c6b89f9426d9c85b2560968b41e913d2
/resources/UML/ro.uaic.info/engine/engine.plantuml
d7c376c6933e7dba22e8f1986abffdd68414ce5a
[]
no_license
anaidde/VladianaInvaders
e0076b7a4e2b4cc48de6cabfa4ee0158888f5ec0
aff35c93b657c06ca9038884126fe0dd0a7a094a
refs/heads/master
2022-11-12T10:03:36.383752
2020-07-02T09:30:37
2020-07-02T09:30:37
261,261,460
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,464
plantuml
@startuml title __ENGINE's Class Diagram__\n namespace ro.uaic.info.engine { class ro.uaic.info.engine.Debug { + Debug() + printMessage() + setDebugLevel() } } namespace ro.uaic.info.engine { enum DebugLevel { DEBUG_LEVEL_ALL_MESSAGES DEBUG_LEVEL_CRITICAL DEBUG_LEVEL_IMPORTANT DEBUG_LEVEL_NONE } } namespace ro.uaic.info.engine { class ro.uaic.info.engine.Engine { {static} + DEFAULT_FPS_TARGET : int - drawMeshes : boolean - initialized : boolean {static} - instance : Engine - isActive : boolean - targetFPS : int + debug() + debug() + forceDebug() + forceDebug() + getDrawMeshes() + getGameObjects() {static} + getInstance() + getWindow() + initialiseEngine() + run() + setDebugLevel() + setDrawMeshes() + setGameWindow() + stopEngine() - Engine() - redraw() - update() } } ro.uaic.info.engine.Debug o-- ro.uaic.info.engine.Debug.DebugLevel : debugLevel ro.uaic.info.engine.Debug +-down- ro.uaic.info.engine.Debug.DebugLevel ro.uaic.info.engine.Engine o-- ro.uaic.info.engine.Debug : debugHandler ro.uaic.info.engine.Engine o-- ro.uaic.info.engine.entity.GameObjects : gameObjects ro.uaic.info.engine.Engine o-- ro.uaic.info.engine.window.GameWindow : window @enduml
false
true
false
false
class
f2e974ebb69bc5218881accffa7b04acb258c722
ddd27ef7207e3b508ba557b6f5ca1b2bd172a734
/app/UML/Blake/BlakeEss3.puml
8794c0b49094fb37dedc7f78eb0f4efd1eee2827
[]
no_license
QRP0002/Wireless_Quote
7c095f66043b7780f03d624be2fe7956b3369a27
0b4762a69db0ebada3d518573e7618a0e57f0368
refs/heads/master
2020-06-04T02:48:51.629364
2015-05-01T12:49:49
2015-05-01T12:49:49
33,549,841
0
0
null
2015-04-16T20:57:50
2015-04-07T14:57:28
Java
UTF-8
PlantUML
false
false
418
puml
@startuml User -> System : Log In activate System activate User System --> User : Display Home Screen User -> System : Customer List System --> User : Customer Page User -> System : Select Remove Customer System --> User : Confirm Remove User -> System : Confirms Remove System -> Server : Request Remove activate Server Server --> System : Remove Confirmed deactivate Server System --> User : Customer Removed @enduml
false
true
false
false
sequence
2711693a1a20ce3bb7c55cb3e58a1fc9ff2621ea
fc453f552b9ca55f605a8dec99fcba631fe60a45
/Evaluaciones/Primera/Computadoras.puml
14a49fba11a955415af2b5aae1f220705c1ed873
[]
no_license
jpguitron/TC2004-AgoDic17
23f572d1f321d8a17b36822889dea5b8a4f1db72
e04ea05952b7b7ecec42150ad08b179715c3d44f
refs/heads/master
2021-01-15T19:06:34.961001
2017-10-27T17:44:51
2017-10-27T17:44:51
99,808,163
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,102
puml
@startuml class Computadoras{ #string procesador; #string ram; #string disco; #string so; #bool ensamble; #bool empaquetar; #static Computadoras* instance; #Computadoras(); +void componentes(); +void ensamblado(); +virtual ~Computadoras(); +void sop(); +void empaque(); +Static Computadoras* getInstance(); +Tipo* factoryMethod(); } class ClonComputadoras<<base,Tipo>>{ #ClonComputadoras(); +base * clonar(); } class Desktop{ #Desktop(); } class Laptop{ #Laptop(); } class Netbook{ #Netbook(); } class Tablet{ #Tablet(); } class ServerP{ #ServerP(); } class ServerT{ #ServerT(); } ClonComputadoras <|-- Laptop ClonComputadoras <|-- Desktop ClonComputadoras <|-- Netbook ClonComputadoras <|-- Tablet ClonComputadoras <|-- ServerP ClonComputadoras <|-- ServerT Computadoras <|-- ClonComputadoras Computadoras*-Computadoras Computadoras -- Laptop : <<friend>> Computadoras -- Desktop : <<friend>> Computadoras -- Netbook : <<friend>> Computadoras -- Tablet : <<friend>> Computadoras -- ServerP : <<friend>> Computadoras -- ServerT : <<friend>> @enduml
false
true
false
false
class
27a943e699b0bd35b91944ec3bc6029b26d79e21
761b9a0f00dc6a1098d3705a5b0a25b07af34b8b
/reponses/creation.puml
88c595b195529aa51b43cb0f221645957fdd9193
[]
no_license
AnisoaraVida/mapc-cc1-Vida
7f217439164235f6a5369022ab9d4628c0132223
754f94f49fea469300c8032ebe85a2e228e3260e
refs/heads/master
2023-01-11T04:30:29.187759
2020-11-03T16:25:59
2020-11-03T16:25:59
309,731,844
0
0
null
null
null
null
UTF-8
PlantUML
false
false
545
puml
@startuml package creation{ package api{ Interface CloudProvider Interface ComponentCreator Interface ComputeNodeCreator Interface DeploymentPlanCreator Interface ServiceCreator Interface VirtualMachineCreator } package cloudproviders{ package amiazon{ Class AmiazonCloud AmiazonCloud --|> CloudImpl Class AmiazonCloudProvider AmiazonCloudProvider ..|> CloudProvider Class AmiazonDeployementPlanCreator AmiazonDeployementPlanCreator ..|> DeploymentPlanCreator } package softcloud{ } } package impl{ Class CloudProviderLoader } } @enduml
false
true
false
false
class
336718368693808ff8621033615be9210345a80c
89349a875715d958bd3aa6d3cbfa02faef4f7801
/diagrams/DiagrammeClasse.puml
d40e448f9afce28259f82c09e395673b2efe05f7
[]
no_license
ChristianHiroz/GymTonik
83d37b9c354df7f1fe4f13e7ae23fa36816e6707
35f991a81a74aec199868155163d2dca88721791
refs/heads/master
2021-06-05T02:55:17.221175
2018-12-18T09:07:29
2018-12-18T09:07:29
29,235,334
0
0
null
2018-12-18T09:07:30
2015-01-14T08:48:01
Java
UTF-8
PlantUML
false
false
1,124
puml
@startuml interface IUser{ String username String username_canonical String email String email_canonical String password String salt Integer height Integer weight Integer timeSleep void createSession() void setSession(Session session) bool deleteSession(Session session) void setWeight() void setTimeSleep() } abstract class AUser class User class Performance class Exercise class Session{ DateTime dateProgram bool perform Performance calculatePerformance(User user) void addTraining() void deleteTraining(Training training) void clearTraining() void setTraining(Training training) void runTraining() } interface ITraining { Integer length String name String explanation } abstract class ATraining interface IBodyPart { String name String description } abstract class AMuscle class Muscle AUser <|-- User IUser <|--- AUser ITraining <|-- ATraining ATraining <|-- Exercise Session o-- Performance Session *-- ITraining IBodyPart <|-- AMuscle AMuscle <|-- Muscle ITraining *-- IBodyPart IUser o-- Session @enduml
false
true
false
false
class
2061bd7049b73c2165e778f92e7123d2d1e7a20b
897c5f0768d85d6070cbac83453eaeda84f86ab7
/SELAIN SISTEM/UML/SEQUENCE/pencarian/admin tu/SearchSuratMasuk.puml
afa716a20a21823238c563abad90a2242aec4c44
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
fiqihrosady/sistem_kp
b593e68eda63e3c4b2953447a2aa8f25f33f9921
7b9060a89f852577a6f4c1ea2596b59beb5e5b77
refs/heads/master
2020-09-27T00:03:37.042300
2019-12-05T18:54:26
2019-12-05T18:54:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
561
puml
@startuml autonumber hide footbox title Mencari Surat Masuk Actor AdminTU boundary Dashborad_V boundary SuratMasuk_V control Admin_C control SuratMasuk_C Entity SuratMasuk_E Admin_C --> Dashborad_V: load->view() Dashborad_V --> AdminTU: Halaman Dashborad AdminTU --> Dashborad_V: tulis keyword yang ingin dicari pada form pencarian Dashborad_V --> SuratMasuk_C: searchsuratmasuk() SuratMasuk_C --> SuratMasuk_E: SuratMasuk_E --> SuratMasuk_C: SuratMasuk_C --> SuratMasuk_V: load->view() SuratMasuk_V --> AdminTU: Halaman Surat Masuk @enduml
false
true
false
false
sequence
9abbe33bef3227c58d9a912aab3b4db41151086b
e9bc38b4d51e587eac6324a03d56acc87540b654
/dsl/documentation/ansible/uml/metamodel extended/dictionaries and lists.puml
4a1636dc069d0cdd71092c7ffc2b752fd2dcb940
[ "Apache-2.0" ]
permissive
SODALITE-EU/ide
7c97d121cecc7d7c23e56e75c9f30491867e1819
f9e9f9513af467881b9898cf4282a5f427f4251e
refs/heads/master
2023-08-30T23:41:32.331505
2022-05-15T20:14:46
2022-05-15T20:14:46
225,427,488
7
4
Apache-2.0
2023-09-01T14:52:01
2019-12-02T17:07:27
Java
UTF-8
PlantUML
false
false
1,317
puml
@startuml object ValuePassed object Dictionary object DictionaryInLine object DictionaryIndented Dictionary <|-- DictionaryInLine Dictionary <|-- DictionaryIndented object DictionaryPair { name : String value : ValuePassed } Dictionary "[0..1]" --> "[0..*]" DictionaryPair : has_dictionary_pairs object DictionaryJinja object DictionaryPairJinja { name : String value : JinjaExpressionEvaluationWithoutBrackets } DictionaryJinja "[1]" --> "[0..*]" DictionaryPairJinja : has_dictionary_pairs object List object ListInLine object ListIndented object ElementOfListIndented ListInLine "[0..1]" --> "[0..*]" ValuePassed : has_elements ListIndented "[1]" --> "[0..*]" ElementOfListIndented : has_elements object StringPassed object SimpleValueWithoutString object DictionaryOfListIndented DictionaryOfListIndented "[0..1]" --> "[0..*]" DictionaryPair : has_dictionary_pairs ElementOfListIndented <|-- StringPassed ElementOfListIndented <|-- SimpleValueWithoutString ElementOfListIndented <|-- DictionaryInLine ElementOfListIndented <|-- DictionaryOfListIndented ElementOfListIndented <|-- List List <|-- ListInLine List <|-- ListIndented object ListJinja object JinjaExpressionEvaluationWithoutBrackets ListJinja "[0..1]" --> "[0..*]" JinjaExpressionEvaluationWithoutBrackets : has_elements @enduml
false
true
false
false
sequence
39590b2283b239c176723e09cebb1b0325f4f045
3b04acc8ded79b847cad9359dc56aa1b2d66a79b
/docs/docker-compose/diagrams/docker-compose-enterprise.puml
b37b7bdda82ece577d92d36e48742c81352259e4
[ "Apache-2.0" ]
permissive
vprince1/acs-deployment
f11c46478423556acbaed0f8ca68bd1a13516ef9
a55180cd160c6050f206b581de3c99c7a4b136b1
refs/heads/master
2022-12-16T04:19:24.072199
2020-09-11T10:14:16
2020-09-11T10:14:16
295,211,661
0
0
Apache-2.0
2020-09-13T18:23:50
2020-09-13T18:23:49
null
UTF-8
PlantUML
false
false
1,187
puml
@startuml Title: Docker Compose Deployment Overview (Enterprise) skinparam componentStyle uml2 skinparam linetype ortho skinparam rectangle { BorderStyle dashed FontSize 15 FontStyle none } actor Client node "Docker Compose" { component "NGINX proxy" as proxy #lightgrey component "Alfresco Digital Workspace" as adw #lightgrey component "Alfresco Content Services" as acs #lightgrey component "Alfresco Search Services" as ass #lightgrey component "Alfresco Sync Services" as sync #lightgrey component "PostgreSQL" as psql #lightgrey component "Alfresco Share" as share #lightgrey component "ActiveMQ" as amq #lightgrey rectangle "Alfresco Transform Service" { component "Transform Router" as tr #lightgrey component "Shared File Store" as sfs #lightgrey component "Transform Core (AIO)" as tcore #lightgrey } } Client --> proxy proxy --> acs proxy --> share proxy --> adw acs <-left-> ass acs --> psql acs --> tcore acs --> sfs acs <--> amq tr --> tcore tr <-up-> amq tcore --> sfs share --> acs sync <-left-> acs sync --> psql sync --> amq center footer Copyright 2020 Alfresco Software Inc @enduml
false
true
false
false
usecase
68b106fae5b2c4474598768b1dbb39f65196c5e0
46e2bf63c98cb8782547b2d8222805f1fb4d906c
/pprz_tester_files/UML/flight_plan_items_class_diagram.puml
7eaa0833eb6cf76b6fdefd27c439eb1110a07474
[ "MIT", "LPPL-1.3c" ]
permissive
MJafarMashhadi/University-of-Calgary-Graduate-Thesis
3c971bf7dd36cc122aeca5405cf6cfadccad78ac
b3745c9d254c818e8df359ad448148a17edc04bf
refs/heads/master
2022-12-20T03:53:58.699736
2020-09-23T20:29:40
2020-09-23T20:29:40
284,757,855
1
1
NOASSERTION
2022-03-21T07:47:59
2020-08-03T17:01:12
TeX
UTF-8
PlantUML
false
false
1,429
puml
@startuml title Flight Plan Items Class diagram package flight_plan.items <<Frame>> { class PlanItem { #matcher: Optional[Callable] #actor: Optional[Callable] +PlanItem(matcher: Optional[Callable], actor: Optional[Callable]) +match(ac : Aircraft, property_name: str, old_value, new_value) : bool +act(ac : Aircraft, property_name: str, old_value, new_value) : bool } class WaitAny { +WaitAny(items:List[PlanItem]) } class WaitAll { +WaitAll(items:List[PlanItem]) } class WaitForState { +WaitForState(state_id_or_name) } class WaitForSpeed { +WaitForSpeed(target_speed:float, tolerance:float) } class JumpToBlock { +JumpToBlock(state_id_or_name) } class WaitForCircles { +WaitForCircles(n_circles:int) } class WaitClimb { +WaitClimb(tolerance:float) } class WaitForSeconds { +WaitForSeconds(length:float) } class StopTest { } class SendMessage { +SendMessage(message_builder: Union[Callable, PprzMessage] } WaitAny -d-|> PlanItem WaitAll -d-|> PlanItem WaitForState -up-|> PlanItem WaitForSpeed -up-|> PlanItem SendMessage -u-|> PlanItem WaitClimb -r-|> PlanItem WaitForSeconds -d-|> PlanItem JumpToBlock -d-|> PlanItem WaitForCircles -l-|> PlanItem StopTest -l-|> PlanItem } @enduml
false
true
false
false
class
e60dfd872308883c082bad0b8406becc738f98d7
573fd3fb5867c0f26fb2906f0478b234956e713f
/whitepaper/unified-identity-management.puml
257f9a8c9663d590a909c6735647652cfa8e460a
[ "Apache-2.0" ]
permissive
RafaelAPB/blockchain-integration-framework
65cd73a7115069d343da7d269db45918710a7bbd
89d5102496adfe98a542a373e805dc38ecb8f269
refs/heads/main
2023-08-07T02:19:05.864116
2023-04-12T00:41:07
2023-04-14T07:37:08
241,220,244
5
0
Apache-2.0
2023-05-24T02:04:39
2020-02-17T22:22:43
TypeScript
UTF-8
PlantUML
false
false
1,698
puml
@startuml Unified Identity Management title Hyperledger Cactus\nUnified Identity Management ' left to right direction ' skinparam Linetype ortho skinparam sequenceArrowThickness 2 skinparam roundcorner 5 skinparam maxmessagesize 30 skinparam sequenceParticipant underline allow_mixing package "Hyperledger Cactus Identity" as cactusidentity #LightGray { object "DLT Identity 1" as dlti1 <<credential>> object "DLT Identity 2" as dlti2 <<credential>> object "DLT Identity N" as dltin <<credential>> } actor "Application User" as actor1 <<identity owner>> frame "Hyperledger Cactus" <<software deployment>> #LightCyan { package "pkg-cmd-api-server" as pkgcmdapiserver #LightGreen { component "/api/v1/identity/authenticate\n<<REST API Endpoint>>" as authenticateendpoint component "/api/v1/identity/add-credential\n<<REST API Endpoint>>" as addcredentialendpoint } package "pkg-identity" as pkgidentity #LightGreen { component "IdentityService\n<<class>>" as identityservice } package "pkg-sql-storage" as pkgsqlstorage #LightGreen { component "SqlStorageService\n<<class>>" as sqlstorageservice } package "pkg-keychain" as pkgkeychain #LightGreen { component "KeychainService\n<<class>>" as keychainservice } } actor1 .down. dlti1 actor1 .down. dlti2 actor1 .down. dltin actor1 .right.> addcredentialendpoint note on link: Associate DLT\nIdentity to Hyperledger Cactus\nidentity addcredentialendpoint ..> pkgidentity note on link: Store identity credentials pkgidentity ..> pkgkeychain note on link: Store identity credentials addcredentialendpoint ..> pkgsqlstorage note on link: Store Hyperledger Cactus/DLT identity relationships @enduml
false
true
false
false
sequence
4cab0390b47fe42407872dc3b4fdf11e4a35a51f
1be80368159cf30c29f132bfa0c90d87720ee452
/specs/flows/highlevel2.puml
e1f3e5ef52673218c2935aad1cb06e46748ab500
[]
no_license
interlinkedprotocol/did-research
b7f6e28857e5b32f472e940e8440bfc8249fb9ae
0d8172162559a5dd66674be8706611eb34fd0d6e
refs/heads/master
2020-03-29T21:32:16.063458
2018-10-08T18:55:38
2018-10-08T18:55:38
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
233
puml
@startuml title Claim Request Without Claim autonumber actor Holder Holder -> Issuer : requestClaim() Issuer -> Issuer : claim:buildClaim() Issuer -> Issuer : verifiedClaim:signClaim(claim) Issuer -> Holder : sendClaim(claim) @enduml
false
true
false
false
usecase
5a6978442df66577e07d7bbe7efc8fb8653930d7
8f83adb253993728ad2b965efda9e2d0d9167ffd
/src/main/doc/resources/org/thegalactic/dgraph/io/DGraphSerializerDot.iuml
8b47c72462a4100032c8af1a2f52dc2cea320245
[ "CECILL-B" ]
permissive
jcarbonnel/java-lattices
3906f29a84526dfeb3af5d24f4429d22d56f82b1
6df82e197748a455b1d886247a11ec1a56055def
refs/heads/master
2021-08-26T05:01:08.308878
2017-11-17T11:00:45
2017-11-17T11:00:45
109,843,590
0
0
null
2017-11-07T14:06:18
2017-11-07T14:06:18
null
UTF-8
PlantUML
false
false
317
iuml
package org.thegalactic.dgraph.io { class DGraphSerializerDot { -{static}DGraphSerializerDot instance +void write(DGraph graph, BufferedWriter file) +{static}DGraphSerializerDot getInstance() +{static}void register() } org.thegalactic.io.Writer <|-- DGraphSerializerDot }
false
true
false
false
class
40c1be28118dce9063ae75d34e5a3bcaddcaad7a
71cd1cf24b61c4b6c2eabcc4adfa482241f8eaa7
/uml/dds_creer_utilisateur.plantuml
a13a734e9aa161123a0dbaca02bfd79cf3a8dd7c
[]
no_license
HaiseB/P7_BileMo
5819d19a66f2bc13f90a70e0ba88201aa55f270d
e179724614594dca3fde8b6856b80b1f7c3b0bf4
refs/heads/main
2023-03-07T02:04:07.828234
2021-02-12T16:49:34
2021-02-12T16:49:34
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
363
plantuml
@startuml lister_les_produits actor Client boundary Systeme database BDD note left of Client: le client doit etre authentifié Client -> Systeme: création d'un nouvel utilisateur rattaché au client Systeme -> BDD: enregistrement de l'utilisateur BDD --> Systeme : utilisateur créé Systeme --> Client: code 201 : Json contenant l'utilisateur créé @enduml
false
true
true
false
sequence
a96266aae2264099848b3c11f3a117db3c2ce489
581fd86a528d39fb01b06ffe0f09b92aab4936ec
/plantumls/ExoPlayer.puml
5a08f73b1d81a7b426021a8c89603eb9452a9f5e
[]
no_license
leewoody/nickli_doc
f37650b55ccca57f0613d704d5d13b2e43662487
9632e288c13ddbe262bf810e23df64e8abeea2b3
refs/heads/master
2023-03-21T12:03:13.072042
2021-03-07T12:53:01
2021-03-07T12:53:01
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
19,026
puml
@startuml ExoPlayer hide footbox skinparam { ' defaultFontName Abyssinica SIL Shadowing false backgroundColor white NoteFontColor #OrangeRed NoteFontSize 16 NoteTextAlignment left NoteBackgroundColor WhiteSmoke NoteColor transparent NoteBorderThickness 0 NoteBorderColor transparent NoteBorderThickness 0 NoteShadowing false ParticipantPadding 0 BoxPadding 20 dpi 96 ClassBackgroundColor transparent ClassHeaderBackgroundColor lightgreen ClassStereotypeFontColor transparent SequenceBoxBordercolor sienna SequenceBoxFontSize 24 SequenceBoxFontColor Black SequenceBoxBackgroundColor WhiteSmoke SequenceLifeLineBackgroundColor WhiteSmoke SequenceMessageAlignment center SequenceGroupHeaderFontColor White SequenceGroupHeaderFontSize 20 SequenceGroupBackgroundColor DarkOliveGreen SequenceGroupBodyBackgroundColor transparent SequenceGroupBorderThickness 4 SequenceGroupBorderColor DarkOliveGreen ' transparent sequence { ParticipantBackgroundColor WhiteSmoke ParticipantBorderColor Gray ParticipantFontStyle Bold ParticipantFontSize 12 ParticipantPadding 0 LifeLineBorderColor DimGray ArrowColor Black ArrowThickness 0.8 ColorArrowSeparationSpace 30 } } ' participant AnalyticsCollector ' participant DefaultBandwidthMeter ' participant DefaultDataSourceFactory ' participant DefaultExtractorsFactory box DataSource participant DefaultDataSource participant StatsDataSource participant FileDataSource end box box Extractor participant IcyDataSource participant DefaultExtractorInput participant Sniffer participant Mp4Extractor participant Mp4Track end box box Loader participant ExtractorHolder participant ExtractingLoadable participant LoadTask participant Loader end box box SampleQueue participant SampleDataQueue participant SampleQueue end box box MediaPeriod participant ProgressiveMediaPeriod participant SampleStreamImpl participant "[MediaSource]\n[BaseMediaSource]\nProgressiveMediaSource" as ProgressiveMediaSource participant MediaPeriodHolder participant MediaPeriodQueue end box participant APP box ExoPlayerImpl ' participant DefaultTrackSelector ' participant DefaultLoadControl participant ExoPlayerImplInternal participant Handler participant ExoPlayerImpl participant SimpleExoPlayer ' participant DefaultMediaClock end box participant PlayerMessage box MediaCodecVideoRender participant MediaCodecVideoRender ' participant DefaultRenderersFactory participant MediaCodec end box box View participant ComponentListener participant PlayerControlView participant PlayerView end box activate APP #LightBlue create PlayerView APP-->PlayerView:new group new PlayerView activate PlayerView #LightBlue create PlayerControlView PlayerView-->PlayerControlView:new create ComponentListener PlayerControlView-->ComponentListener:new ComponentListener-->o PlayerControlView:componentListener PlayerControlView-->o PlayerView: controller deactivate PlayerView end group create ProgressiveMediaSource APP-->ProgressiveMediaSource:new group new SimpleExoPlayer create SimpleExoPlayer APP-->SimpleExoPlayer:new activate SimpleExoPlayer #LightBlue ' SimpleExoPlayer->DefaultRenderersFactory:createRenderers() ' DefaultRenderersFactory-->MediaCodecVideoRender:RET create MediaCodecVideoRender SimpleExoPlayer-->MediaCodecVideoRender:new note left:BY **DefaultRenderersFactory.createRenderers()** MediaCodecVideoRender-->o SimpleExoPlayer:renderers[] create ExoPlayerImpl SimpleExoPlayer-->ExoPlayerImpl:new deactivate SimpleExoPlayer activate ExoPlayerImpl #LightBlue MediaCodecVideoRender-->o ExoPlayerImpl:renderers ' DefaultTrackSelector-->o ExoPlayerImpl:trackSelector create ExoPlayerImplInternal ExoPlayerImpl-->ExoPlayerImplInternal:new activate ExoPlayerImplInternal #LightBlue ' DefaultLoadControl-->o ExoPlayerImplInternal:loadControl ' MediaCodecVideoRender-->o ExoPlayerImplInternal:renderers ' DefaultTrackSelector-->o ExoPlayerImplInternal:trackSelector create MediaPeriodQueue ExoPlayerImplInternal-->MediaPeriodQueue:new create MediaPeriodHolder MediaPeriodQueue-->MediaPeriodHolder:new activate MediaPeriodHolder #LightBlue MediaPeriodHolder->MediaPeriodHolder:createMediaPeriod() activate MediaPeriodHolder #LightBlue MediaPeriodHolder->ProgressiveMediaSource:createPeriod() activate ProgressiveMediaSource #LightBlue create Mp4Extractor ProgressiveMediaSource-->Mp4Extractor:new deactivate MediaPeriodHolder deactivate MediaPeriodHolder activate Mp4Extractor #LightBlue ' ProgressiveMediaSource->DefaultDataSourceFactory:createDataSource() ' DefaultDataSourceFactory-->DefaultDataSource:new create DefaultDataSource ProgressiveMediaSource-->DefaultDataSource:new note right:BY **DefaultDataSourceFactory** activate DefaultDataSource #LightBlue create ProgressiveMediaPeriod ProgressiveMediaSource-->ProgressiveMediaPeriod:new deactivate ProgressiveMediaSource activate ProgressiveMediaPeriod #LightBlue DefaultDataSource-->o ProgressiveMediaPeriod:dataSource deactivate DefaultDataSource create Loader ProgressiveMediaPeriod-->Loader:new activate Loader #LightBlue Loader-->o ProgressiveMediaPeriod:loader deactivate Loader create ExtractorHolder ProgressiveMediaPeriod-->ExtractorHolder:new activate ExtractorHolder #LightBlue Mp4Extractor-->o ExtractorHolder:extractors[] deactivate Mp4Extractor ExtractorHolder-->o ProgressiveMediaPeriod:extractorHolder deactivate ExtractorHolder ProgressiveMediaPeriod-->o MediaPeriodHolder:mediaPeriod deactivate ProgressiveMediaPeriod MediaPeriodHolder-->ExoPlayerImplInternal ' create DefaultMediaClock ' ExoPlayerImplInternal--> DefaultMediaClock:new ' DefaultMediaClock-->o ExoPlayerImplInternal:mediaClock ExoPlayerImplInternal-->o ExoPlayerImpl:internalPlayer deactivate ExoPlayerImplInternal ExoPlayerImpl-->o SimpleExoPlayer:player deactivate ExoPlayerImpl end group APP->PlayerView:setPlayer() group setPlayer() activate PlayerView #LightBlue SimpleExoPlayer-->o PlayerView:player PlayerView->PlayerControlView:setPlayer() activate PlayerControlView #LightBlue SimpleExoPlayer-->o PlayerControlView:player PlayerControlView->SimpleExoPlayer:addListener() deactivate PlayerControlView activate SimpleExoPlayer #LightBlue SimpleExoPlayer->ExoPlayerImpl:addListener() deactivate SimpleExoPlayer activate ExoPlayerImpl #LightBlue ComponentListener-->o ExoPlayerImpl:listeners.addIfAbsent() deactivate ExoPlayerImpl PlayerView->SimpleExoPlayer:setVideoSurfaceView() note left:SimpleExoPlayer is a VideoComponent deactivate PlayerView activate SimpleExoPlayer #LightBlue SimpleExoPlayer->SimpleExoPlayer:setVideoSurfaceHolder() activate SimpleExoPlayer SimpleExoPlayer->SimpleExoPlayer:setVideoSurfaceInternal() SimpleExoPlayer->ExoPlayerImpl:PlayerMessage() deactivate SimpleExoPlayer deactivate SimpleExoPlayer activate ExoPlayerImpl #LightBlue create PlayerMessage ExoPlayerImpl-->PlayerMessage:new activate PlayerMessage #LightBlue ExoPlayerImplInternal-->o PlayerMessage:sender MediaCodecVideoRender-->o PlayerMessage:target ExoPlayerImpl->PlayerMessage:setType() ExoPlayerImpl->PlayerMessage:setPayload() ExoPlayerImpl->PlayerMessage:send() deactivate ExoPlayerImpl activate PlayerMessage #LightBlue PlayerMessage->ExoPlayerImplInternal:sendMessage() deactivate PlayerMessage deactivate PlayerMessage activate ExoPlayerImplInternal #LightBlue ExoPlayerImplInternal->ExoPlayerImplInternal:sendMessageInternal() note left:**MSG_SEND_MESSAGE** activate ExoPlayerImplInternal #LightBlue PlayerMessage-->o ExoPlayerImplInternal:pendingMessages.add() deactivate ExoPlayerImplInternal deactivate ExoPlayerImplInternal end group group new ProgressiveMediaPeriod ' create ProgressiveMediaPeriod APP-->ProgressiveMediaSource:new ' DefaultDataSourceFactory-->o ProgressiveMediaSource:dataSourceFactory ' DefaultExtractorsFactory-->o ProgressiveMediaSource:extractorsFactory end group group prepare() APP->SimpleExoPlayer:prepare() deactivate APP activate SimpleExoPlayer #LightBlue ProgressiveMediaSource-->o SimpleExoPlayer:mediaSource SimpleExoPlayer->ExoPlayerImpl:prepare() deactivate SimpleExoPlayer activate ExoPlayerImpl #LightBlue ProgressiveMediaSource-->o ExoPlayerImpl:mediaSource ExoPlayerImpl->ExoPlayerImplInternal:prepare() deactivate ExoPlayerImpl activate ExoPlayerImplInternal #LightBlue ExoPlayerImplInternal-> ExoPlayerImplInternal:prepareInternal() note left:**MSG_PREPARE** activate ExoPlayerImplInternal #LightBlue ProgressiveMediaSource-->o ExoPlayerImplInternal:mediaSource ExoPlayerImplInternal->ProgressiveMediaSource:prepareSource() deactivate ExoPlayerImplInternal activate ProgressiveMediaSource #LightBlue ProgressiveMediaSource->ProgressiveMediaSource:prepareSourceInternal() deactivate ProgressiveMediaSource create Handler ExoPlayerImplInternal->Handler:post() note right:**MSG_DO_SOME_WORK** deactivate ExoPlayerImplInternal activate Handler #LightGreen Handler->ExoPlayerImplInternal:deliverMessage() deactivate Handler activate ExoPlayerImplInternal #LightGreen ExoPlayerImplInternal->ExoPlayerImplInternal:handleMessage() activate ExoPlayerImplInternal #LightGreen ExoPlayerImplInternal->ExoPlayerImplInternal:doSomeWork() activate ExoPlayerImplInternal #LightGreen ExoPlayerImplInternal->ExoPlayerImplInternal:updatePeriods() activate ExoPlayerImplInternal #LightGreen ExoPlayerImplInternal->ExoPlayerImplInternal:maybeUpdateLoadingPeriod() activate ExoPlayerImplInternal #LightGreen ExoPlayerImplInternal->ProgressiveMediaPeriod:prepare() activate ProgressiveMediaPeriod #LightGreen ExoPlayerImplInternal-->o ProgressiveMediaPeriod:callback ProgressiveMediaPeriod->ProgressiveMediaPeriod:startLoading() activate ProgressiveMediaPeriod #LightGreen ProgressiveMediaPeriod->Loader:startLoading() activate Loader #LightGreen create LoadTask Loader-->LoadTask:new deactivate Loader activate LoadTask #LightGreen ProgressiveMediaPeriod-->o LoadTask:callback create ExtractingLoadable ProgressiveMediaPeriod-->ExtractingLoadable:new activate ExtractingLoadable #LightGreen ProgressiveMediaPeriod-->o ExtractingLoadable:extractorOutput deactivate ProgressiveMediaPeriod deactivate ProgressiveMediaPeriod end group create StatsDataSource ExtractingLoadable-->StatsDataSource:new activate StatsDataSource #LightGreen DefaultDataSource-->o StatsDataSource:dataSource StatsDataSource-->o ExtractingLoadable:dataSource deactivate StatsDataSource ExtractingLoadable-->ExoPlayerImplInternal deactivate ExtractingLoadable ExoPlayerImplInternal->MediaPeriodQueue:enqueueNextMediaPeriodHolder() deactivate ExoPlayerImplInternal deactivate ExoPlayerImplInternal LoadTask->LoadTask:run() activate LoadTask #Yellow LoadTask->ExtractingLoadable:load() deactivate LoadTask deactivate LoadTask group open DataSource activate ExtractingLoadable #Yellow ExtractingLoadable->StatsDataSource:open() activate StatsDataSource #Yellow StatsDataSource->DefaultDataSource:open() deactivate StatsDataSource activate DefaultDataSource #Yellow DefaultDataSource->DefaultDataSource:getFileDataSource() activate DefaultDataSource #Yellow create FileDataSource DefaultDataSource-->FileDataSource:new FileDataSource-->o DefaultDataSource:dataSource deactivate DefaultDataSource deactivate DefaultDataSource create IcyDataSource ExtractingLoadable-->IcyDataSource:new activate IcyDataSource #Yellow DefaultDataSource-->o IcyDataSource:dataSource deactivate IcyDataSource create DefaultExtractorInput ExtractingLoadable-->DefaultExtractorInput:new activate DefaultExtractorInput #Yellow IcyDataSource-->o DefaultExtractorInput:dataSource deactivate DefaultExtractorInput ExtractingLoadable->ExtractorHolder:selectExtractor() activate ExtractorHolder #Yellow ExtractorHolder->Mp4Extractor:sniff() activate Mp4Extractor #Yellow create Sniffer Mp4Extractor->Sniffer:sniffUnfragmented() deactivate Mp4Extractor activate Sniffer #Yellow Sniffer->Sniffer:sniffInternal() Sniffer->DefaultExtractorInput:peekFully() deactivate Sniffer #Yellow ExtractorHolder->Mp4Extractor:init() deactivate ExtractorHolder activate Mp4Extractor #Yellow end group ProgressiveMediaPeriod-->o Mp4Extractor:extractorOutput deactivate Mp4Extractor ExtractingLoadable->Mp4Extractor:read() deactivate ExtractingLoadable activate Mp4Extractor #Yellow group new Track Mp4Extractor->Mp4Extractor:readAtomHeader() activate Mp4Extractor #Yellow Mp4Extractor->Mp4Extractor:processAtomEnded() activate Mp4Extractor #Yellow Mp4Extractor->Mp4Extractor:processMoovAtom() activate Mp4Extractor #Yellow Mp4Extractor->ProgressiveMediaPeriod:track() activate ProgressiveMediaPeriod #Yellow ProgressiveMediaPeriod->ProgressiveMediaPeriod:prepareTrackOutput() activate ProgressiveMediaPeriod #Yellow create SampleQueue ProgressiveMediaPeriod-->SampleQueue:new deactivate ProgressiveMediaPeriod deactivate ProgressiveMediaPeriod activate SampleQueue #Yellow SampleQueue-->o ProgressiveMediaPeriod:sampleQueues.add() create SampleDataQueue SampleQueue-->SampleDataQueue:new activate SampleDataQueue #Yellow SampleDataQueue-->o SampleQueue: sampleDataQueue deactivate SampleDataQueue create Mp4Track Mp4Extractor-->Mp4Track:new activate Mp4Track #Yellow SampleQueue-->o Mp4Track:trackOutput deactivate SampleQueue Mp4Track-->o Mp4Extractor:tracks.add() deactivate Mp4Track Mp4Extractor->ProgressiveMediaPeriod:endTracks() deactivate Mp4Extractor deactivate Mp4Extractor deactivate Mp4Extractor activate ProgressiveMediaPeriod #Yellow ProgressiveMediaPeriod->ProgressiveMediaPeriod:maybeFinishPrepare() activate ProgressiveMediaPeriod #Yellow ProgressiveMediaPeriod->ExoPlayerImplInternal:onPrepared() deactivate ProgressiveMediaPeriod deactivate ProgressiveMediaPeriod activate ExoPlayerImplInternal #Yellow ExoPlayerImplInternal->ExoPlayerImplInternal:handlePeriodPrepared() activate ExoPlayerImplInternal #Yellow note left:**MSG_PERIOD_PREPARED** ExoPlayerImplInternal->MediaPeriodHolder:handlePrepared() deactivate ExoPlayerImplInternal deactivate ExoPlayerImplInternal activate MediaPeriodHolder #Yellow MediaPeriodHolder->MediaPeriodHolder:selectTracks() activate MediaPeriodHolder #Yellow MediaPeriodHolder->ProgressiveMediaPeriod:selectTracks() deactivate MediaPeriodHolder deactivate MediaPeriodHolder activate ProgressiveMediaPeriod #Yellow activate ProgressiveMediaPeriod #Yellow create SampleStreamImpl ProgressiveMediaPeriod-->SampleStreamImpl:new deactivate ProgressiveMediaPeriod deactivate ProgressiveMediaPeriod SampleStreamImpl-->o ProgressiveMediaPeriod:streams.add() end group group read Sample Mp4Extractor->Mp4Extractor:sampleData() activate Mp4Extractor #Yellow Mp4Extractor->SampleQueue:sampleData() deactivate Mp4Extractor activate SampleQueue #Yellow SampleQueue->SampleDataQueue:sampleData() deactivate SampleQueue activate SampleDataQueue #Yellow SampleDataQueue->DefaultExtractorInput:read() deactivate SampleDataQueue Mp4Extractor->DefaultExtractorInput:readFully() deactivate Mp4Extractor activate DefaultExtractorInput #Yellow DefaultExtractorInput->DefaultExtractorInput:readFromDataSource() activate DefaultExtractorInput #Yellow DefaultExtractorInput->IcyDataSource:read() deactivate DefaultExtractorInput deactivate DefaultExtractorInput activate IcyDataSource #Yellow IcyDataSource->FileDataSource:read() deactivate IcyDataSource end group ' ->ExoPlayerImplInternal:doSomeWork() note over ExoPlayerImplInternal:<color black>**doSomeWork()**</color> ExoPlayerImplInternal->MediaCodecVideoRender:render() activate MediaCodecVideoRender #LightGreen group INIT CODEC MediaCodecVideoRender->MediaCodecVideoRender:maybeInitCodec() activate MediaCodecVideoRender #LightGreen MediaCodecVideoRender->MediaCodecVideoRender:maybeInitCodecWithFallback() activate MediaCodecVideoRender #LightGreen MediaCodecVideoRender->MediaCodecVideoRender:initCodec() activate MediaCodecVideoRender #LightGreen create MediaCodec MediaCodecVideoRender->MediaCodec:createByCodecName() deactivate MediaCodecVideoRender deactivate MediaCodecVideoRender deactivate MediaCodecVideoRender activate MediaCodec #LightGreen MediaCodec-->MediaCodec:new activate MediaCodec #LightGreen deactivate MediaCodec deactivate MediaCodec end group group new MediaCodec ExoPlayerImplInternal->ExoPlayerImplInternal:updatePlaybackPositions() activate ExoPlayerImplInternal #LightGreen ExoPlayerImplInternal->ExoPlayerImplInternal:maybeTriggerPendingMessages() activate ExoPlayerImplInternal #LightGreen ExoPlayerImplInternal->ExoPlayerImplInternal:sendMessageToTarget() activate ExoPlayerImplInternal #LightGreen ExoPlayerImplInternal->ExoPlayerImplInternal:deliverMessage() activate ExoPlayerImplInternal #LightGreen ExoPlayerImplInternal->MediaCodecVideoRender:handleMessage() deactivate ExoPlayerImplInternal deactivate ExoPlayerImplInternal deactivate ExoPlayerImplInternal deactivate ExoPlayerImplInternal deactivate ExoPlayerImplInternal deactivate ExoPlayerImplInternal deactivate ExoPlayerImplInternal activate MediaCodecVideoRender #LightGreen MediaCodecVideoRender->MediaCodecVideoRender:setSurface() note right:BY **MSG_SET_SURFACE** activate MediaCodecVideoRender #LightGreen deactivate MediaCodecVideoRender deactivate MediaCodecVideoRender end group group peek sampleData MediaCodecVideoRender->MediaCodecVideoRender:feedInputBuffer() activate MediaCodecVideoRender #LightGreen MediaCodecVideoRender->MediaCodecVideoRender:readSource() activate MediaCodecVideoRender #LightGreen MediaCodecVideoRender->SampleStreamImpl:readData() deactivate MediaCodecVideoRender deactivate MediaCodecVideoRender activate SampleStreamImpl #LightGreen SampleStreamImpl->ProgressiveMediaPeriod:readData() deactivate SampleStreamImpl activate ProgressiveMediaPeriod #LightGreen ProgressiveMediaPeriod->SampleQueue:read() deactivate ProgressiveMediaPeriod activate SampleQueue #LightGreen SampleQueue->SampleDataQueue:readToBuffer() deactivate SampleQueue activate SampleDataQueue #LightGreen SampleDataQueue->SampleDataQueue:readData() activate SampleDataQueue #LightGreen deactivate SampleDataQueue deactivate SampleDataQueue end group group DECODE MediaCodecVideoRender->MediaCodecVideoRender:getInputBuffer() activate MediaCodecVideoRender #LightGreen MediaCodecVideoRender->MediaCodec:getInputBuffer() deactivate MediaCodecVideoRender note over MediaCodecVideoRender: doSomeWork MediaCodecVideoRender->MediaCodecVideoRender:getOutputBuffer() activate MediaCodecVideoRender #LightGreen MediaCodecVideoRender->MediaCodec:getOutputBuffer() deactivate MediaCodecVideoRender end group group RENDERER MediaCodecVideoRender->MediaCodecVideoRender:drainOutputBuffer() activate MediaCodecVideoRender #LightGreen MediaCodecVideoRender->MediaCodecVideoRender:processOutputBuffer() activate MediaCodecVideoRender #LightGreen MediaCodecVideoRender->MediaCodecVideoRender:renderOutputBuffer() activate MediaCodecVideoRender #LightGreen deactivate MediaCodecVideoRender deactivate MediaCodecVideoRender deactivate MediaCodecVideoRender deactivate MediaCodecVideoRender end group @enduml
false
true
false
false
sequence