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
0cddfa355f435d178a68c58a7e586e290107ac5f
0d78c1b22cbbd5d3a1aec747048980e51ae2fb79
/assets/tree-animated.plantuml
9629a2e7bf6cca5e8027fa7f151e3423f5cbb9a4
[ "MIT" ]
permissive
valeriia7/refresher
d79b5ca4805d8f0d68a57e7f890535994b4d9bff
f91bbafc1f6c11da45a69c0189c07e25c652894c
refs/heads/master
2020-03-22T18:56:12.781274
2018-01-05T15:08:11
2018-01-05T15:08:11
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,484
plantuml
@startuml allow_mixing left to right direction actor User object baum { root = null } User -..-> baum : "new Baum<>()" @enduml @startuml allow_mixing left to right direction actor User object baum { root = 4 } User -..-> baum : ".add(4)" object 4 { left = null right = null } baum --> 4 : root @enduml @startuml allow_mixing left to right direction actor User object baum { root = 4 } User -..-> baum : ".add(2)" object 4 { left = 2 right = null } baum --> 4 : root object 2 { left = null right = null } 4 --> 2 : "kleiner 4" @enduml @startuml allow_mixing left to right direction actor User object baum { root = 4 } User -..-> baum : ".add(3)" object 4 { left = 2 right = null } baum --> 4 : root object 2 { left = null right = 3 } 4 --> 2 : "kleiner 4" object 3 2 --> 3 : "groesser 2" @enduml @startuml left to right direction allow_mixing actor User object baum { root = 4 } User -..-> baum: ".add(6)" object 4 { left = 2 right = null } baum --> 4 : root object 2 { left = null right = 3 } object 3 2 --> 3 : "groesser 3" object 6 4 --> 2 : "kleiner 4" 4 --> 6 : "groesser 4" @enduml @startuml left to right direction allow_mixing actor User object baum { root = 4 } User -..-> baum: ".add(1)" object 4 { left = 2 right = 6 } baum --> 4 : root object 2 { left = 1 right = 3 } object 1 object 3 2 --> 1 : "kleiner 2" 2 --> 3 : "groesser 2" object 6 4 --> 2 : "kleiner 4" 4 --> 6 : "groesser 4" @enduml
false
true
false
false
usecase
3a08ce30298ac33f2551e5aab551d894c426b7ba
ae18f3805c2044dd28acb0e54142ffa3a213decf
/strategy/class.puml
adf5b26fe2eae18074289611916f0237a7c41c8a
[]
no_license
GochenRyan/DesignPatternsInPython
c125bff53b4edc73cba0eef4ed4408033ff28711
47103f46d9b803c0f53902e83daf7b7be032903b
refs/heads/main
2023-06-05T12:40:40.219251
2021-06-21T16:48:52
2021-06-21T16:49:05
366,058,078
0
0
null
null
null
null
UTF-8
PlantUML
false
false
334
puml
@startuml class CCashBase { AcceptCash(fCash) } class CCashReturn { __init__(fCondition, fReturn): } class CCashNormal { } class CCashRebate { __init__(fRebate) } class CContext { __init__(sType) } CCashBase <|-- CCashNormal CCashBase <|-- CCashReturn CCashBase <|-- CCashRebate CContext <-- CCashBase @enduml
false
true
false
false
class
db89c752c4a79a6df8df2accfb8317e78fbde71e
c23925adbb1d9ba98a909112ee5bfedfb8b7e3c5
/Documentation/src/Diagrams/firestore.puml
23e9ee62aad7ab44398712de3bf5dda8e94934f1
[]
no_license
Wallakoala/MovieLix
c7f1bfd3a5fe31233c936da6a66855bb9933e732
c8ba549695467b4f5509c9c0eff93a28ec2f2ff1
refs/heads/master
2021-12-12T13:36:33.011153
2021-12-07T17:11:49
2021-12-07T17:11:49
205,405,681
2
0
null
2020-05-15T07:43:22
2019-08-30T15:09:53
null
UTF-8
PlantUML
false
false
830
puml
@startuml skinparam componentStyle uml2 skinparam monochrome true hide circle footer Firestore database Collections { entity users { * id <<firebase_id>> * name * email --- profile_pic } entity reviews { * id <<autogenerated>> * user_id * movie_id * score * timestamp --- message } entity friends { * id * friend_of } entity followers { * id * followed_by } entity movies { } entity movies_lite { } entity movies_search { } entity movies_suggestions { } } followers --> users friends --> users reviews -right-> users reviews -left-> movies movies_suggestions --> movies movies_lite --> movies movies_search --> movies @enduml
false
true
false
false
sequence
936d9d5d84f864b2177b9462771fed676c91f2aa
40e351567ea4253710fab5639d62af6dbb8686d2
/plantuml/Path.puml
c16f38a373e8ea67104a0c3d7fb466d9f20b9dac
[]
no_license
AlexMaxwell2001/MementoDesignPattern
e6e0c9715217e47ea352c5084621148897ba03c3
54a456ac2eecdca88dd7fab09ec7de19d04c7f59
refs/heads/main
2023-01-18T15:46:11.610765
2020-12-03T13:22:49
2020-12-03T13:22:49
318,200,279
0
0
null
null
null
null
UTF-8
PlantUML
false
false
174
puml
@startuml class Path { + D : string <<get>> + Id : int <<get>> + Path(d:string, id:int) + <<override>> ToString() : string } Shape <|-- Path @enduml
false
true
false
false
class
09c9d62c8db87393fe7bcef137177ae2036b9c7d
e63057e62761740a7471721f17a1f167da83c520
/docs/use_cases/use_cases_device_on_ledger_certification.puml
59bf90b94210daa7af0ac59aee5011c48e71b95e
[ "Apache-2.0" ]
permissive
dhrishi/distributed-compliance-ledger
815ff4887cf814f1fe96a0d35a273cab2877ed4d
32265cd9ef83f0be7ee370eb9f5bdc959a4fc701
refs/heads/master
2023-09-03T01:59:19.427912
2021-11-16T13:50:27
2021-11-16T13:50:27
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,902
puml
@startuml !pragma teoz true hide footbox actor Vendor as V actor "Test House" as T actor "ZigBee Certification" as ZB actor User as U entity Device as D database Ledger as L note over V, L In this case Device Certification is done on Ledger: - Device doesn't have any certification when issued - Test and Certification results can be added/revoked any time in future - Test and Certification results must be added on ledger (as transactions) - Device's certification needs to be checked on Ledger The Ledger is also used as a PKI. end note note over L Setup PKI (see [use_cases_pki]): - Root Certificate `RootCert` - Vendor Certificate `VendorCert(vid. pid)` end note == 1. Setup Model Info == V -> L: ADD_MODEL_INFO(vid, pid) == 2. Issue Device == D -> D: generate `privKey` and `pubKey` D -> D: X509 Device Cert `DeviceCert(vid,pid)`\nwith `pubKey`, `vid`, `pid` V -> D: Sign `DeviceCert` by `VendorCert(vid,pid)` == 3. Test Device Compliance == T -> T: Run compliance tests for the `Model(vid, pid)` T -> L: ADD_TEST_RESULT(cid, pid) == 4.1. Attest Device Compliance == ZB <- L: GET_TEST_RESULT(vid, pid)` ZB -> ZB: Check compliance test results ZB -> L: CERTIFY_MODEL(vid, pid) == 4.2. Revoke Device Compliance (Optional) == ZB -> L: REVOKE_MODEL_CERTIFICATION(vid, pid) == 5. Use Device == U <- D: Get `DeviceCert(vid, pid)` U <-> D: Verify proof of privKey possession U <-- L: GET_X509_CERT / GET_ALL_X509_ROOT_CERTS\n or GET_ALL_X509_CERTS / GET_ALL_X509_CERTS_SINCE\nor GET_CRL\nupdate cache if needed U -> U: Verify `DeviceCert(vid, pid)` signature U -> U: Verify that `DeviceCert`'s `pid` and `vid`\nequals to `VendorCert`'s `pid` and `vid` U <-- L:GET_CERTIFIED_MODEL(vid, pid)\nor GET_VENDOR_CERTIFIED_MODELS(vid)\nor GET_ALL_CERTIFIED_MODELS / GET_ALL_CERTIFIED_MODELS_SINCE\nupdate cache if needed U -> U: Check that the Device is certified U -> D: Start using Device @enduml
false
true
false
false
usecase
8ebf4f84baecf5299af15c103cba6e8b2b88c2a2
19de0597a5790bab6ff021899b4479506ae0829a
/uml/original_seq_diagrams/spaceship_move.plantuml
6a617365f0c16d0215c316bf17976f652f19be12
[]
no_license
bbucsy/projlab_holy_oil
e703a3ac579555a6c62f91051d7fbb5572c88d30
a1c4e9b953e7f7c22dabbd935abb461f9cacd409
refs/heads/master
2023-05-02T06:22:36.234536
2021-05-09T09:46:04
2021-05-09T09:46:04
342,634,410
0
1
null
null
null
null
UTF-8
PlantUML
false
false
568
plantuml
@startuml skinparam SequenceLifeLineBackgroundColor LightYellow title "AbstractSpaceship moves to neighbour" actor Player as player participant "c: AbstractSpaceship" as crewmate participant "onAsteroid: Asteroid" as onAsteroid participant "neighbour: INeighbour" as neighbour player -> crewmate ++ : Move(neighbour) crewmate -> onAsteroid ++ : GetNeighbours() onAsteroid --> crewmate -- : neighbours alt neighbours contains neighbour crewmate -> neighbour ++ : ReactToMove (onAsteroid, c) neighbour --> crewmate -- end crewmate --> player -- @enduml
false
true
false
false
usecase
84e45cd9bf4c8ff580b4b4f2d3171b70f72fe59a
17a6a64d2275c47c9b205f088394b4937292f9f5
/docs/clamp/acm/plantuml/system-dialogues/UndeployInstance.puml
0066c69c98390157d2d8ec2fd6ea93e9deae4a24
[ "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
808
puml
@startuml participant REST participant ACM_Runtime participant Participants database ACM_Database REST -> ACM_Runtime: Undeploy Automation Composition Instance ACM_Runtime -> ACM_Database: Read Automation Composition Instance Information alt Automation Composition Instance exists alt Automation Composition Instance administrative state is not LOCKED ACM_Runtime -> REST: Automation Composition instance exists and is not LOCKED else ACM_Runtime -> REST: Automation Composition instance does not exist end else ACM_Runtime -> Participants: [ASYNC] Undeploy AC Element Instances for this AC Instance ACM_Runtime -> ACM_Database: Mark this AC Instance and its AC Element Instances as UNDEPLOYING ACM_Runtime -> REST: Undeployment of Automation Composition Instance has been requested end @enduml
false
true
false
false
sequence
2eb6ca8f80d58a2443d2bd6290d3c66baa7883ab
f128cdb5a37465e36fc53711b455bfea4b66e7a7
/document/uml/data.record.puml
e6b258813255d11b05524aff8cd72e3a91dd0e4b
[]
no_license
purpleabab/wtcs-data-systems-validators
714ea4cb50923c6f344316f18c2b7d4e46483b04
3e1276828ad5a48ebcd777ced019fb7a03ceb419
refs/heads/master
2021-01-13T10:04:32.608247
2016-11-16T17:32:15
2016-11-16T17:32:15
72,140,173
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,487
puml
@startuml package data.record <<Frame>> { /' =============== DEFINE ENTITIES =============== '/ interface DefinedValidatableRecord <<interface>> { +ValidatableRecordDefinition getRecordDefinition() +Map<String, String> getRecordValues() } abstract class Record { ~String:RECORD_LINE_TEXT __ ~Record(String recordLine) } abstract class ValidatableRecord { -ValidatableRecordDefinition:RECORD_DEFINITION -Map<String, String>:RECORD_VALUES __ +ValidatableRecord(String recordLine, ValidatableRecordDefinition recordDefinition) ..DefinedValidatableRecord.. +ValidatableRecordDefinition getRecordDefinition() +Map<String, String> getRecordValues() } abstract class RecordFieldDefinition { ~String:FIELD_NAME ~int:FIELD_START_POSITION ~int:FIELD_END_POSITION __ ~RecordFieldDefinition(String fieldName, int startPosition, int endPosition) ..Getters.. +String getFieldName() +int getFieldStartPosition() +int getFieldEndPosition() } class ValidatableRecordFieldDefinition { -ValidateType:FIELD_VALIDATE_TYPE __ +ValidatableRecordFieldDefinition(String fieldName, int startPosition, int endPosition, ValidateType fieldType) +String toString() ..Getters.. +ValidateType getFieldValidateType() } class ValidatableRecordDefinition { -String:RECORD_TYPE_NAME -int:RECORD_MAX_LENGTH -List<ValidatableRecordFieldDefinition>:recordFields __ +ValidatableRecord(String recordTypeName, int recordMaxLength) ..Working With Associated Fields.. +add(ValidatableRecordFieldDefinition recordFieldDefinition) +List<ValidatableRecordFieldDefinition> getRecordFields() ..Getters.. +String getRecordTypeName() +int getRecordMaxLength() } /' ================================= DEFINE RELATIONS BETWEEN ENTITIES ================================= '/ ValidatableRecord --|> Record:extends ValidatableRecord ..|> DefinedValidatableRecord:implements ValidatableRecordFieldDefinition --|> RecordFieldDefinition:extends ValidatableRecordDefinition --> "1..many" ValidatableRecordFieldDefinition:contains > /' ============================ NOTES ABOUT VARIOUS ENTITIES ============================ '/ note as NoteRecordAndDefinition <b>ValidatableRecord</b> contains a reference to a definition of fields in the record, so that the parser knows how to read the text provided (length checked) and store field name and value pairs in the Map that contains field values. Record classes for specific systems in the <i>data.entity</i> package extend this abstract class, and contain a <b>static ValidatableRecordDefinition</b> <i>specific to that record class</i> (e.g. Client S3Record), which is then used to define each instance of that specific record class. end note ValidatableRecord .. NoteRecordAndDefinition NoteRecordAndDefinition .. ValidatableRecordDefinition note bottom of DefinedValidatableRecord Interface representing the minimum information needed to validate an instance of a record: a reference to the <b>static ValidatableRecordDefinition</b> associated with the record class and the Map<String, String> containing the field names and values stored for the record. RecordValidatorEngines can validate objects implementing this interface. end note note left of RecordFieldDefinition Bare minimum for a field in a record: name of the field and position on the line of text that makes up the record. end note } @enduml
false
true
false
false
sequence
111851be32d4765a1767841b0461700f02960255
70779029a8fbd05f6a0ea5c36e12e8fc6744fe77
/ApplicationManager/ComposeApplication.verify.puml
485f528ad8f353a84515f5d84b12a5853a8b42f2
[]
no_license
se-edge/framework-diagrams
1e526beadb7e2ca73e6762e8761db833bb446826
f6791b0a2c7b692c66fc076ab5b3c2dca90345f0
refs/heads/develop
2021-07-08T02:18:08.117942
2021-02-11T13:53:18
2021-02-11T13:53:32
234,077,942
0
0
null
2021-04-02T14:31:22
2020-01-15T12:40:10
Shell
UTF-8
PlantUML
false
false
839
puml
@startuml title "ComposeApplication verify" !include https://raw.githubusercontent.com/se-edge/diagrams/develop/Participants.puml [->CA: verify() alt desired running alt is not instanciated note over CA: [[http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/se-edge/diagrams/develop/ApplicationManager/ComposeApplication.up.puml&fmt=svg up()]] else is not healthy CA->DComp ++: start() DComp-->CA --: end else desired stopped alt is not instanciated note over CA: [[http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/se-edge/diagrams/develop/ApplicationManager/ComposeApplication.create.puml&fmt=svg create()]] else is not stopped CA->DComp ++: stop() DComp-->CA --: end end CA-->[: @enduml
false
true
false
false
sequence
74dc428beee48723b0f23b852deda9081ec04d9b
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
/CleanSheets/src/main/java/csheets/worklog/n1130105/sprint4/lang08.3_Export_design.puml
e146e0152a8f597be557bb992c7e1854d47b5c4f
[]
no_license
ABCurado/University-Projects
7fb32b588f2c7fbe384ca947d25928b8d702d667
6c9475f5ef5604955bc21bb4f8b1d113a344d7ab
refs/heads/master
2021-01-12T05:25:21.614584
2017-01-03T15:29:00
2017-01-03T15:29:00
77,926,226
1
3
null
null
null
null
UTF-8
PlantUML
false
false
2,549
puml
@startuml doc-files/lang08.3_Export_design.png actor User participant "UI" as UI participant "UIController" as UIController participant "ExportXMLController" as ExportXMLController participant "ExportXML" as ExportXML participant "<interface>\nSpreadsheet" as Spreadsheet participant "FileWriter" as FileWriter participant "JFileChooser" as JFileChooser participant "StringBuilder" as StringBuilder participant "Writer" as Writer participant "OutputStreamWriter" as OutputStreamWriter participant "<interface>\nCell" as Cell participant "Writer" as Writer User -> UI: selects option export to xml and selects the cells to view in xml file UI -> UIController: ExportXMLController(UIController uiController) UIController -> ExportXMLController: exportSpreadsheet(JFileChooser fileChooser, tagSpreadSheet, tagRow, tagColumn,spreadsheet) ExportXMLController -> FileWriter: file = new FileWriter() ExportXMLController -> ExportXML: result = exportSpreadsheet(tagSpreadSheet, tagRow, tagColumn, uiController); FileWriter -> JFileChooser: getSelectedFile() ExportXML <-- JFileChooser: give a Selected File ExportXML -> StringBuilder: stringBuilder = new StringBuilder() ExportXML -> Spreadsheet: getTitle() ExportXML <-- Spreadsheet: Title ExportXML -> StringBuilder: append(tagSpreadSheet) StringBuilder -> StringBuilder: append(tagSpreadSheet) ExportXML -> Spreadsheet: getRowCount() ExportXML -> Spreadsheet: getColumnCount() ExportXML -> Value: value = getCell(k, j) Value -> Cell: getCell(k, j) Cell -> Cell: getValue() ExportXML <-- Cell: lenght() ExportXML -> ExportXML: list = add(tagColumn, k, value, tagColumn) ExportXML -> StringBuilder: append(tagRow,j); StringBuilder -> StringBuilder: append(tagRow,j); ExportXML -> StringBuilder: append(closedtagvalue); StringBuilder -> StringBuilder: append(closedtagvalue); ExportXML -> StringBuilder: append(closedtagRow); StringBuilder -> StringBuilder: append(closedtagRow); ExportXML -> StringBuilder: append(closedtagSpreadSheet); StringBuilder -> StringBuilder: append(closedtagSpreadSheet); ExportXML -> StringBuilder: append(closedtagWorkbook); StringBuilder -> StringBuilder: append(closedtagWorkbook); ExportXML <-- StringBuilder: toString() ExportXMLController <-- ExportXML: toString() ExportXMLController -> FileWriter: file = write(toString()) FileWriter -> Writer: write(toString()) ExportXML -> OutputStreamWriter: close() OutputStreamWriter -> Writer: close() ExportXML <-- Writer: returns file UIController <-- ExportXML: file User <-- UIController: file saved with success @enduml
false
true
false
false
usecase
4211c7c09942654672502ff22fd041d80a6c0ee9
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/user_profile_theme/diagrams/user_profile_theme_domain_class.puml
38ccff29283c735999f64d3e97bcd4dc3a7a602f
[ "Apache-2.0" ]
permissive
solid-vovabeloded/flank-dashboard
7e952fa1399585d3f15cae2ed2cab435fb82df3f
15dae0c40823cc12886a1bb0c087442c0697ac89
refs/heads/master
2023-07-11T19:54:58.430004
2021-08-06T10:29:26
2021-08-06T10:29:26
389,593,827
0
0
Apache-2.0
2021-07-26T10:33:52
2021-07-26T10:25:59
null
UTF-8
PlantUML
false
false
1,688
puml
@startuml user_profile_domain_class package base.domain.usecases { interface UseCase<Type, Params> { Type call() } } package auth.domain { package entities { enum ThemeType { light dark } class UserProfile { id : String selectedTheme: ThemeType } } package repository { class UserRepository { ... Future<void> createUserProfile() Stream<UserProfile> userProfileStream() Future<void> updateUserProfile() } } package usecases { package parameters { class UserIdParam { userId : String } class UserProfileParam { userId: String selectedTheme: ThemeType } } class ReceiveUserProfileUpdates { Stream<UserProfile> call() } class CreateUserProfileUseCase { Future<void> call() } class UpdateUserProfileUseCase { Future<void> call() } } } UserProfile --> ThemeType : uses UserRepository --> UserProfile : uses ReceiveUserProfileUpdates ..|> UseCase UpdateUserProfileUseCase ..|> UseCase CreateUserProfileUseCase ..|> UseCase ReceiveUserProfileUpdates --> UserIdParam : uses ReceiveUserProfileUpdates --> UserProfile : uses CreateUserProfileUseCase --> UserProfileParam : uses UpdateUserProfileUseCase --> UserProfileParam : uses ReceiveUserProfileUpdates -up-> UserRepository : uses UpdateUserProfileUseCase -up-> UserRepository : uses CreateUserProfileUseCase -up-> UserRepository : uses @enduml
false
true
false
false
sequence
289e895bd90790688e908a02efa4d378e1910e47
f8971a6c78d8c847470bf61943640359faab2f2e
/diagrams/blackjack/domain-model-v1.puml
3d0a4e918fd469f7d2489e1b7b7ea05485d253e3
[ "MIT" ]
permissive
nCodefresh/boilerplate
c546d41b0f8d831c694b31893e3b78504b9c9c66
ba1667ebacdd4aabe6154c2e0e07e520597ed541
refs/heads/develop
2021-01-11T01:34:55.344976
2016-10-12T07:27:23
2016-10-12T07:27:23
70,670,293
0
1
null
2016-10-12T06:34:09
2016-10-12T06:34:09
null
UTF-8
PlantUML
false
false
499
puml
@startuml title BlackJack Game v1 class Player { - score - alternate_score - hit() - stand() } class Dealer class Deck class DeckBuilder { - addAllCards() - shuffle() - getDeck() } class Card class Game class Hand { - score } class BlackjackCommand { - playGame() } Player <|-down- Dealer Player "1" - "1" Hand : "has" Hand "1" o- "0..*" Card Game "1" o-down- "1" Player Game "1" o- "1" Dealer Deck "1" o-down- "52" Card DeckBuilder - Deck : "builds" @enduml
false
true
false
false
class
4a3fabde5bb66f0b9cff0fa017e77db3f5567fbc
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/servicelevelagreement@0.3.0.puml
e30a40d09abcd68d451b2368908021f4eb7d5ff3
[ "Apache-2.0", "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
946
puml
@startuml class org.accordproject.servicelevelagreement.ServiceLevelAgreementContract << (A,green) >> { + Integer paymentPeriod + Double monthlyCapPercentage + Double yearlyCapPercentage + Double availability1 + Double serviceCredit1 + Double availability2 + Double serviceCredit2 } org.accordproject.servicelevelagreement.ServiceLevelAgreementContract --|> org.accordproject.cicero.contract.AccordContract class org.accordproject.servicelevelagreement.MonthSummary << (T,yellow) >> { + Double monthlyServiceLevel + Double monthlyCharge + Double last11MonthCredit + Double last11MonthCharge } org.accordproject.servicelevelagreement.MonthSummary --|> org.hyperledger.composer.system.Transaction class org.accordproject.servicelevelagreement.InvoiceCredit << (T,yellow) >> { + Double monthlyCredit } org.accordproject.servicelevelagreement.InvoiceCredit --|> org.hyperledger.composer.system.Transaction @enduml
false
true
false
false
class
b6110ce31c21a95e63751904da0b6a544699695f
ae6efa0d4bfea3710ec83daf11b03a45022a3547
/static/puml/LIS.puml
9dc65946528a722f901ded2f5cb8942980676cc9
[]
no_license
VirtualReality1/topologieSpringBoot
4cf4c1f11893ba1fde03334f04cc44d5fee923df
0a80280f6d98ff23ca27f1fb8f48d372d3b73516
refs/heads/master
2023-06-06T22:05:06.346606
2021-06-30T15:21:47
2021-06-30T15:21:47
376,665,774
0
0
null
2021-06-30T15:21:48
2021-06-14T00:20:31
Java
UTF-8
PlantUML
false
false
1,910
puml
@startuml object LIS object KommServer KommServer : ID : 0 KommServer : Name: Mirth KommServer : Version :2.0 KommServer : OS: Windows Server 2020 KommServer : IP: 172.17.233.138 KommServer : Server: V-BIT-MIR-0001 object CMS CMS : ID : 2 CMS : Name: Hydmedia CMS : Version :3.6 CMS : OS: Microsoft Windows Embedded object communication_3 communication_3 : Name : ORM communication_3 : ID : 2 communication_3 : Channel : HTTP communication_3 : Comtype : HL7 v3 object communiction_1 communiction_1 : Name : MDM communiction_1 : ID : 0 communiction_1 : Channel : FTP communiction_1 : Comtype : HL7 v2 KommServer --|> communiction_1 communiction_1 --|> CMS communiction_1 : Segment : MSH object communication_2 communication_2 : Name : MDM communication_2 : ID : 1 communication_2 : Channel : HTTP communication_2 : Comtype : HL7 v3 KommServer --|> communication_2 communication_2 --|> LIS communication_2 : Segment : MSH object CIS CIS : ID : 3 CIS : Name: Cardiobase CIS : Version :8 CIS : OS: Windows Server 2020 CIS : IP: 172.17.233.30 CIS : Server: Cardiobase_SERVER object communication_4 communication_4 : Name : ADT communication_4 : ID : 3 communication_4 : Channel : HTTP communication_4 : Comtype : HL7 v3 KommServer --|> communication_4 communication_4 --|> CIS communication_4 : Segment : EVN object AIS AIS : ID : 7 AIS : Name: Maris AIS : Version :8 AIS : OS: Windows object communication_9 communication_9 : Name : ADT communication_9 : ID : 8 communication_9 : Channel : HTTP communication_9 : Comtype : HL7 v3 KommServer --|> communication_9 communication_9 --|> AIS communication_9 : Segment : EVN LIS --|> communication_3 communication_3 --|> KommServer communication_3 : Segment : MSH communication_3 : Segment : PID communication_3 : Segment : PV1 LIS : ID : 1 LIS : Name: IXSERV LIS : Version :1,5 LIS : OS: Windows Server 2020 LIS : IP: 172.17.233.136 LIS : Server: ixserv_cardio @enduml
false
true
false
false
class
233b3492480a592e72a459e524f49d87839ce48e
9cc0c1d6efbb6a5c411c97fdacc855b960c68968
/plantUML/tutorial-1/versioningSample-2.puml
fd178b84d33b6a2c20a8c38afac3b1c05a6caf62
[]
no_license
talfco/tutorial-apache-avro
4ba4113790a80419e5dba89c17537252dec29ccb
d999dcbef8132a013f6dc740f6bf113473846dc9
refs/heads/master
2023-04-16T18:49:16.412004
2021-04-26T21:19:56
2021-04-26T21:19:56
260,910,192
2
0
null
2021-04-26T21:19:57
2020-05-03T12:24:02
Java
UTF-8
PlantUML
false
false
744
puml
@startuml footer "Avro-ElasticSearch Tutorial - cloudburo.net" database "RelationalDB" { [DBSchema_V101] } package "BoundedContextComponent" { component ServiceComponent #DarkSalmon component ReactMaintainUI #DarkSalmon component BackendComponent #DarkSalmon component DBSchema_V101 #DarkSalmon JSON_V100 -up- [ServiceComponent] JSON_V101 - [ServiceComponent] [ReactMaintainUI] -> JSON_V101 WSDL_V100 -up- [BackendComponent] WSDL_V101 - [BackendComponent] [ServiceComponent] -> WSDL_V101 [BackendComponent] -> DBSchema_V101 } package "WSDLConsumer1" { component DataReadComponent #LightGreen [DataReadComponent] -up-> WSDL_V100 } package "JSONConsumer1" { component ReactReadUI1 #LightGreen [ReactReadUI1] -up-> JSON_V100 } @enduml
false
true
false
false
sequence
bcda0cc02d5288c2dd0463bec6ef45a67580e67c
52ba427f53f8af305989c471eac3f6658587499d
/src/main/resources/UML4种类型图/实现图/部署图.puml
e7f362116ce956a62f4fe3743d46fba83fd4f18d
[]
no_license
HappyFreeAngel/springcloud-gateway-dynamic-route
444114df5f67fe63a960e27bf40c794380bbbcee
364d99cbdc6ba09ed7b07ce15aed96b23d7f1827
refs/heads/master
2020-07-28T01:13:04.293957
2019-11-05T15:44:04
2019-11-05T15:44:04
209,264,996
0
0
null
null
null
null
UTF-8
PlantUML
false
false
453
puml
@startuml actor actor agent agent artifact artifact boundary boundary card card cloud cloud component component control control database database entity entity file file folder folder frame frame interface interface node node package package queue queue stack stack rectangle rectangle storage storage usecase usecase node node1 node node2 node node3 node node4 node node5 node1 -- node2 node1 .. node3 node1 ~~ node4 node1 == node5 @enduml
false
true
false
false
usecase
66f72c86649e5a10e7efca195a217e2a8f4ac841
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/DivisionDraft.puml
a414866d29f0b500c3f862c597aa97fb44dc5e20
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,917
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 DivisionDraft [[DivisionDraft.svg]] extends BusinessUnitDraft { key: String status: [[BusinessUnitStatus.svg BusinessUnitStatus]] stores: [[StoreResourceIdentifier.svg List<StoreResourceIdentifier>]] storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]] unitType: [[BusinessUnitType.svg BusinessUnitType]] name: String contactEmail: String associateMode: [[BusinessUnitAssociateMode.svg BusinessUnitAssociateMode]] associates: [[AssociateDraft.svg List<AssociateDraft>]] addresses: [[BaseAddress.svg List<BaseAddress>]] shippingAddresses: [[Integer.svg List<Integer>]] defaultShippingAddress: Integer billingAddresses: [[Integer.svg List<Integer>]] defaultBillingAddress: Integer custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] parentUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]] } interface BusinessUnitDraft [[BusinessUnitDraft.svg]] { key: String status: [[BusinessUnitStatus.svg BusinessUnitStatus]] stores: [[StoreResourceIdentifier.svg List<StoreResourceIdentifier>]] storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]] unitType: [[BusinessUnitType.svg BusinessUnitType]] name: String contactEmail: String associateMode: [[BusinessUnitAssociateMode.svg BusinessUnitAssociateMode]] associates: [[AssociateDraft.svg List<AssociateDraft>]] addresses: [[BaseAddress.svg List<BaseAddress>]] shippingAddresses: [[Integer.svg List<Integer>]] defaultShippingAddress: Integer billingAddresses: [[Integer.svg List<Integer>]] defaultBillingAddress: Integer custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } @enduml
false
true
false
false
class
8470d5687f910862e5a9e2a3e3a79065375303ed
2432e6289f76fa7a7f896115a26a669d80db6c7f
/UML/Punto2.puml
b38c78de2bab6e189c96dd3bbde1c7e013218cd1
[ "MIT" ]
permissive
juliancantillo/pi-taller-2
507683ba5af78de3e034c9ee117633b0d8c59aba
b308ccf1125c6e2f79885f9d19e5985b1b27799d
refs/heads/master
2020-05-04T20:34:56.169077
2014-03-31T14:02:41
2014-03-31T14:02:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
7,143
puml
@startuml annotation java.lang.Override class java.awt.BorderLayout class java.awt.Dimension class java.awt.FlowLayout class java.awt.Frame class java.awt.GridBagConstraints class java.awt.GridBagLayout class java.awt.GridLayout class java.awt.event.ActionEvent class java.awt.event.KeyEvent class java.awt.event.MouseEvent class java.net.URL class java.util.ArrayList class java.util.Arrays class java.util.Random class java.util.logging.Level class java.util.logging.Logger class javax.swing.BorderFactory class javax.swing.ImageIcon class javax.swing.JButton class javax.swing.JComboBox class javax.swing.JComponent class javax.swing.JDialog class javax.swing.JFrame class javax.swing.JLabel class javax.swing.JList class javax.swing.JOptionPane class javax.swing.JPanel class javax.swing.JTabbedPane class javax.swing.JTextArea class javax.swing.JTextField class javax.swing.JToolBar class javax.swing.UIManager class javax.swing.UnsupportedLookAndFeelException class javax.swing.event.ListSelectionEvent class punto1.ChatForm class punto1.EventHandlers class punto1.JFrame class punto1.Quiz class punto1.R class punto2.Controller class punto2.Course class punto2.Enrolment class punto2.GUI class punto2.Punto2 class punto2.R class punto2.Student class punto2.frmCourse class punto2.frmEnrolment class punto2.frmStudent class punto2.guihelpers.GBHelper class punto2.guihelpers.Gap class punto3.GUI class punto3.Punto3 class punto3.R class punto3.Word class punto3.WordList class taller2.Taller2 interface java.awt.event.ActionListener interface java.awt.event.KeyListener interface java.awt.event.MouseListener interface java.lang.Cloneable interface javax.swing.event.ListSelectionListener interface punto1.ActionListener interface punto1.FocusListener interface punto1.KeyListener interface punto1.MouseListener punto1.ChatForm ..> java.awt.BorderLayout punto1.ChatForm ..> java.awt.GridLayout punto1.ChatForm ..> java.util.ArrayList punto1.ChatForm --|> punto1.JFrame punto1.EventHandlers ..> java.lang.Override punto1.EventHandlers ..> javax.swing.JOptionPane punto1.EventHandlers --|> punto1.ActionListener punto1.EventHandlers --|> punto1.FocusListener punto1.EventHandlers --|> punto1.KeyListener punto1.EventHandlers --|> punto1.MouseListener punto2.Controller ..> java.util.ArrayList punto2.Controller ..> javax.swing.JOptionPane punto2.Course ..> java.lang.Override punto2.Enrolment ..> java.lang.Override punto2.GUI ..> java.lang.Override punto2.GUI ..> java.awt.BorderLayout punto2.GUI ..> java.awt.event.ActionEvent punto2.GUI ..> java.awt.event.MouseEvent punto2.GUI ..> javax.swing.BorderFactory punto2.GUI ..> javax.swing.JButton punto2.GUI --|> javax.swing.JFrame punto2.GUI ..> javax.swing.JList punto2.GUI ..> javax.swing.JPanel punto2.GUI ..> javax.swing.JTabbedPane punto2.GUI ..> javax.swing.JToolBar punto2.GUI ..> javax.swing.event.ListSelectionEvent punto2.GUI --|> java.awt.event.ActionListener punto2.GUI --|> java.awt.event.MouseListener punto2.GUI --|> javax.swing.event.ListSelectionListener punto2.Punto2 ..> javax.swing.UIManager punto2.Punto2 ..> javax.swing.UnsupportedLookAndFeelException punto2.Student ..> java.lang.Override punto2.Student ..> java.util.ArrayList punto2.frmCourse ..> java.lang.Override punto2.frmCourse ..> java.awt.BorderLayout punto2.frmCourse ..> java.awt.FlowLayout punto2.frmCourse ..> java.awt.Frame punto2.frmCourse ..> java.awt.GridBagLayout punto2.frmCourse ..> java.awt.event.ActionEvent punto2.frmCourse ..> java.awt.event.MouseEvent punto2.frmCourse ..> javax.swing.BorderFactory punto2.frmCourse ..> javax.swing.JButton punto2.frmCourse --|> javax.swing.JDialog punto2.frmCourse ..> javax.swing.JFrame punto2.frmCourse ..> javax.swing.JLabel punto2.frmCourse ..> javax.swing.JList punto2.frmCourse ..> javax.swing.JOptionPane punto2.frmCourse ..> javax.swing.JPanel punto2.frmCourse ..> javax.swing.JTextField punto2.frmCourse ..> punto2.guihelpers.GBHelper punto2.frmCourse ..> punto2.guihelpers.Gap punto2.frmCourse --|> java.awt.event.ActionListener punto2.frmCourse --|> java.awt.event.MouseListener punto2.frmEnrolment ..> java.lang.Override punto2.frmEnrolment ..> java.awt.BorderLayout punto2.frmEnrolment ..> java.awt.FlowLayout punto2.frmEnrolment ..> java.awt.Frame punto2.frmEnrolment ..> java.awt.GridBagLayout punto2.frmEnrolment ..> java.awt.event.ActionEvent punto2.frmEnrolment ..> javax.swing.BorderFactory punto2.frmEnrolment ..> javax.swing.JButton punto2.frmEnrolment ..> javax.swing.JComboBox punto2.frmEnrolment --|> javax.swing.JDialog punto2.frmEnrolment ..> javax.swing.JFrame punto2.frmEnrolment ..> javax.swing.JLabel punto2.frmEnrolment ..> javax.swing.JOptionPane punto2.frmEnrolment ..> javax.swing.JPanel punto2.frmEnrolment ..> javax.swing.JTextField punto2.frmEnrolment ..> punto2.guihelpers.GBHelper punto2.frmEnrolment ..> punto2.guihelpers.Gap punto2.frmEnrolment --|> java.awt.event.ActionListener punto2.frmStudent ..> java.lang.Override punto2.frmStudent ..> java.awt.BorderLayout punto2.frmStudent ..> java.awt.FlowLayout punto2.frmStudent ..> java.awt.Frame punto2.frmStudent ..> java.awt.GridBagLayout punto2.frmStudent ..> java.awt.event.ActionEvent punto2.frmStudent ..> java.awt.event.MouseEvent punto2.frmStudent ..> javax.swing.BorderFactory punto2.frmStudent ..> javax.swing.JButton punto2.frmStudent ..> javax.swing.JComboBox punto2.frmStudent --|> javax.swing.JDialog punto2.frmStudent ..> javax.swing.JFrame punto2.frmStudent ..> javax.swing.JLabel punto2.frmStudent ..> javax.swing.JList punto2.frmStudent ..> javax.swing.JPanel punto2.frmStudent ..> javax.swing.JTabbedPane punto2.frmStudent ..> javax.swing.JTextField punto2.frmStudent ..> javax.swing.JToolBar punto2.frmStudent ..> javax.swing.event.ListSelectionEvent punto2.frmStudent ..> punto2.guihelpers.GBHelper punto2.frmStudent ..> punto2.guihelpers.Gap punto2.frmStudent --|> java.awt.event.ActionListener punto2.frmStudent --|> java.awt.event.MouseListener punto2.frmStudent --|> javax.swing.event.ListSelectionListener punto2.guihelpers.GBHelper --|> java.awt.GridBagConstraints punto2.guihelpers.Gap ..> java.awt.Dimension punto2.guihelpers.Gap --|> javax.swing.JComponent punto3.GUI ..> java.lang.Override punto3.GUI ..> java.awt.BorderLayout punto3.GUI ..> java.awt.GridBagLayout punto3.GUI ..> java.awt.GridLayout punto3.GUI ..> java.awt.event.ActionEvent punto3.GUI ..> java.awt.event.KeyEvent punto3.GUI ..> java.net.URL punto3.GUI ..> java.util.logging.Level punto3.GUI ..> java.util.logging.Logger punto3.GUI ..> javax.swing.BorderFactory punto3.GUI ..> javax.swing.ImageIcon punto3.GUI ..> javax.swing.JButton punto3.GUI --|> javax.swing.JFrame punto3.GUI ..> javax.swing.JLabel punto3.GUI ..> javax.swing.JOptionPane punto3.GUI ..> javax.swing.JPanel punto3.GUI ..> javax.swing.JTextArea punto3.GUI ..> punto2.guihelpers.GBHelper punto3.GUI ..> punto2.guihelpers.Gap punto3.GUI --|> java.awt.event.ActionListener punto3.GUI --|> java.awt.event.KeyListener punto3.Word ..> java.lang.Override punto3.Word ..> java.util.Arrays punto3.Word --|> java.lang.Cloneable punto3.WordList ..> java.util.ArrayList punto3.WordList ..> java.util.Random @enduml
false
true
false
false
class
0a23e60e5051e93bc67e590fe46d4add5e98d322
367144383ae3127393d2aa2ef0a38fd66289d591
/documentation/diagrams/AnalysisModel.puml
092043e6da5b84c7e2af1c135cf28b3e05be6cf4
[]
no_license
agu-ple/RUPManager
a02a1f56f7bcd87f6a268a9c31a9a053ba6ecded
05b324462e6ebbb31c6f34c588cd89d906c1ee24
refs/heads/master
2022-04-26T02:17:56.150912
2020-04-27T17:41:53
2020-04-27T17:41:53
260,402,375
0
0
null
2020-05-01T07:25:55
2020-05-01T07:25:54
null
UTF-8
PlantUML
false
false
323
puml
@startuml scale 350 width [*] --> ModeloAnalisisEsbozo : AnalisisdelaArquitectura ModeloAnalisisEsbozo --> ModeloAnalisisConClasesEsboso : AnalisisdeCasodeUso ModeloAnalisisConClasesEsboso --> ModeloAnalisisConClases : AnalisisdeClase ModeloAnalisisConClases --> ModeloAnalisisConClasesyPaquetes : AnalisisdePaquete @enduml
false
true
false
false
sequence
aad4048a7c1e2c979369f631a5120c41eb1de9b7
e7aab27dc3b56328c92d783d7fa8fce12d8ac544
/kapitler/media/uml-datatype-enkeladresse.puml
375666bb3b89f04be19234bfb1b32756f79e61d3
[]
no_license
petterreinholdtsen/noark5-tjenestegrensesnitt-standard
855019a61c8679a8119549e2824fa32ecc669e66
4673ba7134d83a6992bba6f9036c521c7ae1897f
refs/heads/master
2023-06-11T12:08:52.134764
2023-03-05T11:05:21
2023-03-05T11:05:21
160,586,219
0
0
null
null
null
null
UTF-8
PlantUML
false
false
750
puml
@startuml skinparam nodesep 100 hide circle class Arkivstruktur.EnkelAdresse <<dataType>> { +adresselinje1 : string [0..1] +adresselinje2 : string [0..1] +adresselinje3 : string [0..1] +postnr : Postnummer [0..1] +poststed : string +landkode : Land [0..1] } class Arkivstruktur.KorrespondansepartEnhet <Korrespondansepart> { } Arkivstruktur.KorrespondansepartEnhet *-- Arkivstruktur.EnkelAdresse class Arkivstruktur.KorrespondansepartPerson <Korrespondansepart> { } Arkivstruktur.KorrespondansepartPerson *-- Arkivstruktur.EnkelAdresse class Arkivstruktur.PartEnhet <Part> { } Arkivstruktur.PartEnhet *-- Arkivstruktur.EnkelAdresse class Arkivstruktur.PartPerson <Part> { } Arkivstruktur.PartPerson *-- Arkivstruktur.EnkelAdresse @enduml
false
true
false
false
class
ede208115565b8136dc488cbcac4f5641ad1f6b0
7dd9f0e7561d88304dc705bb9967f49a24482733
/Communication/sequence-diagrams/data-connector-to-metadata-broker/images/connector_broker_interaction_http.plantuml
9f3929686bea68ba1ca9e73963490efd1410222a
[ "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
International-Data-Spaces-Association/IDS-G
ce613a38df3d02d931b08012e71b59343de0c253
96818d9a94162b39a3521f871df3c309e5b3c3d7
refs/heads/main
2023-09-04T12:59:33.385957
2023-08-30T09:19:15
2023-08-30T09:19:15
233,602,937
35
21
CC-BY-4.0
2023-08-30T09:19:16
2020-01-13T13:33:34
null
UTF-8
PlantUML
false
false
1,556
plantuml
@startuml participant "**Connector**" as C participant "**Broker**" as B participant "Keycloak\n(Identity/Access management)" as K participant "Apache Fuseki" as F autonumber hide footbox == Authorized Connection Established == group Registration note right of C: *message of type ""ConnectorAvailable""\n*payload: connector self-description C -[#blue]> B : register request with JWT B -[#blue]> K : check authorization K --[#blue]> B : authorization result alt on successfull authorization B -[#blue]> F : persist connector self-description F --[#blue]> B : persistence success/fail note right of C: message of type ""MessageProcessed"" B --[#blue]> C : (optional) registration response else on error autonumber stop note right of C: message of type ""Rejection"" B --[#red]> C : report failure end end group Subsequent Requests/Queries note right of C: *message of type ""BrokerQuery""\n*describes scope and query language\n*payload: query string (e.g., SPARQL) C -[#blue]> B : query B -[#blue]> K : check authorization K --[#blue]> B : authorization result alt on successfull authorization B -[#blue]> F : issue query F --[#blue]> B : query result note right of C: *message of type ""Result""\n*correlated to query request B --[#blue]> C : result else on error autonumber stop note right of C: message of type ""Rejection"" B --[#red]> C : report failure end end @enduml
false
true
false
false
sequence
0029ef903376cc15904973cebdb467459a5ada95
ed8117d56283a3910c60184f1d2daa23318d56cf
/diagrams/Behavioral/chainOfResponsibilty/chain.puml
b4714aee5a901c11ed4f307d2971e49a437e880c
[]
no_license
simonpatrick/all-about-designpattern
5753b477b3c965a3f6018e254f4d3aceaefb821a
76075ed367bb0f52e4365de769ba2f26708c9a75
refs/heads/master
2021-04-26T16:43:14.524432
2016-02-03T01:22:40
2016-02-03T01:22:40
44,903,106
1
1
null
2023-03-20T11:50:52
2015-10-25T09:05:52
Java
UTF-8
PlantUML
false
false
251
puml
@startuml abstract class Handler ConcreteHandler1<|--Handler ConcreteHandler2<|--Handler class Handler { Handler successor handler() abstract process() } class ConcreteHandler1 { data process() } class ConcreteHandler2 { data process() } @enduml
false
true
false
false
class
977c95f50c0084cddb95993d6d611b4cc7c435f4
efd347d9c7143093dc8c35c03bcc6a41d2291cc8
/ioc/3.PropertyResolver/PropertyResolver.puml
884b019ab2713b17745e8d9991df55115fa42b32
[]
no_license
willwhzhang/spring-source-note
340e2dd97087204263695719db4625f74f7b059a
a8731e0cf38ec446893df9145f832ec16deef867
refs/heads/master
2022-06-12T15:57:24.924322
2020-05-05T13:41:59
2020-05-05T13:41:59
261,181,689
0
0
null
null
null
null
UTF-8
PlantUML
false
false
367
puml
@startuml interface PropertyResolver interface Environment extends PropertyResolver interface ConfigurablePropertyResolver extends PropertyResolver interface ConfigurableEnvironment extends Environment, ConfigurablePropertyResolver abstract class AbstractEnvironment implements ConfigurableEnvironment class StandardEnvironment extends AbstractEnvironment @enduml
false
true
false
false
class
6a1ebe1b989f123b61798ecf5ec1a5dd82ef82c5
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartDiscountSetCustomFieldAction.puml
a8694583da74cae6665a06ac23ef6fda5ba29d67
[]
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
504
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 CartDiscountSetCustomFieldAction [[CartDiscountSetCustomFieldAction.svg]] extends CartDiscountUpdateAction { action: String name: String value: [[Object.svg Object]] } interface CartDiscountUpdateAction [[CartDiscountUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
6de769ca2e037dcdb5f2c37d4b328870e980c8f9
d44d2ce18bb0407b9540632ad0e66c9e823142a8
/puml/InstalacionesDeportivas.puml
8fed971b6b080de8b29ecc2a2aef3fe39dda971b
[]
no_license
marcusskelly/EntornosDeUMLtoJava
ced0ecdf11cbe02eb2e0af4dd9fa47cfc9e16230
2d9806166c0d79f97ba2fe4d85a25759d1450b19
refs/heads/master
2023-03-10T03:47:46.190040
2021-03-04T11:06:51
2021-03-04T11:06:51
344,445,906
0
0
null
null
null
null
UTF-8
PlantUML
false
false
658
puml
~~~ @startuml Instalaciones Deportivas 'https://plantuml.com/class-diagram skinparam classAttributeIconSize 0 enum Material << enumeration >> { balon red raquetas } enum Instalacion << enumeration >> { piscina fronton Gym pista de tenis } Polideportivo "0..1" -- "0..*" Socio (Polideportivo, Socio).. Reserva class Polideportivo { - tipo : Instalacion } class Socio { - nombre : String - direccion : String - ciudad : String - provincia : String - telefono : int - cuota : int } class Reserva { - fecha : date - horaInicio : int - horaFin : int - extras : material } @enduml ~~~
false
true
false
false
class
dac992d7b641a3ef16b417098a971ba081414218
ae856e50e04474c8ab1f4bd57ca78ba391ac8ccd
/ch09-observer-patterns/diagrams/observer-pattern-score-class-diagram.puml
7c92727be5be6c49336337a3d4843882c7daac85
[]
no_license
outofworld98/java-design-patterns
d7c41ad0a41bf1f3d1ba4a9f4f2a212658aec427
75964a5387cad3f54726d0f7ba98b0765ca0d650
refs/heads/master
2022-03-29T17:38:14.238273
2019-01-17T11:10:00
2019-01-17T11:10:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
422
puml
@startuml class ScoreRecord { - scores : List<Integer> + setDataSheetView(dataSheetView : DataSheetView) + addScore(score : int) : void + getScoreRecord() : List<Integer> } class DataSheetView { - viewCount : int + DataSheetView(scoreRecord : ScoreRecord, viewCount : int) + update() : void } ScoreRecord - DataSheetView : - scoreRecord DataSheetView - ScoreRecord : - dataSheetView @enduml
false
true
false
false
class
2cf8c6fc9599d8ece402e96a0f8bd4e1a9a0789d
87b13699a92fe26bd2974254727e6859f3ae32f3
/src/csheets/userstories/ipc05_02/find_participants/core_05_02_design.puml
d9d4303365747f926ec0d32bf5fc15352bb075a4
[]
no_license
1130348/Confusao
62e06a3428e4455807b6b247c52d9f94b95fa2c1
4fa082ace786a61c0868e6ff8f08ac2497fbabd3
refs/heads/master
2020-03-25T00:25:42.003519
2015-06-26T14:16:24
2015-06-26T14:16:24
143,185,136
0
0
null
null
null
null
UTF-8
PlantUML
false
false
514
puml
@startuml doc-files/ipc_05.2_design.png actor User participant "TalkSideBarUI" as TSB participant "FinderUI" as FUI participant "TalkController" as TC participant "CSheetFinderController" as FIC participant "Finder" as FI User -> TSB: Find Participants TSB -> FUI : new CSheetFinderTestUI() TSB -> TC: getParticipants(ISheetFinderUI) TC -> FIC : new CSheetFinderController(FinderUI) TC -> FI : new CSheetFinder(CSheetFinderController) TC -> FI : updateLocalSpreadSheets() FI -> User: Show Participants() @enduml
false
true
false
false
usecase
9b458bbb595fc0c4fbaf91593c65c7021e881eae
83a1a7f2e85781a5e910591c60cb84d31c233c11
/conception/diag_classe_package_modele.plantuml
35bbb755b848d83d9b8286054b3f09dee548d448
[]
no_license
AntoineCourtil/CAD2018_Laraclette
3590a7649826eeab47083c0ea79f8b62393ae781
ab0fc5eb473758a2bbc2241853bfa6d2de5a33b5
refs/heads/master
2021-05-09T14:42:38.996159
2018-04-26T13:29:49
2018-04-26T13:29:49
119,071,004
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,467
plantuml
@startuml title Diagramme de classe du package modele package modele { class Player { - currentBoatIndex : int - hasChoosedBoat : boolean - strategie : Strategie + shoot(pos : Point2D) + receiveShoot(pos: Point2D, damage : int) : boolean + chooseBoat(pos : Point2D) : boolean + getBoatIndexFromPos(pos : Point2D) : int + getCurrentBoat() : Bateau + addFailedShoot(pos : Point2D) + getStrategie() : Strategie + setStrategie(strategie : Strategie) } Player --"*" boatFactory.Bateau Player -- "*" Point2D : "Tirs échoués" Player -- "0..1" Strategie Player ..> Serializable class BatailleNavale { - width : int - height : int - turnPlayer : boolean - epoque : int + playerShoot(pos : Point2D) + {static} loadFromFile(filename : String) : BatailleNavale + saveToFile(filename : String) } Interface Strategie { + generateShoot() : Point2D } class strategieAlea{ - lastShootHasTouched : boolean + generateShoot() : Point2D } class strategieCroix{ - lastShootHasTouched : boolean + generateShoot() : Point2D } strategieAlea ..> Strategie strategieCroix ..> Strategie BatailleNavale --"1" Player : "Humain" BatailleNavale --"1" Player : "IA" BatailleNavale ..> Serializable } @enduml
false
true
true
false
class
acab6c97dfc57debea567ea85a2637252f2bdeb3
b0318b26fef28a1afcdced3e1ac7f7101d929415
/doc/source/uml/base_workflow.plantuml
ea6e22b8ae4789ad14cb733839a33d83285fcf31
[]
permissive
simphony/simphony-remote
48402db8daa56e094492af0112deb2aff7d809f4
d7130d3d7dd2fef3b15d26c4438e7b5aff6fe335
refs/heads/master
2023-01-03T09:28:14.306042
2022-06-29T11:25:39
2022-06-29T11:25:39
61,792,971
7
9
BSD-3-Clause
2022-12-27T14:56:29
2016-06-23T09:30:59
Python
UTF-8
PlantUML
false
false
1,175
plantuml
@startuml actor Scientist participant "Reverse\nProxy" as Proxy box "Jupyter Hub process" participant "Jupyter\nHub" as Hub participant "PAM\nAuthenticator" as Authenticator end box participant "User Session\nManager" as UserManager participant "Docker\nEngine" as Docker participant "Simphony\nContainer" as Container ... Scientist -> Hub : login request activate Hub Hub -> Authenticator: authenticate user activate Authenticator Authenticator --> Hub: authenticated deactivate Authenticator create UserManager Hub -> UserManager: create session deactivate Hub activate UserManager UserManager -> Docker: retrieve image list activate Docker Docker --> UserManager: image list deactivate Docker UserManager -> Hub: user page port deactivate UserManager activate Hub Hub -> Proxy : map user page deactivate Hub ... Scientist -> UserManager : start container activate UserManager UserManager -> Docker: start image deactivate UserManager activate Docker create Container Docker -> Container : create deactivate Docker ... Container --> UserManager : NoVNC port activate UserManager UserManager -> Proxy: map container page port deactivate UserManager @enduml
false
true
false
false
sequence
e53e02f3c53e61f4189f2182cfae513d532c9dcf
e2151e9992bb6dcb69f07086ec00579519379780
/src/main/java/ex42/ex42.puml
658280f4a4653144c440b787a675a55091b083c7
[]
no_license
GSabiniPanini/little-cop3330-assignment3
43e248c1dafd09511955f9d09b26bc1feaf4f19f
9869ef2c906327aaebcf203a864613a61dfacdae
refs/heads/master
2023-06-03T17:30:22.693983
2021-06-21T04:00:53
2021-06-21T04:00:53
378,536,829
0
0
null
null
null
null
UTF-8
PlantUML
false
false
546
puml
@startuml 'https://plantuml.com/class-diagram class Solution42 { } class FileHandler { + input[] : ArrayList<String> + fName : String[] + lName : String[] + salary : int[] + readFile() : void + readFileLine() : String } class StringProcessor { + static processInput(input : ArrayList<>, lName : String[], fName : String[], salary : int) : void + static getLineString(lName : String[], fName : String[], Salary : int, index : int) : String } Solution42 o--> FileHandler Solution42 o--> StringProcessor @enduml
false
true
false
false
class
598a2dc9b4a6b546864d6928e50fe346b63d9fcd
a3da925fbe1bf2f0319f5d529e80bcf9bbf751bc
/布局关系.puml
2685087ca6dd04028b2de805ca66b54e56ccc919
[]
no_license
xujiaji/ViewEventDemo
d1a9fbcd626306a9c5d7eb10055f602b1b5be1bb
2add765fbd8f01d4ad8465e4c536bebc5641c42e
refs/heads/master
2020-12-31T04:28:30.860097
2016-05-19T01:03:02
2016-05-19T01:03:02
59,162,339
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,157
puml
@startuml class View{ ... __ ... } class ViewGroup{ ... __ ... } class FrameLayout{ ... __ ... } class ViewGroup1{ ... __ ... + onInterceptTouchEvent(MotionEvent ev):boolean + dispatchTouchEvent(MotionEvent event):boolean + onTouchEvent(MotionEvent event):boolean } class ViewGroup2{ ... __ ... + onInterceptTouchEvent(MotionEvent ev):boolean + dispatchTouchEvent(MotionEvent event):boolean + onTouchEvent(MotionEvent event):boolean } class View1{ ... __ ... + dispatchTouchEvent(MotionEvent event):boolean + onTouchEvent(MotionEvent event):boolean } class Button{ ... __ ... } class Button1{ ... __ + dispatchTouchEvent(MotionEvent event):boolean + onTouchEvent(MotionEvent event):boolean ... } class Activity{ ... __ ... } class MainActivity{ ... __ + dispatchTouchEvent(MotionEvent event):boolean + onTouchEvent(MotionEvent event):boolean ... } ViewGroup --|> View FrameLayout --|> ViewGroup ViewGroup1 --|> FrameLayout ViewGroup2 --|> FrameLayout Button --|> View Button1 --|> Button View1 --|> View MainActivity --|> Activity ViewGroup1 <--* MainActivity ViewGroup2 <--* MainActivity View1 <--* MainActivity Button1 <--* MainActivity @enduml
false
true
false
false
class
e6355772063981d46e880b337b178b53184cd402
3d33f4e31702fdba9b2d095dd3d91d711409264c
/class-diagram/gossip-class.puml
0e85135a4dd673a73b3ab16fcd24e948028add16
[ "Apache-2.0", "CC-BY-4.0" ]
permissive
JulienGuo/fabric-addsm
81a181dd4f91160abbd9f131d87e8c187a32c542
8a489300031d07c09f44fc0f1687793f6eaaa1c0
refs/heads/master
2021-05-04T21:27:43.690594
2018-02-02T05:43:34
2018-02-02T05:43:34
119,926,380
0
1
null
null
null
null
UTF-8
PlantUML
false
false
32,935
puml
@startuml namespace github.com\\hyperledger\\fabric\\gossip\\api { class AnchorPeer { Host string Port int } } namespace github.com\\hyperledger\\fabric\\gossip\\comm { class RemotePeer { Endpoint string PKIID common.PKIidType } } namespace github.com\\hyperledger\\fabric\\gossip\\comm { class commImpl { selfCertHash []byte peerIdentity api.PeerIdentityType idMapper identity.Mapper logger *logging.Logger opts []grpc.DialOption secureDialOpts func()[]grpc.DialOption connStore *connectionStore PKIID []byte deadEndpoints chan common.PKIidType msgPublisher *ChannelDeMultiplexer lock *sync.RWMutex lsnr net.Listener gSrv *grpc.Server exitChan chan struct { } stopWG sync.WaitGroup subscriptions []chan proto.ReceivedMessage port int stopping int32 } } namespace github.com\\hyperledger\\fabric\\gossip\\comm { class connectionStore { logger *logging.Logger isClosing bool connFactory connFactory sync.RWMutex pki2Conn map[string]*connection destinationLocks map[string]*sync.RWMutex } } namespace github.com\\hyperledger\\fabric\\gossip\\comm { class connection { cancel context.CancelFunc info *proto.ConnectionInfo outBuff chan *msgSending logger *logging.Logger pkiID common.PKIidType handler handler conn *grpc.ClientConn cl proto.GossipClient clientStream proto.Gossip_GossipStreamClient serverStream proto.Gossip_GossipStreamServer stopFlag int32 stopChan chan struct { } sync.RWMutex } } namespace github.com\\hyperledger\\fabric\\gossip\\comm { class msgSending { envelope *proto.Envelope onErr func(error) } } namespace github.com\\hyperledger\\fabric\\gossip\\comm { class ChannelDeMultiplexer { channels []*channel lock *sync.RWMutex closed int32 } } namespace github.com\\hyperledger\\fabric\\gossip\\comm { class channel { pred common.MessageAcceptor ch chan interface { } } } namespace github.com\\hyperledger\\fabric\\gossip\\comm\\mock { class socketMock { endpoint string socket chan interface { } } } namespace github.com\\hyperledger\\fabric\\gossip\\comm\\mock { class packetMock { src *socketMock dst *socketMock msg interface { } } } namespace github.com\\hyperledger\\fabric\\gossip\\comm\\mock { class channelMock { accept common.MessageAcceptor channel chan proto.ReceivedMessage } } namespace github.com\\hyperledger\\fabric\\gossip\\comm\\mock { class commMock { id string members map[string]*socketMock acceptors []*channelMock deadChannel chan common.PKIidType done chan struct { } } } namespace github.com\\hyperledger\\fabric\\gossip\\comm { class ReceivedMessageImpl { *proto.SignedGossipMessage lock sync.Locker conn *connection connInfo *proto.ConnectionInfo } } namespace github.com\\hyperledger\\fabric\\gossip\\common { class Payload { ChainID ChainID Data []byte Hash string SeqNum uint64 } } namespace github.com\\hyperledger\\fabric\\gossip\\discovery { class NetworkMember { Endpoint string Metadata []byte PKIid common.PKIidType InternalEndpoint string } } namespace github.com\\hyperledger\\fabric\\gossip\\discovery { class PeerIdentification { ID common.PKIidType SelfOrg bool } } namespace github.com\\hyperledger\\fabric\\gossip\\discovery { class timestamp { incTime time.Time seqNum uint64 lastSeen time.Time } } namespace github.com\\hyperledger\\fabric\\gossip\\discovery { class gossipDiscoveryImpl { incTime uint64 seqNum uint64 self NetworkMember deadLastTS map[string]*timestamp aliveLastTS map[string]*timestamp id2Member map[string]*NetworkMember aliveMembership *util.MembershipStore deadMembership *util.MembershipStore msgStore *aliveMsgStore comm CommService crypt CryptoService lock *sync.RWMutex toDieChan chan struct { } toDieFlag int32 port int logger *logging.Logger disclosurePolicy DisclosurePolicy pubsub *util.PubSub } } namespace github.com\\hyperledger\\fabric\\gossip\\discovery { class aliveMsgStore { msgstore.MessageStore } } namespace github.com\\hyperledger\\fabric\\gossip\\election { class msgImpl { msg *proto.GossipMessage } } namespace github.com\\hyperledger\\fabric\\gossip\\election { class peerImpl { member discovery.NetworkMember } } namespace github.com\\hyperledger\\fabric\\gossip\\election { class adapterImpl { gossip gossip selfPKIid common.PKIidType incTime uint64 seqNum uint64 channel common.ChainID logger *logging.Logger doneCh chan struct { } stopOnce *sync.Once } } namespace github.com\\hyperledger\\fabric\\gossip\\election { class leaderElectionSvcImpl { id peerID proposals *util.Set sync.Mutex stopChan chan struct { } interruptChan chan struct { } stopWG sync.WaitGroup isLeader int32 toDie int32 leaderExists int32 sleeping bool adapter LeaderElectionAdapter logger *logging.Logger callback leadershipCallback } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\algo { class PullEngine { PullAdapter stopFlag int32 state *util.Set item2owners map[string][]string peers2nonces map[string]uint64 nonces2peers map[uint64]string acceptingDigests int32 acceptingResponses int32 lock sync.Mutex outgoingNONCES *util.Set incomingNONCES *util.Set digFilter DigestFilter } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip { class batchingEmitterImpl { iterations int burstSize int delay time.Duration cb emitBatchCallback lock *sync.Mutex buff []*batchedMessage stopFlag int32 } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip { class batchedMessage { data interface { } iterationsLeft int } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip { class certStore { sync.RWMutex selfIdentity api.PeerIdentityType idMapper identity.Mapper pull pull.Mediator logger *logging.Logger mcs api.MessageCryptoService } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\channel { class Config { ID string PublishStateInfoInterval time.Duration MaxBlockCountToStore int PullPeerNum int PullInterval time.Duration RequestStateInfoInterval time.Duration BlockExpirationInterval time.Duration StateInfoCacheSweepInterval time.Duration } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\channel { class gossipChannel { Adapter sync.RWMutex shouldGossipStateInfo int32 mcs api.MessageCryptoService pkiID common.PKIidType selfOrg api.OrgIdentityType stopChan chan struct { } stateInfoMsg *proto.SignedGossipMessage orgs []api.OrgIdentityType joinMsg api.JoinChannelMessage blockMsgStore msgstore.MessageStore stateInfoMsgStore *stateInfoCache leaderMsgStore msgstore.MessageStore chainID common.ChainID blocksPuller pull.Mediator logger *logging.Logger stateInfoPublishScheduler *time.Ticker stateInfoRequestScheduler *time.Ticker memFilter *membershipFilter } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\channel { class membershipFilter { adapter Adapter *gossipChannel } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\channel { class stateInfoCache { *util.MembershipStore msgstore.MessageStore stopChan chan struct { } } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip { class channelState { stopping int32 sync.RWMutex channels map[string]channel.GossipChannel g *gossipServiceImpl } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip { class gossipAdapterImpl { *gossipServiceImpl discovery.Discovery } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip { class Config { BindPort int ID string BootstrapPeers []string PropagateIterations int PropagatePeerNum int MaxBlockCountToStore int MaxPropagationBurstSize int MaxPropagationBurstLatency time.Duration PullInterval time.Duration PullPeerNum int SkipBlockVerification bool PublishCertPeriod time.Duration PublishStateInfoInterval time.Duration RequestStateInfoInterval time.Duration TLSServerCert *tls.Certificate InternalEndpoint string ExternalEndpoint string } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip { class gossipServiceImpl { selfIdentity api.PeerIdentityType includeIdentityPeriod time.Time certStore *certStore idMapper identity.Mapper presumedDead chan common.PKIidType disc discovery.Discovery comm comm.Comm incTime time.Time selfOrg api.OrgIdentityType *comm.ChannelDeMultiplexer logger *logging.Logger stopSignal *sync.WaitGroup conf *Config toDieChan chan struct { } stopFlag int32 emitter batchingEmitter discAdapter *discoveryAdapter secAdvisor api.SecurityAdvisor chanState *channelState disSecAdap *discoverySecurityAdapter mcs api.MessageCryptoService stateInfoMsgStore msgstore.MessageStore } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip { class discoveryAdapter { stopping int32 c comm.Comm presumedDead chan common.PKIidType incChan chan *proto.SignedGossipMessage gossipFunc func(message *proto.SignedGossipMessage) disclosurePolicy discovery.DisclosurePolicy } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip { class discoverySecurityAdapter { identity api.PeerIdentityType includeIdentityPeriod time.Time idMapper identity.Mapper sa api.SecurityAdvisor mcs api.MessageCryptoService c comm.Comm logger *logging.Logger } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\msgstore { class messageStoreImpl { pol common.MessageReplacingPolicy lock sync.RWMutex messages []*msg invTrigger invalidationTrigger msgTTL time.Duration expiredCount int externalLock func() externalUnlock func() expireMsgCallback func(msg interface { }) doneCh chan struct { } stopOnce sync.Once } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\msgstore { class msg { data interface { } created time.Time expired bool } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\pull { class Config { ID string PullInterval time.Duration Channel common.ChainID PeerCountToSelect int Tag proto.GossipMessage_Tag MsgType proto.PullMsgType } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\pull { class PullAdapter { Sndr Sender MemSvc MembershipService IdExtractor proto.IdentifierExtractor MsgCons proto.MsgConsumer DigFilter DigestFilter } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\pull { class pullMediatorImpl { sync.RWMutex *PullAdapter msgType2Hook map[MsgType][]MessageHook config Config logger *logging.Logger itemID2Msg map[string]*proto.SignedGossipMessage engine *algo.PullEngine } } namespace github.com\\hyperledger\\fabric\\gossip\\identity { class identityMapperImpl { mcs api.MessageCryptoService pkiID2Cert map[string]*storedIdentity sync.RWMutex selfPKIID string } } namespace github.com\\hyperledger\\fabric\\gossip\\identity { class storedIdentity { lastAccessTime int64 peerIdentity api.PeerIdentityType } } namespace github.com\\hyperledger\\fabric\\gossip\\service { class configStore { anchorPeers []*peer.AnchorPeer orgMap map[string]config.ApplicationOrg } } namespace github.com\\hyperledger\\fabric\\gossip\\service { class configEventer { lastConfig *configStore receiver configEventReceiver } } namespace github.com\\hyperledger\\fabric\\gossip\\service { class appGrp { name string mspID string anchorPeers []*peer.AnchorPeer } } namespace github.com\\hyperledger\\fabric\\gossip\\service { class deliveryFactoryImpl { } } namespace github.com\\hyperledger\\fabric\\gossip\\service { class gossipServiceImpl { gossipSvc chains map[string]state.GossipStateProvider leaderElection map[string]election.LeaderElectionService deliveryService deliverclient.DeliverService deliveryFactory DeliveryServiceFactory lock sync.RWMutex idMapper identity.Mapper mcs api.MessageCryptoService peerIdentity []byte secAdv api.SecurityAdvisor } } namespace github.com\\hyperledger\\fabric\\gossip\\service { class joinChannelMessage { seqNum uint64 members2AnchorPeers map[string][]api.AnchorPeer } } namespace github.com\\hyperledger\\fabric\\gossip\\state { class NodeMetastate { LedgerHeight uint64 } } namespace github.com\\hyperledger\\fabric\\gossip\\state\\mocks { class GossipMock { mock.Mock } } namespace github.com\\hyperledger\\fabric\\gossip\\state { class PayloadsBufferImpl { next uint64 buf map[uint64]*proto.Payload readyChan chan struct { } mutex sync.RWMutex logger *logging.Logger } } namespace github.com\\hyperledger\\fabric\\gossip\\state { class GossipStateProviderImpl { mcs api.MessageCryptoService chainID string gossip GossipAdapter gossipChan chan *proto.GossipMessage commChan chan proto.ReceivedMessage payloads PayloadsBuffer committer committer.Committer stateResponseCh chan proto.ReceivedMessage stateRequestCh chan proto.ReceivedMessage stopCh chan struct { } done sync.WaitGroup once sync.Once stateTransferActive int32 } } namespace github.com\\hyperledger\\fabric\\gossip\\util { class Set { items map[interface { }]struct { } lock *sync.RWMutex } } namespace github.com\\hyperledger\\fabric\\gossip\\util { class MembershipStore { m map[string]*proto.SignedGossipMessage sync.RWMutex } } namespace github.com\\hyperledger\\fabric\\gossip\\util { class PubSub { sync.RWMutex subscriptions map[string]*Set } } namespace github.com\\hyperledger\\fabric\\gossip\\util { class subscription { top string ttl time.Duration c chan interface { } } } namespace github.com\\hyperledger\\fabric\\gossip\\api { interface SecurityAdvisor { OrgByPeerIdentity(PeerIdentityType)OrgIdentityType } } namespace github.com\\hyperledger\\fabric\\gossip\\api { interface ChannelNotifier { JoinChannel(joinMsg JoinChannelMessage,chainID common.ChainID) } } namespace github.com\\hyperledger\\fabric\\gossip\\api { interface JoinChannelMessage { SequenceNumber()uint64 Members()[]OrgIdentityType AnchorPeersOf(org OrgIdentityType)[]AnchorPeer } } namespace github.com\\hyperledger\\fabric\\gossip\\api { interface MessageCryptoService { GetPKIidOfCert(peerIdentity PeerIdentityType)common.PKIidType VerifyBlock(chainID common.ChainID,seqNum uint64,signedBlock []byte)error Sign(msg []byte)([]byte,error) Verify(peerIdentity PeerIdentityType,signature,message []byte)error VerifyByChannel(chainID common.ChainID,peerIdentity PeerIdentityType,signature,message []byte)error ValidateIdentity(peerIdentity PeerIdentityType)error } } namespace github.com\\hyperledger\\fabric\\gossip\\comm { interface Comm { GetPKIid()common.PKIidType Send(msg *proto.SignedGossipMessage,peers ... *RemotePeer) Probe(peer *RemotePeer)error Handshake(peer *RemotePeer)(api.PeerIdentityType,error) Accept(common.MessageAcceptor)chan proto.ReceivedMessage PresumedDead()chan common.PKIidType CloseConn(peer *RemotePeer) Stop() } } namespace github.com\\hyperledger\\fabric\\gossip\\comm { interface stream { Send(envelope *proto.Envelope)error Recv()(*proto.Envelope,error) } } namespace github.com\\hyperledger\\fabric\\gossip\\comm { interface connFactory { createConnection(endpoint string,pkiID common.PKIidType)(*connection,error) } } namespace github.com\\hyperledger\\fabric\\gossip\\discovery { interface CryptoService { ValidateAliveMsg(message *proto.SignedGossipMessage)bool SignMessage(m *proto.GossipMessage,internalEndpoint string)*proto.Envelope } } namespace github.com\\hyperledger\\fabric\\gossip\\discovery { interface CommService { Gossip(msg *proto.SignedGossipMessage) SendToPeer(peer *NetworkMember,msg *proto.SignedGossipMessage) Ping(peer *NetworkMember)bool Accept()chan *proto.SignedGossipMessage PresumedDead()chan common.PKIidType CloseConn(peer *NetworkMember) } } namespace github.com\\hyperledger\\fabric\\gossip\\discovery { interface Discovery { Lookup(PKIID common.PKIidType)*NetworkMember Self()NetworkMember UpdateMetadata([]byte) UpdateEndpoint(string) Stop() GetMembership()[]NetworkMember InitiateSync(peerNum int) Connect(member NetworkMember,id identifier) } } namespace github.com\\hyperledger\\fabric\\gossip\\election { interface gossip { Peers()[]discovery.NetworkMember Accept(acceptor common.MessageAcceptor,passThrough bool)(chan *proto.GossipMessage,chan proto.ReceivedMessage) Gossip(msg *proto.GossipMessage) } } namespace github.com\\hyperledger\\fabric\\gossip\\election { interface LeaderElectionAdapter { Gossip(Msg) Accept()chan Msg CreateMessage(isDeclaration bool)Msg Peers()[]Peer } } namespace github.com\\hyperledger\\fabric\\gossip\\election { interface LeaderElectionService { IsLeader()bool Stop() } } namespace github.com\\hyperledger\\fabric\\gossip\\election { interface Peer { ID()peerID } } namespace github.com\\hyperledger\\fabric\\gossip\\election { interface Msg { SenderID()peerID IsProposal()bool IsDeclaration()bool } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\algo { interface PullAdapter { SelectPeers()[]string Hello(dest string,nonce uint64) SendDigest(digest []string,nonce uint64,context interface { }) SendReq(dest string,items []string,nonce uint64) SendRes(items []string,context interface { },nonce uint64) } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip { interface batchingEmitter { Add(interface { }) Stop() Size()int } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\channel { interface GossipChannel { GetPeers()[]discovery.NetworkMember IsMemberInChan(member discovery.NetworkMember)bool UpdateStateInfo(msg *proto.SignedGossipMessage) IsOrgInChannel(membersOrg api.OrgIdentityType)bool EligibleForChannel(member discovery.NetworkMember)bool HandleMessage(proto.ReceivedMessage) AddToMsgStore(msg *proto.SignedGossipMessage) ConfigureChannel(joinMsg api.JoinChannelMessage) Stop() } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\channel { interface Adapter { GetConf()Config Gossip(message *proto.SignedGossipMessage) DeMultiplex(interface { }) GetMembership()[]discovery.NetworkMember Lookup(PKIID common.PKIidType)*discovery.NetworkMember Send(msg *proto.SignedGossipMessage,peers ... *comm.RemotePeer) ValidateStateInfoMessage(message *proto.SignedGossipMessage)error GetOrgOfPeer(pkiID common.PKIidType)api.OrgIdentityType GetIdentityByPKIID(pkiID common.PKIidType)api.PeerIdentityType } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip { interface Gossip { Send(msg *proto.GossipMessage,peers ... *comm.RemotePeer) Peers()[]discovery.NetworkMember PeersOfChannel(common.ChainID)[]discovery.NetworkMember UpdateMetadata(metadata []byte) UpdateChannelMetadata(metadata []byte,chainID common.ChainID) Gossip(msg *proto.GossipMessage) Accept(acceptor common.MessageAcceptor,passThrough bool)(chan *proto.GossipMessage,chan proto.ReceivedMessage) JoinChan(joinMsg api.JoinChannelMessage,chainID common.ChainID) SuspectPeers(s api.PeerSuspector) Stop() } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\msgstore { interface MessageStore { Add(msg interface { })bool CheckValid(msg interface { })bool Size()int Get()[]interface { } Stop() Purge(func(interface { })bool) } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\pull { interface Sender { Send(msg *proto.SignedGossipMessage,peers ... *comm.RemotePeer) } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\pull { interface MembershipService { GetMembership()[]discovery.NetworkMember } } namespace github.com\\hyperledger\\fabric\\gossip\\gossip\\pull { interface Mediator { Stop() RegisterMsgHook(MsgType,MessageHook) Add(*proto.SignedGossipMessage) Remove(digest string) HandleMessage(msg proto.ReceivedMessage) } } namespace github.com\\hyperledger\\fabric\\gossip\\identity { interface Mapper { Put(pkiID common.PKIidType,identity api.PeerIdentityType)error Get(pkiID common.PKIidType)(api.PeerIdentityType,error) Sign(msg []byte)([]byte,error) Verify(vkID,signature,message []byte)error GetPKIidOfCert(api.PeerIdentityType)common.PKIidType ListInvalidIdentities(isSuspected api.PeerSuspector)[]common.PKIidType } } namespace github.com\\hyperledger\\fabric\\gossip\\service { interface Config { ChainID()string Organizations()map[string]config.ApplicationOrg Sequence()uint64 } } namespace github.com\\hyperledger\\fabric\\gossip\\service { interface ConfigProcessor { ProcessConfigUpdate(config Config) } } namespace github.com\\hyperledger\\fabric\\gossip\\service { interface configEventReceiver { configUpdated(config Config) } } namespace github.com\\hyperledger\\fabric\\gossip\\service { interface GossipService { NewConfigEventer()ConfigProcessor InitializeChannel(chainID string,committer committer.Committer,endpoints []string) GetBlock(chainID string,index uint64)*common.Block AddPayload(chainID string,payload *proto.Payload)error } } namespace github.com\\hyperledger\\fabric\\gossip\\service { interface DeliveryServiceFactory { Service(g GossipService,endpoints []string,msc api.MessageCryptoService)(deliverclient.DeliverService,error) } } namespace github.com\\hyperledger\\fabric\\gossip\\state { interface PayloadsBuffer { Push(payload *proto.Payload)error Next()uint64 Pop()*proto.Payload Size()int Ready()chan struct { } Close() } } namespace github.com\\hyperledger\\fabric\\gossip\\state { interface GossipStateProvider { GetBlock(index uint64)*common.Block AddPayload(payload *proto.Payload)error Stop() } } namespace github.com\\hyperledger\\fabric\\gossip\\state { interface GossipAdapter { Send(msg *proto.GossipMessage,peers ... *comm.RemotePeer) Accept(acceptor common2.MessageAcceptor,passThrough bool)(chan *proto.GossipMessage,chan proto.ReceivedMessage) UpdateChannelMetadata(metadata []byte,chainID common2.ChainID) PeersOfChannel(common2.ChainID)[]discovery.NetworkMember } } namespace github.com\\hyperledger\\fabric\\gossip\\util { interface Subscription { Listen()(interface { },error) } } github.com\\hyperledger\\fabric\\gossip\\comm.commImpl ---> github.com\\hyperledger\\fabric\\gossip\\comm.connectionStore : connStore github.com\\hyperledger\\fabric\\gossip\\comm.commImpl ---> github.com\\hyperledger\\fabric\\gossip\\comm.ChannelDeMultiplexer : msgPublisher github.com\\hyperledger\\fabric\\gossip\\comm.connectionStore ---> "*" github.com\\hyperledger\\fabric\\gossip\\comm.connection : pki2Conn github.com\\hyperledger\\fabric\\gossip\\comm.ChannelDeMultiplexer ---> "*" github.com\\hyperledger\\fabric\\gossip\\comm.channel : channels github.com\\hyperledger\\fabric\\gossip\\comm\\mock.packetMock ---> github.com\\hyperledger\\fabric\\gossip\\comm\\mock.socketMock : src github.com\\hyperledger\\fabric\\gossip\\comm\\mock.packetMock ---> github.com\\hyperledger\\fabric\\gossip\\comm\\mock.socketMock : dst github.com\\hyperledger\\fabric\\gossip\\comm\\mock.commMock ---> "*" github.com\\hyperledger\\fabric\\gossip\\comm\\mock.socketMock : members github.com\\hyperledger\\fabric\\gossip\\comm\\mock.commMock ---> "*" github.com\\hyperledger\\fabric\\gossip\\comm\\mock.channelMock : acceptors github.com\\hyperledger\\fabric\\gossip\\comm.ReceivedMessageImpl ---> github.com\\hyperledger\\fabric\\gossip\\comm.connection : conn github.com\\hyperledger\\fabric\\gossip\\discovery.gossipDiscoveryImpl ---> github.com\\hyperledger\\fabric\\gossip\\discovery.NetworkMember : self github.com\\hyperledger\\fabric\\gossip\\discovery.gossipDiscoveryImpl ---> "*" github.com\\hyperledger\\fabric\\gossip\\discovery.timestamp : deadLastTS github.com\\hyperledger\\fabric\\gossip\\discovery.gossipDiscoveryImpl ---> "*" github.com\\hyperledger\\fabric\\gossip\\discovery.timestamp : aliveLastTS github.com\\hyperledger\\fabric\\gossip\\discovery.gossipDiscoveryImpl ---> "*" github.com\\hyperledger\\fabric\\gossip\\discovery.NetworkMember : id2Member github.com\\hyperledger\\fabric\\gossip\\discovery.gossipDiscoveryImpl ---> github.com\\hyperledger\\fabric\\gossip\\util.MembershipStore : aliveMembership github.com\\hyperledger\\fabric\\gossip\\discovery.gossipDiscoveryImpl ---> github.com\\hyperledger\\fabric\\gossip\\util.MembershipStore : deadMembership github.com\\hyperledger\\fabric\\gossip\\discovery.gossipDiscoveryImpl ---> github.com\\hyperledger\\fabric\\gossip\\discovery.aliveMsgStore : msgStore github.com\\hyperledger\\fabric\\gossip\\discovery.gossipDiscoveryImpl ---> github.com\\hyperledger\\fabric\\gossip\\util.PubSub : pubsub github.com\\hyperledger\\fabric\\gossip\\election.peerImpl ---> github.com\\hyperledger\\fabric\\gossip\\discovery.NetworkMember : member github.com\\hyperledger\\fabric\\gossip\\election.leaderElectionSvcImpl ---> github.com\\hyperledger\\fabric\\gossip\\util.Set : proposals github.com\\hyperledger\\fabric\\gossip\\gossip\\algo.PullEngine ---> github.com\\hyperledger\\fabric\\gossip\\util.Set : state github.com\\hyperledger\\fabric\\gossip\\gossip\\algo.PullEngine ---> github.com\\hyperledger\\fabric\\gossip\\util.Set : outgoingNONCES github.com\\hyperledger\\fabric\\gossip\\gossip\\algo.PullEngine ---> github.com\\hyperledger\\fabric\\gossip\\util.Set : incomingNONCES github.com\\hyperledger\\fabric\\gossip\\gossip.batchingEmitterImpl ---> "*" github.com\\hyperledger\\fabric\\gossip\\gossip.batchedMessage : buff github.com\\hyperledger\\fabric\\gossip\\gossip\\channel.gossipChannel ---> github.com\\hyperledger\\fabric\\gossip\\gossip\\channel.stateInfoCache : stateInfoMsgStore github.com\\hyperledger\\fabric\\gossip\\gossip\\channel.gossipChannel ---> github.com\\hyperledger\\fabric\\gossip\\gossip\\channel.membershipFilter : memFilter github.com\\hyperledger\\fabric\\gossip\\gossip\\channel.membershipFilter -|> github.com\\hyperledger\\fabric\\gossip\\gossip\\channel.gossipChannel github.com\\hyperledger\\fabric\\gossip\\gossip\\channel.stateInfoCache -|> github.com\\hyperledger\\fabric\\gossip\\util.MembershipStore github.com\\hyperledger\\fabric\\gossip\\gossip.channelState ---> github.com\\hyperledger\\fabric\\gossip\\gossip.gossipServiceImpl : g github.com\\hyperledger\\fabric\\gossip\\gossip.gossipAdapterImpl -|> github.com\\hyperledger\\fabric\\gossip\\gossip.gossipServiceImpl github.com\\hyperledger\\fabric\\gossip\\gossip.gossipServiceImpl ---> github.com\\hyperledger\\fabric\\gossip\\gossip.certStore : certStore github.com\\hyperledger\\fabric\\gossip\\gossip.gossipServiceImpl -|> github.com\\hyperledger\\fabric\\gossip\\comm.ChannelDeMultiplexer github.com\\hyperledger\\fabric\\gossip\\gossip.gossipServiceImpl ---> github.com\\hyperledger\\fabric\\gossip\\gossip.Config : conf github.com\\hyperledger\\fabric\\gossip\\gossip.gossipServiceImpl ---> github.com\\hyperledger\\fabric\\gossip\\gossip.discoveryAdapter : discAdapter github.com\\hyperledger\\fabric\\gossip\\gossip.gossipServiceImpl ---> github.com\\hyperledger\\fabric\\gossip\\gossip.channelState : chanState github.com\\hyperledger\\fabric\\gossip\\gossip.gossipServiceImpl ---> github.com\\hyperledger\\fabric\\gossip\\gossip.discoverySecurityAdapter : disSecAdap github.com\\hyperledger\\fabric\\gossip\\gossip\\msgstore.messageStoreImpl ---> "*" github.com\\hyperledger\\fabric\\gossip\\gossip\\msgstore.msg : messages github.com\\hyperledger\\fabric\\gossip\\gossip\\pull.pullMediatorImpl -|> github.com\\hyperledger\\fabric\\gossip\\gossip\\pull.PullAdapter github.com\\hyperledger\\fabric\\gossip\\gossip\\pull.pullMediatorImpl ---> github.com\\hyperledger\\fabric\\gossip\\gossip\\pull.Config : config github.com\\hyperledger\\fabric\\gossip\\gossip\\pull.pullMediatorImpl ---> github.com\\hyperledger\\fabric\\gossip\\gossip\\algo.PullEngine : engine github.com\\hyperledger\\fabric\\gossip\\identity.identityMapperImpl ---> "*" github.com\\hyperledger\\fabric\\gossip\\identity.storedIdentity : pkiID2Cert github.com\\hyperledger\\fabric\\gossip\\service.configEventer ---> github.com\\hyperledger\\fabric\\gossip\\service.configStore : lastConfig github.com\\hyperledger\\fabric\\gossip\\service.joinChannelMessage ---> "*" github.com\\hyperledger\\fabric\\gossip\\api.AnchorPeer : members2AnchorPeers github.com\\hyperledger\\fabric\\gossip\\util.PubSub ---> "*" github.com\\hyperledger\\fabric\\gossip\\util.Set : subscriptions github.com\\hyperledger\\fabric\\gossip\\comm.Comm <|- github.com\\hyperledger\\fabric\\gossip\\comm.commImpl github.com\\hyperledger\\fabric\\gossip\\comm.Comm <|- github.com\\hyperledger\\fabric\\gossip\\comm\\mock.commMock github.com\\hyperledger\\fabric\\gossip\\comm.connFactory <|- github.com\\hyperledger\\fabric\\gossip\\comm.commImpl github.com\\hyperledger\\fabric\\gossip\\discovery.CryptoService <|- github.com\\hyperledger\\fabric\\gossip\\gossip.discoverySecurityAdapter github.com\\hyperledger\\fabric\\gossip\\discovery.CommService <|- github.com\\hyperledger\\fabric\\gossip\\gossip.discoveryAdapter github.com\\hyperledger\\fabric\\gossip\\discovery.Discovery <|- github.com\\hyperledger\\fabric\\gossip\\discovery.gossipDiscoveryImpl github.com\\hyperledger\\fabric\\gossip\\election.gossip <|- github.com\\hyperledger\\fabric\\gossip\\gossip.gossipServiceImpl github.com\\hyperledger\\fabric\\gossip\\election.gossip <|- github.com\\hyperledger\\fabric\\gossip\\state\\mocks.GossipMock github.com\\hyperledger\\fabric\\gossip\\election.LeaderElectionAdapter <|- github.com\\hyperledger\\fabric\\gossip\\election.adapterImpl github.com\\hyperledger\\fabric\\gossip\\election.LeaderElectionService <|- github.com\\hyperledger\\fabric\\gossip\\election.leaderElectionSvcImpl github.com\\hyperledger\\fabric\\gossip\\election.Peer <|- github.com\\hyperledger\\fabric\\gossip\\election.peerImpl github.com\\hyperledger\\fabric\\gossip\\election.Msg <|- github.com\\hyperledger\\fabric\\gossip\\election.msgImpl github.com\\hyperledger\\fabric\\gossip\\gossip\\algo.PullAdapter <|- github.com\\hyperledger\\fabric\\gossip\\gossip\\pull.pullMediatorImpl github.com\\hyperledger\\fabric\\gossip\\gossip.batchingEmitter <|- github.com\\hyperledger\\fabric\\gossip\\gossip.batchingEmitterImpl github.com\\hyperledger\\fabric\\gossip\\gossip\\channel.GossipChannel <|- github.com\\hyperledger\\fabric\\gossip\\gossip\\channel.gossipChannel github.com\\hyperledger\\fabric\\gossip\\gossip.Gossip <|- github.com\\hyperledger\\fabric\\gossip\\gossip.gossipServiceImpl github.com\\hyperledger\\fabric\\gossip\\gossip.Gossip <|- github.com\\hyperledger\\fabric\\gossip\\state\\mocks.GossipMock github.com\\hyperledger\\fabric\\gossip\\gossip\\msgstore.MessageStore <|- github.com\\hyperledger\\fabric\\gossip\\gossip\\msgstore.messageStoreImpl github.com\\hyperledger\\fabric\\gossip\\gossip\\pull.Sender <|- github.com\\hyperledger\\fabric\\gossip\\comm.commImpl github.com\\hyperledger\\fabric\\gossip\\gossip\\pull.Sender <|- github.com\\hyperledger\\fabric\\gossip\\comm\\mock.commMock github.com\\hyperledger\\fabric\\gossip\\gossip\\pull.Sender <|- github.com\\hyperledger\\fabric\\gossip\\gossip.gossipAdapterImpl github.com\\hyperledger\\fabric\\gossip\\gossip\\pull.MembershipService <|- github.com\\hyperledger\\fabric\\gossip\\discovery.gossipDiscoveryImpl github.com\\hyperledger\\fabric\\gossip\\gossip\\pull.MembershipService <|- github.com\\hyperledger\\fabric\\gossip\\gossip\\channel.membershipFilter github.com\\hyperledger\\fabric\\gossip\\gossip\\pull.Mediator <|- github.com\\hyperledger\\fabric\\gossip\\gossip\\pull.pullMediatorImpl github.com\\hyperledger\\fabric\\gossip\\identity.Mapper <|- github.com\\hyperledger\\fabric\\gossip\\identity.identityMapperImpl github.com\\hyperledger\\fabric\\gossip\\service.ConfigProcessor <|- github.com\\hyperledger\\fabric\\gossip\\service.configEventer github.com\\hyperledger\\fabric\\gossip\\service.configEventReceiver <|- github.com\\hyperledger\\fabric\\gossip\\service.gossipServiceImpl github.com\\hyperledger\\fabric\\gossip\\service.GossipService <|- github.com\\hyperledger\\fabric\\gossip\\service.gossipServiceImpl github.com\\hyperledger\\fabric\\gossip\\service.DeliveryServiceFactory <|- github.com\\hyperledger\\fabric\\gossip\\service.deliveryFactoryImpl github.com\\hyperledger\\fabric\\gossip\\state.PayloadsBuffer <|- github.com\\hyperledger\\fabric\\gossip\\state.PayloadsBufferImpl github.com\\hyperledger\\fabric\\gossip\\state.GossipStateProvider <|- github.com\\hyperledger\\fabric\\gossip\\state.GossipStateProviderImpl github.com\\hyperledger\\fabric\\gossip\\state.GossipAdapter <|- github.com\\hyperledger\\fabric\\gossip\\gossip.gossipServiceImpl github.com\\hyperledger\\fabric\\gossip\\state.GossipAdapter <|- github.com\\hyperledger\\fabric\\gossip\\state\\mocks.GossipMock github.com\\hyperledger\\fabric\\gossip\\util.Subscription <|- github.com\\hyperledger\\fabric\\gossip\\util.subscription @enduml
false
true
false
false
sequence
d3fc923091bb0506a38e8a8b7c43079c9a129245
008380a4479bddd6b17b6d752b0d91ba220e6b33
/Eureka/Assets/Scripts/plantuml/SingletonMonobehaviour.puml
a76d0ea4f28080548289e6877ce69db4cfb29561
[]
no_license
xxbokusu/Eureka
bb2b8c92973905c05a38b4661d00d4d0090bf918
e4e2284d304bfd76ba0aa9cd735fb30f73a3d722
refs/heads/master
2023-06-09T06:13:54.758394
2023-06-08T03:33:01
2023-06-08T03:33:01
195,805,623
0
0
null
2023-06-08T03:55:52
2019-07-08T12:16:08
C#
UTF-8
PlantUML
false
false
168
puml
@startuml class "SingletonMonoBehaviour`1"<T> { - {static} instance : T + {static} Instance : T <<get>> } MonoBehaviour <|-- "SingletonMonoBehaviour`1" @enduml
false
true
false
false
class
448813f451ec6f5e3cbb62860106f49084754250
d5ebb6ec82b7c2fcf48c63b65e2d98c07da04685
/uml/class.puml
f2ad26baafa95d4eb1e149f4e1efca527df05ee3
[]
no_license
941112341/staticBlog
d6db5d1192022e1aa5b166304740b55b29d9f523
dfdcf349346d2e561e3d11021fe9f403f5a9f2ee
refs/heads/master
2023-02-03T08:14:56.504335
2020-12-20T09:38:19
2020-12-20T09:38:19
309,248,670
0
0
null
null
null
null
UTF-8
PlantUML
false
false
630
puml
@startuml class User { larkId: string tenantId: int64 } package visible { interface resource { GetType(): string GetID(): string } interface VisibleServiceFactory { New(resourceType: string): VisibleService } VisibleServiceFactory ..> resource VisibleServiceFactory ..> VisibleService interface VisibleService { IsVisible(resource, user): (bool, error) Filters(resources []resource, user): ([]resource, error) } class VisibleServiceChain { filters []VisibleService } VisibleServiceChain -up-|> VisibleService } @enduml
false
true
false
false
class
8b433f130ed909b630aad153b54b2c05a5c3d280
8f3068167f7c9f0e188dc164149289da4effa2e0
/uml/Assignment4ClassDiagram.puml
7368589919657809d50d3bcc953d05f923022f34
[]
no_license
carcmross/cross-cop3330-assignment4
b51a2646f04f82174a92d69cfa09ea57b303edbc
c3ed478ebee0b76f529f5ec87ab2eb2c5edfe3e2
refs/heads/master
2023-06-11T08:23:09.084878
2021-07-06T03:48:23
2021-07-06T03:48:23
383,278,632
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,826
puml
@startuml 'https://plantuml.com/class-diagram class ToDoListsManager { + main() + start() } class ToDoListsManagerController { - model: TaskListModel - displayedList: String - displayMode: String - newListTitle: TextField - newTaskTitle: TextField - newTaskDesc: TextField - newDueDate: TextField - toDoListsView: ListView<String> - taskView: TableView - viewOptions: ChoiceBox<String> - selectedList: ChoiceBox<String> initialize() editListButtonClicked() removeListButtonClicked() removeTaskButtonClicked() editTaskButtonClicked() newListButtonClicked() saveSingleButtonClicked() saveMultipleButtonClicked() loadSingleButtonClicked() loadMultipleButtonClicked() addTaskButtonClicked() viewButtonClicked() viewListButtonClicked() } class ToDoListsModel { - toDoLists: ArrayList<ToDoList> + addNewList(String, ObservableList) + removeList(String, ObservableList) + addNewTask(String, String, String, ObservableList, int) + changeView(String, ObservableList, TableView, int) + editListTitle(String, String, ObservableList) + editTask(String, String, String, String, ObservableList, int) + deleteTask(String, ObservableList, int) + viewCurrentList(ObservableList, TableView, int, String) + loadMultipleLists(ObservableList, ObservableList) + loadList(ToDoList, ObservableList) + saveList(String) + saveMultiple(String, ObservableList) } class ToDoList { - title: String - tasks: ArrayList<Task> } class Task { - title: String - description: String - due_date: String - completed: Boolean } ToDoListsManager -- ToDoListsManagerController ToDoListsManagerController *--> ToDoListsModel ToDoListsModel *-> ToDoList ToDoList *--> Task @enduml
false
true
false
false
class
fbe1f0a120e720ba2a7b913a2e45835537b571a7
22c062df90adff61becb66216348f35b57920adb
/UML/StructureDiagrams/DeploymentDiagram/diagrams/DeploymentDiagram.puml
73dcf7a597f4988c314e4bd54db65870c1f872e7
[ "BSD-3-Clause" ]
permissive
zainmehdi/software_engineering
0ca30f6daf526434fbec9ae0240da0685dc5977a
9b655590d05246d6e859673161de05ecde788b14
refs/heads/master
2022-12-29T14:33:41.798904
2020-10-12T13:57:20
2020-10-12T13:57:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
361
puml
@startuml actor actor agent agent artifact artifact boundary boundary card card cloud cloud collections collections component component control control database database entity entity file file folder folder frame frame interface interface label label node node package package queue queue stack stack rectangle rectangle storage storage usecase usecase @enduml
false
true
false
false
usecase
c9d8095b59770baa2e77158b01c65f0dab16f290
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/GraphQLCountryNotConfiguredInStoreError.puml
d0c8b4fcdcb2bd7ee088401670170d868103a855
[]
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
514
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 GraphQLCountryNotConfiguredInStoreError [[GraphQLCountryNotConfiguredInStoreError.svg]] extends GraphQLErrorObject { code: String storeCountries: [[String.svg List<String>]] country: String } interface GraphQLErrorObject [[GraphQLErrorObject.svg]] { code: String } @enduml
false
true
false
false
class
13611bfd00f7b12afa09d44b89f3f731d86744f5
85c84a43645e8dc44a5ceb4b0149d4c9c056c131
/Patterns/src/main/java/de/dranke/learning/patterns/templatemethod/superclass/TemplateMethod.puml
92b31dcdcc8522bbcc17981d50ffae0754e59254
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
Atrusberlin/Learning
0459fd6c814baf86ef4f176acbc65b635aa5aa62
e1efb444553fceed9b40835904ea62444d06f00f
refs/heads/master
2016-09-05T23:58:12.710087
2013-03-13T21:25:52
2013-03-13T21:25:52
3,848,803
2
0
null
null
null
null
UTF-8
PlantUML
false
false
1,519
puml
@startuml interface Popup { + void show() + void close() } Popup <|-- Dialog class Dialog { - headerContainer : FlowPanel - bodyContainer : FlowPanel - buttonContainer : FlowPanel + final void show() + final void hide() # getCssResource() : CssResource # createHeader() : Widget # createBody() : Widget # createButtons() : Widget - initCssResource() } Dialog -- DialogBoxMitKeyHandler : dialogBox class DialogBoxMitKeyHandler << gwt >> class DialogBoxMitKeyHandler { .. beispielhafte Setter .. + setAnimationEnabled(boolean enable) + setAutoHideEnabled(boolean enable) } Dialog <|-- StandardDialog interface ActionHandler { + doAction() } ActionHandler "many" -- "1" StandardDialog : > registeredCloseHandler class StandardDialog { + setUeberschrift(String Ueberschrift) + setImage(ImageType image) + setNachrichten(String... nachrichten) + addButton() : Button + addSchließenHandler(ActionHandler handler) } IrgendeinDialogPresenter -- StandardDialog : view class IrgendeinDialogPresenter { - model : Object + setModel() + afterInjection() .. einige init methoden .. - initView() - initSchlieszenButton() - initBestaetigenButton() } note top of IrgendeinDialogPresenter initView() { ... view.setUeberschrift("Dialog"); view.setImage(ImageType.HINWEIS); view.setNachricht(...); initBestaetigenButton(view.addButton()); initSchlieszenButton(view.addButton()); <i>Interaktion</i> <b>view.show()</b> end note @enduml
false
true
true
false
class
a4d89ec2020a8f2db6c1252667188828771ff65c
3576ec713485a374cd82f4db2df455e2108fbf46
/concepts/0051-dkms/puml/06-add-new-edge-agent.puml
87f10602b0ece09e0fddabe046fb555943fbb5ad
[ "Apache-2.0", "LicenseRef-scancode-dco-1.1" ]
permissive
hyperledger/aries-rfcs
b5de0c6f3b6855c6b66039b3f3580e062d238cdf
097053c6e91f16d4dad18b5367cf338721423dc7
refs/heads/main
2023-08-31T08:13:57.556336
2023-07-24T21:30:11
2023-07-24T21:30:11
185,645,683
340
259
Apache-2.0
2023-09-13T01:20:18
2019-05-08T16:49:20
Python
UTF-8
PlantUML
false
false
1,677
puml
@startuml skinparam sequenceArrowThickness 2 skinparam roundcorner 15 skinparam maxmessagesize 100 skinparam sequence { ArrowColor grey LifeLineBorderColor grey ParticipantBorderColor grey boxbordercolor white ParticipantFontSize 17 actorfontsize 17 boxfontsize 17 boxfontcolor grey ActorBorderColor grey Actorbackgroundcolor white } actor Alice as al participant "Edge\nAgent 2" as a2 participant "Edge\nAgent 1" as a1 note over al, a1 #f0f0e0 Assumptions: Alice has chosen **existing | add new device** from options in <b>Edge Agent Start</b>. Edge Agent 2 has been provisioned as described in the <b>Provision New Agent</b> diagram. end note == add new edge agent == al -> a2: add a2 -> al: instructions for adding Agent 2 and selecting authorizations note right Multiple methods can be used for adding and authorizing a new agent end note al -> a1: add agent\n\ with selected authorizations note right This may work in either direction between the two agents end note a1 -> a1: display provisioning code for adding agent 2 note left QR code, barcode, or passcode entered into agent 2 end note a1 -> al: show code al -> a2: scan code from agent 1 a2 -[#blue]> a1: add request, sends A<sub>p</sub><sup>2-svc</sup>, A<sub>A</sub><sup>2-vk</sup> a1 -> a1: store A<sub>A</sub><sup>2-vk</sup> in wallet a1 -> al: confirm agent 2 al -> a1: yes note over a1, a2 Agent 1 adds keys and authorizations for agent 2 to policy registry end note note over al, a1 #77ccff include <b>Update Agent Policy Registry</b> diagram end note a1 -[#blue]> a2: A<sub>LS</sub>, token data, claims note right sync data to agent 2 end note a2 -> a2: store data in wallet @enduml
false
true
false
false
sequence
70493af6aea1c5ebf07fc38e036de8ad6f8b72e5
b873f8f7f1f3a7b4d9079098ac71835fb78f80ca
/ElectricScooterAppUML/seqDiaReturn.puml
6087cc96f41f74a625f5ba29b0ac50b6fb447359
[]
no_license
Andi-M96/mv-bootcamp-main
d301f97d20b16ee9c9864649d751641b156aea7c
b7a3f6bd453e91f4bbf015c6a125a70ecfae78e4
refs/heads/master
2023-06-25T13:26:37.350721
2021-07-22T14:44:40
2021-07-22T14:44:40
382,075,919
0
0
null
null
null
null
UTF-8
PlantUML
false
false
665
puml
@startuml title ScooterHireApp Returning Scooter - Sequence Diagram actor User User -> Scooter: Returns() actor Scooter Scooter -> ChargingStation: Connects() actor ChargingStation ChargingStation -> ScooterHireApp: JourneyData ScooterHireApp -> ScooterHireBackendAPI:JourneyData participant ScooterHireApp participant ScooterHireBackendAPI ScooterHireBackendAPI -> UsersBank: Transaction ScooterHireBackendAPI -> Maintenance: Scooter State Maintenance --> Scooter: Repairs() ScooterHireBackendAPI --> ScooterHireApp: Return Journey info/transaction User <-- ScooterHireApp: Return Journey info/transaction participant UsersBank actor Maintenance @enduml
false
true
false
false
sequence
526d1e15da3480a1c8f8c1a49dbfa445d05f3375
afe3dc5d7b1af42f33d4b4277eb99ad7129cb310
/RaiderRoad/Assets/Scripts/docs/RadioSeq.puml
e609b984a16a12b05f5bc8a157335d81b2ad1bb9
[]
no_license
OutOfHandInteractive/RaiderRoad
d2ea743f29ca82d0428bbc2f6468b44fa6889d6f
aa53607e97e71bf403f1fcca7be93cc252acc1fc
refs/heads/master
2020-03-30T14:46:06.958616
2019-05-10T09:23:51
2019-05-10T09:23:51
151,335,200
1
0
null
null
null
null
UTF-8
PlantUML
false
false
417
puml
@startuml '' RadioSeq skinparam backgroundColor transparent skinparam ParticipantBackgroundColor transparent skinparam monochrome true skinparam shadowing false participant Raider participant Radio participant Vehicle Raider -> Radio : I need Evac! Radio --> Raider : Please Wait Vehicle -> Radio : Ready to evac Radio -> Raider : Evac is here Raider -> Vehicle : Jump on Vehicle -> Radio : I'm leaving @enduml
false
true
true
false
sequence
c629f055438d8ff530fc0183a615d317af6bb5c6
246378ce47bd18ff4c235c43b9844fe8ad860a3c
/images/SLAT-Parapente/enchainement.plantuml
0c131240d084373ccf61775862a81d65250b8dff
[]
no_license
jmbruel/MobileModeling
4f12d1b98d4384b832e866d5e2a8b78209984705
6bab0d3f4302e1f558babc44c27ce96e8d57ddc3
refs/heads/master
2023-02-13T13:33:08.614014
2022-10-11T15:28:06
2022-10-11T15:28:06
43,671,374
0
1
null
2023-01-24T18:34:44
2015-10-05T07:48:26
HTML
UTF-8
PlantUML
false
false
1,265
plantuml
@startuml '------------------------- Fonts & Defs '!include /Users/bruel/localdev/MobileModeling/images/SLAT-Parapente/mesdefs.plantuml '------------------------- Main components 'skinparam backgroundColor LightYellow skinparam defaultFontName Monaco center footer - Generated automatically - SM[AC|@RT] 2019 'skinparam backgroundColor LightBlue skinparam defaultFontName Monaco skinparam state { 'StartColor Green 'EndColor Red ArrowColor Black 'BackgroundColor Peru BackgroundColor<<NotVisible>> Olive BorderColor Gray BorderColor<<Running>> DarkGreen 'FontName Papyrus } hide footbox actor Bob participant Phone as ":Phone" 'box "Internal Service" #LightBlue participant S as "<<Service>>" 'end box participant Lamp1 as "l1:Lamp" participant Lamp2 as "l2:Lamp" '--------- UC4 ------------- group UseCase5 Bob -> Phone: ButtonPress() Phone -> S alt v== S -> Lamp1: Switch() else v==Off S -> Lamp2: Switch() end end '--------- UC5 ------------- ' OnButtonPressed -> A;B group UseCase4 (Xor) 'OnButtonpressed Bob -> Phone: ButtonPress() 'A group alt Lamp1==On Phone -> Lamp1: Off() else Lamp1==Off Phone -> Lamp1: On() end 'B Phone -> Lamp2: Switch() end @enduml
false
true
false
false
usecase
4391d917b375b5084839d365910144bb63de32a4
c69cde70e521b492553f98790ce7fbddb47e77b2
/docs/project/use-cases/UsesCases.puml
312cf153d43dce992fd22ead1f8bb6b917162934
[]
no_license
if-h4102/pld-agile
177d6f0e84167a090385a323d987a5c44224ca47
297e967cd829e8ac30e22025a2a125853da247ae
refs/heads/master
2021-01-12T12:42:34.861487
2016-11-10T17:09:54
2016-11-10T17:09:54
69,647,994
1
0
null
2016-10-10T23:13:45
2016-09-30T08:17:06
Java
UTF-8
PlantUML
false
false
860
puml
@startuml title Agile use cases rectangle "System" { usecase LoadCityMap usecase LoadDeliveryRequest usecase ComputePlanning usecase AddDeliveryAddressInDeliveryRequest usecase RemoveDeliveryAddressInDeliveryRequest usecase UndoModificationOnDeliveryRequest usecase RedoModificationOnDeliveryRequest usecase GenerateItineraryText } actor Client actor Deliver actor FileSystem <<Application>> left to right direction Client --> LoadCityMap Client --> LoadDeliveryRequest Client --> ComputePlanning Client --> AddDeliveryAddressInDeliveryRequest Client --> RemoveDeliveryAddressInDeliveryRequest Client --> RedoModificationOnDeliveryRequest Client --> UndoModificationOnDeliveryRequest Client --> GenerateItineraryText Deliver --> GenerateItineraryText LoadCityMap <-- FileSystem LoadDeliveryRequest <-- FileSystem @enduml
false
true
false
false
usecase
c648ca6bccc234a9550b7724d45863defffcff18
385efe394588310dc056a7008805b0828fab48f1
/src/main/java/ex42/ex42.puml
9727581687224d353b9dacc4553b3cef9e1ff590
[]
no_license
JazzFaye/olario-cop3330-assignment3
80a9c03a7dc24ee1d1b9c83dd9e69b48e96db1f2
cd15e89f7f03220f2b316a94d45fee0ad5829c4a
refs/heads/master
2023-08-15T13:02:43.408439
2021-10-12T01:25:35
2021-10-12T01:25:35
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
210
puml
@startuml Class App{ - InputFile : String {readOnly} - Name : ArrayList<String> ---- + main(args : String[]) : void + ReadFile(name_list : String) : void + PrintData(name : ArrayList<String>) : void } @enduml
false
true
false
false
class
eb392cef15104011994378d570d9a6dcdee569e7
221c5f448e92489ed23eba7d57e6b7f170456f8c
/diagrams/StateChartDiagram_PandaState.puml
325efd491334dc70186539c22d4ae47a495368a2
[]
no_license
bokovhu/software-project-laboratory-assignment
04d4dfd5057ee946dcb9e84eb2829460af6f6b1b
562730be5e4aa8dd1be9fd007618a2a4c28e7d6d
refs/heads/master
2020-04-24T10:19:42.655964
2019-05-15T12:49:02
2019-05-15T12:49:02
171,890,819
0
0
null
null
null
null
UTF-8
PlantUML
false
false
189
puml
@startuml hide empty description [*] --> Free Free --> Lead : grab Lead --> Free : stopLeading Lead --> [*] : exit Free --> Sleep : goSleep Sleep --> [*] : end Free --> [*] : kill @enduml
false
true
false
false
sequence
57e4d7fdef64d40eaf7d8d141f096e87638617dc
cbae2c225bd245204a40e41a25415c41604e6219
/rasd/statecharts/statechart_new_purchase.plantuml
a583a8d5bc903c299acf123286669afcb8d4fed7
[]
no_license
fcremo/AlfonsoCarsenzuolaCremonese-ingsw2
c15da77f1c33c9cdd0dd1dbe0c79bfe7bfea3903
931288cf6f6e98e177432e5445c6361a0c3443c4
refs/heads/master
2021-03-30T17:25:41.027189
2017-11-26T20:43:18
2017-11-26T20:43:18
105,372,279
0
0
null
null
null
null
UTF-8
PlantUML
false
false
588
plantuml
@startuml [*] -right-> NewPurchase NewPurchase --> NewTicketBuy NewPurchase --> NewPassBuy NewTicketBuy --> ChooseTicket NewPassBuy --> ChoosePass ChooseTicket --> Payment ChoosePass --> Payment Payment --> Error Error --> Payment:Retry Payment -right-> [*] NewPurchase: User select between the system's proposals Payment: If the user has already insert billing information,\nhe doesn't has to do nothing, else he must insert it\nbefore go on note right of NewPurchase: The payment of cars/bikes sharing and taxis will be \nmanaged externally (by the service providers) @enduml
false
true
false
false
sequence
6efcc8bbad54d9fe28c0b83701e57609016bfda2
3ec33427416fd76bc8a46da7af55ef7d90e7ae10
/architecture/use-case.puml
196d8b472e3c83436fc5a8ea7c8b094aa4210367
[]
no_license
t-vo90/nocrastinate
898db2d2181bd65b3a96273cf00febec704bf3ab
f01aec50a1a98fa46940904799a417719f8f3e2c
refs/heads/main
2023-06-23T01:15:43.276758
2021-07-13T12:35:26
2021-07-13T12:35:26
370,999,653
2
0
null
2021-07-06T09:46:43
2021-05-26T10:49:49
HTML
UTF-8
PlantUML
false
false
694
puml
@startuml Use-Case NoCrastinate left to right direction skinparam Shadowing false skinparam Monochrome true skinparam PackageFontStyle Rectangle actor "User" as user actor "User2" as user2 package "Time Tracking" { usecase "Create Action" as CreateAction usecase "Create Goal" as CreateGoal usecase "Start Action" as StartAction } package "Sessions" { usecase "Create Session" as CreateSession usecase "Attend Session" as AttendSession } package "Messaging" { } package "Reporting" { usecase "See Reports" as Report } user --> CreateAction user --> CreateGoal user --> StartAction user --> CreateSession user --> AttendSession user2 --> AttendSession @enduml
false
true
false
false
usecase
4dcfbf4aad209035f367bf58dff0a8761d89bde8
98db91bbebf1f48bc591bdfbfd16f8615e238374
/specs/ekopache/archive/interlock.puml
c6c4d76f601a5d08b5154d5374526a1abae8f671
[]
no_license
pengtianyue/Solvay_test
c912ef0bcea28150fd0a0b108992e3612c634982
35d24a2e13c1d44326e65384fa57db08494bbc59
refs/heads/master
2021-01-21T04:50:58.658610
2016-04-13T19:36:57
2016-04-13T19:36:57
49,964,037
0
1
null
null
null
null
UTF-8
PlantUML
false
false
403
puml
@startuml scale 350 width Tripped --> NotTripped: Reset True NotTripped --> Tripped: Causes True state NotTripped { NotTripped: CV-2473/PV_D.CV = CLOSED } state Tripped{ [*] --> Effect1 [*] --> Effect2 [*] --> Effect3 Effect1 : CV-3008 Passive Effect2 : HS-406 Stopped Effect3 : PIC-1854/OUT.CV = 0 Effect1 --> [*] Effect2 --> [*] Effect3 --> [*] } @enduml
false
true
false
false
sequence
a6308968ca6e76daba3636f4c163101c08d47214
b8ac411234c893f4dca1889ddc96b98021877ec0
/components/true-nft-content/uml/image-storage-class.plantuml
2bed615f858b4c33ac75324cfb20fe89c393e0df
[]
no_license
joydark/True-NFT
5843a8d6ef8e132a532087567682e7ec1fa4cadb
a6755f1db8021fb6c9a574ddf3b3b7956b79b235
refs/heads/main
2023-08-16T06:31:39.434387
2021-09-14T09:05:12
2021-09-14T09:05:12
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,174
plantuml
@startuml image-storage-class header image-storage-class title image-storage-class skinparam WrapWidth 250 skinparam classAttributeIconSize 0 class NftRoot { -_totalMinted: uint256 -_addrBasis: address ..initialData.. -{static}_addrOwner: address -- +constructor(codeIndex: TvmCell, codeData: TvmCell) +mintNft(wid: int8, chunks: uint8, mimeType: string) +deployBasis(codeIndexBasis: TvmCell) +destructBasis() ..getters.. +getInfo(): uint256 } class IndexOwner { -<b>_addrOwner</b>: address -_addrRoot: address ..initialData.. -{static} _addrData: address -- constructor(root: address) +destruct() ..getters.. +getInfo(): address, address, address } class IndexOwnerRoot { -<b>_addrOwner</b>: address -<b>_addrRoot</b>: address ..initialData.. -{static} _addrData: address -- constructor(root: address) +destruct() ..getters.. +getInfo(): address, address, address } class Data { -<b>_addrRoot</b>: address -_addrOwner: address -_addrStorage: address ..initialData.. -{static} _id: uint256 -- +constructor(addrOwner: address, codeIndex: TvmCell) //onlyRoot// +transferOwnership(addrTo: address) //onlyOwner// +onFillComplete() //onlyStorage// ..getters.. +getOwner(): address +getInfo(): address, address, address, address } class Storage { -<b>_addrRoot</b>: address -<b>_addrAuthor</b>: address -_mimeType: string -{field} _content: mapping(uint8 => bytes) -_chunks: uint8 -_complete: bool ..initialData.. -{static} _addrData: address -- +constructor(addrAuthor: address, chunks: uint8, mimeType: string) //onlyRoot// +fillContent(chunkNumber: uint8, part: bytes) //onlyAuthor// ..getters.. +getInfo(): address, address, address, string, mapping(uint128 => bytes) } class IndexBasis { ..initialData.. -{static} _addrRoot: address -{static} _codeHashData: uint256 -- +constructor() //onlyRoot// +destruct() //onlyRoot// ..getters.. +getInfo(): address, uint256 } NftRoot .left.> IndexBasis: deploy Data ..> IndexOwner: deploy Data ..> IndexOwnerRoot: deploy NftRoot ..> Data: deploy NftRoot ..> Storage: deploy Storage <.left.> Data @enduml
false
true
false
false
class
479dfd7be26862027f881ff8e89276a7e5495422
ad8871cd450dfd32f2eba002aa20723ebb4ba133
/design/original_g_drive/Design/TxAcceptor/txa-send-del-seq.puml
169bf372aeb07f96cfeccdfddb063eae9afd594e
[]
no_license
LogosNetwork/SDF
8ec0455b56f17c0fd0b5132d4c3f2f4c5fd1616c
4dc77526a02c2ea0aba89a5d58315bf7dfbe9f4b
refs/heads/master
2020-03-19T21:24:06.901182
2019-09-17T17:15:14
2019-09-17T17:15:14
136,939,166
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,019
puml
@startuml !pragma teoz true autonumber activate Client box "Client" #LightBlue participant Client end box [o-> "logos::node" : on software startup\ncreate "logos::node" activate "logos::node" participant ConsensusContainer as CT <<TxChannel>> "logos::node" -> CT : create activate CT box "Delegate TxAcceptor" participant "logos::node" participant CT participant ConsensusManager participant TxAcceptor end box CT -> ConsensusManager : create activate ConsensusManager "logos::node" -> TxAcceptor : create TxAcceptor, get reference\nto ConsensusContainer as TxChannel activate TxAcceptor ... TxAcceptor -> TxAcceptor : Accept(), accept client connections ... Client -> TxAcceptor : OnAccept(), client connected TxAcceptor -> TxAcceptor : AsyncReadJson/Bin(), read transaction Client -> TxAcceptor : OnReadJson/Bin(), transaction is received TxAcceptor -> TxAcceptor : Validate() TxAcceptor -> Client : respond TxAcceptor -> CT : OnSendRequest() CT -> ConsensusManager : start consensus @enduml
false
true
false
false
sequence
e564312a474bac4f1756164a3e96fa4a99639715
f4cdd5f5b4bf31ae281288e25b37bc771575823d
/images/07/create_flexContainer.puml
d115559e24102b547bc108bf063d32a70d326860
[ "BSD-3-Clause" ]
permissive
ankraft/onem2m-jupyter-notebooks
9af20d3c8e802c71133a78837696efcc20ccb8ed
6481b757e7fc6ff718ae7a30ed0bc4256e8abf67
refs/heads/master
2023-08-17T15:32:45.684608
2023-08-07T12:32:16
2023-08-07T12:32:16
174,227,639
5
3
BSD-3-Clause
2023-08-30T00:06:12
2019-03-06T21:59:19
Python
UTF-8
PlantUML
false
false
210
puml
@startuml hide footbox !theme plain skinparam backgroundcolor transparent participant "Notebook\nAE" as AE participant "CSE" as CSE AE -> CSE: CREATE [color]\ncse-in/Notebook-AE AE <- CSE: Response @enduml
false
true
false
false
sequence
ca92ae229c91da45f5327a3368673e3d4a5f3c10
6bfc458c7de5d228404353cb087a3187972540da
/use-case-diagram/image/diagram9-1.puml
f1d58595b5a43ddc8cfd310e677dae6b8266966f
[]
no_license
03376808-OOAD/PlantUML-Labs
db4b257d1f94515c6352d2d49498307f6a045763
9eb919f8a36ff6f90ac25dfe69c37a356b2ac262
refs/heads/master
2022-07-04T05:14:54.851409
2020-04-14T13:45:31
2020-04-14T13:45:31
255,502,682
0
8
null
2020-05-08T11:08:32
2020-04-14T03:39:19
null
UTF-8
PlantUML
false
false
98
puml
@startuml ' default ' top to bottom direction user1 --> (Usecase 1) user2 --> (Usecase 2) @enduml
false
true
false
false
uml-unknown
d01f70d770e0183a29c35695ce36350d0ac0242b
89551e2142c5da6620ed100bae3bc86be8390526
/doc/packet_component_diagram.puml
4e002a515a066cddfb3e6b4c605f0b6f896eb1bc
[ "MIT" ]
permissive
dumpmemory/netloom_rs
c195afdd7b8856889e18e3321302ae675ff8143f
82d4e86f9b2d67e97483ac1a2e76166c51f2e036
refs/heads/main
2023-01-24T19:04:44.476068
2020-12-11T15:58:09
2020-12-11T15:58:09
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
998
puml
@startuml Packet Processing Diagram cloud "Network" { [network1] } package network_interface { package PcapInterface { () rx_packet () tx_packet () push_packet () pop_packet [net_ifc_rx_pkt_buf] [net_ifc_tx_pkt_buf] } } push_packet - [net_ifc_rx_pkt_buf] [net_ifc_tx_pkt_buf] - pop_packet [network1] --> rx_packet : WirePacket [network1] <-- tx_packet : WirePacket rx_packet ..> push_packet : PacketData package PacketParser { () get_packet () parse_packet () pub_packet } get_packet ..> parse_packet : PacketData parse_packet ..> pub_packet [net_ifc_rx_pkt_buf] --> get_packet package packet_info { package PacketInfo { [PacketData] [Headers] () store_packet_data () add_header } } store_packet_data -- [PacketData] add_header -- [Headers] get_packet --> store_packet_data : PacketData parse_packet --> add_header : PacketHeader pop_packet ..> tx_packet : PacketData @enduml
false
true
false
false
sequence
81ce5875ea40be76804077a2a9d397b56c7fd889
e1f415544b4e4ed4a5fec0cacfc3d779537660de
/docs/diagrams/ComparatorClassDiagram.puml
063fb2496ebd3584771f1464f17a9eb03f36eeeb
[ "MIT" ]
permissive
ongch00/main
f37fab4361bf58913846509ee07bcee4ebf4e8d3
6385c9ab2cf3544714e888db9290d4775beb6eb9
refs/heads/master
2021-01-08T07:18:17.591976
2020-04-13T14:58:39
2020-04-13T14:58:39
241,953,008
0
0
NOASSERTION
2020-02-20T17:56:52
2020-02-20T17:56:51
null
UTF-8
PlantUML
false
false
972
puml
@startuml hide circle hide empty members skinparam classAttributeIconSize 0 Class SortCommand { } Class SortCommandParser { } Interface Comparator <InternshipApplication> <<interface>>{ + compare(InternshipApplication, InternshipApplication): int + toString(): String + reversed(): Comparator } Class XYZComparator { } Class ReversedComparator { } note as N1 The Comparator interface is the default java.util.function.Comparator functional interface end note note as N2 XYZComparator can be any of: ApplicationDateComparator, CompanyComparator,  PriorityComparator, RoleComparator, or StatusComparator. end note Comparator .. N1 XYZComparator .right. N2 SortCommandParser .left.> SortCommand : creates > SortCommandParser .right.> XYZComparator SortCommandParser ..> Comparator SortCommand --> "1" Comparator XYZComparator .down.|> Comparator XYZComparator ..> ReversedComparator ReversedComparator ..|> Comparator @enduml
false
true
true
false
class
f087642c2ba572fc2e9ce453222c12e0fb89d6ab
d90dce9c3da75007155e1dda2709b8c1f85f0278
/S201250136/exampleuml/examleUML.puml
514bbb143cef831127c20e2b0d136305c569126d
[]
no_license
jwork-2021-attic/jw02-jianhenglian
923421e9cb53098ac0a9f4c9cbbc21bf730ce6d3
ab4640d4605fa8046a523bf7e6b84ae03bb150c3
refs/heads/master
2023-08-10T15:56:09.385558
2021-09-28T15:26:18
2021-09-28T15:26:18
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,580
puml
@startuml Geezer o-- Sorter BubbleSorter --|> Sorter Position *-- Gourd Gourd *-- Position Position o-- Line Gourd --|> Linable interface Linable { public void setPosition(Position position); public Position getPosition(); public int getValue(); } enum Gourd { ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN private final int r; private final int g; private final int b; private Position position; public static Gourd getGourdByRank(int rank) public int rank() public void setPosition(Position position) public Position getPosition() public void swapPosition(Gourd another) public int getValue() } interface Sorter { public void load(int[] elements); public void sort(); public String getPlan(); } class BubbleSorter { private int[] a; private String plan public void load(int[] a) private void swap(int i, int j) } class Line { private Position[] positions; public void put(Linable linable, int i) public Linable get(int i) public Linable[] toArray() } class Position { private Linable linable; Position(Linable linable) public void setLinable(Linable linable) } class Scene { public static void main(String[] args) throws IOException } class Geezer { private static Geezer theGeezer; public static Geezer getTheGeezer() private Sorter sorter; public void setSorter(Sorter sorter) public String lineUp(Line line) private String[] parsePlan(String plan) private void execute(String step) } @enduml
false
true
false
false
class
efb959160cdd4dea08423979b38f59c6c618feef
43cd9448f918c38fb4ad7e949eda5c3269beecce
/diagrammes/VisualiserProfil.puml
43376cc03891d6ff48cf54a951d4129e65f52196
[]
no_license
Shulk7/technoWeb
600a2d316705d850f0c5483cab0ffe07e90979fb
a28e4e92be83a9ce57a013e4f91a2cea3221efff
refs/heads/master
2020-04-15T10:59:47.618172
2019-01-08T09:21:58
2019-01-08T09:21:58
164,609,318
0
0
null
null
null
null
UTF-8
PlantUML
false
false
653
puml
@startuml title Use Case 9: Visualiser un profil actor Utilisateur control Front control Middle database BD autonumber Utilisateur -> Front : Recherche des profils Front --> Utilisateur : Affiche les résultats Utilisateur -> Front : Clique sur le profil à visualiser Front --> Utilisateur : Affiche le profil plus détaillé Utilisateur -> Front : Clique sur visualiser le profil Front -> Middle : Transmet la demande de visualisation Middle -> BD : Demande les données du profil sélectionné BD --> Middle : Envoie les données Middle --> Front : Transmet les données du profil Front --> Utilisateur : Affiche la page du profil demandé @enduml
false
true
true
false
sequence
ec9f6781692697fa254030935202a0992da36384
76cd9c5a65bcc30dfb913e149a76bec870952e91
/uml/DTO.puml
3209e31430e39af7bfc92b5efe80f987aefb834f
[]
no_license
GPS-A-D-2105/API-PERSISTENCIA
fe16df84af6deb3cc24c7f3118dcf6b1589798a2
7a941becbb0b5ee142d3c48fd397b605d4632e7b
refs/heads/master
2021-01-10T17:33:21.427307
2015-12-08T07:23:58
2015-12-08T07:23:58
44,888,139
0
1
null
null
null
null
UTF-8
PlantUML
false
false
3,147
puml
@startuml package org.itver.evalpro.bo{ abstract class Entidad<T>{ #id : T +getId() : T +setId() : void } class Carrera{ -nombre : String +getNombre() : String +setNombre(nombre : String) : void } class Maestro{ -apellidoPaterno : String -apellidoMaterno : String -email : String -comentarios : List<Comentarios> -fechaRegistro : java.util.Date -genero : String -nombre : String +getApellidoMaterno() : String +getApellidoPaterno() : String +getEmail() : String +getComentarios() : List<Comentario> +getFechaRegistro() : java.util.Date +getGenero() : String +getNombre() : String +getPromedioCalificaciones() : double +setApellidoMaterno(apellidoMaterno : String) : void +setApellidoPaterno(apellidoPaterno : String) : void +setEmail(email : String) : void +setFechaRegistro(fecha : java.util.Date) : void +setGenero(genero : String) : void +setNombre(nombre : String) : void } class Materia{ -creditos : char -fechaRegistro : java.util.Date -nombre : String +getCreditos() : char +getFechaRegistro() : java.util.Date +getNombre() : String +setCreditos(creditos : char) : void +setFechaRegistro(fechaRegistro : java.util.Date) : void +setNombre(nombre : String) : void } class Comentario{ -calificaciones : int[] -contenido : String -fechaRegistro : java.util.Date -usuario : String +getCalifAsist() : int +getCalifDomi() : int +getCalifCalid() : int +getContenido() : String +getFechaRegistro() : java.util.Date +getPromedioCalificaciones() : double +getUsuario() : String +setCalifAsist(calificacion : int) : void +setCalifDomi(calificacion : int) : void +setCalifCalid(calificacion : int) : void +setContenido(comentario : String) : void +setFechaRegistro(fecha : java.util.Date) : void +setUsuario(usuario : String) : void } class CarreraMateria{ -idCarrera : Integer -idMateria : Integer + getIdCarrera() : Integer + getIdMateria() : Integer} + setIdCarrera(idCarrera : Integer) : void + setIdMateria(idMateria : Integer) : void } class Resena{ -idMaestro : Integer -idCarreraMateria : Integer + getIdMaestro() : Integer + getIdCarreraMateria() : Integer} + setIdMaestro(idMaestro : Integer) : void + setIdCarreraMateria(idCarreraMateria : Integer) : void } /' 'Ocultar métodos o atributos hide methods hide attributes '/ 'Relaciones 'Carrera o--o Materia 'Maestro o--o Materia 'Maestro o--o Comentario Carrera -left-|> Entidad Comentario -up-|> Entidad Maestro -up-|> Entidad Materia -up-|> Entidad CarreraMateria -right-|> Entidad Resena -up-|> Entidad } @enduml
false
true
true
false
class
787464f8a14c4dbfab7df97f241da1390907b694
5acd49398273f60e06a9a473db1873362928ed94
/docs/ATF/Use Case View/assets/5_manipulations_mob.plantuml
06ffb7682d138cd546e19e28c454d8f9fff58b74
[]
no_license
Ford-Luxoft/sdl_core_documentation
8e30a518b46393bbbe318c1865d83f8eb4281d1d
c3714fcd74d55ee3a7b38e61e4ff3952cf07194a
refs/heads/master
2020-04-09T18:57:36.276627
2018-10-31T19:04:03
2018-10-31T19:04:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,327
plantuml
@startuml /' It is a source file for ATF SAD diagram. For further information, please, follow http://plantuml.com/ '/ skinparam shadowing false skinparam actorBackgroundColor white skinparam actorBorderColor blue skinparam usecase { BackgroundColor white BorderColor black ArrowColor blue ActorBorderColor blue } '--------------------------- title Mobile emulation actor "Test Script" as :script: actor :SDL: rectangle ATF { usecase (Emulate Mobile) as (e_mob) usecase (TCP negotiation) as (negotiation) usecase (Ford Protocol \n Packets handling) as (protocol) usecase (Service/Session \n negotiation) as (service) usecase processing as "Mobile RPC ..and.. Video/Audio processing" usecase (SDL-to-Mobile RPC \n validation) as (validation) } :script: -- (e_mob) (e_mob) ..> (negotiation) : <<include>> (e_mob) ..> (protocol) : <<include>> (e_mob) ..> (service) : <<include>> (e_mob) ..> (processing) : <<include>> (e_mob) ..> (validation) : <<include>> (negotiation) <. (protocol) : <<extend>> (protocol) <. (service) : <<extend>> (service) <. (processing) : <<extend>> (processing) .> (validation) : <<include>> :SDL: -up- (negotiation) :SDL: -up- (protocol) :SDL: -up- (service) :SDL: -up- (processing) @enduml
false
true
false
false
usecase
1e0f917b4a53bef4fd714ede0bf47d70d6ee8b62
ae14b68b8faae48fa51068820b755423d0a58086
/docs/img/container-launch-sequence-diagram.plantuml
0380a364d6f60dd892b134c5a63b97b07dc56bb9
[ "Apache-2.0" ]
permissive
firecracker-microvm/firecracker-containerd
3bc694e469c051de8b01620569714c197fef6a61
fc5e81ef584b54e91f7d7f8f6a1432dead7fa060
refs/heads/main
2023-09-04T10:46:11.365730
2023-09-01T20:32:07
2023-09-01T20:32:07
157,781,317
1,908
194
Apache-2.0
2023-09-06T23:57:52
2018-11-15T22:36:30
Go
UTF-8
PlantUML
false
false
1,478
plantuml
A graphical version of this description can be generated with PlantUML. An online render server is available at http://www.plantuml.com/plantuml. @startuml participant orchestrator participant containerd participant snapshotter participant "control plugin" loop "for each container" orchestrator -> containerd: prepare snapshot containerd -> snapshotter: prepare snapshot snapshotter --> containerd: snapshot $foo containerd --> orchestrator: snapshot $foo end orchestrator -> "control plugin": create VM $id create runtime "control plugin" -> runtime: launch VM $id create Firecracker runtime -> Firecracker: launch runtime -> Firecracker ++: configure & boot create agent runtime <-> agent: connect "control plugin" --> orchestrator: VM $id running loop "for each container" orchestrator -> containerd: run container\n$bar with\nsnapshot $foo containerd -> runtime: run container $bar with snapshot $foo runtime->Firecracker: attach snapshot\n$foo as device runtime->agent: mount snapshot $foo runtime->agent: run container $bar create "container process" agent->"container process": start process activate "container process" note left of "container process" After some time, container process exits end note return agent -> runtime: container $bar exited runtime -> containerd: container $bar exited containerd -> orchestrator: container $bar exited end orchestrator -> "control plugin": stop VM $id "control plugin" -> Firecracker: stop deactivate Firecracker @enduml
false
true
false
false
sequence
32a57d2cfd3b9b51ab9d3db3f7a3bfdbe9574415
be4ac9ad8a44484c7a94307828b2371091ade086
/dist/fontawesome-5.15/Solid/Snowman.puml
9c2e82bc74933fba65f6a680f247a7de07e7343e
[ "MIT" ]
permissive
neerajppraveen/plantuml-libs
8be5a0fa7d61cd9d10bec6ba6dd98f045a33bd01
1ee98d897d20be27876c3e174aedc02a0d9e2c86
refs/heads/master
2023-05-15T04:47:53.686442
2021-05-11T18:09:16
2021-05-19T13:52:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
766
puml
@startuml sprite $SnowmanMd [14x14/16z] BSf50i10349HHYkHV__JrgPlbG1w6KJLhv79rAiqxNcSxcfLVKyDx62NMGT60vWreNG3CW4VUbHmWw5FISAXhM_d-tnzkPQqVqW6qFKAblfzay-fvG3m8ka6 sprite $SnowmanLg [20x20/16z] { JS-54KCX44NHX-jo--ystvXmHc5Thp2XUvtyuc9EXqvPirBq2L6QP1k5BaKlETbo6f0gD7c6dDcw_XBq0K4Uip60vZEF63fFTbqSh7XTN38WLs16RHcm1Vo_ L80nWQJDSocDyv86Mz77s3COUhd5PHeNqsV1DlKPi5Lz8cnUM-MJzPSN5qjw_ } !procedure Snowman($id, $name="", $tech="") IconElement($id, 'fontawesome-5.15/Solid/Snowman', $name, $tech) !endprocedure !procedure SnowmanCard($id, $funcName="", $content="") IconCard($id, '<$SnowmanMd>', '', $funcName, $content) !endprocedure !procedure SnowmanGroup($id, $name='Snowman', $tech='') IconGroup($id, 'IconGroup', '<$SnowmanLg>', $name, $tech) !endprocedure @enduml
false
true
false
false
class
1dd9cb5c37ae46282561f3f3595b28b4e8c523ad
b892c67f502bedc1ba9a7955fba254878b62d275
/plantuml/ErrorHandling.puml
7431d19b40f01537471adf4f7fd0bcbaccdbef61
[ "MIT" ]
permissive
amartyushov/amartyushov.github.io
191e29f840e5cb7dcd4e7da97bdc681b8e94bac4
b524da97848c59e3541fb47fdc654f2285698755
refs/heads/master
2021-06-27T07:03:06.365527
2021-03-07T12:41:39
2021-03-07T12:41:39
111,903,687
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,061
puml
@startuml package javax.ws.rs.ext { interface ExceptionMapper<? extends Throwable> { Response toResponse(E exception); } note top Contract for a provider that maps Java exceptions to Response com.signavio.platform.exceptions.RequestException end note interface MessageBodyWriter<Object> note top Contract for a provider that supports the conversion of a Java type to a stream. end note } package com.signavio.util.http { class RequestIdService } package com.signavio.infrastructure.jaxrs.provider.writer { class ViewWriter } package com.signavio.infrastructure.jaxrs.provider.mapper { class RequestExceptionMapper } package javax.servlet { interface ServletContext } package javax.servlet.http { interface HttpServletRequest interface HttpServletResponse } RequestExceptionMapper *-- HttpServletRequest RequestExceptionMapper *-- RequestIdService ViewWriter *-- HttpServletRequest ViewWriter *-- ServletContext ViewWriter *-- HttpServletResponse RequestExceptionMapper -up-|> ExceptionMapper ViewWriter -up-|> MessageBodyWriter @enduml
false
true
false
false
class
fe23b2bb3c7a784ab7238e4548169bb22b1bcba5
d658077b97f29ee990ee9fb828d8c94934477628
/src/test/resources/classdiagrams/packages-3.puml
df685d4d7b63cf294c9bdb0cb1c52077c9e87585
[ "Apache-2.0" ]
permissive
verhage/plantuml-parser
7fd40e8591c1548c5c417a0facf806e8c246a8b0
c792da387dd0a05b9737c69d3454d1f0d3a797a3
refs/heads/master
2022-11-12T02:36:14.941532
2020-07-05T20:29:27
2020-07-05T20:29:27
277,164,332
0
0
null
null
null
null
UTF-8
PlantUML
false
false
149
puml
@startuml skinparam packageStyle rectangle package foo1.foo2 { } package foo1.foo2.foo3 { class Object } foo1.foo2 +-- foo1.foo2.foo3 @enduml
false
true
false
false
class
8ae63b5ab1056403454bc33a9e56da8cc304bfa5
16822a03df8d64d92be5dcad7135f1ebc1b1f249
/docs/plantuml/backfill.plantuml
f7829905bef2b1f4cc8b112197ba46cc41cb4169
[ "MIT" ]
permissive
brentahughes/fitbit-exporter
9e7bf67a43081ee611c0173ece01414b9d5877c1
1767cb9aa1f9e07b786a937c8a612df1683e8198
refs/heads/master
2020-08-31T06:59:11.254931
2019-11-09T00:27:48
2019-11-09T00:27:48
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,087
plantuml
@startuml skinparam { BoxPadding 5 shadowing false sequence { TitleFontStyle None TitleFontSize 16 ActorBorderColor #000000 ActorBackgroundColor #EEEEEE ParticipantBorderColor #000000 ParticipantBackgroundColor #EEEEEE ParticipantFontColor #000000 ParticipantFontSize 12 ParticipantBorderThickness 1 ParticipantPadding 10 BoxBorderColor #AAAAAA BoxFontSize 14 BoxFontStyle None GroupBorderThickness 1 GroupHeaderFontStyle None GroupFontStyle None GroupBackgroundColor #DDDDDD GroupBodyBackgroundColor #FAFAFA DividerBorderThickness 1 DividerBackgroundColor #FFFFFF DividerFontStyle None LifeLineBorderColor #555555 } Legend { FontSize 10 FontStyle None BackgroundColor transparent BorderColor transparent } note { BackgroundColor #FFF5F5 BorderColor #000000 BorderThickness 1 } } autoactivate on actor "web user" as user order 10 participant "web interface" as web order 20 participant "backfiller" as back order 30 participant "database" as db order 40 participant "fitbit" as fit order 50 == Service Startup == back -> db: Get list of users with tokens return loop hourly loop users loop days in reverse starting from current day back -> fit: get user heartrate data for specific day return alt data received back -> db: store heart data return else note over back increment no data counter If counter hits 2 continue user loop as current user is complete end note end end end end == New User Login == user -> web: /login web -> fit: fitbit oauth return web -> back: notify of new user return return /callback note over back backfiller executes immediately for the new user end note @enduml
false
true
false
false
sequence
50ec53740bfcaa55499685f03e3d2242f9fd9d14
de41c4607c4be105f4604edb4c5688fa56dddc49
/assets/editor-build.puml
2110164eb5476d9028d2a044d6a1e1039cec5aaa
[ "MIT" ]
permissive
jean/devradar
8c882c58898dbba28b3d01eaadfcb92b03db16ef
af281b0c9ef9a567c4b3ec072291e435564082e0
refs/heads/master
2020-09-13T21:31:48.577420
2019-11-25T03:49:51
2019-11-25T03:49:51
222,908,856
0
0
MIT
2019-11-20T10:13:30
2019-11-20T10:13:30
null
UTF-8
PlantUML
false
false
713
puml
@startuml devradar-editor !define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.0.0 !includeurl ICONURL/common.puml !includeurl ICONURL/devicons/nginx.puml !includeurl ICONURL/devicons/javascript.puml !includeurl ICONURL/devicons/npm.puml !includeurl ICONURL/devicons/docker.puml !includeurl https://gist.githubusercontent.com/anoff/c531251183cf9590b0f86ac85d5bc353/raw/fancy.plantuml skinparam defaultTextAlignment center DEV_JAVASCRIPT(app, Vue App, node) DEV_DOCKER(docker, anoff/devradar-editor, file) #DeepSkyBlue { DEV_NGINX(server, web server, node) interface ":80" as port server - port } DEV_NPM(build, bundle, component) app --> build build --> server @enduml
false
true
false
false
class
bd8a9b107de931f05a436ac439b4703315bd6a3c
8cf12282bc7677790756ff80df379bf6164ff51c
/diagram-final.puml
e2379962bedc7636f27d1e0eaa11abcb2acc6729
[]
no_license
mjoe92/life-of-the-ants
40dd42f8fc9edefc34b7e45a86abda6ffc312533
9fc443c0058c82a76b79f8ab96b62a1a5cc7cbe5
refs/heads/master
2023-03-19T05:52:10.096325
2021-03-19T14:18:14
2021-03-19T14:18:14
349,459,608
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,869
puml
@startuml class Simulator { +main(): void ~onKeyPressed(): void } class Colony { -width: int -freePlace: char -map: char[][] -queen: Queen -antList: List<Ant> -nOfWorkers, nOfSoldiers, nOfDrones: int +generateAnts(Integer...): void +generateAnts(): void -placeAntsAutomatic(): void +update(): void -isFreeInsideMap(Position): boolean -refreshMap(): void +display(): void -fillMapWithChar(char): void } interface Ant { getPosition: Position setPosition getTile: char } Colony *-- Ant Simulator *-- Colony class Position { +x: int +y: int } Ant *-- Position class Queen implements Ant { -tile: char -position: Position -counter: int +restartCounter(): void +reduceCounter(): void +getCounter(): int +getTile(), getPosition(), setPosition(Position) } Colony *-- Queen class Worker implements Ant { -tile: char -position: Position +onUpdate(): Position +getTile(), getPosition(), setPosition(Position) } class Drone implements Ant { -tile: char -position: Position -counter: int -{static} random: Random +onUpdate(): Position +restartCounter(): void +reduceCounter(): void +kickedToBorder(int): Position +getCounter(): int +getTile(), getPosition(), setPosition(Position) } class Soldier implements Ant { -tile: char -position: Position -pointer: int -plan: List<Direction> -{static} root: Direction[][] +onUpdate(): Position -generateRoot(): List<Direction> -nextPointer(): void +getTile(), getPosition(), setPosition(Position) } enum Direction { NORTH, EAST, SOUTH, WEST -deltaPosition: Position +getDeltaPosition() } Ant -- Direction enum AntTile { QUEEN, DRONE, SOLDIER, WORKER -tile: char +getTile() } Ant -- AntTile @enduml
false
true
false
false
class
34dc20b285b844e9d2ec5f8ba4b67723ea2454c4
96874e0e3f9711f63256e620f7e83d6c24addc40
/T4 - Sara/plantuml/Retangulo.puml
cd25c538c66bef4addde9def58d79558c7884fff
[]
no_license
sarahelenargthss/LudoOpenGL
d61bf926e3e5f14695cba7681b5704c037560dc3
7112a5c8facf2ee60a3b9d0a1161e03d23bb4422
refs/heads/main
2023-02-04T22:39:57.249310
2020-12-22T00:11:23
2020-12-22T00:11:23
323,476,001
0
0
null
null
null
null
UTF-8
PlantUML
false
false
192
puml
@startuml class Retangulo { + Retangulo(rotulo:string, paiRef:Objeto, ptoInfEsq:Ponto4D, ptoSupDir:Ponto4D) + <<override>> ToString() : string } ObjetoGeometria <|-- Retangulo @enduml
false
true
false
false
class
bd0d89f7043967ab37f1e4112e82b7fc75cc81cc
85681beae82be673566d614bf55427853d44e4f0
/doc/dia/product-planner-backend.puml
8ad1276d9a3ee7da3c1ff631676a63a49e915561
[ "MIT" ]
permissive
maciejmalecki/inventory
a5273ad1cff8d8907310978e8c2e9e2ca72281ac
05680ded9c9039089a4170606909ba3280e8527d
refs/heads/main
2023-03-31T11:40:23.872071
2021-03-19T11:16:29
2021-03-19T11:16:29
306,044,059
2
0
MIT
2021-03-17T11:53:00
2020-10-21T14:04:08
Kotlin
UTF-8
PlantUML
false
false
775
puml
@startuml package infra/web <<Rectangle>> #lightcyan{ package product-planner-backend as ppbackend { } } package infra/store <<Rectangle>> #lightgreen{ package items-store as itemsstore { } package inventory-store as inventorystore { } package jdbi-common as jdbicommon { } } package app <<Rectangle>> #lightblue { package product-planner as productplanner { } } package domain <<Rectangle>> #lightyellow { package shared { } package items { } package inventory { } } productplanner ...> items productplanner ...> inventory productplanner ...> shared itemsstore ...> productplanner inventorystore ...> productplanner ppbackend ...> productplanner ppbackend ...> itemsstore ppbackend ...> inventorystore @enduml
false
true
false
false
class
0909d83b93d0b1f6b9ccf54bb508513e45304b96
7c96a247c9488efd661d7551e54bc6fc7a909488
/src/main/java/com/rezahdrm/structural/composite/compositeUML.puml
d8a9f1a4f19203d322a9650cb182e1c0cca349ec
[]
no_license
reza-hdrm/DesignPatterns
a998d0a0f19660316a094ae1624f3b75b7bba332
05ccb8498b45e5511f35f2bd1c72da5f8b9da083
refs/heads/master
2023-04-10T23:45:27.006631
2021-04-12T14:20:18
2021-04-12T14:20:18
320,042,304
5
0
null
null
null
null
UTF-8
PlantUML
false
false
670
puml
@startuml abstract class MenuComponent <<Component>> { - name : String - url : String + {abstract} toString() : String # getLink() : String + getName() : String + getUrl() : String + hashCode() : int + equals( o : Object) : boolean } class Menu <<Composite>> { - children : List<MenuComponent> + add( menuComponent : MenuComponent) : Menu + remove( menuComponent : MenuComponent) : Menu } class MenuItem <<Leaf>> class MenuComponentTest { + compositeTest() : void } Menu --|> MenuComponent Menu "1"*-->"0..*" MenuComponent MenuItem --|> MenuComponent MenuComponentTest ..> Menu MenuComponentTest ..> MenuItem @enduml
false
true
false
false
class
a8a41eefc6a4ae94d5597ecea0fd6fb8de8eca9a
d99806bb17e4a22325f775539981c6b7799b9d16
/docs/red/1160629/sp3/dm.puml
d666e9a77fc59342ff447cdfb08295c519745cd8
[]
no_license
Fuel4us/GWTFinalProject
3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb
b6c2f6add1687ca7800a9ec243edbe067ca6090c
refs/heads/master
2020-03-21T19:47:13.534718
2018-06-28T05:33:43
2018-06-28T05:33:43
138,969,901
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,437
puml
@startuml dm.png skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false hide empty methods Language <|-- ExcelLanguage Language o-- Function Language o-- BinaryOperator Language o-- UnaryOperator Function <|-- Eval Function <|-- DoWhile Function <|-- WhileDo class ExcelLanguage { +ExcelLanguage(String name) #void initFunctions() #void initBinaryOperators() #void initUnaryOperators() } class Language { #List<Function> functions #List<BinaryOperator> binaryOperators #List<UnaryOperator> unaryOperators -String name +Language(String name) #void initFunctions() #void initBinaryOperators() #void initUnaryOperators() +UnaryOperator getUnaryOperator(String identifier) +BinaryOperator getBinaryOperator(String identifier) +Function getFunction(String identifier) +boolean hasFunction(String identifier) +Function[] getFunctions() } interface Function { +String getIdentifier() +Value applyTo(Expression[] args) +FunctionParameter[] getParameters() +String getInformativeText() +boolean isVarArg() } interface BinaryOperator { +Value applyTo(Expression leftOperand, Expression rightOperand) } interface UnaryOperator { +Value applyTo(Expression operand) +boolean isPrefix() } class Eval { {static} +FunctionParameter[] parameters } class DoWhile { {static} +FunctionParameter[] parameters } class WhileDo { {static} +FunctionParameter[] parameters } @enduml
false
true
false
false
class
e94cfcd1d2ff54f5acb529251429a9443e58a084
714f9744f76cc2af51f47b4dbe9fd7b38e616ce4
/doc/uml/container-gui-kjede-API.puml
04103d9cd4105456790594ee67768b5e2528e505
[]
no_license
sopra-steria-norge/pharmacy.no
3082b724b7c93b327a8ad884d9fee2ad40a92321
b0d3e8ee3d6a358a96b6401bd23fc789ad865882
refs/heads/master
2021-07-18T19:51:32.802750
2017-10-24T22:10:24
2017-10-24T22:14:58
null
0
0
null
null
null
null
ISO-8859-15
PlantUML
false
false
2,735
puml
@startuml skinparam ArrowColor #b1b1b0 skinparam BorderColor #b1b1b0 actor Apotekansatt actor Farmasøyt box "Apoteksystem" participant POS #8ccbdb participant Varesystem #8ccbdb end box box "Bransjeløsning" participant Bransjelønsinggrensesnitt as "Bransjelønsing\n-grensesnitt" #319aad participant Bransjeløsning #319aad end box Apotekansatt -> POS: Velger hent resept Apotekansatt <-- POS: Redirect group Dialog med Bransjeløsning Apotekansatt -> Bransjelønsinggrensesnitt: Vis Personsøk skjema Apotekansatt -> Bransjelønsinggrensesnitt: Søk opp resept Apotekansatt <-- Bransjelønsinggrensesnitt: Vis resepter Apotekansatt -> Bransjelønsinggrensesnitt: Velg resept activate Bransjelønsinggrensesnitt Bransjelønsinggrensesnitt-> Bransjeløsning: Hent resept Bransjeløsning -> Bransjeløsning: Hent varer i byttegruppe Bransjeløsning -> Bransjeløsning: Ekspederingsstøtte Bransjelønsinggrensesnitt <-- Bransjeløsning note over Varesystem #ff8fa3: Kjeden har ansvar for at varesystem\nimplementere API spesfisert av Bransjeløsningen Bransjelønsinggrensesnitt-> Varesystem: <color red>Pris og beholdning for\n<color red>alle aktuelle legemidler\n<color red>for apotek Bransjelønsinggrensesnitt<-- Varesystem Apotekansatt <--Bransjelønsinggrensesnitt: Varsler, byttealternativer med priser, beholdning deactivate Bransjelønsinggrensesnitt Apotekansatt -> Bransjelønsinggrensesnitt: Velg legemiddel Apotekansatt <-- Bransjelønsinggrensesnitt: Klargjør reseptetikett, ta opp print-dialog newpage note right of Apotekansatt #ff8fa3: Bransjeløsning GUI åpner nettlesers print-dialog Apotekansatt -> Apotekansatt: Skriv reseptetikett Apotekansatt -> Bransjelønsinggrensesnitt: Scan etikett og pakning note right of Apotekansatt #ff8fa3: Strekkodescanner i tastaturmodus Bransjelønsinggrensesnitt -> Bransjeløsning: Teknisk kontroll Apotekansatt -> Farmasøyt: "Kan du gjøre\nfarmasøytkontroll" Farmasøyt -> Bransjelønsinggrensesnitt: Vis resepter klar til farmasøytkontroll Farmasøyt -> Bransjelønsinggrensesnitt: Utfør farmasøytkontroll Apotekansatt <- Farmasøyt: "Vær så god" Apotekansatt -> Bransjelønsinggrensesnitt: Utlever Apotekansatt -> POS: Importer reseptkurver activate POS POS -> Bransjeløsning: <color red>List reseptkurver tilhørende apotekansatt Apotekansatt <-- POS: Reseptkurvliste deactivate POS Apotekansatt -> POS: Plukk en eller flere reseptkurver activate POS POS -> Bransjeløsning: <color red>Hent reseptkurv Apotekansatt <-- POS: Vis oppdatert "handlekurv" deactivate POS Apotekansatt -> POS: <color red>Registrer signatur og betaling activate POS POS -> Bransjeløsning: <color red>Fullfør utlevering Apotekansatt <-- POS deactivate POS @enduml
false
true
true
false
sequence
011a87185adf01020815c2effd57be20487890b9
3b04acc8ded79b847cad9359dc56aa1b2d66a79b
/docs/helm/diagrams/helm-enterprise.puml
cfdda352f897c4b1b0e1698403656ee1896bc69c
[ "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,624
puml
@startuml Title: ACS Helm Enterprise Deployment skinparam componentStyle uml2 skinparam linetype ortho skinparam rectangle { BorderStyle dashed FontSize 15 FontStyle none } actor Client node "alfresco namespace" { component "NGINX ingress-controller" as nginx #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 database "Volume Claim" as vc rectangle "Alfresco Transform Service" { component "Transform Router" as tr #lightgrey component "Shared File Store" as sfs #lightgrey component "Alfresco PDF Renderer" as pdfr #lightgrey component "LibreOffice" as libr #lightgrey component "ImageMagick" as img #lightgrey component "Tika" as tika #lightgrey component "TransformMisc" as misc #lightgrey } } Client --> nginx nginx --> acs nginx --> share nginx --> adw acs --> vc ass --> vc psql --> vc sfs --> vc ass <-left-> acs acs --> psql acs --> pdfr acs --> libr acs --> img acs --> tika acs --> misc acs --> sfs acs <--> amq tr --> pdfr tr --> libr tr --> img tr --> tika tr --> misc tr <-up-> amq pdfr --> sfs libr --> sfs img --> sfs tika --> sfs misc --> sfs share --> acs adw --> acs sync <-left-> acs sync --> psql sync --> amq center footer Copyright 2020 Alfresco Software Inc @enduml
false
true
false
false
sequence
8fa03b25561f7f7ba3133b832120a1f155aa53e9
5635c597a38479879c55c4594c8b09877ef1102b
/src/main/java/org/hfeng/misc/hfdp/ch9/composite/composite.puml
1f67c1ca10e378575736ab1a4bf9d35f403fa5e7
[]
no_license
harrifeng/java-in-action
6c4d49f51634e5397606690710331438e4835a9f
e9b88ecf2fd2033e1848234c770fb3967fb1ec9d
refs/heads/master
2020-11-26T18:31:08.066713
2015-05-19T01:04:17
2015-05-19T01:04:17
23,460,887
0
0
null
null
null
null
UTF-8
PlantUML
false
false
267
puml
@startuml abstract class Component { operation() add() remove() getChild() } class Leaf extends Component { operation() } class Composite extends Component { operation() add() remove() getChild() } client -right---> Component : has_one @enduml
false
true
false
false
sequence
c87958c33aba968ff567d3d695e62e82d3190223
d6709a3c3b347b6f40c62a0fc0a361cb6a431ec1
/use-case-diagram/Homework/Lab-submit/60030007/foodMenage.puml
1b2e5321e7aa684388ec10f9c5b4808964b2e435
[]
no_license
OOAD007/PlantUML-Labs
6b6f180d09535cc18e55e5a6a4d303db529d2a04
7b39132a0ce81928598806b1543baf2fc7220931
refs/heads/master
2022-05-21T20:38:14.934646
2020-04-23T17:34:18
2020-04-23T17:34:18
256,772,800
0
0
null
2020-04-18T14:23:40
2020-04-18T14:23:39
null
UTF-8
PlantUML
false
false
577
puml
@startuml foodMenage actor customer actor Owner left to right direction skinparam Shadowing false skinparam actor{ FontColor Yellowgreen BackgroundColor Yellowgreen BorderColor Yellowgreen } skinparam rectangle{ FontColor Yellowgreen BorderColor Yellowgreen } skinparam usecase { FontColor White ArrowColor SteelBlue BackgroundColor SteelBlue BorderColor SteelBlue } rectangle "Online Food shop menu management subsystem"{ (Add food menu) -- Owner (Edit menu) -- Owner customer -- (View menu) (View menu) -- Owner } @enduml
false
true
false
false
usecase
c7c5d8c72dcabe135831776c18fa3d06d866a3eb
ac555d3714967032f3d7b3e8fab3c1861cc9c804
/app/UML/Domain Model.puml
1a54c1badea6b8db173f27299048daaf8e7ad5d6
[]
no_license
Barackbar/Reverse_Frogger
76ee4759df7c89d91d51699944227e4164d66b70
e7735819633a6c8cfb6c3c1a72c04e72e3a63bf9
refs/heads/master
2021-01-23T10:04:32.915950
2015-05-10T01:28:59
2015-05-10T01:28:59
34,087,402
0
1
null
null
null
null
UTF-8
PlantUML
false
false
229
puml
@startuml class FrogSpace { Lanes Columns Difficulty } class Frog { Lane Column } class Car { Lane Column } class Score { score } FrogSpace -- Frog FrogSpace -- Car FrogSpace -- Score @enduml
false
true
false
false
class
fbff6bb7e5ec843683a925939160c864ab48c643
0247b3e388c3abd99adb7f2f491873eb3561414f
/GOV/uml/CentralSystem.puml
1fe8c5805a3870d270dfc73b35fefca6a0f47cbc
[]
no_license
syt123450/GOV
ac1699920bf65615350c5ff50f34bbdcc13376cd
0322b1e933c695b503d9b65207fda1719490c962
refs/heads/master
2021-08-23T19:04:08.616739
2017-12-06T04:05:24
2017-12-06T04:05:24
107,643,515
2
1
null
null
null
null
UTF-8
PlantUML
false
false
354
puml
@startuml cloud "Central Cloud" { package "Central System" { [Gateway] --> [Route] [Gateway] --> [modularization] [Gateway] --> [Encryption] [Gateway] --> [Authentication] } database "Resource Management DB" { [Resource Info] [Encryption Info] } [Authentication] -right-> [Resource Info] [Encryption] -right-> [Encryption Info] } @enduml
false
true
false
false
sequence
4f85cba38aa5a3db5167d73b479dae753d9b02fc
1ad5e7b69949ee28758cc81ad3a32fd6d650cae6
/exercise43/docs/exercise43_diagram.puml
daaaab98cf0e1a7458c36cead42d5c05e0980194
[]
no_license
lins0409/lin-a04
a22a41fa8904d4693fcee4df2ff8f94b16dd2ca6
9bde1e9f6e68eff43eb3e0791955896415bf8740
refs/heads/main
2023-08-14T21:15:21.897805
2021-10-18T00:02:04
2021-10-18T00:02:04
413,278,895
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,003
puml
@startuml 'https://plantuml.com/class-diagram class Solution43{ main() } Solution43 *-- main main *-- makeSite main *-- makeJava main *-- makeCSS main *-- makeHTML main : Scanner scanner main : String filePath main : boolean yesJavaScript main : boolean yesCSS main : System.out.print main : String webName main : String author main : String createJavaScript main : String createCSS main : makeSite ms main : makeHTML mhtml main : makeJava mj main : makeCSS mcss main : System.out.print() class makeSite{ String createSite() String directory File newFile newFile.mkdirs() return created directory } class makeJava{ String createJavaScript() String directory : file path and name File newFile newFile.mkdirs() return created directory } class makeCSS{ String createCSS() String directory : file path and name File newFile newFile.mkdirs() return created directory } class makeHTML{ String createHTML() String directory : file path and name FileWriter HTMLWriter return created directory } @enduml
false
true
false
false
class
41004c8a9a1273e88b962deb21b3c312469b7e62
5f138671e1fe29fe57a7476602cd3e1272d7ce2f
/entwurf/initTower.plantuml
911d38045970da808d6b531a6e15c8301be3c572
[]
no_license
erlangh8er/Nachrichtendienst
60585b30d4bd6f7e059407339cd34d654a41a730
6318fa96bded4c0105f1edecf278a6f9b7b08a71
refs/heads/main
2023-04-01T03:29:14.601625
2021-04-07T13:44:26
2021-04-07T13:44:26
355,560,416
0
0
null
null
null
null
UTF-8
PlantUML
false
false
752
plantuml
@startuml skinparam monochrome true actor Client participant BotVCs participant Bot1 participant Bot2 participant Tower Client -> Tower : vcInit() Tower -> Tower : vcInit(false) Client -> BotVCs : go() BotVCs -> BotVCs :read("botVC.cfg") BotVCs -> Tower: ping alt "Tower nicht erreichbar" Tower --> BotVCs : pang BotVCs --> Client : nok else Tower --> BotVCs : pong BotVCs -> Bot1 : start() Bot1 -> Tower : {getID,ReceiverPIDn,PIDn} Tower --> "Bot1" : {vc,Pnum,VCList} Bot1 -> vectorC : initVT(Pnum) vectorC --> Bot1 : {Pnum,[<P1>,<P2>,…,<Pn>]} BotVCs -> Bot2 : start() Bot2 -> Tower : {getID,ReceiverPIDn,PIDn} Tower --> Bot2 : {vc,Pnum2,<VCList>} Bot2 -> vectorC : initVT(Pnum2) vectorC --> Bot2 : {Pnum2,[<P1>,<P2>,<P3>,…,<Pn>]} end @enduml
false
true
true
false
usecase
17611e73e6821dac5cdecbe34c0940e73b59a16b
f62e42ad151262b30d82202f3bfe5f30854f1d0a
/exercise41/docs/diagram.puml
cc419932dc8107bfbdfe4def660449906d598bdf
[]
no_license
JesseLekwa/lekwa-a04
af65394d19dccef3129b31d06074ec024728c7eb
8b11cb16b5a7bb969dddb67a3ab57190d4e15486
refs/heads/main
2023-08-16T00:08:05.924213
2021-10-18T03:51:08
2021-10-18T03:51:08
417,990,171
0
0
null
null
null
null
UTF-8
PlantUML
false
false
137
puml
@startuml 'https://plantuml.com/class-diagram class Solution41 { + void main + void outputNames + void readNames } @enduml
false
true
false
false
class
98a54fa6e9b868a1d1bb207927089deb7a19a8e7
0bad5075fffde9f8114344c69e5007d64ed215c6
/docs/source/pic/src/creds-reset.puml
20111783f8a9810c9207d201ce9acc3d3fd0a10a
[ "Apache-2.0" ]
permissive
PSPC-SPAC-buyandsell/von_anchor
7ff8964c57b5b016c15284d44ff07919976a3cef
9d3f96451c1c7a2fee8c0141fc5f32f3596791d0
refs/heads/master
2021-08-08T11:16:10.929511
2020-04-03T12:48:35
2020-04-03T12:48:35
140,607,696
5
15
Apache-2.0
2020-02-10T16:49:28
2018-07-11T17:23:09
Python
UTF-8
PlantUML
false
false
1,284
puml
@startuml /' Copyright 2017-2020 Government of Canada - Public Services and Procurement Canada - buyandsell.gc.ca Licensed 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. '/ skinparam ParticipantPadding 20 skinparam BoxPadding 20 title Credentials Reset Sequence box "Indy" #LightBlue participant "Ledger" as ledger endbox actor "Holder-Prover\n(The Org Book)\nVON Anchor" as oban actor "Actuator" as ator === CREDENTIALS RESET SEQUENCE == note over ledger, ator All VON anchor service wrapper APIs are up Schema, cred defs are on ledger Cred load sequence has stored creds at Holder-Prover VON anchor endnote ator --> oban: call creds_reset() group creds_reset() implements oban -> oban: reset wallet, link secret oban --> ator: OK end @enduml
false
true
false
false
usecase
1e4b78939b4ff2000b5f57f11edc433b8ebf5277
67b794119881212426459655fed63b9cdc0dfe1e
/docs/proposals/images/capi-provider-operator/fig2.plantuml
5e83796b0771e6481308264b962779242e9df967
[ "Apache-2.0" ]
permissive
kubernetes-sigs/cluster-api
203e1912a218222cffc2b0f15cd1b025d32f3d73
b3e0615367f421302933c5ff6bcc48ecdcf9a8da
refs/heads/main
2023-09-01T04:53:16.329644
2023-08-31T18:16:48
2023-08-31T18:16:48
124,157,517
3,053
1,232
Apache-2.0
2023-09-14T20:07:21
2018-03-07T00:49:50
Go
UTF-8
PlantUML
false
false
1,567
plantuml
@startuml title Upgrade Provider and change contract version actor User participant APIServer participant "Management Cluster\nController" as Controller note over APIServer Current State: A core provider exists with version v0.3.10 abiding by contract v1alpha3 end note ==== User -> APIServer: kubectl apply -f updated-provider.yaml activate APIServer APIServer --> Controller: upgrade core provider to v0.4.0\nwhich abides by contract v1alpha4 activate Controller Controller -> Controller: Reconcile Controller -> APIServer: Get existing Core provider APIServer --> Controller: Response note over Controller - Verify if the Core provider exists - Get the Status.Contract of existing provider end note Controller -> APIServer: Get metadata from ConfigMap for v0.4.0 APIServer --> Controller: Response note over Controller Identify that we are upgrading the contract of the providers. end note Controller -> APIServer: Get all providers APIServer --> Controller: Response note over Controller For each existing provider, fetch version that abides by new contract. If there is a provider that doesn't have a version that abides by new contract, then set condition, notify user of error? Else continue... end note Controller -> APIServer: Pause all providers\nto avoid reconciliation Controller -> APIServer: Delete each provider Controller -> APIServer: Install new provider note over Controller Confirm all health checks, providers are running. end note Controller -> APIServer: Unpause all providers deactivate APIServer deactivate Controller @enduml
false
true
false
false
sequence
c01537ae22263dd40437e2765eb2770ae8bcd18e
0b10fb7e76d10a0b1fce44b1163900b6483f470e
/ateliers/08-deployment-backend/workshop-deployment-03.puml
f847c581c071b9790af30631c47f5faa0002c157
[ "Apache-2.0" ]
permissive
ahmed00E/renault-digital-2020
08680193e7e565bb0267f3ad6c6d165b43051c3f
1a686bab93868be40745a75239a2b9848a60851d
refs/heads/master
2023-08-24T16:55:47.227953
2020-09-10T14:09:14
2020-09-10T14:09:14
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,250
puml
@startuml title Workshop - Deployment frontend / backend / database end title skinparam component { ArrowColor black ArrowFontColor black } skinparam node { BorderColor black BackgroundColor white } skinparam rectangle { BorderColor black BackgroundColor white } skinparam file { BorderColor black BackgroundColor white } skinparam database { BorderColor black BackgroundColor white } rectangle "Client" as node_client node "Server (Google Cloud Platform - VM Instance)" as node_server { rectangle "Nginx" as node_nginx { rectangle "/" as node_nginx_root rectangle "/api" as node_nginx_api } rectangle "/var/www/html" as node_html { file "index.html" as file_index file "app.js" as file_app } rectangle "node server.js" as node_node rectangle "java -jar server.jar" as node_java database "PostgreSQL" as database_postgres } ' Get / node_client <--> node_nginx_root : "GET / " node_nginx_root <--> file_index ' Get /api node_client <--> node_nginx_api : " GET /api" node_nginx_api <--> node_node node_nginx_api <--> node_java ' Backend -> database node_node <--> database_postgres node_java <--> database_postgres @enduml
false
true
false
false
sequence
197004745bbbe0b390e7dd5abe05b605ec48b7eb
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartDiscountUpdate.puml
26cceca2020f8290955c9252d82d5150d86d4139
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
379
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface CartDiscountUpdate [[CartDiscountUpdate.svg]] { version: Long actions: [[CartDiscountUpdateAction.svg List<CartDiscountUpdateAction>]] } @enduml
false
true
false
false
class
c16431640273a999005abd97401f6ce6249dd5e1
d3f5323b94d6a2b82dd03958d8eb834acf0fa55a
/orchid/src/main/resources/help/class-diagram/class-diagram-09.uml
7a5e4da3392e58c3b553c9cdc0fa4d80d9e81d38
[]
no_license
unidal/garden
620d34166804c5f37a0b800befe08b54e87dfee7
fd77faadb53b86ac251b8d0b8d6a7055e3a74735
refs/heads/master
2022-10-31T16:58:16.907708
2021-11-22T09:57:38
2021-11-22T09:57:38
2,817,716
8
7
null
2022-10-12T20:40:47
2011-11-21T05:01:48
HTML
UTF-8
PlantUML
false
false
111
uml
@startuml skinparam classAttributeIconSize 0 class Dummy { -field1 #field2 ~method1() +method2() } @enduml
false
true
false
false
class
0b5a886de0cc4f620a8230afd339c40d4b9087ba
80b807c7893185475a98035637de1f34af17ab58
/src/main/docs/web-architecture-basic.puml
35f2ad0385770e627c299563d3e70cc5a01f627b
[]
no_license
corneil/microservices-presentation
4ed2c1882d0f1334e5698eb90d07e73f3c61d296
5ac29bc1949f6e444a1245c1c277a0412c09dae8
refs/heads/master
2021-03-22T01:30:55.388527
2017-03-08T19:15:46
2017-03-08T19:15:46
84,251,025
0
0
null
null
null
null
UTF-8
PlantUML
false
false
228
puml
@startuml package "Server" { HTTP - [Apache] AJP - [Tomcat] JDBC - [MySQL] } Tomcat --> JDBC : data Apache --> AJP : requests note right of [Tomcat] Java Servlet Specification Web Application end note @enduml
false
true
false
false
sequence
51620aa68c4c19a789a5d37bf54c73548c787ffd
87b13699a92fe26bd2974254727e6859f3ae32f3
/src/csheets/userstories/ipc02_01/find_workbooks/i130385/find_workbooks_design_sequence_diagram.puml
7c56b8bf132826f032a5befe43691f6e1ee7df88
[]
no_license
1130348/Confusao
62e06a3428e4455807b6b247c52d9f94b95fa2c1
4fa082ace786a61c0868e6ff8f08ac2497fbabd3
refs/heads/master
2020-03-25T00:25:42.003519
2015-06-26T14:16:24
2015-06-26T14:16:24
143,185,136
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,576
puml
@startuml doc-files/find_workbooks_design_sequence_diagram.png actor user participant "FindWorkbooksUI\n <Represents all UI classes>" as ui participant "UIController" as uiController participant "FindWorkbooksController" as controller participant "StartWorkbooksSearch" as startWorkbooksSearch participant "fw : FindWorkbooks" as findWorkbooks participant "Paths" as paths participant "Files" as files participant "Cleansheets" as cleansheets user -> ui : startWorkbooksSearch() activate ui activate files activate paths activate uiController activate cleansheets ui -> controller : create() activate controller ui -> controller : startWorkbooksSearch() controller -> startWorkbooksSearch : create() activate startWorkbooksSearch controller -> startWorkbooksSearch : startWorkbooksSearch() startWorkbooksSearch -> startWorkbooksSearch : create() note right of startWorkbooksSearch this create() call represents the creation of a new thread of this same class end note startWorkbooksSearch -> startWorkbooksSearch : start() startWorkbooksSearch -> startWorkbooksSearch : run() startWorkbooksSearch -> findWorkbooks : create() activate findWorkbooks startWorkbooksSearch -> paths : p : get() startWorkbooksSearch -> files : walkFileTree(p, fw) user -> ui : openFoundWorkbook() ui -> uiController : app : getApp() note right of ui f represents a file that is created when the user selects a workbook to open from the list of found workbooks end note ui -> cleansheets : w : getWorkbook(f) ui -> uiController : setActiveWorkbook(w) deactivate controller deactivate ui @enduml
false
true
false
false
usecase
7ca72619fcf4ef8c0bfd0842a13f985f6cd9256b
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
/CleanSheets/src/main/java/csheets/worklog/n1141042/sprint3/disablethelink_design.puml
2d5b8ebc4656e65613bcf5ac70e7f4ae1362705d
[]
no_license
ABCurado/University-Projects
7fb32b588f2c7fbe384ca947d25928b8d702d667
6c9475f5ef5604955bc21bb4f8b1d113a344d7ab
refs/heads/master
2021-01-12T05:25:21.614584
2017-01-03T15:29:00
2017-01-03T15:29:00
77,926,226
1
3
null
null
null
null
UTF-8
PlantUML
false
false
1,219
puml
@startuml doc-files/Link_desableLink_analysis_design.png actor User participant "<<analysis>>\nDisabletheLinkUI" as DisabletheLinkUI participant "<<analysis>>\nImportTextFileController" as ImportTextFileController User->DisabletheLinkUI: choose the option DisabletheLinkUI->ImportTextFileController: new() activate ImportTextFileController alt Linking DisabletheLinkUI->ImportTextFileController: linked(filePath,separator,spreadsheet) ImportTextFileController->FileTask: new(this, filePath, separator, spreadsheet) FileTask->SpreadsheetImpl:new() FileTask->SpreadsheetImpl:setFileTask(fileTask) ImportTextFileController->Notification: new() ImportTextFileController->Notification: linkFileInfomer() Notification->Notifier:notifyChange(spreadsheet) ImportTextFileController->DisabletheLinkUI: successfully end alt Unlinking DisabletheLinkUI->ImportTextFileController: unlinked(spreadsheet) ImportTextFileController-> SpreadsheetImpl: destroyFileTask() ImportTextFileController->Notification: new() ImportTextFileController->Notification: linkFileInfomer() Notification->Notifier:notifyChange(spreadsheet) ImportTextFileController->DisabletheLinkUI: successfully end deactivate ImportTextFileController @enduml
false
true
false
false
usecase
c324fdb6f5086feaf59230a74e56b57463701788
d5ec0059b3ae070b517d29e13368c180705af3cc
/doc/uml/class_diagram/class_diagram.puml
58f11980f0b27bcc8437a599f5f1401c04be2d4d
[ "MIT" ]
permissive
adriancleung/vibes
f9e884c035eae91739f63289cad8e58b0f48be26
664d57b399c76e929a5194812892ba6424496dbf
refs/heads/master
2020-09-22T06:00:36.641439
2020-01-13T21:29:37
2020-01-13T21:29:37
225,077,716
0
0
MIT
2020-01-13T21:42:14
2019-11-30T22:28:58
Java
UTF-8
PlantUML
false
false
5,785
puml
@startuml 'skinparam linetype ortho skinparam { linetype ortho classAttributeIconSize 0 Class { FontSize 18 ArrowFontSize 10 } Package { FontSize 24 } } package "View" <<Rectangle>> { package "Activities" <<Rectangle>> { class AuthenticationActivity class SignInActivity class HomeActivity class ProfileActivity { -profile : Profile } AuthenticationActivity -- HomeActivity AuthenticationActivity -- SignInActivity 'SignInActivity -- HomeActivity 'HomeActivity -- ProfileActivity } note left of AuthenticationActivity : Uses Firebase OAuth to\ndetermine whether the user\nis logged in and authenticates\nthe results of siginin activity. package "Fragments" <<Rectangle>> { class MoodListFragment { -dataList : List<MoodEvent> -dataAdapter : ArrayAdapter<MoodEvent> -listView : ListView +applyFilter(filter : String) } class SearchFragment { -profileList : ProfileListFragment -currentSearch : String -applyFilter(filter : String) } class AddFragment { } class FollowingFragment { -profileList : ProfileListFragment -followRequests : ProfileListFragment } class DetailsFragment { -mood : MoodEvent -editingEnabled : boolean } class ProfileListFragment { -listView : ListView -dataList : List<Profile> +applyFilter(filter : String) } HomeActivity "1" *-- "1" MapFragment HomeActivity "1" o-- "1" MoodListFragment HomeActivity "1" *-- "1" SearchFragment HomeActivity "1" *-- "1" AddFragment HomeActivity "1" *-- "1" FollowingFragment HomeActivity "1" o-- "1" FilterFragment HomeActivity "1" o-- "1" DetailsFragment ProfileActivity "1" o-- "1" MoodListFragment ProfileActivity "1" o-- "1" FilterFragment SearchFragment "1" o-- "2" ProfileListFragment FollowingFragment "1" o-- "1" ProfileListFragment } } package "Android API" <<Rectangle>> { interface Filterable interface Filter abstract class ArrayAdapter } package "Control" <<Rectangle>> { class MoodAdapter { -dataList : List<MoodEvent> +getFilter() : MoodFilter } class ProfileAdapter { -dataList : List<MoodEvent> +getFilter() : ProfileFilter } class MoodFilter { +filter(constraint : CharSequence) <<override>> +getFilteredItems() : List<Mood> } class ProfileFilter { +filter(constraint : CharSequence) <<override>> +getFilteredItems() : List<Profile> } Filterable <|-- MoodAdapter ArrayAdapter <|-- MoodAdapter Filterable <|-- ProfileAdapter ArrayAdapter <|-- ProfileAdapter Filter <|-- MoodFilter Filter <|-- ProfileFilter ProfileAdapter "1" -- "1" ProfileFilter MoodAdapter "1" -- "1" MoodFilter } note top of Filter : ArrayAdapters can provide\nFilters that allow only a\nsubset of the data to be\nshown MapFragment "1" o-- "1" MoodAdapter MapFragment "1" -- "1" MoodFilter MoodListFragment "1" o-- "1" MoodAdapter MoodListFragment "1" -- "1" MoodFilter ProfileListFragment "1" o-- "1" ProfileAdapter ProfileListFragment "1" -- "1" ProfileFilter package "Model" <<Rectangle>> { class UserProfile { +UserProfile(username : String) +UserProfile(username : String, firstName : String, lastName : String) } class MoodEvent { ..fields with getters and setters.. -location : Location -dateTime : DateTime -remark : String -image : Image -situation : SocialSituation -emotion : Emotion .. +MoodEvent(dateTime : DateTime, emotion : Emotion) } class Emotion { ..static.. -emotions : static Map<String, Emotion> +get(name : String) : static Emotion .. -Emotion(imageResource : String, name : String) ..fields with getters and setters.. -imageResource : String -name : String } class SocialSituation { ..static.. -situations : static Map<String, SocialSituation> +get(key : String) : static SocialSituation .. -SocialSituation(name : String) ..fields with getters and setters.. -name : String } class Location { +Location(latitude:double,longitude:double) ..fields have getters and setters.. -latitude : double -longitude : double } class Profile { ..fields have getters and setters.. -username : final String -firstName : String -lastName : String .. +Profile(username : String) +Profile(username : String, firstName : String, lastName : String) } class PublicProfile { +PublicProfile(username : String) +PublicProfile(username : String, firstName : String, lastName : String) ..fields have getters and setters.. -following : boolean } package "Java API" <<Rectangle>> { class DateTime } MoodEvent "0..*" o-- "1" Emotion MoodEvent "1" *-- "0..1" Location MoodEvent "0..*" o-- "1" SocialSituation MoodEvent "1" *-- "1" DateTime Profile <|-- UserProfile Profile <|-- PublicProfile } MoodAdapter "1" -- "0..*" MoodEvent ProfileAdapter "1" -- "0..*" Profile MoodFilter "1" -- "0..*" MoodEvent ProfileFilter "1" -- "0..*" Profile DetailsFragment "1" o-- "1" MoodEvent @enduml
false
true
false
false
class
706c6e05b4d938d830fc573b4795be06fa2efc0f
a339f2206d40273e84211d754ee2597734008e4a
/datamodel.puml
931ee9b02731fe4fb7921167a9b2bde5f790b010
[]
no_license
afduarte/honours
7450154809ef53e7f78a4362b7f84310f93cd170
f1d9e9c0d1a95b903e99904d4b044cbf59d53bb8
refs/heads/master
2022-04-11T11:42:27.958337
2020-03-17T23:48:06
2020-03-17T23:48:06
192,804,732
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,382
puml
@startuml namespace model { class Annotation << (S,Aquamarine) >> { + Created time.Time + User User + UserPin string + Tags string + Session Session + SessionName string + Notes string + UtteranceID string } class Dataset << (S,Aquamarine) >> { - lines []Utterance + Name string + Type string + IDIdx string + UserIdx string + ResponseIdx string } class DatasetToFile << (S,Aquamarine) >> { + Dataset Dataset + FilePath string + Error string } class Session << (S,Aquamarine) >> { - creator User - dataset Dataset + Name string + CreatorID string + DatasetID uint + Created time.Time + Options string + Users []User + AnnotationType string } class User << (S,Aquamarine) >> { + Pin string + Role PermissionRole + Sessions []Session + CanCreate(i <font color=blue>interface</font>{}) bool } class Utterance << (S,Aquamarine) >> { - dataset Dataset + ID string + CreatedAt time.Time + Text string + Response string + DatasetID uint } enum model.PermissionRole << (E, #FF7700) >> { AdminRole UserRole } } @enduml
false
true
false
false
class
734e39046276a154a194e3cb8469473e24d6c3d0
aefb1807676f66cc46e45071b3deb1969e682322
/SELAIN SISTEM/UML/SEQUENCE/administratorbka/ViewSuratBKD.puml
3235f3e2efac71f0a2ec3f8a55cb4e3315253e47
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
kurniado729/sistem_kp
f456f7a22392f99c117797370c9a8d70c96b0df4
c77c7bc9aa28fe414be3254880112dbffb4b2ab2
refs/heads/master
2023-02-01T21:00:47.861038
2019-12-20T18:52:46
2019-12-20T18:52:46
220,038,247
0
1
MIT
2023-02-01T02:14:20
2019-11-06T16:12:42
HTML
UTF-8
PlantUML
false
false
524
puml
@startuml autonumber hide footbox title Melihat Surat BKA Actor AdministratorBKA boundary Dashboard_V boundary SuratBKA_V control Admin_C control BKA_C Entity SuratDisposisi_E Admin_C --> Dashboard_V: load->view() Dashboard_V --> AdministratorBKA: Halaman Dashboard AdministratorBKA --> Dashboard_V: klik menu Surat BKA Dashboard_V --> BKA_C: index() BKA_C --> SuratDisposisi_E: SuratDisposisi_E --> BKA_C: BKA_C --> SuratBKA_V: load->view() SuratBKA_V --> AdministratorBKA: Halaman Surat BKA @enduml
false
true
false
false
sequence
794746ca50f0f1d642121adc871db25ad28b8335
cb5fde673c508b15baf4da6d1e6d2fd4db61ba05
/doc/diagrama_de_clases.plantuml
cd2dbf789de566436ce5a8ca60c8d40ca65aa37b
[]
no_license
felixcuello/tp_poa
5313cb8c257af5bdb2494ff6aee84d7bbf225cb8
d9d02aef76681bd8408250507cbeea6686ca2245
refs/heads/main
2023-05-27T21:57:25.103555
2021-06-09T21:52:12
2021-06-09T21:52:12
355,701,091
0
0
null
2021-05-29T23:08:30
2021-04-07T22:44:55
Ruby
UTF-8
PlantUML
false
false
407
plantuml
@startuml class producto { + String nombre + String get_nombre() } class imagen { + String url + String get_url() } class usuario { + String nombre + String apellido + String email + String token + String get_nombre() + String get_apellido() + String generate_token(String usuario, String, password) } class token { + String } producto "1" -down- "*" imagen usuario "*" -right- "*" producto @enduml
false
true
false
false
class
57f63a54fde2dcf0bb7a270840823f72dc1f1579
77644cc00b9a47986c2d5b9f35efa49e7cc6fedd
/.idea/modules/app/app.plantuml
7bfe993a2b8a764110861f788b53e00fe6c09648
[]
no_license
monotoad/VIEWTYPES
afe660d01a1740b6e3b6a9562c299ad425921956
c83a9331fbfd0364418dd8c9cce30e1e18e235e5
refs/heads/main
2023-04-28T18:49:29.830999
2021-05-14T12:59:03
2021-05-14T12:59:03
367,363,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
8,026
plantuml
@startuml title __VIEWTYPES.APP's Class Diagram__\n namespace com.example.viewtypes { abstract class com.example.viewtypes.AppDatabase { } } namespace com.example.viewtypes { class com.example.viewtypes.AppDatabase_Impl { } } namespace com.example.viewtypes { class com.example.viewtypes.BottomDialogFragment { } } namespace com.example.viewtypes { class com.example.viewtypes.BuildConfig { } } namespace com.example.viewtypes { class com.example.viewtypes.Constants { } } namespace com.example.viewtypes { class com.example.viewtypes.Date { } } namespace com.example.viewtypes { class com.example.viewtypes.Elephant { } } namespace com.example.viewtypes { class com.example.viewtypes.ElephantWithSteaks { } } namespace com.example.viewtypes { class com.example.viewtypes.Event { } } namespace com.example.viewtypes { class com.example.viewtypes.EventAdapter { } } namespace com.example.viewtypes { abstract class com.example.viewtypes.EventDao { } } namespace com.example.viewtypes { class com.example.viewtypes.EventDao_Impl { } } namespace com.example.viewtypes { class com.example.viewtypes.EventDiffCallback { } } namespace com.example.viewtypes { class com.example.viewtypes.EventRepository { } } namespace com.example.viewtypes { class com.example.viewtypes.EventViewModel { } } namespace com.example.viewtypes { class com.example.viewtypes.EventsWithKairos { } } namespace com.example.viewtypes { class com.example.viewtypes.Frog { } } namespace com.example.viewtypes { class com.example.viewtypes.FrogAndDate { } } namespace com.example.viewtypes { class com.example.viewtypes.Item { } } namespace com.example.viewtypes { class com.example.viewtypes.Kairos { } } namespace com.example.viewtypes { class com.example.viewtypes.KairosEventCrossRef { } } namespace com.example.viewtypes { class com.example.viewtypes.KairosWithEvents { } } namespace com.example.viewtypes { class com.example.viewtypes.MainActivity { } } namespace com.example.viewtypes { class com.example.viewtypes.Steak { } } namespace com.example.viewtypes { class com.example.viewtypes.SubAdapter { } } namespace com.example.viewtypes { namespace ui { interface com.example.viewtypes.ui.RecyclerViewClickInterface { } } } namespace com.example.viewtypes { namespace ui { namespace dashboard { class com.example.viewtypes.ui.dashboard.DashboardFragment { } } } } namespace com.example.viewtypes { namespace ui { namespace dashboard { class com.example.viewtypes.ui.dashboard.DashboardFragmentArgs { } } } } namespace com.example.viewtypes { namespace ui { namespace dashboard { class com.example.viewtypes.ui.dashboard.DashboardFragmentDirections { } } } } namespace com.example.viewtypes { namespace ui { namespace dashboard { class com.example.viewtypes.ui.dashboard.DashboardViewModel { } } } } namespace com.example.viewtypes { namespace ui { namespace home { class com.example.viewtypes.ui.home.HomeFragment { } } } } namespace com.example.viewtypes { namespace ui { namespace home { class com.example.viewtypes.ui.home.HomeFragmentArgs { } } } } namespace com.example.viewtypes { namespace ui { namespace home { class com.example.viewtypes.ui.home.HomeFragmentDirections { } } } } namespace com.example.viewtypes { namespace ui { namespace home { class com.example.viewtypes.ui.home.HomeViewModel { } } } } namespace com.example.viewtypes { namespace ui { namespace notifications { class com.example.viewtypes.ui.notifications.NotificationsFragment { } } } } namespace com.example.viewtypes { namespace ui { namespace notifications { class com.example.viewtypes.ui.notifications.NotificationsFragmentDirections { } } } } namespace com.example.viewtypes { namespace ui { namespace notifications { class com.example.viewtypes.ui.notifications.NotificationsViewModel { } } } } com.example.viewtypes.AppDatabase -up-|> androidx.room.RoomDatabase com.example.viewtypes.AppDatabase_Impl -up-|> com.example.viewtypes.AppDatabase com.example.viewtypes.AppDatabase_Impl o-- com.example.viewtypes.EventDao : _eventDao com.example.viewtypes.BottomDialogFragment -up-|> com.google.android.material.bottomsheet.BottomSheetDialogFragment com.example.viewtypes.Elephant .up.|> android.os.Parcelable com.example.viewtypes.Elephant -up-|> com.example.viewtypes.Frog com.example.viewtypes.ElephantWithSteaks .up.|> android.os.Parcelable com.example.viewtypes.ElephantWithSteaks o-- com.example.viewtypes.Elephant : elephant com.example.viewtypes.EventAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter com.example.viewtypes.EventDao_Impl -up-|> com.example.viewtypes.EventDao com.example.viewtypes.EventDiffCallback -up-|> androidx.recyclerview.widget.DiffUtil.Callback com.example.viewtypes.EventRepository o-- com.example.viewtypes.EventDao : eventDao com.example.viewtypes.EventViewModel -up-|> androidx.lifecycle.AndroidViewModel com.example.viewtypes.EventViewModel o-- com.example.viewtypes.EventRepository : eventRepository com.example.viewtypes.EventsWithKairos o-- com.example.viewtypes.Event : event com.example.viewtypes.Frog .up.|> android.os.Parcelable com.example.viewtypes.FrogAndDate o-- com.example.viewtypes.Date : date com.example.viewtypes.FrogAndDate o-- com.example.viewtypes.Frog : frog com.example.viewtypes.Item .up.|> android.os.Parcelable com.example.viewtypes.KairosWithEvents o-- com.example.viewtypes.Kairos : kairos com.example.viewtypes.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.viewtypes.Steak .up.|> android.os.Parcelable com.example.viewtypes.Steak -up-|> com.example.viewtypes.Frog com.example.viewtypes.SubAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter com.example.viewtypes.ui.dashboard.DashboardFragment -up-|> androidx.fragment.app.Fragment com.example.viewtypes.ui.dashboard.DashboardFragment o-- com.example.viewtypes.ui.dashboard.DashboardFragmentArgs : args com.example.viewtypes.ui.dashboard.DashboardFragment o-- com.example.viewtypes.ui.dashboard.DashboardViewModel : dashboardViewModel com.example.viewtypes.ui.dashboard.DashboardFragmentArgs .up.|> androidx.navigation.NavArgs com.example.viewtypes.ui.dashboard.DashboardViewModel -up-|> androidx.lifecycle.ViewModel com.example.viewtypes.ui.home.HomeFragment -up-|> androidx.fragment.app.Fragment com.example.viewtypes.ui.home.HomeFragment o-- com.example.viewtypes.ui.home.HomeViewModel : homeViewModel com.example.viewtypes.ui.home.HomeFragmentArgs .up.|> androidx.navigation.NavArgs com.example.viewtypes.ui.home.HomeViewModel -up-|> androidx.lifecycle.ViewModel com.example.viewtypes.ui.notifications.NotificationsFragment -up-|> androidx.fragment.app.Fragment com.example.viewtypes.ui.notifications.NotificationsFragment o-- com.example.viewtypes.ui.notifications.NotificationsViewModel : notificationsViewModel com.example.viewtypes.ui.notifications.NotificationsViewModel -up-|> androidx.lifecycle.ViewModel 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
1c632a2129e8c4f52b5beaf033d1d72d9a856165
d68b1330ef8ce59c635f4692417a9192d5206942
/server/src/no/ntnu/idi/apollo69server/uml/generated/game_engine.plantuml
7d63dc810beb4b6d371eb46d9877f25aa16c29d1
[ "MIT" ]
permissive
GardSteinsvik/apollo-69
847f74b762383641db20214ff7b5281c9d63f130
96cbf617618075a54613112bc8c0b34215fd50f7
refs/heads/master
2021-02-12T20:21:06.214711
2020-04-27T16:02:37
2020-04-27T16:02:37
244,626,902
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,290
plantuml
@startuml title __GAME_ENGINE's Class Diagram__\n namespace no.ntnu.idi.apollo69server { namespace game_engine { class no.ntnu.idi.apollo69server.game_engine.GameEngine { - engine : Engine - id : UUID - playerConnectionList : List<PlayerConnection> - playerConnectionListener : Listener - serverAlive : boolean + GameEngine() + addPlayerToGame() + dispose() + getId() + getPlayerConnectionList() + isFull() + removePlayerFromGame() + run() + stop() } } } namespace no.ntnu.idi.apollo69server { namespace game_engine { class no.ntnu.idi.apollo69server.game_engine.GameEngineFactory { - GAME_UPDATE_SECONDS : float - NETWORK_UPDATE_SECONDS : float - messageHandlerDelegator : MessageHandlerDelegator + create() } } } no.ntnu.idi.apollo69server.game_engine.GameEngine .up.|> Disposable no.ntnu.idi.apollo69server.game_engine.GameEngine .up.|> Runnable 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
8fbf4dbd8ae434eedeb8c71971aa71fe3e9561ac
952306da4d2f63f5d2bf1ae083755073aae7c0d8
/mojaloop-technical-overview/central-ledger/assets/diagrams/sequence/seq-prepare-1.1.1.a.plantuml
81a4aef47f4b69aff09d9ac5e52d9b8a6fae8142
[ "Apache-2.0" ]
permissive
oderayi/documentation
2d39a9cea0bc524b228de323ab06b4d3d8731d3a
5a7d06a2c8e5d330bae063c0f4488587d914f727
refs/heads/master
2021-07-18T01:34:17.448352
2019-09-06T07:00:48
2019-09-06T07:00:48
210,317,065
0
0
null
2019-09-23T09:35:16
2019-09-23T09:35:15
null
UTF-8
PlantUML
false
false
11,042
plantuml
/'***** License -------------- Copyright © 2017 Bill & Melinda Gates Foundation The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files 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, the Mojaloop files are 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. Contributors -------------- This is the official list of the Mojaloop project contributors for this file. Names of the original copyright holders (individuals or organizations) should be listed with a '*' in the first column. People who have contributed from an organization can be listed under the organization that actually holds the copyright for their contributions (see the Gates Foundation organization for an example). Those individuals should have their names indented and be marked with a '-'. Email address can be added optionally within square brackets <email>. * Gates Foundation - Name Surname <name.surname@gatesfoundation.com> * Shashikant Hirugade <shashikant.hirugade@modusbox.com> * Georgi Georgiev <georgi.georgiev@modusbox.com> * Rajiv Mothilal <rajiv.mothilal@modusbox.com> * Samuel Kummary <sam@modusbox.com> * Miguel de Barros <miguel.debarros@modusbox.com> -------------- ******'/ @startuml ' declate title title 1.1.1.a. Prepare Handler Consume (single message) autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Kafka Consumers ' entity - Database Access Objects ' database - Database Persistance Store ' declare actors collections "topic-transfer-prepare" as TOPIC_TRANSFER_PREPARE control "Prepare Event Handler" as PREP_HANDLER collections "topic-transfer-position" as TOPIC_TRANSFER_POSITION collections "Event-Topic" as TOPIC_EVENTS collections "Notification-Topic" as TOPIC_NOTIFICATIONS entity "Position DAO" as POS_DAO entity "Participant DAO" as PARTICIPANT_DAO database "Central Store" as DB box "Central Service" #LightYellow participant TOPIC_TRANSFER_PREPARE participant PREP_HANDLER participant TOPIC_TRANSFER_POSITION participant TOPIC_EVENTS participant TOPIC_NOTIFICATIONS participant POS_DAO participant PARTICIPANT_DAO participant DB end box ' start flow activate PREP_HANDLER group Prepare Handler Consume TOPIC_TRANSFER_PREPARE <- PREP_HANDLER: Consume Prepare event message activate TOPIC_TRANSFER_PREPARE deactivate TOPIC_TRANSFER_PREPARE break group Validate Event PREP_HANDLER <-> PREP_HANDLER: Validate event - Rule: type == 'prepare' && action == 'prepare'\n<color #FF0000><b>Error codes:</b> 2001</color> end end group Persist Event Information ||| PREP_HANDLER -> TOPIC_EVENTS: Publish event information ref over PREP_HANDLER, TOPIC_EVENTS: Event Handler Consume\n ||| end group Validate Prepare Transfer PREP_HANDLER <-> PREP_HANDLER: <color #AAA>Schema validation of the incoming message</color> PREP_HANDLER <-> PREP_HANDLER: <color #AAA>Verify the message's signature (to be confirmed in future requirement)</color> note right of PREP_HANDLER #lightgrey The above validation steps are already handled by the ML-Adapter for the open source implementation. It may need to be added in future for custom adapters. end note group Validate Duplicate Check ||| PREP_HANDLER -> DB: Request Duplicate Check ref over PREP_HANDLER, DB: Request Duplicate Check\n DB --> PREP_HANDLER: Return { hasDuplicateId: Boolean, hasDuplicateHash: Boolean } end alt hasDuplicateId == TRUE && hasDuplicateHash == TRUE break PREP_HANDLER -> PREP_HANDLER: stateRecord = await getTransferState(transferId) alt endStateList.includes(stateRecord.transferStateId) ||| ref over PREP_HANDLER, TOPIC_NOTIFICATIONS: getTransfer callback\n PREP_HANDLER -> TOPIC_NOTIFICATIONS: Produce message else note right of PREP_HANDLER #lightgrey Ignore - resend in progress end note end end else hasDuplicateId == TRUE && hasDuplicateHash == FALSE note right of PREP_HANDLER #lightgrey Validate Prepare Transfer (failure) - Modified Request end note else hasDuplicateId == FALSE group Validate Payer PREP_HANDLER -> PARTICIPANT_DAO: Request to retrieve Payer Participant details (if it exists) activate PARTICIPANT_DAO PARTICIPANT_DAO -> DB: Request Participant details hnote over DB #lightyellow participant participantCurrency end note activate DB PARTICIPANT_DAO <-- DB: Return Participant details if it exists deactivate DB PARTICIPANT_DAO --> PREP_HANDLER: Return Participant details if it exists deactivate PARTICIPANT_DAO PREP_HANDLER <-> PREP_HANDLER: Validate Payer\n<color #FF0000><b>Error codes:</b> 3202</color> end group Validate Payee PREP_HANDLER -> PARTICIPANT_DAO: Request to retrieve Payee Participant details (if it exists) activate PARTICIPANT_DAO PARTICIPANT_DAO -> DB: Request Participant details hnote over DB #lightyellow participant participantCurrency end note activate DB PARTICIPANT_DAO <-- DB: Return Participant details if it exists deactivate DB PARTICIPANT_DAO --> PREP_HANDLER: Return Participant details if it exists deactivate PARTICIPANT_DAO PREP_HANDLER <-> PREP_HANDLER: Validate Payee\n<color #FF0000><b>Error codes:</b> 3203</color> end alt Validate Prepare Transfer (success) group Persist Transfer State (with transferState='RECEIVED-PREPARE') PREP_HANDLER -> POS_DAO: Request to persist transfer\n<color #FF0000><b>Error codes:</b> 2003</color> activate POS_DAO POS_DAO -> DB: Persist transfer hnote over DB #lightyellow transfer transferParticipant transferStateChange transferExtension ilpPacket end note activate DB deactivate DB POS_DAO --> PREP_HANDLER: Return success deactivate POS_DAO end else Validate Prepare Transfer (failure) group Persist Transfer State (with transferState='INVALID') (Introducing a new status INVALID to mark these entries) PREP_HANDLER -> POS_DAO: Request to persist transfer\n(when Payee/Payer/crypto-condition validation fails)\n<color #FF0000><b>Error codes:</b> 2003</color> activate POS_DAO POS_DAO -> DB: Persist transfer hnote over DB #lightyellow transfer transferParticipant transferStateChange transferExtension transferError ilpPacket end note activate DB deactivate DB POS_DAO --> PREP_HANDLER: Return success deactivate POS_DAO end end end end alt Validate Prepare Transfer (success) note right of PREP_HANDLER #yellow Message: { id: <transferMessage.transferId> from: <transferMessage.payerFsp>, to: <transferMessage.payeeFsp>, type: application/json content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: position, action: prepare, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note PREP_HANDLER -> TOPIC_TRANSFER_POSITION: Route & Publish Position event for Payer\n<color #FF0000><b>Error codes:</b> 2003</color> activate TOPIC_TRANSFER_POSITION deactivate TOPIC_TRANSFER_POSITION else Validate Prepare Transfer (failure) note right of PREP_HANDLER #yellow Message: { id: <transferMessage.transferId> from: <ledgerName>, to: <transferMessage.payerFsp>, type: application/json content: { headers: <transferHeaders>, payload: { "errorInformation": { "errorCode": <possible codes: [2003, 3100, 3105, 3106, 3202, 3203, 3300, 3301]> "errorDescription": "<refer to section 35.1.3 for description>", "extensionList": <transferMessage.extensionList> } }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: notification, action: prepare, createdAt: <timestamp>, state: { status: 'error', code: <errorInformation.errorCode> description: <errorInformation.errorDescription> } } } } end note PREP_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification (failure) event for Payer\n<color #FF0000><b>Error codes:</b> 2003</color> activate TOPIC_NOTIFICATIONS deactivate TOPIC_NOTIFICATIONS end end deactivate PREP_HANDLER @enduml
false
true
true
false
sequence
e130dfb85cadadeb126207a5454bbfe63b71c948
283346ff70ed8147782c28ff2c1c944b45b1f5b5
/PlantUML/Class/classDiagram.puml
f61a70fc420e74156c3e4dfa9127a8296dc2e390
[]
no_license
mhaeusser/Diagrams
3d80693e8499aee116b50542e21402dc610aa2bf
39027527b6ad25328acb2343ea50857bbea3a864
refs/heads/master
2021-12-01T20:21:22.280408
2021-11-14T20:00:50
2021-11-14T20:00:50
172,032,314
1
0
null
null
null
null
UTF-8
PlantUML
false
false
28
puml
@startuml A <|-- Bob @enduml
false
true
false
false
class
746a589049c98b93e3289680b4e08ddfd5990daf
deaea2d2654b67f1dd3d7bbfd92720b417afa21f
/metrics/ci_integrations/docs/diagrams/sync_builds_stage_sequence_diagram.puml
938bf78a7ecb08cce64c0c18657286e3ebafd5ff
[ "Apache-2.0" ]
permissive
solid-maxim/monorepo
3b3af830bb1ac779f6bb2e21cf1c064080b2ade4
6cdba060331b15dd81e388b6fba3018fa802bc45
refs/heads/master
2023-03-30T07:22:29.002984
2021-03-29T11:30:17
2021-03-29T11:30:17
310,013,265
0
0
Apache-2.0
2020-11-04T13:37:54
2020-11-04T13:37:54
null
UTF-8
PlantUML
false
false
982
puml
@startuml resync_in_progress_sequence_diagram 'https://plantuml.com/sequence-diagram skinparam SequenceMessageAlignment center participant CiIntegration participant SourceClient participant DestinationClient ?-> CiIntegration ++ : _syncBuilds(//config//) ||| CiIntegration -> DestinationClient ++ : fetchLastBuild(//config.destinationProjectId//) return //lastBuild// alt //lastBuild == null// ||8|| CiIntegration -> SourceClient ++: fetchBuilds(//config.sourceProjectId, config.initialSyncLimit//) return //builds// ||8|| else //lastBuild != null// ||8|| CiIntegration -> SourceClient ++: fetchBuildsAfter(//config.sourceProjectId, lastBuild//) return //builds// ||8|| end opt config.coverage ||8|| CiIntegration -> CiIntegration ++ : //_addCoverageData(builds)// return builds ||8|| end CiIntegration -> DestinationClient ++ : addBuilds(//config.destinationProjectId, builds//) return void return InteractionResult @enduml
false
true
false
false
sequence
269632c9ac835ae62c8574bdca9acf2d61a21158
70b6b3086d64939b4bd08cf8aad93ac5283cf1ac
/examples/uml/nesting.puml
414f2484756d2dfc8b0a6a7cc59ee88f08e23dd2
[ "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
435
puml
@startuml Class01 +--> Class02 hide circle hide members skinparam defaultFontName Source Code Pro skinparam ClassStereotypeFontColor #1b1f23 skinparam class { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #6f42c1 } skinparam note { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #d73a49 } skinparam stereotype { FontColor #d73a49 } @enduml
false
true
false
false
uml-unknown
6ace145139ec3c1b9aaec2a64ccfb6620aabaf18
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderCustomLineItemRemovedMessagePayload.puml
38c501f12f8e6c4a3e9dfa1351dddc81eb4ad46d
[]
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
568
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 OrderCustomLineItemRemovedMessagePayload [[OrderCustomLineItemRemovedMessagePayload.svg]] extends OrderMessagePayload { type: String customLineItemId: String customLineItemKey: String customLineItem: [[CustomLineItem.svg CustomLineItem]] } interface OrderMessagePayload [[OrderMessagePayload.svg]] { type: String } @enduml
false
true
false
false
class
82d0e3df50f7c73ddfb2fc1d4b699280404a35c3
84dbfc8df17a0a3f9d6382d781ba13dd616b93dd
/rapport/UML_1_5/Fruit.puml
f4fcad69422136d185c74f85b00cc6b92d36dc5d
[ "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
117
puml
@startuml Class Fruit { + void : dessiner() + void : grandir(double) + void : dessiner_simple() } @enduml
false
true
false
false
class
eabd08afcec47e12736455406fa141f0d24c0e66
7a39024fa5bf95430534bd8a23eb58a32903b226
/src/main/PlantUML Diagrams/Navigation Diagrams/Navigations diagram.puml
03ed0c8620dba49206ae3773eea41074c32c41a7
[]
no_license
benskov95/Cupcake_Webshop
51f837428c0bbbf06fa86282685f40ad58cfa787
2de2a6fdcb0a1857f2013394523d5865360193c2
refs/heads/master
2022-07-19T08:21:58.508937
2020-04-01T16:18:42
2020-04-01T16:18:42
247,524,921
0
0
null
2022-06-21T02:59:42
2020-03-15T18:19:00
Java
UTF-8
PlantUML
false
false
1,150
puml
@startuml Title Cupcake Shop state newcustomer.jsp [*] --> index.jsp index.jsp -right-> newcustomer.jsp: Lav bruger newcustomer.jsp --> index.jsp: Efter oprettelse index.jsp --> LoggedOnAdmin: Admin login (hvis ok) index.jsp -->index.jsp: Login (ikke ok) index.jsp --> LoggedOnCustomer: Log på (hvis ok) LoggedOnAdmin --> index.jsp: Log ud LoggedOnCustomer --> index.jsp: Log ud state LoggedOnCustomer { state start.jsp state cart.jsp state checkout.jsp note left of start.jsp customer name and role stored in session end note [*]--> start.jsp start.jsp --> cart.jsp: Vælg cupcake. cart.jsp --> checkout.jsp: Betal cart.jsp -right-> start.jsp: Vælg flere cupcakes. checkout.jsp --> start.jsp: Efter betaling } state LoggedOnAdmin { state adminstart.jsp state customer.jsp state orderline.jsp note right of adminstart.jsp admin and role stored in session end note [*]-->adminstart.jsp adminstart.jsp --> orderline.jsp: Se alle ordre adminstart.jsp --> customer.jsp: Se alle kunder orderline.jsp --> adminstart.jsp: Tilbage customer.jsp --> adminstart.jsp: Tilbage } @enduml
false
true
true
false
sequence
5b1570e4104b823fab955cc1dc3bed21f6bfde87
7028a90e3cc6096e70b06e0d18c51983bf54f4d6
/plantuml/CharacterCamera.puml
4820551bc8782c4a2c51a886cd0daf15ad72ad1f
[]
no_license
KazukiShimura/AnimalVillage
2d73f459e9df3b839f9328309de890c09f4b1f1d
916c5edc80613ade565b5fe481debf79f890b505
refs/heads/main
2023-05-06T07:27:10.043196
2021-05-27T01:55:47
2021-05-27T01:55:47
358,861,857
0
0
null
null
null
null
UTF-8
PlantUML
false
false
758
puml
@startuml class CharacterCamera { + onClick : bool = false yAdjust : int = 5 zAdjust : int Update() : void + OnClickReturn() : void + OnClickEat() : void + OnClickMedicine() : void AnimalCare() : void } MonoBehaviour <|-- CharacterCamera CharacterCamera --> "MainCamera" GameObject CharacterCamera --> "ZoomOutButton" GameObject CharacterCamera --> "eatButton" Button CharacterCamera --> "medicineButton" Button CharacterCamera --> "uIPanel" UIPanel CharacterCamera --> "heartPrefab" GameObject CharacterCamera --> "heartPoint" GameObject CharacterCamera --> "heartCount" Text CharacterCamera --> "missionPanelManager" MissionPanelManager CharacterCamera --> "hitTrn" Transform CharacterCamera --> "hitObj" GameObject @enduml
false
true
false
false
class