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
0824eea272f0a2a5d31151211567d37d81adae00
c567b66afcb3e4413b252e89fcfc21ac1f806a5d
/assets/architecture.plantuml
58558595040ae7304b5c503670ee695d5dda3008
[]
no_license
EssenceTech8028/azure-iot-edge-playground
c251bfba0b48afb429b1686dcf2f8b7bfeee08f6
8b1a3d3dc1fec3089e3e53fee2cc330784ba665d
refs/heads/master
2023-08-08T00:15:25.933188
2020-09-03T13:52:27
2020-09-03T13:52:27
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
882
plantuml
@startuml title Architecture class "Azure\nIoT Hub" as iot << (I,azure) >> { +Digital Twins +Deploymnents +Data Routing +Device Registration } class "Azure\nDevice Provisioning Service" as dps << (D,azure) >> { +Register via preshared Key +Regsiter via Certificate +Register via TPM } class "Edge Key 1" as e1 << (E,orchid) >> class "Edge Key 2" as e2 << (E,orchid) >> class "Edge Cert 1" as e3 << (E,yellow) >> class "Edge Cert 2" as e4 << (E,yellow) >> class "Edge TPM 1" as e5 << (E,lightgreen) >> class "Edge TPM 2" as e6 << (E,lightgreen) >> dps <|-- e1: "use Key" dps <|-- e2: "use Key" dps <|-- e3: "use Cert" dps <|-- e4: "use Cert" dps <|-- e5: "use TPM" dps <|-- e6: "use TPM" iot <|-- dps: "register devices" iot <|-- e1: workload iot <|-- e2: workload iot <|-- e3: workload iot <|-- e4: workload iot <|-- e5: workload iot <|-- e6: workload @enduml
false
true
false
false
class
b6764a42df6e19c79a31925f35aeee021078f572
ca013075cc64e307300f4f39a45727ed389563b8
/en-diagram/src/test/java/com/g2forge/enigma/diagram/plantuml/model/sequence/message.puml
e9e272e2c3d18b16e02d372fa9c4494e185437eb
[ "Apache-2.0" ]
permissive
g2forge/enigma
6032e09ac347f1ef07853664a04412983b4b4423
dcd5cbee7664c60334cff9b69502dd0850d8e662
refs/heads/master
2022-07-21T12:47:16.635047
2022-06-30T00:19:27
2022-06-30T00:19:27
113,804,682
1
1
Apache-2.0
2022-06-30T00:19:28
2017-12-11T02:51:51
Java
UTF-8
PlantUML
false
false
58
puml
participant alice participant bob alice -> bob : message
false
true
false
false
sequence
1e6114b2888de53ac9e2c2158677dc64bce22bff
98d354b02719933a104aa96a689fa0963a2218d1
/doc/uml/class_diagrams/activities/activity.plantuml
34420e3c29e2791fd6a36e8f2dd6d4b3a80c0ed3
[ "Apache-2.0" ]
permissive
cmput301w19t02/Alexandria
fbbc1cf26ad3a18d7a5baecc582418d49bf83546
1e66077a3661ef6f8c72d414117b5512c59f9d8a
refs/heads/master
2023-01-28T11:39:01.320635
2019-04-01T21:57:49
2019-04-01T21:57:49
169,452,637
2
6
Apache-2.0
2023-01-09T11:35:24
2019-02-06T18:12:07
Java
UTF-8
PlantUML
false
false
9,565
plantuml
@startuml title __MISC. ACTIVITY's Class Diagram__\n package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.controller { class NotificationController { - database : FirebaseDatabase - functions : FirebaseFunctions {static} - instance : NotificationController {static} + getInstance() + setDeviceToken() + sendNotification() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.controller { class ChatController { {static} - instance : ChatController - database : FirebaseDatabase - ChatController() - userController : UserController - userCache : ObservableUserCache {static} + getInstance() + addChatRoom() - addChatRoomPrivate() - getNewChatRoomId() - addChatRoomItemToId() + setUserChatRoomReadStatus() - setChatRoomReadStatusPrivate() + addTextMessage() - addTextMessagePrivate() + addLocationMessage() - addLocationMessagePrivate() - getUserChatRoomListReference() - getChatMessagesReference() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.adapter { class MessageRecyclerViewAdapter { {static} - SENT_TEXT : int {static} - SENT_LOCATION : int {static} - RECEIVED_TEXT : int {static} - RECEIVED_LOCATION : int - mContext : Context - mMessageList : List<Message> - userController : UserController - imageController : ImageController + MessageRecyclerViewAdapter() + getItemViewType() + onCreateViewHolder() + onBindViewHolder() + getItemCount() + updateMessageList() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.activity { class ChatRoomActivity { {static} ~ MEET_LOCATION_REQUEST : int - messagesRef : DatabaseReference - messagesListener : ValueEventListener - messageList : List<Message> - chatId : String - receiverId : String - senderId : String - receiverName : String - chatController : ChatController - userController : UserController - notificationController : NotificationController - adapter : MessageRecyclerViewAdapter # onCreate() + onResume() + onStop() + onCreateOptionsMenu() + onOptionsItemSelected() + onAddLocationClick() + onSendMessageClick() # onActivityResult() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.model { package ca.ualberta.CMPUT3012019T02.alexandria.model.user { class UserProfile { - name : String - email : String - phone : String - picture : String - username : String + UserProfile() + UserProfile() + getName() + setName() + getEmail() + setEmail() + getPhone() + setPhone() + getPicture() + setPicture() + getUsername() + setUsername() } } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.controller { class ImageController { - IMAGE_FORMAT : String - storage : StorageReference - cache : ImageCache {static} - instance : ImageController - ImageController() {static} + getInstance() + addImage() + getImage() + updateImage() + deleteImage() - getImageReference() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.controller { class UserController { - auth : FirebaseAuth - database : FirebaseDatabase {static} - instance : UserController - UserController() {static} + getInstance() + isAuthenticated() + authenticate() + deauthenticate() + createUser() + getMyId() - getUserEmail() + getUserProfile() + getMyProfile() + updateMyProfile() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.activity { class ChatRoomActivity { - messagesRef : DatabaseReference - messagesListener : ValueEventListener - messageList : List<Message> - chatId : String - recieverId : String - senderId : String # onCreate() + onStart() + onStop() + onCreateOptionsMenu() + onOptionsItemSelected() + onAddPhotoClick() + onAddLocationClick() # onSendMessageClick() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.activity { class EditMyProfileActivity { {static} + RESULT_CAMERA : int {static} + RESULT_GALLERY : int + REQUEST_PERMISSION_PHONE_STATE : int - name : String - email : String - userAvatar : Bitmap - imageID : String - editText_name : EditText - editText_username : EditText - editText_email : EditText - userController : UserController - myUserProfile : UserProfile # onCreate() + isImageBitmap() - setPopupMenu() + removePhoto() + openGallery() + addPhotoCamera() # onActivityResult() - getBitmapFromUri() - initializePageAndData() - stopSpinner() - startSpinner() - showError() - showMessage() + onSaveButtonClick() - saveUserWithImage() - saveUser() - fetchData() - delayedClose() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.activity { class ISBNLookup { - mScannerView : ZXingScannerView - REQUEST_PERMISSION_PHONE_STATE : int + onCreate() + onResume() + onPause() + handleResult() - checkCameraPermissions() + onRequestPermissionsResult() - showExplanation() - requestPermission() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.activity { class LoginActivity { - userController : UserController # onCreate() + signIn() + navigateToSignUp() - validator() + onBackPressed() - stopSpinner() - startSpinner() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.activity { class SignUpActivity { {static} + RESULT_CAMERA : int {static} + RESULT_GALLERY : int + REQUEST_PERMISSION_PHONE_STATE : int - coverBitmap : Bitmap - progressDialog : ProgressDialog - userController : UserController - imageController : ImageController # onCreate() # onDestroy() + openGallery() + removePhoto() + addPhotoCamera() + isImageBitmap() - setPopupMenu() + signUp() # onActivityResult() - getBitmapFromUri() - showError() - validateUsername() - validateName() - validateEmail() - validatePassword() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.activity { class ViewImageActivity { {static} + IMAGE_ID : String - image_id : String # onCreate() - load_imageID() - set_toolbar() - setImage() + showError() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.activity { class ViewMyProfileActivity { - myUserProfile : UserProfile # onCreate() + onResume() - stopSpinner() - showError() + onCreateOptionsMenu() + onOptionsItemSelected() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.activity { class ViewUserProfileActivity { - username : String - name : String - photoId : String - userID : String - userProfile : UserProfile - imageController : ImageController - userController : UserController # onCreate() + onResume() - showError() + onCreateOptionsMenu() + onOptionsItemSelected() } } } ChatRoomActivity -up-|> AppCompatActivity ChatRoomActivity o-- "1" ChatController ChatRoomActivity o-- "1" UserController ChatRoomActivity o-- "1" NotificationController ChatRoomActivity o-- "1" MessageRecyclerViewAdapter EditMyProfileActivity -up-|> AppCompatActivity EditMyProfileActivity o-- "1" UserController EditMyProfileActivity o-- "1" UserProfile ISBNLookup -up-|> ResultHandler ISBNLookup -up-|> AppCompatActivity LoginActivity -up-|> AppCompatActivity LoginActivity o-- "1" UserController SignUpActivity -up-|> AppCompatActivity SignUpActivity o-- "1" UserController SignUpActivity o-- "1" ImageController ViewImageActivity -up-|> AppCompatActivity ViewMyProfileActivity -up-|> AppCompatActivity ViewMyProfileActivity o-- "1" UserProfile ViewUserProfileActivity -up-|> AppCompatActivity ViewUserProfileActivity o-- "1" UserProfile ViewUserProfileActivity o-- "1" ImageController ViewUserProfileActivity o-- "1" UserController right footer PlantUML diagram partly 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
d4b20f229b7238442b07eee4348e5a4ba913c0fc
aefb1807676f66cc46e45071b3deb1969e682322
/SELAIN SISTEM/UML/SEQUENCE/administrator tu/UploadSPTBKD.puml
ab9df2f1347cbfcdf7768fd41136242a27e648e6
[ "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
1,494
puml
@startuml autonumber hide footbox title Mengupload SPT BKD Actor AdministratorTU boundary Dashboard_V boundary KontrolSPTBKD_V boundary UploadSPTBKD_V control Admin_C control KontrolSPT_C Entity SuratPerintahTugas_E Admin_C --> Dashboard_V: load->view() Dashboard_V --> AdministratorTU: Halaman Dashboard AdministratorTU --> Dashboard_V: klik menu SPT BKD Dashboard_V --> KontrolSPT_C: index() KontrolSPT_C --> SuratPerintahTugas_E: SuratPerintahTugas_E --> KontrolSPT_C: KontrolSPT_C --> KontrolSPTBKD_V: load->view() KontrolSPTBKD_V --> AdministratorTU: Halaman SPT BKD AdministratorTU --> KontrolSPTBKD_V: klik tombol Upload SPT BKD KontrolSPTBKD_V --> KontrolSPT_C: uploadsptbkdlengkap() KontrolSPT_C --> UploadSPTBKD_V: load->view() UploadSPTBKD_V --> AdministratorTU: Halaman Upload File Lengkap SPT BKD AdministratorTU --> UploadSPTBKD_V: Mengisi Inputan dan klik tombol upload note right of AdministratorTU Inputan file spt bkd lengkap end note UploadSPTBKD_V --> KontrolSPT_C: uploadsptbkdlengkap() KontrolSPT_C --> SuratPerintahTugas_E: alt isValid() case SuratPerintahTugas_E --> KontrolSPT_C: isValid() KontrolSPT_C --> KontrolSPTBKD_V: load->view() KontrolSPTBKD_V --> AdministratorTU: Halaman Kontrol SPT BKD else isInvalid() case SuratPerintahTugas_E --> KontrolSPT_C: isInValid() KontrolSPT_C --> UploadSPTBKD_V: load->view() UploadSPTBKD_V --> AdministratorTU: Halaman Upload SPT BKD end @enduml
false
true
false
false
sequence
48ccd8365b7f4ab1e7f1978adb68a32b9dfc6aae
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ShoppingListSetDeleteDaysAfterLastModificationAction.puml
e28d30b847892218747eaffa17bef35e663fe690
[]
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
536
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 ShoppingListSetDeleteDaysAfterLastModificationAction [[ShoppingListSetDeleteDaysAfterLastModificationAction.svg]] extends ShoppingListUpdateAction { action: String deleteDaysAfterLastModification: Long } interface ShoppingListUpdateAction [[ShoppingListUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
9a2f449e3751f32a94c1dd780c6313237a776f22
064cd6eb85cbb2af72c1be6d192569e244e90ba6
/src/main/java/oop/assignment3/ex43/exercise43_Diagram.puml
85a1bcf582f47c8a35fc86f637f3bd70b6d88546
[]
no_license
Awesome-wolf-101/ashby-cop3330-assignment3
dea3a5009db3341e9ab0c9fb48752969cb7ca2da
5c943f85831fd03e966c3ed52acdcdf03a82cca1
refs/heads/master
2023-06-04T17:09:10.387582
2021-06-21T03:52:15
2021-06-21T03:52:15
377,309,711
0
0
null
null
null
null
UTF-8
PlantUML
false
false
391
puml
@startuml 'https://plantuml.com/sequence-diagram class Application{ +main() } class WebsiteGenerator{ -Scanner in -String inputString1; -String inputString2; -String inputString3; -String inputString4; -String Pathname1 -String Pathname -File file1 +InputTime() +JsDirectoryMaker() +CSSDirectoryMaker() +HTMLDirectoryAndFileMaker() } Application o-> WebsiteGenerator @enduml
false
true
false
false
class
73ad3626b5c3ca6a2b3fe0c72fcb4195f3595f0e
e3d116d7903a869ff58a4f3d993c8b1d1d5dfe22
/app/f3krule.puml
9274fc99619beb23af10159c455e076d6ee3dd1e
[]
no_license
witon/F3KTimer
d763611616d3da35f635b442920050692289c834
44a00325ca0dd1817d5f155431d1e93d7b38b7b2
refs/heads/master
2022-07-20T11:56:42.458172
2020-05-18T02:41:46
2020-05-18T02:41:46
251,505,191
0
0
null
null
null
null
UTF-8
PlantUML
false
false
609
puml
@startuml class CompetitionArrangement class Competition class Competitor class Round class Task class TaskLastFlight class TaskLastTwo class TaskActionLastFlight class TaskActionLastTwo class Group class TaskAction{ Flight flight } class RoundAction class Flight Round "1" o-- "*" Group RoundAction "1" o-- "*" TaskAction TaskAction <|-- TaskActionLastFlight TaskAction <|-- TaskActionLastTwo Task <|-- TaskLastFlight Task <|-- TaskLastTwo Competitor "1" o-- "*" RoundAction Competition "1" o-- "*" Competitor Competition "1" o-- "*" Round Round "1" *-- "1" Task Group "*" o-- "*" Competitor @enduml
false
true
false
false
sequence
cd733d2b7f6968979e20c2396e3d00e62e2afa39
0ea7eb2e7e91bc7531593c465db1aa1e72f8f15d
/PUML Files/ex44.puml
ee9da9208ba6aa9079c3c9d1d29dbdf798c7c80b
[]
no_license
GianniAngelone/Angelone-COP3330-assignment3
1c4b74720b56617415fa90bc567ac05e723d7f8a
e18bedf8ce8ae8176b56eac1bb5b802ce5a7384f
refs/heads/master
2023-08-14T00:17:10.749277
2021-10-12T01:59:35
2021-10-12T01:59:35
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
370
puml
@startuml class productScan { +int count +JSONObject json +String name +productSearch(String input, JSONArray subjects) +input.equalsIgnoreCase(name) } class ex44 { +JSONParser parser +Object obj +JSONArray subjects +BufferedReader(new InputStreamReader(System.in) +productSearch(input, subjects) } productScan <|-- ex44 @enduml
false
true
false
false
class
97318e469e0929782c370f544001de552745005f
19de0597a5790bab6ff021899b4479506ae0829a
/uml/original_seq_diagrams/react_move_teleport.plantuml
c49f5f615549118198d28e647f4c4137260a542e
[]
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
615
plantuml
@startuml skinparam SequenceLifeLineBackgroundColor LightYellow title "Moving through TeleportGate" actor "c: AbstractSpaceship" as crewmate participant "neighbour: TeleportGate" as neighbour participant "pair: TeleportGate" as pair participant "from: Asteroid" as from participant "homeAsteroid: Asteroid" as home crewmate -> neighbour ++ : ReactToMove (from, c) neighbour -> pair ++ : GetHomeAsteroid() pair --> neighbour -- : homeAsteroid alt homeAsteroid isn't null neighbour -> home ++ : ReactToMove (from, c) home --> neighbour -- end neighbour --> crewmate -- @enduml
false
true
false
false
usecase
bb196326f964cf59d3c41b6ce511ebcf6e0484fd
aedec23132eabce8e05ee4a0c773b86b470ab0f1
/Diagrams/SequenceDiagrams/seq-prepare-1.1.0.plantuml
4efc7d4a2d1850590df5fb05e4c3028dbea37139
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
arfintechpy/docs
465ef01f8bcf8201c7dd36033a4970886e40d09a
305a593be2ecd3f470dd6e199ef5656a2c746355
refs/heads/master
2020-04-20T22:03:45.265174
2019-02-01T08:00:32
2019-02-01T08:00:32
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,947
plantuml
@startuml ' declate title title 1.1.0. DFSP1 sends a Prepare Transfer request to DFSP2 autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Kafka Consumers ' entity - Database Access Objects ' database - Database Persistance Store ' declare actors actor "DFSP1\nPayer" as DFSP1 actor "DFSP2\nPayee" as DFSP2 boundary "ML API Adapter" as MLAPI control "ML API Notification Event Handler" as NOTIFY_HANDLER boundary "Central Service API" as CSAPI collections "Prepare-Topic-dfsp1" as TOPIC_PREPARE_DFSP1 control "Prepare Event Handler" as PREP_HANDLER collections "Position-Topic-dfsp1" as TOPIC_POSITION_DFSP1 control "Position Event Handler" as POS_HANDLER collections "Transfer-Topic" as TOPIC_TRANSFERS control "Transfer Event Handler" as TRANS_HANDLER collections "Notification-Topic" as TOPIC_NOTIFICATIONS box "Financial Service Providers" #lightGray participant DFSP1 participant DFSP2 end box box "ML API Adapter Service" #LightBlue participant MLAPI participant NOTIFY_HANDLER end box box "Central Service" #LightYellow participant CSAPI participant TOPIC_PREPARE_DFSP1 participant PREP_HANDLER participant TOPIC_POSITION_DFSP1 participant POS_HANDLER participant TOPIC_TRANSFERS participant TRANS_HANDLER participant TOPIC_NOTIFICATIONS end box ' start flow activate NOTIFY_HANDLER activate PREP_HANDLER activate POS_HANDLER activate TRANS_HANDLER group DFSP1 sends a Prepare Transfer request to DFSP2 note right of DFSP1 #yellow Headers - transferHeaders: { Content-Length: <Content-Length>, Content-Type: <Content-Type>, Date: <Date>, X-Forwarded-For: <X-Forwarded-For>, FSPIOP-Source: <FSPIOP-Source>, FSPIOP-Destination: <FSPIOP-Destination>, FSPIOP-Encryption: <FSPIOP-Encryption>, FSPIOP-Signature: <FSPIOP-Signature>, FSPIOP-URI: <FSPIOP-URI>, FSPIOP-HTTP-Method: <FSPIOP-HTTP-Method> } Payload - transferMessage: { "transferId": <uuid>, "payeeFsp": dfsp2, "payerFsp": dfsp1, "amount": { "currency": "AED", "amount": "string" }, "ilpPacket": "string", "condition": "string", "expiration": "string", "extensionList": { "extension": [ { "key": "string", "value": "string" } ] } } end note DFSP1 -> MLAPI: POST - /transfers activate MLAPI MLAPI -> MLAPI: Validate incoming token and originator matching Payer\n<color #FF0000><b>Error codes:</b> 3000-3002, 3100-3107</color> note right of MLAPI #yellow Message: { id: <transferMessage.transferId> from: <transferMessage.payerFsp>, to: <transferMessage.payeeFsp>, type: application/json content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, type: prepare, action: prepare, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note MLAPI -> TOPIC_PREPARE_DFSP1: Route & Publish Prepare event for Payer\n<color #FF0000><b>Error code:</b> 2003</color> activate TOPIC_PREPARE_DFSP1 TOPIC_PREPARE_DFSP1 <-> TOPIC_PREPARE_DFSP1: Ensure event is replicated as configured (ACKS=all)\n<color #FF0000><b>Error code:</b> 2003</color> TOPIC_PREPARE_DFSP1 --> MLAPI: Respond replication acknowledgements have been received deactivate TOPIC_PREPARE_DFSP1 MLAPI ---> DFSP1: Respond HTTP - 202 (Accepted) deactivate MLAPI ||| TOPIC_PREPARE_DFSP1 <- PREP_HANDLER: Consume message ref over TOPIC_PREPARE_DFSP1, PREP_HANDLER, TOPIC_POSITION_DFSP1 : Prepare Handler Consume {[[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-prepare-1.1.1.a.svg 1.1.1.a]], [[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-prepare-1.1.1.b.svg 1.1.1.b]]} \n PREP_HANDLER -> TOPIC_POSITION_DFSP1: Produce message ||| TOPIC_POSITION_DFSP1 <- POS_HANDLER: Consume message ref over TOPIC_POSITION_DFSP1, POS_HANDLER, TOPIC_TRANSFERS : Position Handler Consume {[[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-prepare-1.1.2.a.svg 1.1.2.a]], [[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-prepare-1.1.2.b.svg 1.1.2.b]]} \n POS_HANDLER -> TOPIC_TRANSFERS: Produce message ||| TOPIC_TRANSFERS <- TRANS_HANDLER: Consume message ref over TOPIC_TRANSFERS, TRANS_HANDLER, TOPIC_NOTIFICATIONS : Transfer Handler Consume {[[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-prepare-1.1.3.a.svg 1.1.3.a]], [[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-prepare-1.1.3.b.svg 1.2.3.b]]} \n TRANS_HANDLER -> TOPIC_NOTIFICATIONS: Produce message ||| TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message ref over DFSP2, TOPIC_NOTIFICATIONS : Send notification to Participant (Payee) {[[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-prepare-1.1.4.a.svg 1.1.4.a]], [[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-prepare-1.1.4.b.svg 1.1.4.b]]} \n NOTIFY_HANDLER -> DFSP2: Send callback notification ||| end deactivate TRANS_HANDLER deactivate POS_HANDLER deactivate PREP_HANDLER deactivate NOTIFY_HANDLER @enduml
false
true
false
false
usecase
373f19c410ab374eff29c8974354dc7b69863c52
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/order/length_of_last_word/length_of_last_word.plantuml
c1e2501c6195a65af04f883f8e38d0b2295cbc6b
[]
no_license
shuile/LeetCode
8b816b84071a5338db1161ac541437564574f96a
4c12a838a0a895f8efcfbac09e1392c510595535
refs/heads/master
2023-08-17T04:53:37.617226
2023-08-15T16:18:46
2023-08-15T16:18:46
146,776,927
0
0
null
null
null
null
UTF-8
PlantUML
false
false
470
plantuml
@startuml title __LENGTH_OF_LAST_WORD's Class Diagram__\n namespace cn.shui.order { namespace length_of_last_word { class cn.shui.order.length_of_last_word.Solution { {static} + lengthOfLastWord() {static} + main() } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
8647e60eabc9effc8e269fbac447e7fa57ba4ea5
e778c50fb529563a0106509e3635959099a00924
/Conception/Diagrams/plantUml/Actors/actors.puml
cd359afad3ffeddc7f595587f192070e05670eb7
[]
no_license
joelemenyu20/Sahem
cc07c7172dbaec42199510089f7d372b91a8508f
1f3ecf0b5fb67d2f74d11f679a6cfad99d9a04ff
refs/heads/master
2023-05-07T03:17:02.861896
2020-07-21T05:45:26
2020-07-21T05:45:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
166
puml
@startuml Actors actor User as A1 << Human >> actor Visitor as A2 actor Creator as A3 actor Administrator as A5 A1 <|-down- A3 A1 <|-down- A2 A3 <|-down- A5 @enduml
false
true
false
false
sequence
4eb0fcae9fd56eb2093f47ea8b426edb0d1df21c
5a7e90c78082baf0160490802050be4a35ac4307
/umls/plantuml/Statements.puml
3ee26a8a3c7d8f8ad31fc34c771373d9ddc33729
[]
no_license
lamasumas/DLP_PMM
fc3b3560dc92342cd31005fcfa6f5e06acbb2d7a
cd0fe6d29b298791881723877cf9e4c903494326
refs/heads/master
2022-11-12T14:24:58.329549
2020-07-02T17:58:57
2020-07-02T17:58:57
276,710,989
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,075
puml
@startuml Statements class Assignment{ - int theLine - int theColumn - Expression leftExpression - Expression rightExpression + int getLine() + int getColumn() + R accept(Visitor<R,T> v, T param) + Expression getLeftExpression() + Expression getRightExpression() } class IfElse{ - int theLine - int theColumn - List<Statement> ifStatements - List<Statement> elseStatements - Expression theExpression + int getLine() + int getColumn() + R accept(Visitor<R,T> v, T param) + List<Statement> getIfStatements() + List<Statement> getElseStatements() + Expression getTheExpression() } class Input{ - int theLine - int theColumn - List<Expression> expressionList + int getLine() + int getColumn() + R accept(Visitor<R,T> v, T param) + List<Expression> getExpressionList() } class Print{ - int theLine - int theColumn - List<Expression> expressionList + int getLine() + int getColumn() + R accept(Visitor<R,T> v, T param) + List<Expression> getExpressionList() } class Return{ - int theLine - int theColumn - Expression theExpression + int getLine() + int getColumn() + R accept(Visitor<R,T> v, T param) + List<Expression> getTheExpression() } class While{ - int theLine - int theColumn - Expression theExpression - List<Statement> theStatemetnList + int getLine() + int getColumn() + R accept(Visitor<R,T> v, T param) + List<Expression> getTheStatementList() + Expression getTheExpression() } class FunctionInvocation{ - List<Expression> expressionList - FunctionDefinition functionDefinition + FunctionDefinition getFunctionDefinition() + void setFunctionDefinition(FunctionDefinition functionDefinition) + R accept(Visitor<R,T> v, T param) + List<Expression> getExpressionList() } class VarDefinition{ - int offset + R accept(Visitor<R,T> v, T param) + void checkDupliclateNames(List<String> varNames, int xline, int xColumn) + void setOffset(int offset) } interface ASTNode{ int getLine int getColumn R accept(Visitor<R,T> v, T param) } interface Expression{ void setLvalue(boolean lvalue) boolean isLvalue() Type getType() void setType(Type theType) } interface Statement note top of Statement : This interface is implemented an Abstract class \n and then this abstrac class is extended by each class. Statement <|.. Input Statement <|.. While Statement <|.. Print Statement <|.. Return Statement <|.. IfElse Statement <|.. Assignment ASTNode <-- Statement ASTNode <.. Expression Statement <|..FunctionInvocation Statement <|.. VarDefinition FunctionInvocation ..|> Expression VarDefinition o--"1" Expression Input o--"n" Expression Print o--"n" Expression Return o--"1" Expression While o--"1" Expression IfElse o--"1" Expression Assignment o--"2" Expression FunctionInvocation o--"n" Expression Statement "1"--o While Statement "o*"--o IfElse: if Statement "o*"--o IfElse: else @enduml
false
true
false
false
activity
cdde86a5591bc345fe487272da92c7076e7ac0f2
6d8537a4e561f76d683f130f906d02c3bd8ef908
/front-end/src/classDiagram.puml
ee6b0f42a7b466ddd9c94c07c2ef9a3c63280cbc
[]
no_license
igtampe/Macademia
614b7ade996d5dc9671a87e790cf3ce0acfeb3c3
b3b7a40c416d3847f4e12b0cc31c53fcca00740c
refs/heads/master
2023-03-16T13:34:46.058119
2020-11-27T02:49:56
2020-11-27T02:49:56
344,215,687
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,755
puml
@startuml classDiagram Student "1" -- "1..*" Matricula Student "1" -- "1..*" Course Student "1" -- "1" Department Department "1" -- "1..*" Course Matricula "1" -- "1..*" Section Matricula "1" -- "1..*" Course Course "1" -- "1" Section Section "1" -- "1" Period class User{ -{static}String: UserName -{static}String: Password String getUserName() String getPassword() boolean checkPassword(String Password) } Class Student extends User{ -matricula : Matricula -department: Department -name : String -StudentNumber : String -matricula : List<Matricula> -priorities : List<Course> String getStudentNumber() String getName() Department getDepartment() Matricula getMatricula() void addCourse(Course e) void addMatricula(Matricula e) Matricula createMatricula(String p) boolean verifyPrereqs(Course e) boolean verifyCoreqs(Course e) void addPriority(Course e) Course removePriority(int i) void swapPriority(int i, int j) } Class Department { -CourseCatalog : Map<Integer, Course> -{static}Name : String -{static}ShortName : String String getName() String getShortName() Map<Integer, Course> getCatalog() void AddCourse(Course course) } Class Matricula{ -Sections: List<Section> -totalCredits: int -Period:period void addCourse(Course e) void removeCourses(Course e) List<Section> getSections() int getTotalCredits() String getPeriod() } Class Course{ -name:String -dept:Department -code:int -credits:int -prereq:List<Course> -coreq:List<Course> -sections:List<Section> String getName() Department getDept() int getCode() int getCredits() List<Course> getPrereq() List<Course> getCoreq() List<Section> getSections() void setName(String name) void setDept(Department dept) void setCode(int code) void setCredits(int credits) void setPrereq(List<Course> prereq) void setCoreq(List<Course> coreq) void setSections(List<Section> sections) void addPrereq(Course course) void addCoreq(Course course) void addSection(Section sect) } Class Section{ -secNum:String -day:String -time:String -course:Course -period:Period void setPeriod(Period period) Period getPeriod() void setSecNum(String s) void setDay(String d) void setTime(String t) String getSecNum() String getDay() String getTime() Course getCourse() boolean Conflict(Section sec) Period timetoPeriod(String time) } Class Period{ -start:int -end:int int getStart() int getEnd() void setStart(int start) void setEnd(int end) boolean Conflict(Period sec) } @enduml
false
true
false
false
class
5b3905f26e13bb8e330596f724ed87da4859937c
a751888fd29a1b92bb32ef7d272d3e72f664ed30
/src/design/time-class-diagram.puml
f823f33878a5d02620298fa68da84c8e5c5d0944
[ "Apache-2.0", "MIT", "EPL-1.0" ]
permissive
petrushy/Orekit
b532c7db85c992d85b5ac3d858d18d656e2b8c46
1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443
refs/heads/develop
2023-08-16T11:37:43.709083
2023-07-18T20:13:14
2023-07-18T20:13:14
42,349,064
10
2
Apache-2.0
2023-07-21T14:54:14
2015-09-12T07:39:56
Java
UTF-8
PlantUML
false
false
5,025
puml
' Copyright 2002-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' CS licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam ClassBackgroundColor #F3EFEB/CCC9C5 skinparam ClassArrowColor #691616 skinparam ClassBorderColor #691616 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam ClassFontSize 11 skinparam PackageFontSize 12 skinparam linetype ortho package org.orekit.time #ECEBD8 { interface TimeStamped { +AbsoluteDate getDate() } interface "TimeShiftable<T>" as TimeShiftable_T_ { +T shiftedBy(double dt) } interface "TimeInterpolable<T>" as TimeInterpolable_T_ { +T interpolate(AbsoluteDate date, Collection<T> sample) } class AbsoluteDate { +AbsoluteDate JULIAN_EPOCH +AbsoluteDate MODIFIED_JULIAN_EPOCH +AbsoluteDate FIFTIES_EPOCH +AbsoluteDate CCSDS_EPOCH +AbsoluteDate GALILEO_EPOCH +AbsoluteDate GPS_EPOCH +AbsoluteDate J2000_EPOCH +AbsoluteDate JAVA_EPOCH +AbsoluteDate PAST_INFINITY +AbsoluteDate FUTURE_INFINITY +AbsoluteDate(String location, TimeScale timeScale) +AbsoluteDate(DateTimeComponents location, TimeScale timeScale) +AbsoluteDate(AbsoluteDate since, double elapsedDuration) +AbsoluteDate(AbsoluteDate reference, double apparentOffset, TimeScale timeScale) +AbsoluteDate parseCCSD...(...) +AbsoluteDate createGPSDate(int weekNumber, double milliInWeek) +AbsoluteDate shiftedBy(double dt) +double durationFrom(AbsoluteDate instant) +double offsetFrom(AbsoluteDate instant, TimeScale timeScale) +double timeScalesOffset(TimeScale scale1, TimeScale scale2) +boolean isAfter(Timestamped other) +boolean isAfterOrEqualTo(Timestamped other) +boolean isBefore(Timestamped other) +boolean isBeforeOrEqualTo(Timestamped other) +boolean isBetween(Timestamped boundary1, Timestamped boundary2) +boolean isBetweenOrEqualTo(Timestamped boundary1, Timestamped boundary2) +boolean isCloseTo(Timestamped other, double tolerance) +boolean isEqualTo(Timestamped other) } note top numerous constructor ommitted for clarity end note interface "Comparable<AbsoluteDate>" as Comparable_AbsoluteDate_ { +int compareTo(AbsoluteDate) } interface "Comparator<TimeStamped>" as Comparator_TimeStamped_ { +int compare(TimeStamped, TimeStamped) } class DateTimeComponents class DateComponents class TimeComponents interface TimeScale { +double offsetFromTAI(AbsoluteDate date) +double offsetToTAI(DateComponents date, TimeComponents time) +String getName() } class TimeScalesFactory { +TAIScale getTAI() +UTCScale getUTC() +UT1Scale getUT1() +TTScale getTT() +GalileoScale getGST() +GPSScale getGPS() +TCGScale getTCG() +TDBScale getTDB() +TCBScale getTCB() +GMSTScale getGMST() +GLONASSScale getGLONASS() +QZSSScale getQZSS() } class TAIScale class UTCScale class UT1Scale class TTScale class GalileoScale class "...Scale" as DummyScale note bottom numerous times scales ommitted for clarity end note TimeStamped <|.. AbsoluteDate TimeShiftable_T_ <|.. AbsoluteDate TimeScalesFactory *-down-> TimeScale : creates Comparable_AbsoluteDate_ <|.. AbsoluteDate Comparator_TimeStamped_ <-up- ChronologicalComparator ChronologicalComparator -right-> TimeStamped Comparator_TimeStamped_ <-up- TimeStamped DateComponents <--* DateTimeComponents TimeComponents <--* DateTimeComponents AbsoluteDate -down-> DateTimeComponents AbsoluteDate -down-> DateComponents AbsoluteDate -down-> TimeComponents AbsoluteDate -down-> TimeScale TimeScale <|-- TTScale TimeScale <|-- GalileoScale TimeScale <|-- TAIScale TimeScale <|-- UTCScale TimeScale <|-- UT1Scale TimeScale <|-- DummyScale UTCScale <--* GLONASSScale } @enduml
false
true
false
false
sequence
c04d0e2456a1bc41384901052ccd21995b047c19
3ecc35e4bc670f03d6dcf906b79ccf8ff31fb8dd
/docs/usecases/secure-otp/sign-in.puml
94f563db482435507e0ae748fb7b3c7f917979bb
[ "MIT", "BSD-3-Clause", "0BSD", "MPL-2.0", "WTFPL", "MPL-2.0-no-copyleft-exception", "Apache-2.0", "BSD-2-Clause" ]
permissive
gopasspw/gopass
52cc950912b7ece76723e20f2c3b2ddf4cc63a7b
14bc5153445a87c443796f55b8b76933e40bc52f
refs/heads/master
2023-08-30T15:30:49.087800
2023-08-07T08:02:46
2023-08-07T08:02:46
80,723,074
3,818
508
MIT
2023-09-13T07:40:18
2017-02-02T12:33:08
Go
UTF-8
PlantUML
false
false
807
puml
@startuml title Sign-In with local otp actor User database "Git-Passwordstore" database "Local-Passwordstore" database "gpg-key" activate User activate "Git-Passwordstore" User -> "Git-Passwordstore": show (login,password) "Git-Passwordstore" -> "gpg-key": decrypt "gpg-key" -> User: enter passphrase deactivate "Git-Passwordstore" activate Website User -> Website: sign-in (login,password) Website -> User: request: otp-code User -> "Local-Passwordstore": otp activate "Local-Passwordstore" "Local-Passwordstore" -> "gpg-key": decrypt(otp-token) "Local-Passwordstore" -> "Local-Passwordstore": generate otp-code (otp-token,local-time) deactivate "Local-Passwordstore" User -> Website: enter (otp-code) Website -> Website: validate (otp-code,website-time,otp-token) User <-- Website: success @enduml
false
true
false
false
usecase
1630c47139b6e704e1c8ac6c4f5954d3a26db608
fd4a0dd2f1e9aae2b3726f12e63bd918f5eeca31
/patterns/observers/diagram.puml
69fab7cf0b91c8e6b4c03d1b2c698186ce7f5c15
[ "MIT" ]
permissive
huntertran/soen6441-design-patterns
41e2d3e46a01dc4210f7245cf3da88fef7b33844
5b97aefae260fa816fa04ddf92f5af1027b28e5f
refs/heads/master
2020-10-02T04:09:13.910240
2019-12-19T04:04:56
2019-12-19T04:04:56
227,698,036
0
0
MIT
2019-12-13T15:00:47
2019-12-12T21:16:18
Java
UTF-8
PlantUML
false
false
470
puml
@startuml observers_pattern class Subject { attach() detach() notify() } note left: java.util.Observable class Observer { void update() } note left: java.util.Observer class ConcreteObserver { observerState void update() } note left: View class ConcreteSubject { subjectState getState() } note top: Model Observer <|-- Subject ConcreteObserver --|> Observer ConcreteObserver --|> ConcreteSubject ConcreteSubject --|> Subject @enduml
false
true
false
false
class
2319c0beab0a2d7257e83f4ef05994e48b7836b1
41e335a2ded65f95ece1c413fe9d465df1d198b4
/app/src/main/java/afkt/project/ui/widget/widget.plantuml
471ea76d16367fe9536785b165041494086da6b4
[ "Apache-2.0" ]
permissive
tulensayyj/DevUtils
ea40e897de72b88591cc1f1cea798eb74175eda8
3bc39eaf343c811270bc01e223cd37e80db9e04c
refs/heads/master
2022-11-27T05:08:28.115620
2020-07-27T13:24:50
2020-07-27T13:24:50
281,569,859
0
0
Apache-2.0
2020-07-22T03:59:24
2020-07-22T03:59:23
null
UTF-8
PlantUML
false
false
4,202
plantuml
@startuml title __WIDGET's Class Diagram__\n namespace afkt.project { namespace ui { namespace widget { class afkt.project.ui.widget.AutoGridView { {static} - TAG : String - numColumns : int - numColumnsID : int - previousFirstVisible : int + AutoGridView() + AutoGridView() + AutoGridView() + setNumColumns() # onConfigurationChanged() # onLayout() # onScrollChanged() - init() - setHeights() - updateColumns() } } } } namespace afkt.project { namespace ui { namespace widget { class afkt.project.ui.widget.BaseButton { + BaseButton() + BaseButton() + BaseButton() } } } } namespace afkt.project { namespace ui { namespace widget { class afkt.project.ui.widget.BaseEditText { + BaseEditText() + BaseEditText() + BaseEditText() } } } } namespace afkt.project { namespace ui { namespace widget { class afkt.project.ui.widget.BaseImageView { + BaseImageView() + BaseImageView() + BaseImageView() } } } } namespace afkt.project { namespace ui { namespace widget { class afkt.project.ui.widget.BaseRefreshView { - adapter : BaseQuickAdapter - body : FrameLayout - pageAssist : PageAssist<String> - recyclerView : RecyclerView - smartRefreshLayout : SmartRefreshLayout + BaseRefreshView() + BaseRefreshView() + BaseRefreshView() + BaseRefreshView() + addFooterView() + addFooterView() + addHeaderView() + addHeaderView() + finishLoadMore() + finishRefresh() + finishRefreshAndLoad() + finishRefreshOrLoad() + getAdapter() + getBody() + getFooterLayoutCount() + getHeaderLayoutCount() + getPageAssist() + getRecyclerView() + setAdapter() + setEnableLoadMore() + setEnableRefresh() + setLayoutManager() + setNoMoreData() + setOnLoadMoreListener() + setOnRefreshListener() + setOnRefreshLoadMoreListener() + setPageAssist() - init() } } } } namespace afkt.project { namespace ui { namespace widget { class afkt.project.ui.widget.BaseTextView { + BaseTextView() + BaseTextView() + BaseTextView() } } } } namespace afkt.project { namespace ui { namespace widget { class afkt.project.ui.widget.LoadingView { + LoadingView() + LoadingView() + setLoadingRenderer() # onAttachedToWindow() # onDetachedFromWindow() # onVisibilityChanged() - initAttrs() - startAnimation() - stopAnimation() } } } } afkt.project.ui.widget.AutoGridView -up-|> android.widget.GridView afkt.project.ui.widget.BaseButton -up-|> androidx.appcompat.widget.AppCompatButton afkt.project.ui.widget.BaseEditText -up-|> androidx.appcompat.widget.AppCompatEditText afkt.project.ui.widget.BaseImageView -up-|> androidx.appcompat.widget.AppCompatImageView afkt.project.ui.widget.BaseRefreshView -up-|> android.widget.LinearLayout afkt.project.ui.widget.BaseTextView -up-|> androidx.appcompat.widget.AppCompatTextView afkt.project.ui.widget.LoadingView -up-|> androidx.appcompat.widget.AppCompatImageView afkt.project.ui.widget.LoadingView o-- afkt.project.ui.widget.render.LoadingDrawable : mLoadingDrawable 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
8a782a6b0101097b9e044007387b41533b69e37d
7fbdb3db8e966a7f78cad2d9e6798dfd8aedea01
/src/com/cjj/designpattern/behavioral/state/StateSequenceGraph.puml
29f13090d8e347251d88a0e08a00d9c4a640601b
[]
no_license
vuquangtin/DesignPattern-1
3d1fc64e8412bf5ba3a10a38dde121c68ffc8b9a
47182c1c6e3f7e4126d33bdca53e055d9f0b3b5d
refs/heads/master
2021-10-09T20:10:01.009239
2019-01-03T01:33:51
2019-01-03T01:33:52
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
700
puml
@startuml activate Main activate awt awt ->SafeFrame:actionPerformed activate SafeFrame SafeFrame ->DayState:doUse activate DayState DayState -->SafeFrame deactivate DayState SafeFrame -->awt deactivate SafeFrame deactivate awt Main ->SafeFrame:setClock activate SafeFrame SafeFrame ->DayState:doClock activate DayState DayState ->SafeFrame:changeState activate SafeFrame SafeFrame -->DayState deactivate SafeFrame DayState -->SafeFrame SafeFrame -->Main deactivate SafeFrame activate awt awt ->SafeFrame:actionPerformed activate SafeFrame SafeFrame ->NightState:doUse activate NightState NightState -->SafeFrame deactivate NightState SafeFrame -->awt deactivate SafeFrame deactivate awt @enduml
false
true
false
false
sequence
aef6ed17b63916df69e15fc14320df0b1721aca3
a4442afeaeffcefbea519fd760977cd5f5aa85c1
/netty/netty-uml/bootstrap.puml
1fb8acd7c5648e2f5d5d19ff09a91d4668d7b305
[]
no_license
zhongxigong/stronger
0586c62cac43ccb465c3149b39c9c947d8257f87
e7aec22ccd3e611e910c4537ad1d72f51bdbe69b
refs/heads/master
2020-05-17T17:21:22.503481
2019-05-21T13:47:33
2019-05-21T13:47:33
183,849,590
3
2
null
null
null
null
UTF-8
PlantUML
false
false
2,106
puml
@startuml skinparam BackGroundColor #3c3f41 skinparam class { BorderColor #cbd5d6 ArrowColor #589df6 BackGroundColor #645e4d } class AbstractBootstrap{ EventLoopGroup group ChannelFactory<? extends C> channelFactory SocketAddress localAddress Map<ChannelOption<?>, Object> options Map<AttributeKey<?>, Object> attrs ChannelHandler handler B group(EventLoopGroup group) B channel(Class<? extends C> channelClass) B channelFactory(ChannelFactory<? extends C> channelFactory) B localAddress(SocketAddress localAddress) B option(ChannelOption<T> option, T value) B attr(AttributeKey<T> key, T value) ChannelFuture register() ChannelFuture bind() void init(Channel channel) B handler(ChannelHandler handler) EventLoopGroup group() } class ServerBootstrapAcceptor{ EventLoopGroup childGroup ChannelHandler childHandler Runnable enableAutoReadTask void channelRead(ChannelHandlerContext ctx, Object msg) } class Bootstrap{ BootstrapConfig config SocketAddress remoteAddress Bootstrap remoteAddress(SocketAddress remoteAddress) ChannelFuture connect() ChannelFuture doResolveAndConnect(final SocketAddress remoteAddress, final SocketAddress localAddress) void init(Channel channel) } class ServerBootstrap{ Map<ChannelOption<?>, Object> childOptions Map<AttributeKey<?>, Object> childAttrs ServerBootstrapConfig config EventLoopGroup childGroup ChannelHandler childHandler ServerBootstrap group(EventLoopGroup group) ServerBootstrap group(EventLoopGroup parentGroup, EventLoopGroup childGroup) ServerBootstrap childOption(ChannelOption<T> childOption, T value) ServerBootstrap childAttr(AttributeKey<T> childKey, T value) ServerBootstrap childHandler(ChannelHandler childHandler) init(Channel channel) EventLoopGroup childGroup() ChannelHandler childHandler() } Bootstrap -up-> AbstractBootstrap : extend ServerBootstrap -up-> AbstractBootstrap : exend ServerBootstrap *-up- ServerBootstrapAcceptor : contains > @enduml
false
true
false
false
sequence
02e17c671b715070945d9810f7c4f045d6c26059
70779029a8fbd05f6a0ea5c36e12e8fc6744fe77
/ApplicationManager/EdgeAppFactory.install.puml
daa13da72f8ca110e1f3d322fef9290b404f9f43
[]
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
1,542
puml
@startuml title "EdgeAppFactory install" !include https://raw.githubusercontent.com/se-edge/diagrams/develop/Participants.puml [->EAF: install(json) EAF->Stor ++: getDescription(appId) Stor-->EAF --: alt description not present EAF->EApp ++: downloadDescription() EApp->cloud: downloadDescription() EApp->EApp: checkCertificate() EApp->EApp: checkIntegrity() EApp-->EAF --: EAF->EAF: whoAmI() EAF->EApp ++: [[http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/se-edge/diagrams/develop/ApplicationManager/ComposeApplication.interpret.puml&fmt=svg interpret(description)]] EApp-->EAF --: description EAF->EApp **: [[http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/se-edge/diagrams/develop/ApplicationManager/ComposeApplication.new.puml&fmt=svg new(description)]] EApp-->EAF --: EAF->EApp ++: [[http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/se-edge/diagrams/develop/ApplicationManager/ComposeApplication.downloadApp.puml&fmt=svg downloadApp()]] EApp-->EAF --: note over EAF: if download fail, abort, so description is not save EAF->Stor ++: saveDescription() Stor-->EAF --: else EAF->EAF: whoAmI() EAF->EApp **: [[http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/se-edge/diagrams/develop/ApplicationManager/ComposeApplication.new.puml&fmt=svg new(description)]] EApp-->EAF --: end EAF-->[: EdgeApp @enduml
false
true
false
false
sequence
75a08424f552e5999aa0faa23069f054ddfd4842
0634a9166b31c3b8c1478adcf27dca1135aef48f
/diagrams/architecture.puml
5bc51c3e9eb178af7611aca2a04f6ec963fd3a94
[ "Apache-2.0" ]
permissive
devernul/fault-tolerance-talk
2e7668282a50b162c480dff7db7530ee39a91040
58cc1d870aae37dfb462e1987ca6adafc5b2c272
refs/heads/master
2020-12-29T00:41:31.912605
2015-06-05T06:40:07
2015-06-05T06:40:07
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
224
puml
@startuml actor User User -> [API Gateway]: Product Details Page [API Gateway] --> [Price] : Price information [API Gateway] --> [Product] :" Product Details" [API Gateway] --> [Inventory]: " In-stock availability" @enduml
false
true
false
false
sequence
6a8591d1f05633b6be41bb33ee24760b1c0eaa2e
3e8de74dfe19cd437fd7842887394d4921a109d7
/docs/images/conditions.plantuml
364af4c8dd5676678f8358d775708c651b78ab13
[]
no_license
jmbruel/InnopolisDesignPatterns
62c5f1df870883cd44245d6459243c83b96d0995
a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e
refs/heads/master
2021-02-04T20:34:22.378185
2020-11-16T17:40:28
2020-11-16T17:40:28
243,707,157
0
7
null
2020-10-23T08:58:33
2020-02-28T07:49:59
JavaScript
UTF-8
PlantUML
false
false
208
plantuml
@startuml '----------------------------------- ' UML patterns illustrated ' JMB 2014 '----------------------------------- state mdp as "E0" mdp --> E1 : [x<0] mdp --> E2 : [x==0] mdp --> E3 : [x>0] @enduml
false
true
false
false
sequence
0217f00a41e755f5c0f591426764ec9d53e3670f
27a045c374d7118b8019e71c6a166ccfef66a4cc
/JavaBasics/src/com/sourcecode/concurrencytools_CyclicBarrier/CyclicBarrier_framework.puml
f8c6da7a76db48824beaa7933956d06f723f6342
[]
no_license
colonel8377/code
6f422c687226bae928ab6e377e321e4671d70d18
07ee8b4fc0d325341c6866395b5bda6d44271707
refs/heads/master
2022-01-04T20:09:21.777194
2018-12-26T14:15:39
2018-12-26T14:15:39
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
396
puml
@startuml class CyclicBarrier { lock : ReentrantLock; trip : Condition; parties : int barrierCommand:Runnable generation : Generation count : int } class ReentrantLock { } interface Condition { } class Generation { broke : boolean } CyclicBarrier o-- "1" ReentrantLock CyclicBarrier o-- "1" Condition CyclicBarrier +-- Generation @enduml
false
true
false
false
class
e044e9f8fdd0e56e80d79103285e48d6b9d9b1b8
b99c0768ada0f1fc62bc51241dae78e35596e2cc
/sequence-diagrams/simple-worker.puml
3d12aae3dd4946d8ac822d11c7ed232e7f244e84
[]
no_license
cwhiteley/diagrams-images
cc1783f48fa9a4aeae52b89142e88d5b23ad4c5c
836868308dcd2d246fea50014233428abed9c56a
refs/heads/master
2021-01-25T00:56:12.636827
2017-06-21T20:14:22
2017-06-21T20:14:22
94,699,847
0
0
null
null
null
null
UTF-8
PlantUML
false
false
874
puml
@startuml participant scheduler as client participant "result queue" as result participant "task queue" as task participant worker participant autopilot == Initialization == client -> client: startup client -> task: initialize client <-- task: client -> result: initialize client <-- result: client -> autopilot: add queues client <-- autopilot: == process run == alt scheduler starts up workers loop N + 1 client -> worker: start worker worker -> autopilot: find queues worker <-- autopilot: client <-- worker: end else workers start self worker -> worker: start up worker -> autopilot: find queues worker <-- autopilot: end loop tasks worker -> task: get task task --> worker: task worker -> result: send results result --> worker: end loop results client -> result: get result result --> client: results client -> task: send tasks client <-- task: end @enduml
false
true
false
false
sequence
0d0a4fae4c3e839ecc0d6df8a7a4928cc34fa3cc
5cc78b566cd1202586a1cc6b8cb6d97bb7a6394b
/src/docs/uml/sequence1.puml
9515e1406bcf90f97b644dcef0c8de19df17e4f2
[ "MIT" ]
permissive
garbagetown/jjug-ccc-2017-fall
95c8d32f6d96a6463b7196c804353d285812659f
2e6824b187e140579a8e1cc984132fc897515e67
refs/heads/master
2021-08-16T07:52:50.032132
2017-11-19T09:57:14
2017-11-19T09:57:14
111,135,773
0
0
null
null
null
null
UTF-8
PlantUML
false
false
156
puml
Alice -> Bob: Request activate Bob Bob -> Bob: Process Bob --> Alice: Response Alice -> Bob: Another Request Alice <-- Bob: another Response deactivate Bob
false
true
false
false
sequence
02bc2908c61ab50d885ba18f1dd279d143af6698
c2b6bfee8da36cc39de688e146ba107b74218b12
/plantuml/Support/default.plantuml
365299ef83d3c4bfbef4ed6d4d842217e1211256
[ "Apache-2.0" ]
permissive
TOMP-WG/TOMP-API
02bbd268c6ece21f7a5d28f4e42e1b456233e8e9
2aa6ae3d6b355a12a8936ff1069821bb7c89a743
refs/heads/master
2023-09-01T16:13:50.445300
2023-07-25T12:08:52
2023-07-25T12:08:52
189,022,994
80
34
Apache-2.0
2023-08-22T12:36:34
2019-05-28T12:21:59
null
UTF-8
PlantUML
false
false
692
plantuml
@startuml Support title Support Scenario - V1.0.0 participant MP participant TO autoactivate on note over MP to facilitate reporting support issues, the MP can call POST /support. To monitor the progress the /support/{id}/status can be used end note MP -> TO : /support/ note over TO The message should contain information about the end user (=traveler) that is reporting the issue for contact purposes (phone number), the location and time and a priority. end note return issue note over MP After creating an issue, the MP can monitor the issue. The {id} is the id of the leg. end note MP -> TO : /issue/{id}/status return all statusses of the reported issue(s) on this leg @enduml
false
true
false
false
sequence
0f1b691fa83dd70db6ae6b59632fbfd27ac3b20e
5f58cbbdec93bd1342ce2745c82721daacb93740
/BeanFactory.puml
97c9f48fc5a59d554f1e1aae1e2f00d34f99b3cb
[]
no_license
rustberry/tiny-spring
e2397755912d3c4af0236d3dc1f3c587b141a25c
d0d34e678071e6319805e7bfed6f928a59ece1ad
refs/heads/master
2021-07-07T18:05:12.245534
2019-08-12T06:45:53
2019-08-12T06:45:53
196,033,002
0
0
null
2020-10-13T15:10:31
2019-07-09T15:10:48
Java
UTF-8
PlantUML
false
false
2,568
puml
@startuml ' ---- layout starts together { interface ConfigurableBeanFactory class DefaultSingletonBeanRegistry interface BeanDefinitionRegistry } ConfigurableBeanFactory -[hidden]> DefaultSingletonBeanRegistry DefaultSingletonBeanRegistry -[hidden]> BeanDefinitionRegistry ' ---- layout ends interface SingletonBeanRegistry { registerSingleton() getSingleton() } interface SingletonBeanRegistry #Orange class DefaultSingletonBeanRegistry #Orange DefaultSingletonBeanRegistry ..|> SingletonBeanRegistry : implements class XmlBeanDefinitionReader { BeanDefinitionRegistry registry } interface BeanDefinitionRegistry { getBeanDefinition() registerBeanDefinition() } XmlBeanDefinitionReader --* BeanDefinitionRegistry : has-a interface BeanDefinition class GenericBeanDefinition BeanDefinition <|.. GenericBeanDefinition : implements BeanDefinition o.. BeanDefinitionRegistry : aggregates/depends on interface BeanFactory { getBean() } interface ConfigurableBeanFactory { setBeanClassLoader() getBeanClassLoader() } BeanFactory <|-- ConfigurableBeanFactory : extends class DefaultBeanFactory DefaultBeanFactory ....|> ConfigurableBeanFactory : implements DefaultBeanFactory ....|> BeanDefinitionRegistry : implements DefaultBeanFactory ---|> DefaultSingletonBeanRegistry : extends interface ApplicationContext #APPLICATION ApplicationContext ----|> ConfigurableBeanFactory : extends ApplicationContext -* DefaultBeanFactory : has-a abstract class AbstractApplicationContext { {abstract} getResourceByPath() } abstract class AbstractApplicationContext #Pink AbstractApplicationContext ...|> ApplicationContext : implements AbstractApplicationContext .o Resource : depends on 'class rust.tinyspring.context.support.ClassPathXmlApplicationContext 'class rust.tinyspring.context.support.FileSystemXmlApplicationContext FileSystemXmlApplicationContext --|> AbstractApplicationContext ClassPathXmlApplicationContext --|> AbstractApplicationContext interface Resource { getInputStream() } 'class rust.tinyspring.core.io.ClassPathResource 'class rust.tinyspring.core.io.FileSystemResource ClassPathResource ..|> Resource FileSystemResource ..|> Resource 'abstract class AbstractList 'abstract AbstractCollection 'interface List 'interface Collection ' 'List <|-- AbstractList 'Collection <|-- AbstractCollection ' 'Collection <|- List 'AbstractCollection <|- AbstractList 'AbstractList <|-- ArrayList ' 'class ArrayList { 'Object[] elementData 'size() '} ' 'enum TimeUnit { 'DAYS 'HOURS 'MINUTES '} @enduml
false
true
false
false
class
6e875661c9ec39000bab05edf9141f4b65905616
c3287e91ce0ebce396cd3966de3d2f7d90131c20
/Plantuml/UI/include.puml
f5f8903f642784c3afe6076ece56bde0a84c6615
[]
no_license
kretmatt/SWE2-Tourplanner
497ec2e888112bd3d67a0f2b97e7c1e8e0348371
f064500ae5b913b00671f358a586011affcdaf00
refs/heads/main
2023-05-12T11:48:29.605417
2021-06-06T21:53:11
2021-06-06T21:53:11
341,115,114
0
0
null
null
null
null
UTF-8
PlantUML
false
false
11,696
puml
@startuml class App <<partial>> { # <<override>> OnStartup(e:StartupEventArgs) : void } Application <|-- App class CreateUpdateTourView <<partial>> { + CreateUpdateTourView() } Window <|-- CreateUpdateTourView IDialog <|-- CreateUpdateTourView class ErrorView <<partial>> { + ErrorView() } Window <|-- ErrorView IDialog <|-- ErrorView class ImportConfigView <<partial>> { + ImportConfigView() } Window <|-- ImportConfigView IDialog <|-- ImportConfigView class ImportView <<partial>> { + ImportView() } Window <|-- ImportView IDialog <|-- ImportView class MainWindow <<partial>> { + MainWindow() } Window <|-- MainWindow class ManeuverManagementWindow <<partial>> { + ManeuverManagementWindow() } Window <|-- ManeuverManagementWindow IDialog <|-- ManeuverManagementWindow class TourLogCreateUpdateView <<partial>> { + TourLogCreateUpdateView() } Window <|-- TourLogCreateUpdateView IDialog <|-- TourLogCreateUpdateView class RelayCommand { + RelayCommand(execute:Action<object>, canExecute:Predicate<object>) + CanExecute(parameter:object) : bool + <<virtual>> Execute(parameter:object) : void } class "Action`1"<T> { } class "Predicate`1"<T> { } ICommand <|-- RelayCommand RelayCommand --> "_execute<object>" "Action`1" RelayCommand --> "_canExecute<object>" "Predicate`1" class RouteInfoImageConverter { + Convert(value:object, targetType:Type, parameter:object, culture:CultureInfo) : object + ConvertBack(value:object, targetType:Type, parameter:object, culture:CultureInfo) : object } IValueConverter <|-- RouteInfoImageConverter class StringToDateTimeConverter { + Convert(value:object, targetType:Type, parameter:object, culture:CultureInfo) : object + ConvertBack(value:object, targetType:Type, parameter:object, culture:CultureInfo) : object } IValueConverter <|-- StringToDateTimeConverter class DialogCloseRequestedEventArgs { + DialogCloseRequestedEventArgs(dialogResult:bool?) + DialogResult : bool? <<get>> } EventArgs <|-- DialogCloseRequestedEventArgs class DialogService { + DialogService(owner:Window) + Register() : void + ShowDialog(viewModel:TViewModel) : bool? } class "IDictionary`2"<T1,T2> { } IDialogService <|-- DialogService DialogService --> "owner" Window DialogService --> "Mappings<Type,Type>" "IDictionary`2" interface IDialog { DataContext : object <<get>> <<set>> DialogResult : bool? <<get>> <<set>> Close() : void ShowDialog() : bool? } IDialog --> "Owner" Window interface IDialogRequestClose { <<event>> CloseRequested : EventHandler<DialogCloseRequestedEventArgs> } interface IDialogService { Register() : void ShowDialog(viewModel:TViewModel) : bool? } class ExternalResourceControl <<partial>> { - {static} <<readonly>> googleFaviconCrawler : string = @"https://www.google.com/s2/favicons?domain" - faviconLocation : string + LinkText : string <<get>> <<set>> + Link : string <<get>> <<set>> + Favicon : object <<get>> <<set>> + ExternalResourceControl() - ExternalResource_MouseDown(sender:object, e:MouseButtonEventArgs) : void - {static} OnLinkChanged(d:DependencyObject, e:DependencyPropertyChangedEventArgs) : void + <<event>> PropertyChanged : PropertyChangedEventHandler # <<virtual>> OnPropertyChanged(propertyName:string) : void } UserControl <|-- ExternalResourceControl INotifyPropertyChanged <|-- ExternalResourceControl ExternalResourceControl o-> "LinkTextProperty" DependencyProperty ExternalResourceControl o-> "LinkProperty" DependencyProperty class DoubleRangeRule { + Min : double <<get>> <<set>> + Max : double <<get>> <<set>> + <<override>> Validate(value:object, cultureInfo:CultureInfo) : ValidationResult } ValidationRule <|-- DoubleRangeRule class ManeuverValidationRule { + <<override>> Validate(value:object, cultureInfo:CultureInfo) : ValidationResult } ValidationRule <|-- ManeuverValidationRule class NoNegativeDistancesRule { + <<override>> Validate(value:object, cultureInfo:CultureInfo) : ValidationResult } ValidationRule <|-- NoNegativeDistancesRule class TextInputValidationRule { + Min : int <<get>> <<set>> + Max : int <<get>> <<set>> + <<override>> Validate(value:object, cultureInfo:CultureInfo) : ValidationResult } ValidationRule <|-- TextInputValidationRule abstract class BaseViewModel { + <<event>> PropertyChanged : PropertyChangedEventHandler # <<virtual>> OnPropertyChanged(propertyName:string) : void } INotifyPropertyChanged <|-- BaseViewModel class CreateUpdateTourLogViewModel { + <<event>> CloseRequested : EventHandler<DialogCloseRequestedEventArgs> + Distance : double <<get>> <<set>> + Temperature : double <<get>> <<set>> + Rating : double <<get>> <<set>> + Report : string <<get>> <<set>> + ConfirmButtonMessage : string <<get>> + HeadingMessage : string <<get>> + CreateUpdateTourLogViewModel(tourLog:TourLog) } class "IEnumerable`1"<T> { } BaseViewModel <|-- CreateUpdateTourLogViewModel IDialogRequestClose <|-- CreateUpdateTourLogViewModel CreateUpdateTourLogViewModel --> "tourLog" TourLog CreateUpdateTourLogViewModel --> "StartDate" DateTime CreateUpdateTourLogViewModel --> "EndDate" DateTime CreateUpdateTourLogViewModel --> "Weather" EWeather CreateUpdateTourLogViewModel --> "TravelMethod" ETravelMethod CreateUpdateTourLogViewModel --> "WeatherTypes<EWeather>" "IEnumerable`1" CreateUpdateTourLogViewModel --> "TravelMethods<ETravelMethod>" "IEnumerable`1" CreateUpdateTourLogViewModel --> "ExitCommand" ICommand CreateUpdateTourLogViewModel --> "ConductCreateUpdateCommand" ICommand class CreateUpdateTourViewModel { - manualTour : bool = false + <<event>> CloseRequested : EventHandler<DialogCloseRequestedEventArgs> + Name : string <<get>> <<set>> + StartLocation : string <<get>> <<set>> + EndLocation : string <<get>> <<set>> + Description : string <<get>> <<set>> + Distance : double <<get>> <<set>> + RouteInfo : string <<get>> <<set>> + HeadingMessage : string <<get>> + ConfirmButtonMessage : string <<get>> + ManualTour : bool <<get>> <<set>> + CreateUpdateTourViewModel(tour:Tour, dialogService:IDialogService) } class "ObservableCollection`1"<T> { } class "IEnumerable`1"<T> { } BaseViewModel <|-- CreateUpdateTourViewModel IDialogRequestClose <|-- CreateUpdateTourViewModel CreateUpdateTourViewModel --> "tour" Tour CreateUpdateTourViewModel --> "maneuvers<Maneuver>" "ObservableCollection`1" CreateUpdateTourViewModel --> "maneuversViewModel" ManeuversViewModel CreateUpdateTourViewModel --> "RouteType" ERouteType CreateUpdateTourViewModel --> "Maneuvers<Maneuver>" "ObservableCollection`1" CreateUpdateTourViewModel --> "RouteTypes<ERouteType>" "IEnumerable`1" CreateUpdateTourViewModel --> "ExitCommand" ICommand CreateUpdateTourViewModel --> "CommitCommand" ICommand CreateUpdateTourViewModel --> "ManageManeuverCommand" ICommand CreateUpdateTourViewModel --> "SelectRouteInfoCommand" ICommand class ErrorViewModel { - errorHandlingMessage : string - errorType : string + <<event>> CloseRequested : EventHandler<DialogCloseRequestedEventArgs> + ErrorHandlingMessage : string <<get>> + ErrorType : string <<get>> + ErrorViewModel(errorHandlingMessage:string, errorType:string) } BaseViewModel <|-- ErrorViewModel IDialogRequestClose <|-- ErrorViewModel ErrorViewModel --> "CloseCommand" ICommand class ImportConfigViewModel { - configPath : string + <<event>> CloseRequested : EventHandler<DialogCloseRequestedEventArgs> + ConfigPath : string <<get>> <<set>> + ImportConfigViewModel() } BaseViewModel <|-- ImportConfigViewModel IDialogRequestClose <|-- ImportConfigViewModel ImportConfigViewModel --> "SelectConfigCommand" ICommand ImportConfigViewModel --> "ExitCommand" ICommand ImportConfigViewModel --> "ConfirmCommand" ICommand class ImportViewModel { + <<event>> CloseRequested : EventHandler<DialogCloseRequestedEventArgs> + ImportViewModel(config:ITourPlannerConfig) } class "ObservableCollection`1"<T> { } BaseViewModel <|-- ImportViewModel IDialogRequestClose <|-- ImportViewModel ImportViewModel --> "jsonPaths<string>" "ObservableCollection`1" ImportViewModel --> "config" ITourPlannerConfig ImportViewModel --> "JsonPaths<string>" "ObservableCollection`1" ImportViewModel --> "SelectPathsCommand" ICommand ImportViewModel --> "ExitCommand" ICommand ImportViewModel --> "ConfirmImportCommand" ICommand class MainViewModel { - ShowException(e:Exception) : void + MainViewModel(dialogService:IDialogService) } class "IExporterImporter`1"<T> { } BaseViewModel <|-- MainViewModel MainViewModel --> "tourDetailViewModel" TourDetailViewModel MainViewModel --> "toursViewModel" ToursViewModel MainViewModel --> "tourPlannerFactory" ITourFactory MainViewModel --> "dialogService" IDialogService MainViewModel --> "pdfGenerator" ITourPlannerReportsGenerator MainViewModel --> "exporterImporter<Tour>" "IExporterImporter`1" MainViewModel --> "TourDetailViewModel" TourDetailViewModel MainViewModel --> "ToursViewModel" ToursViewModel MainViewModel --> "AddTourCommand" ICommand MainViewModel --> "RemoveTourCommand" ICommand MainViewModel --> "EditTourCommand" ICommand MainViewModel --> "GenerateTourReportCommand" ICommand MainViewModel --> "GenerateSummaryReportCommand" ICommand MainViewModel --> "GenerateJSONExportCommand" ICommand MainViewModel --> "ConductImportCommand" ICommand MainViewModel --> "LoadConfigCommand" ICommand class ManeuversViewModel { + <<event>> CloseRequested : EventHandler<DialogCloseRequestedEventArgs> + ManeuversViewModel(maneuvers:List<Maneuver>) } class "ObservableCollection`1"<T> { } BaseViewModel <|-- ManeuversViewModel IDialogRequestClose <|-- ManeuversViewModel ManeuversViewModel --> "maneuvers<Maneuver>" "ObservableCollection`1" ManeuversViewModel --> "currentManeuver" Maneuver ManeuversViewModel --> "Maneuvers<Maneuver>" "ObservableCollection`1" ManeuversViewModel --> "CurrentManeuver" Maneuver ManeuversViewModel --> "AddManeuverCommand" ICommand ManeuversViewModel --> "RemoveManeuverCommand" ICommand ManeuversViewModel --> "ConfirmCommand" ICommand ManeuversViewModel --> "ExitCommand" ICommand class TourDetailViewModel { - ShowException(e:Exception) : void + TourDetailViewModel(dialogService:IDialogService) } class "ObservableCollection`1"<T> { } BaseViewModel <|-- TourDetailViewModel TourDetailViewModel --> "_selectedTour" Tour TourDetailViewModel --> "selectedTourLog" TourLog TourDetailViewModel --> "currentTourLogs<TourLog>" "ObservableCollection`1" TourDetailViewModel --> "tourLogFactory" ITourLogFactory TourDetailViewModel --> "dialogService" IDialogService TourDetailViewModel --> "CurrentTourLogs<TourLog>" "ObservableCollection`1" TourDetailViewModel --> "SelectedTour" Tour TourDetailViewModel --> "SelectedTourLog" TourLog TourDetailViewModel --> "AddLogCommand" ICommand TourDetailViewModel --> "RemoveLogCommand" ICommand TourDetailViewModel --> "EditLogCommand" ICommand class ToursViewModel { - searchString : string + SearchString : string <<get>> <<set>> + ToursViewModel(tourPlannerFactory:ITourFactory, dialogService:IDialogService) } class "ObservableCollection`1"<T> { } BaseViewModel <|-- ToursViewModel ToursViewModel --> "tourPlannerFactory" ITourFactory ToursViewModel --> "dialogService" IDialogService ToursViewModel --> "filteredTours<Tour>" "ObservableCollection`1" ToursViewModel --> "_tours<Tour>" "ObservableCollection`1" ToursViewModel --> "FilteredTours<Tour>" "ObservableCollection`1" ToursViewModel --> "Tours<Tour>" "ObservableCollection`1" ToursViewModel --> "SearchToursCommand" ICommand @enduml
false
true
false
false
class
10b31d643c5c4778316e32f5e72ea9324028f9c3
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/searchable_dropdown/diagrams/project_groups_searchable_dropdown_widget_class_diagram.puml
f36dd803b0a37d1a7d71c8556fb552cd96be91e4
[ "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,127
puml
@startuml package common.widgets { class ProjectGroupsSearchableDropdown { - _dropdownMenuController : SelectionMenuController - _searchBarFocusNode : FocusNode - _searchBarTextController : TextEditingController - void _openMenu() - void _closeMenu() - void _searchBarFocusNodeListener() - void _selectAllSearchBarText() - void _fillSearchBarWithSelectedItem() - void _onEnterKeyPressed() } } package base.widgets { class SearchableDropdown<T> { + searchBarBuilder : SearchBarBuilder + dropdownMenuBuilder : DropdownMenuBuilder + itemBuilder : DropdownItemBuilder + dropdownMenuController : SelectionMenuController + onDropdownMenuStateChanged : ValueChanged<MenuState> + items : List<T> + maxVisibleItems : int + onItemSelected : VoidCallback + itemHeight : double + searchBarPadding : EdgeInsets + dropdownPadding : EdgeInsets + closeDropdownOnTapOutside : bool } } ProjectGroupsSearchableDropdown --> SearchableDropdown : uses @enduml
false
true
false
false
sequence
d99815159e353a67c0107afa7e68f9362d291cf5
3a3e44d479b4a2bfc5c57eae20da9865d436f304
/samples/oauth2/sparklr/src/main/java/org/springframework/security/oauth/examples/sparklr/repository/repository.plantuml
6539be05fa89d212b27a30e3e20126adbe9e25b5
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
zwan2016/spring-security-oauth
abd781584a9e309df941ec53122b8f49575cbb35
43d8cf4d0386515c48a5cae2d463e2ac0e40dbe3
refs/heads/master
2020-08-24T19:19:39.887062
2020-04-08T15:57:53
2020-04-08T15:57:53
216,889,795
0
0
Apache-2.0
2019-10-22T19:06:43
2019-10-22T19:06:43
null
UTF-8
PlantUML
false
false
756
plantuml
@startuml title __REPOSITORY's Class Diagram__\n namespace org.springframework.security.oauth.examples.sparklr { namespace repository { interface org.springframework.security.oauth.examples.sparklr.repository.ClientRepository { {abstract} + findByClientName() } } } namespace org.springframework.security.oauth.examples.sparklr { namespace repository { interface org.springframework.security.oauth.examples.sparklr.repository.UserRepository { {abstract} + findByUsername() } } } 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
4ac240a2d899c80a1b76fb9148f1109fcb23ec36
2e4d1cc15373faa110282ff2f2471f7ae464c6ad
/crossword/doc/analysis/diagrams/Components.puml
ec75d3c902145d0e7d36bea1a1e12d016e4a8711
[ "MIT" ]
permissive
TraningCenter2018-2019/A_G_Guseva_first_task
bfb1058c0caf663d777bc19bc0265e4e81f825e1
2650c7e9ac2717c4aaae7e24869deee5b9b2a0dd
refs/heads/master
2020-04-03T09:56:55.057597
2018-12-04T19:35:01
2018-12-04T19:35:01
155,180,076
0
0
MIT
2018-12-04T19:35:02
2018-10-29T08:50:40
null
UTF-8
PlantUML
false
false
225
puml
@startuml [Main] --> printVSLogic printVSLogic .left.> [modification] printVSLogic <--> [user_interaction] printVSLogic <..> [configuration] [user_interaction] ..> [CrasswordFactory] [user_interaction] ..> [Game] @enduml
false
true
false
false
class
04f35422314e678eace6e02cb8e1350eb867cf13
0eda5bcc972f2358b4ae6d39be64086c219b22ef
/src/main/java/Assignments/ex46/diagram.puml
a47f46dceb3e3a681f3a04d0d9ac63bde1f9fd57
[]
no_license
arkaik2k01/nobrega-cop3330-assignment3
c1d7f7640def29994e6ed6df694244e0234e841c
aeb470a45a70c8015f3b7354e69e9c48eb854e7e
refs/heads/master
2023-05-30T21:32:35.783064
2021-06-20T21:24:16
2021-06-20T21:24:16
377,331,823
0
0
null
null
null
null
UTF-8
PlantUML
false
false
292
puml
@startuml 'https://plantuml.com/class-diagram class App { - Frequency freq - App prog -readInput() -outputFreq(Frequency) } note right: Driver code App <|-- Frequency class Frequency { - TreeMap<String, Integer> freq + void addToMap(String) + gets() } @enduml
false
true
false
false
class
a42c046b4fe18b6cbdfff92153b50e27ec3d0e87
5f814582bd2ca24795350c11046f13ababdd18ba
/src/main/java/JavaStudy/Study01_工厂模式/S1_简单工厂模式/类图.puml
e76aa3fb6fd1d29873c779e35af73466f6bc578d
[]
no_license
lmandlyp163/DesignPatternStudy
e8bec90583808fc800111edc509df5e050adac2d
c4c8cfeef2557805d3a5ef3e58a65ee96b8b9304
refs/heads/master
2021-06-25T09:14:52.882452
2020-11-30T09:43:19
2020-11-30T09:43:19
166,002,300
0
0
null
null
null
null
UTF-8
PlantUML
false
false
351
puml
@startuml interface Porduct class PorductA class PorductB class PorductC class FactoryClientA class Test Porduct : createCar() PorductA : createCar() PorductB : createCar() PorductC : createCar() FactoryClientA : createProduct() Porduct <|-- PorductA Porduct <|-- PorductB Porduct <|-- PorductC Test ..> FactoryClientA Test ..> Porduct @enduml
false
true
false
false
class
c137e9619001f52e79c42a846281efee3d138664
1ac0a5cf0a74b207d7cdac817f81b15f452f494c
/Livrables/Diagrammes/Composants/UML/KitchenPorterController.plantuml
d93c7f547f477158916c5421f2310fd11a629811
[ "MIT" ]
permissive
HugoLA1/Projet-programmation-systeme
1f143b71a52871ca3536b30d78592c29f19aae97
5262fa64cd862283078346b4f8a2aa69246d47d6
refs/heads/master
2020-06-01T10:33:49.688170
2018-12-13T13:22:55
2018-12-13T13:22:55
190,750,176
0
0
null
null
null
null
UTF-8
PlantUML
false
false
808
plantuml
@startuml class KitchenPorterController { model : Model threadK : Thread - observers : List<IObserver> + KitchenPorterController() + MoveToDishWater(kitchenPorter:KitchenPorter) : void + MoveToWashingMachine() : void + WashUstensil(useUstensil:List<Ustensil>, kitchenPorter:KitchenPorter) : void - MoveToCounter(kitchenPorter:KitchenPorter) : void + StartDishWasher(ustensils:List<Ustensil>) : void + StartWashingMachine(ustensils:List<Ustensil>) : void + CreateThread() : void + WatchLoop() : void + RegisterObserver(observer:IObserver) : void + UnregisterObserver(observer:IObserver) : void + NotifyObservers(counter:List<Point>) : void + NotifyObservers(track:List<Point>, table:Table) : void } ISubject <|-- KitchenPorterController @enduml
false
true
false
false
class
8d32c4bfc398039bf288eedcd5a896a68999cc71
a69bffbb1891cce8d8d1cb18376eec2e4cdfc1ad
/UML.puml
e5049a5e10d0479d64579b6fb6c7e01dc1611a63
[]
no_license
Ellakh/FlightGearJoystickApp
0975b472251684ac74ba964a33f63e4633997f37
cfc7fc3c9761cbe314b7ddfe83a5db7fcf2f8d69
refs/heads/master
2023-06-11T13:19:26.944608
2021-06-27T20:26:59
2021-06-27T20:26:59
378,531,306
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,797
puml
@startuml MainActivity o-- ViewModel ViewModel o-- Model AppCompatActivity <|-- MainActivity BaseObservable <|-- ViewModel SurfaceView <|-- Joystick Callback <|-- Joystick OnTouchListener <|-- Joystick Joystick o-- IOnChange class MainActivity { - private ViewModel vm # protected void onCreate(Bundle savedInstanceState) } class Joystick { + IOnChange onChange - float XPosition - float YPosition - float totalRadius - float joystickRadius - private void draw(float x, float y) + public void surfaceCreated(@NonNull SurfaceHolder holder) + public void surfaceChanged(@NonNull SurfaceHolder holder, int format, int width, int height) + public void surfaceDestroyed(@NonNull SurfaceHolder holder) + public boolean onTouch(View v, MotionEvent event) } class ViewModel { - Model mdl - int rudder - int throttle - String ip - String port + public void setIp(String ipAddress) + public String getIp() + public void setPort(String portNumber) + public String getPort() + public void setAileron(double val) + public void setElevator(double val) + public void setThrottle(int throttle) + public int getThrottle() + public void setRudder(int rudder) + public int getRudder() + public void connectToSimulator() } class Model { - BlockingQueue<Runnable> taskQueue - PrintWriter printIt - boolean terminate + public void closeTheThread() + public void setAileron(double val) + public void setThrottle(double val) + public void setRudder(double val) + public void setElevator(double val) + public void connectToSimulatorInModel(String ip, int port) } interface IOnChange { + void move() } interface OnTouchListener { } interface Callback { } @enduml
false
true
false
false
class
97fc6791f38e22c98b6c2bc371e34c84dda682a7
09be3fc1dde531f77506e2a700b43513c49bc509
/sequnce/restful.puml
c4bbeb941f70c0f1f644d277f488045ccc9db408
[]
no_license
kanok-p/gqlgen-go
07adebc3da52dc705e51b1ed988510607a6b78da
b7bcb51694b79be75967d1ae5b3b595402f47eed
refs/heads/master
2022-11-21T18:35:58.182098
2020-08-03T09:17:45
2020-08-03T09:17:45
284,654,853
0
0
null
null
null
null
UTF-8
PlantUML
false
false
787
puml
@startuml participant client participant schema participant resolver participant repository participant helper participant "RESTful API" as rest client -> schema: handler.NewDefaultServer(schema) activate schema schema -> resolver: generated.NewExecutableSchema(gqlConfig) activate resolver resolver -> repository: graph.Resolver{Repo: repo} activate repository repository -> helper: CURL(method string, url string, opts ...CURLOption) (interface{}, error) activate helper helper -> rest: client.Do(req) activate rest helper <- rest: data deactivate rest repository <- helper: data deactivate helper resolver <- repository: data deactivate repository schema <- resolver: data deactivate resolver client <- schema: data deactivate schema skinparam monochrome true hide footbox @enduml
false
true
false
false
sequence
2b1004524f2b47c13c6bed5412f64bd66497f47c
0b89e317aa3e80c52d718327db4c8ad8ea2d2c08
/Project-code/src/main/plantUML/tilBrukerside.puml
8faa9fb370d4016011a433f042db275b17e27958
[]
no_license
MyhreS/SE-Gruppeoppgave
39a287228c360c07fa10a4ef990bf0e23fa76bca
95d7cbf723a0194a66f52986bc5bedf9e4ec536e
refs/heads/main
2023-05-05T12:39:50.435237
2021-05-28T12:09:55
2021-05-28T12:09:55
344,477,651
0
0
null
null
null
null
UTF-8
PlantUML
false
false
231
puml
@startuml Bruker -> Nettsiden: "Til brukersiden" knapp Nettsiden -> Backend: Send bruker-id Backend -> Database: Hent brukerens informasjon Database --> Backend: Brukerinformasjon Backend -> Nettsiden: Send til brukersiden @enduml
false
true
false
false
sequence
a318a3b251e4e01b2391eeeac68f7b34ce7a2eaa
990671ac4b39260cfdd79e4fdfa394c9fb1acbea
/Code/result.puml
8ccc5fd4510c74a50ff7b69d24e7dcd5326a9964
[]
no_license
lmacedob/PIR-7
3da7717088873dba10d807d628d6f548052c7025
6e64b4f6e7a512bf7549bc32170630796d959708
refs/heads/master
2022-10-25T00:11:40.047093
2020-06-17T16:43:48
2020-06-17T16:43:48
254,640,697
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,985
puml
@startuml !pragma teoz true header IBANEZ Israel, MACEDO Luis title ALL participant UE participant eNodeB collections EPC {start} eNodeB -> UE: **MIB** //DeltaT =112.763 ms// note left: 15:58:35.112763 note right: 0:0:0.0 ||60|| {end} eNodeB -> UE: **SIB1** //DeltaT =233.694 ms// {start} <-> {end} : some time note left: 15:58:35.207472 note right: 15:37:42.973778 eNodeB -> UE: **SIB2** //DeltaT =377.715 ms// note left: 15:58:35.351587 note right: 15:37:42.973872 eNodeB -> EPC: **S1 Setup Request** //DeltaT =0.138 ms// note left: 15:37:42.974441 note right: 15:37:42.974579 EPC -> eNodeB: **S1 Setup Response** //DeltaT =0.593 ms// note left: 15:37:42.975631 note right: 15:37:42.975038 UE -> eNodeB: **Connection Request** //DeltaT =609.606 ms// note left: 15:37:44.742934 note right: 15:58:35.352540 eNodeB -> UE: **Connection Setup** //DeltaT =638.534 ms// note left: 15:58:35.415504 note right: 15:37:44.776970 UE -> eNodeB: **Connection Setup Complete (Attach request)** //DeltaT =289.88 ms// note left: 15:37:45.125961 note right: 15:58:35.415841 eNodeB -> EPC: **Initial UE Message (Attach Request)** //DeltaT =0.092 ms// note left: 15:37:45.126002 note right: 15:37:45.126094 EPC -> eNodeB: **Identity Request** //DeltaT =0.095 ms// note left: 15:37:45.126276 note right: 15:37:45.126181 eNodeB -> UE: **Identity Request** //DeltaT =630.344 ms// note left: 15:58:35.756656 note right: 15:37:45.126312 UE -> eNodeB: **Identity Response** //DeltaT =610.729 ms// note left: 15:37:45.145982 note right: 15:58:35.756711 eNodeB -> EPC: **Identity Response** //DeltaT =0.071 ms// note left: 15:37:45.146028 note right: 15:37:45.146099 EPC -> eNodeB: **Authentication Request** //DeltaT =0.082 ms// note left: 15:37:45.146221 note right: 15:37:45.146139 eNodeB -> UE: **Authentication Request** //DeltaT =630.432 ms// note left: 15:58:35.776684 note right: 15:37:45.146252 UE -> eNodeB: **Authentication Response** //DeltaT =610.827 ms// note left: 15:37:45.165999 note right: 15:58:35.776826 eNodeB -> EPC: **Authentication Response** //DeltaT =0.059 ms// note left: 15:37:45.166033 note right: 15:37:45.166092 EPC -> eNodeB: **Security Mode Command** //DeltaT =0.208 ms// note left: 15:37:45.166341 note right: 15:37:45.166133 eNodeB -> UE: **Security Mode Command** //DeltaT =20.623 ms// note left: 15:37:45.187006 note right: 15:37:45.166383 UE -> eNodeB: **Security Mode Complete** //DeltaT =20.024 ms// note left: 15:37:45.186001 note right: 15:37:45.206025 eNodeB -> EPC: **Security Mode Complete** //DeltaT =0.126 ms// note left: 15:37:45.186040 note right: 15:37:45.186166 EPC -> eNodeB: **Initial Context Setup Request** //DeltaT =0.016 ms// note left: 15:37:45.186851 note right: 15:37:45.186835 eNodeB -> EPC: **Initial Context Setup Response** //DeltaT =0.056 ms// note left: 15:37:45.206061 note right: 15:37:45.206117 eNodeB -> UE: **Connection Reconfiguration [Attach Accept]** //DeltaT =630.09 ms// note left: 15:58:35.836431 note right: 15:37:45.206341 UE -> eNodeB: **Connection Reconfiguration Complete** //DeltaT =610.275 ms// note left: 15:37:45.226406 note right: 15:58:35.836681 UE -> eNodeB: **Attach Complete** //DeltaT =614.652 ms// note left: 15:37:45.226828 note right: 15:58:35.841480 eNodeB -> EPC: **Attach Complete** //DeltaT =183.078 ms// note left: 15:37:45.226855 note right: 15:37:45.409933 EPC -> eNodeB: **EMM Information** //DeltaT =0.006 ms// note left: 15:37:45.410116 note right: 15:37:45.410110 eNodeB -> UE: **EMM Information** //DeltaT =632.487 ms// note left: 15:58:36.042651 note right: 15:37:45.410164 eNodeB -> UE: **Security Mode Command** //DeltaT =20.912 ms// note left: 15:58:35.817537 note right: 15:58:35.796625 UE -> eNodeB: **Security Mode Complete** //DeltaT =20.463 ms// note left: 15:58:35.797128 note right: 15:58:35.817591 @enduml
false
true
false
false
sequence
89adc6a9a8417223664f3ba0132087a12f0c6b53
b19e1cd9af26a9f3cb65823e1a7885ce278337fe
/documentation/productApi/quote/media/src/place_entities.puml
7e0132cc3ee0c1fefb29649f6e0eec04ae4ad2a5
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Sonata-SDK
969c3717fba3fffa009bf3a5de65337b2caccaaf
6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f
refs/heads/working-draft
2023-07-07T02:17:11.649855
2023-06-23T09:30:18
2023-06-23T09:30:18
90,886,429
33
32
Apache-2.0
2023-01-05T23:58:23
2017-05-10T16:38:08
null
UTF-8
PlantUML
false
false
1,754
puml
@startuml skinparam { ClassBackgroundColor White ClassBorderColor Black } class RelatedPlaceRefOrValue { @schemaLocation: uri @type*: string <<discriminator>> role*: string } class FieldedAddress { city*: string country*: string locality: string postcode: string postcodeExtension: string stateOrProvince: string streetName*: string streetNr: string streetNrLast: string streetNrLastSuffix: string streetNrSuffix: string streetSuffix: string streetType: string } RelatedPlaceRefOrValue <|-- FieldedAddress FieldedAddress *--> GeographicSubAddress : geographicSubAddress class FormattedAddress { addrLine1*: string addrLine2: string city*: string country*: string locality: string postcode: string postcodeExtension: string stateOrProvince: string } RelatedPlaceRefOrValue <|-- FormattedAddress class GeographicSubAddress { buildingName: string levelNumber: string levelType: string privateStreetName: string privateStreetNumber: string } GeographicSubAddress *-->"*" MEFSubUnit : subUnit class GeographiclAddressLabel { externalReferenceId*: string externalReferenceType*: string } RelatedPlaceRefOrValue <|-- GeographiclAddressLabel class MEFGeographicPoint { spatialRef*: string x*: string y*: string z: string } RelatedPlaceRefOrValue <|-- MEFGeographicPoint class MEFSubUnit { subUnitNumber*: string subUnitType*: string } class GeographicAddressRef { href: string id*: string } RelatedPlaceRefOrValue <|-- GeographicAddressRef class GeographicSiteRef { href: string id*: string } RelatedPlaceRefOrValue <|-- GeographicSiteRef @enduml
false
true
false
false
sequence
eb4c89ded6714e701f3ec8d0834ce4a9d590c3c5
3662b2e08ec5aef2e3dfd1e527b5e50f44d91e1c
/docs/diagrams/ProgressSequenceDiagram.puml
d2fce180068e487eafe2806aad6015ad6e342cc0
[]
no_license
AY2021S2-CS2113T-W09-2/tp
0585f03b1390bf9385a5caef22f00aa599b18d13
7d4443d633ae380505f7a69687cc34ab71e0a06b
refs/heads/master
2023-04-17T11:33:49.033344
2021-04-16T02:46:37
2021-04-16T02:46:37
343,961,010
0
5
null
2021-04-16T02:46:37
2021-03-03T01:14:38
Java
UTF-8
PlantUML
false
false
1,001
puml
@startuml hide footbox participant ":iGraduate" as iGraduate participant ":Parser" as Parser participant ":ProgressCommand" as ProgressCommand participant ":ModuleList" as ModuleList participant ":Ui" as Ui iGraduate -> Parser: parseCommand("progress") activate Parser #FFBBBB Parser -> Parser: createProgressCommand(commandParameters:ArrayList<String>, commandFlags:ArrayList<String>) activate Parser #DarkSalmon create ProgressCommand Parser -> ProgressCommand: ProgressCommand() activate ProgressCommand ProgressCommand --> Parser: new ProgressCommand() deactivate ProgressCommand Parser --> iGraduate: new ProgressCommand() deactivate Parser iGraduate -> ProgressCommand: execute(moduleList, ui, storage) activate ProgressCommand ProgressCommand -> ModuleList: getTotalCompletedMCs() activate ModuleList ModuleList --> ProgressCommand: competedMCs:double deactivate ModuleList ProgressCommand -> Ui: printProgressBar(competedMCs) activate Ui deactivate Ui destroy ProgressCommand @enduml
false
true
false
false
sequence
84a6c3d62de78cc8fc4e06211d52acc910081a1e
1ecbe75d13e45e5e7daae306ec34f62d2fcc6ddf
/images/proxy.plantuml
9d889416d1c3053911e3db35ff23798438decddb
[]
no_license
skiadas/SoftwareDevelopmentPracticumCourse
77ba943e6856e9a841b1f94aabd52c695a635812
f8fccfcd9a9410a191455484c6a7b9927e325ed2
refs/heads/master
2020-04-15T23:40:28.229011
2019-12-06T15:16:56
2019-12-06T15:16:56
165,113,828
0
0
null
null
null
null
UTF-8
PlantUML
false
false
557
plantuml
@startuml skinparam shadowing false skinparam packageStyle rectangle skinparam class { BackgroundColor White BorderThickness 3 ArrowThickness 2 ArrowColor Maroon BorderColor Maroon FontColor Maroon } package app { class Payroll interface Employee { + calcPay() } } package DB { class DBAPI class RealEmployee { + calcPay() } } class EmployeeProxy { + calcPay() } Employee <|.. EmployeeProxy Payroll -> Employee Employee <|.. RealEmployee EmployeeProxy --> RealEmployee : <<delegate>> EmployeeProxy -> DBAPI @enduml
false
true
false
false
sequence
f574947feffc15f9ac4ca8bbddbac989c7f15332
3e54b3137b0bcd0e9e365b61ca9b78cc136c90d7
/diagrams/activity.puml
16c32dc308f18f52e4a46e17eb5f6c1d29c8741f
[ "MIT" ]
permissive
ljharb/check-my-repo
cb30f5411bd46282b08a42c90a2fa1947faba138
8ea334f33ae25d797b2357e6ef6a1c82435b042a
refs/heads/main
2023-08-24T14:51:37.422386
2021-06-02T21:32:16
2021-06-02T21:32:16
373,293,711
0
0
MIT
2021-06-02T20:23:19
2021-06-02T20:23:18
null
UTF-8
PlantUML
false
false
1,183
puml
@startuml title Automated OSS quality check (*) --> "Choose a repo to lint" if "Is your repo on GitHub?" then -->[yes] Request(organization, team, repo) --> CloneInTempDir() --> Open Local Repository() else -->[no] Open Local Repository() endif if "Was your repo found?" then -left->[yes] Start.lint() --> [verify .md files] Check.readme() --> Check.codeOfConduct() --> Check.contributionGuide() --> Check.changelog() --> Check.supportGuide() --> Check.securityGuide() --> [verify other files] Check.maintainers --> Check.license() --> Check.ifThereIsBinaries() --> Check.ifThereIsTestEnv() --> Check.semVer() if "Check process finished" then -->[yes, all passed] Passed outputs --> console.log("All passed") --> "Create report src/<organizaion>/ ddmmyy-hhmm-reponame.json" else -->[no, there are missing files] Failed outputs --> console.log("All fails") --> Create.gitHubIssue() --> "Create report src/<organizaion>/ ddmmyy-hhmm-reponame.json" --> Exit() -->(*) endif else --> [no] Exit() endif @enduml
false
true
false
false
activity
a65ffb17c0d4ee0e7456896e14d9cbdf7c2751ef
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/PaymentChangeTransactionInteractionIdAction.puml
6fbf4b88db6196a1a32fa6c3b24be340253b4ad6
[]
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
513
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 PaymentChangeTransactionInteractionIdAction [[PaymentChangeTransactionInteractionIdAction.svg]] extends PaymentUpdateAction { action: String transactionId: String interactionId: String } interface PaymentUpdateAction [[PaymentUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
d34d981a728c9dd651c83bf0eb2e79c50d87aeed
b3c676fb15dcb3f387f0660260098eac52187ecc
/gitlab-flow.puml
53dd85ef9a12480306ae1bb5aa5a8302a6030d5c
[]
no_license
PioneerlabsOrg/git-branching-strategies
e14d9a9ad9f6e1868ccd8282ec9c2eff6e0b2d84
1018ee1614c0034c8c15a1af99b2a8d1d8aac2c0
refs/heads/master
2020-06-14T13:52:59.012193
2019-07-04T22:22:55
2019-07-04T22:22:55
195,020,510
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,850
puml
@startuml actor "Developer 1" as dev1 actor "Developer 2" as dev2 participant "Master branch" as mb participant "Feature branch 1" as fb1 participant "Feature branch 2" as fb2 participant "Feature branch 3" as fb3 participant "Bug branch 1" as bb1 participant "Bug branch 2" as bb2 participant "Bug branch 3" as bb3 participant "Sit" as sit participant "Uat" as uat participant "Pre-Production" as preprod participant "Production" as prod dev1 -> mb: push code Activate mb Activate fb1 mb -> fb1: create feature branch 1 fb1 --> mb: merge feature branch 1 Deactivate fb1 mb -> fb2: create feature branch 2 Activate fb2 dev1 -> mb: find bug mb -> bb1: create temporary bug branch Activate bb1 bb1 --> mb: merge temporary bug branch Deactivate bb1 mb -> sit: merge master into sit Activate sit Deactivate sit Deactivate mb dev2 -> mb: push code Activate mb mb -> fb3: create feature branch 3 Activate fb3 fb3 --> mb: merge feature branch 3 Deactivate fb3 mb -> sit: merge master into sit Activate sit sit -> uat: merge sit into uat Activate uat dev1 -> uat: find bug 2 mb -> bb2: create temporary bug branch bb2 --> mb: merge temporary bug branch mb -> sit: cherry pick bug2 fix mb -> uat: cherry pick bug2 fix uat -> preprod: merge uat into preprod Activate preprod preprod -> prod: github release 1.0 Activate prod Deactivate prod Deactivate preprod Deactivate uat Deactivate sit fb2 --> mb: merge feature branch 2 Deactivate fb2 mb -> sit: merge master into sit Activate sit Deactivate sit sit -> uat: merge sit into uat Activate uat Deactivate uat uat -> preprod: merge sit into preprod Activate preprod Deactivate preprod Deactivate prod dev1 -> prod: find bug mb -> bb3: create temporary bug branch Activate bb3 bb3 --> mb: merge temporary bug branch Deactivate bb3 mb -> prod: cherry pick into prod tag @enduml
false
true
false
false
sequence
51cd87d79d829fec92102a21df76d5b6a053f13e
a80fda77083a4172928e3f8353d0ed14c420feef
/docs/diagrams/feature course-planner/AndOrSequenceDiagramSimplified.puml
fdd7ee78e08760ee580085583943373d0301fd3c
[ "MIT" ]
permissive
marcfyk/main
4a7190226daf69977e30a9a158ef97db7cb418e8
571be1759a91b3c276c6beaa7e5f83cf34750ea0
refs/heads/master
2020-07-26T08:54:45.942069
2019-11-02T15:17:26
2019-11-02T15:17:26
208,595,657
0
0
NOASSERTION
2019-09-15T13:06:49
2019-09-15T13:06:49
null
UTF-8
PlantUML
false
false
1,445
puml
@startuml autoactivate on box TreeBuilder participant ":AndOrTree" as AndOrTree participant ":AndOrNode" as AndOrNode participant ":AndNode" as AndNode participant ":OrNode" as OrNode participant ":DataNode" as DataNode end box [-> AndOrTree : buildTree(rootData, jsonString, function) AndOrTree -> AndOrTree : buildTreeHelper(jsonNode, currNode, function) alt isObject AndOrTree -> AndOrNode : createNode(null, type) alt isAndNode create AndNode AndOrNode -> AndNode return newNode else else create OrNode AndOrNode -> OrNode return newNode end return newNode loop child in jsonNode AndOrTree -> AndOrTree : buildTreeHelper(child, newNode) return ||| end else isArray loop child in array AndOrTree -> AndOrTree : buildTreeHelper(child, currNode) return ||| end else else AndOrTree -> AndOrNode : createNode(data) create DataNode AndOrNode -> DataNode : DataNode(data) return newNode return newNode ||| end return [<--AndOrTree : tree @enduml
false
true
false
false
sequence
6ac9893c4748b2f6b2dcdb74f201cd276edc70c7
8acb6cba492b0f28b54f190763be30107cef2716
/DesignDocuments/UML/Sequence/getByteArrayFromRomCode.plantuml
98c11a859a23d36d92964222bd9dfa94a310b0c6
[]
no_license
ShujiMikami/OneWireDriver
011b60f7a26462cec7cb225c2b9e5200c02b7752
5d537499f25a2b4ef7c3f01ecd1b76bcb151e0dd
refs/heads/master
2020-03-25T15:41:53.432404
2018-08-13T14:21:41
2018-08-13T14:21:41
143,896,913
0
0
null
null
null
null
UTF-8
PlantUML
false
false
488
plantuml
@startuml hide footbox title getByteArrayFromRomCode sequence participant "OneWireDriver" as ModuleOneWireDriver<<M,Green>>[[../Class/OneWireDriver.svg]] -> ModuleOneWireDriver : getByteArrayFromRomCode(data : ONE_WIRE_ROM_CODE_t, buffer : uint8_t*) activate ModuleOneWireDriver ModuleOneWireDriver -> ModuleOneWireDriver : data input to Structure activate ModuleOneWireDriver deactivate ModuleOneWireDriver <-- ModuleOneWireDriver deactivate ModuleOneWireDriver @enduml
false
true
false
false
sequence
7e5e22acae2675c1ba6173e35ab91a423a09a8a9
91678f027f1da807dfe4c113028f331f458c3a3d
/src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-system-country.puml
c88f77aae86472899402177f6d8dcd4455dcd280
[ "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
amtee/platform
fd4b863a98c4302a26782486d173c437dfa98baa
3518811b02bcfb746abb8553ae8e5ac6f15338c0
refs/heads/trunk
2023-08-20T03:41:00.473175
2021-09-27T11:20:36
2021-09-27T11:20:36
410,864,620
1
0
MIT
2022-02-06T18:56:01
2021-09-27T11:54:21
null
UTF-8
PlantUML
false
false
4,703
puml
@startuml ' uncomment the line below if you're using computer with a retina display ' skinparam dpi 300 !define Table(name,desc) class name as "desc" << (T,#FFAAAA) >> !define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >> !define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >> ' we use bold for primary key ' green color for unique ' and underscore for not_null !define primary_key(x) <b>x</b> !define unique(x) <color:green>x</color> !define not_null(x) <u>x</u> ' other tags available: ' <i></i> ' <back:COLOR></color>, where color is a color name or html color code ' (#FFAACC) ' see: http://plantuml.com/classes.html#More hide methods hide stereotypes hide empty members skinparam backgroundColor #FFFFFF ' entities Table(ShopwareCoreSystemCountryCountryDefinition, "country\n(Country)") { primary_key(id) id name translated iso string position int taxFree bool active bool shippingAvailable bool iso3 string displayStateInRegistration bool forceStateInRegistration bool companyTaxFree bool checkVatIdPattern bool vatIdPattern string customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } Table(ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition, "country_state\n(Country state)") { primary_key(id) id not_null(countryId) foreignKey not_null(shortCode) string name translated position int active bool customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition, "country_state_translation\n((Translations))") { not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(countryStateId) foreignKey primary_key(languageId) foreignKey } TranslationTable(ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition, "country_translation\n((Translations))") { not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(countryId) foreignKey primary_key(languageId) foreignKey } ForeignTable(ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition, "customer_address") { } ForeignTable(ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition, "order_address") { } ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") { } ForeignTable(ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition, "sales_channel_country") { } ForeignTable(ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition, "tax_rule") { } ForeignTable(ShopwareCoreSystemCurrencyAggregateCurrencyCountryRoundingCurrencyCountryRoundingDefinition, "currency_country_rounding") { } ForeignTable(ShopwareCoreSystemLanguageLanguageDefinition, "language") { } ' relationshipd ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition --> ShopwareCoreSystemCountryCountryDefinition ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition --> ShopwareCoreSystemCountryCountryDefinition ShopwareCoreSystemCountryCountryDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition ShopwareCoreSystemCountryCountryDefinition --> ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition ShopwareCoreSystemCountryCountryDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemCountryCountryDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition ShopwareCoreSystemCountryCountryDefinition --> ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition ShopwareCoreSystemCountryCountryDefinition --> ShopwareCoreSystemCurrencyAggregateCurrencyCountryRoundingCurrencyCountryRoundingDefinition ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition --> ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition @enduml
false
true
false
false
uml-unknown
18e10ec8b5b1296716903fb4185aec27b9df5990
5acd49398273f60e06a9a473db1873362928ed94
/docs/ATF/Component Interaction View/assets/user_function_exec.plantuml
5ae71226cbc7a7a7ea10f86e0f226c86a23dbc30
[]
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
2,281
plantuml
@startuml /' It is a source file for ATF SAD diagram. For further information, please, follow http://plantuml.com/ '/ title User Function execution participant "Test Base" as test_base participant "User Script" as user_script participant "Connection Test" as con_test participant "SDL" as sdl participant "Mobile Connection" as mob_con participant "Mobile Session" as mob_sess participant "HMI Connection" as hmi_con participant "Protocol Handler" as ph test_base -> user_script: Execute //Function// opt Required SDL start or stop user_script -> con_test : Start/Stop SDL con_test -> sdl end opt Required HMI (re)connection user_script -> con_test : Init HMI con_test -> hmi_con : Connect to SDL as HMI loop For each HMI Interface con_test -> hmi_con : Register Interface con_test -> hmi_con : Subscribe on mandatory RPCs end end opt Required Mobile connection user_script -> con_test : Connect as Mobile device con_test -> mob_con : Connect to SDL as Mobile device end opt Required Session establishing user_script -> con_test : Establish new Session\nfor selected connection con_test -> mob_sess : Connect to SDL as Mobile device end opt Required HMI RPC emulation user_script -> con_test : Send HMI RPC to SDL con_test -> hmi_con : Send RPC to the HMI connection end opt Required Mobile RPC emulation user_script -> con_test : Send Mobile RPC to SDL con_test -> mob_sess : Send RPC to the Session mob_sess -> ph : (De)serialize Protocol frames end opt Required SDL results expectation user_script -> con_test : Set HMI and/or Mobile expectation ref over con_test : Set up expectation end user_script -> test_base : Return control ref over test_base, user_script : Events Processing skinparam defaultFontSize 16 skinparam sequence { ArrowColor Blue ArrowFontColor #2027E8 ArrowFontStyle bold LifeLineBorderColor black ParticipantBorderColor black ParticipantBackgroundColor white ParticipantFontSize 17 ParticipantFontColor black ActorBorderColor black ActorBackgroundColor white ActorFontColor Blue ActorFontSize 17 ActorFontName Blue sequenceArrowFontSize 16 DividerBackgroundColor #FEFECE } @enduml
false
true
false
false
sequence
fa9a5d1849b85d49c593fc9f726feb15d129fc95
f64fe6610e4c5d577a15bfb724284166220a513c
/Use cases/kathra-use-cases.puml
13610c9f150026cb75b17795f526baafa1378ec1
[ "Apache-2.0" ]
permissive
kathra-project/specifications
9f605febafa845dbe02988c1d00bd36298efd3e7
495100b867ab2bd6993caf3190a38b3afe0774f3
refs/heads/master
2022-12-17T06:55:11.624675
2020-08-04T17:44:25
2020-08-04T17:44:25
195,241,374
0
0
Apache-2.0
2022-12-06T01:32:33
2019-07-04T12:53:28
Shell
UTF-8
PlantUML
false
false
794
puml
@startuml 'default left to right direction :developer: as "Developer" :experimenter: as "Experimenter" :productionManager: as "Production Manager" (development) as "Make developments" (componentFeature) as "View & create component" (apiVersionFeature) as "View, create & update api version" (implementationFeature) as "View, create & update implementation" (catalogFeatureManage) as "View, create & update catalog entries" (catalogFeatureView) as "View catalog entries" (development) --> (componentFeature) : include (development) --> (apiVersionFeature) : include (development) --> (implementationFeature) : include (development) --> (catalogFeatureManage) : include developer --> (development) experimenter --> (catalogFeatureView) productionManager --> (catalogFeatureView) @enduml
false
true
false
false
sequence
3182b7916ee3d0aa4564c2ff5a29f6390bdd6127
62de719e261fac67d2a2bc347a98be5515b48948
/docs/green/1160818/sp1/imgs/sequencediagram.puml
61e9e4c694b632fa19c2277fdc2b57b6d1aa66a8
[]
no_license
raulcorreia7/isep_lapr4_17_18
82672fca46e433856d52b3839e3739fa53b8f52c
79217fa01912657da37ef6cdb1a05194dd2f5110
refs/heads/master
2020-04-15T17:52:21.964106
2019-01-09T17:13:14
2019-01-09T17:13:14
164,891,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
909
puml
@startuml design1.png skinparam handwritten true skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false Actor Client Client -> LoginPresenter : onReveal() / navigate to page LoginPresenter ->> AuthenticationServices : refreshDatabase() AuthenticationServices ->> AuthenticationServices : setPersistenceSettings() Client -> LoginPresenter : on clicking the logging button LoginPresenter -> AuthenticationServices : validateCredentials(username, password) AuthenticationServices -> LoginController : validateCredentials(username, password) LoginController -> JpaUserRepository : user : findByUsername(username); database Database JpaUserRepository -> Database : matchOne(username) LoginController -> User : verifyPassword(password); LoginPresenter -> LoginPresenter : setUserAsLoggedIn(username) LoginPresenter -> Client : inform success @enduml
false
true
false
false
usecase
258cd5155799000025852b358bbc61aa148a2626
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/inspectors/CurvesOwner/ICurvesOwnerInspectorWrapper.puml
b35cc0ac84a056218be90838fc5b584fdf123e03
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
320
puml
@startuml interface ICurvesOwnerInspectorWrapper { lastCurveVersion : int <<get>> <<set>> lastEvalTime : double <<get>> <<set>> ToLocalTime(time:double) : double } ICurvesOwnerInspectorWrapper --> "curvesOwner" ICurvesOwner ICurvesOwnerInspectorWrapper --> "serializedPlayableAsset" SerializedObject @enduml
false
true
false
false
class
c37ffe38d6aebb5834576bedf148bd6bdd15cd26
f3e5470b71219337445bca0f5e5c1ffa32da3af8
/Documentation/plantuml/Grid/State Control/GridController.puml
8826f6413bfd595e2e26e3d5d4b7172ab67dfe5f
[ "MIT" ]
permissive
Jaren-Taylor/Smart-City-Dashboard
65116d7afd09bdc9d5ff33e05213a83bc73b52cb
7d947637bc1c0b0d4a7a2b781c405518481dc319
refs/heads/main
2023-04-14T06:55:40.565340
2021-04-26T19:55:52
2021-04-26T19:55:52
327,404,880
0
0
null
2021-04-19T02:11:24
2021-01-06T19:02:38
C#
UTF-8
PlantUML
false
false
413
puml
@startuml class GridController { + GridController(initState:IGridControlState) + SetState(newState:IGridControlState, mousePosition:DigitalCursor) : void + MoveCursor(oldPosition:DigitalCursor, newPosition:DigitalCursor) : void + OnMouseDown(mousePosition:DigitalCursor) : void + SuspendState(mousePosition:DigitalCursor) : void + ResumeState(mousePosition:DigitalCursor) : void } @enduml
false
true
false
false
class
7d85bce423b97bb414ab109757dc79d332636703
8a01731637b7d98427e290e9ae0e4b74dc2d86f1
/src/com/zzw/java1000000/z1136785/reflect/md/AnnotatedElement.puml
eabed6a0948ef08712053fbce1b3938efb8e1547
[]
no_license
zhengzewang/1000000study
a2629ceff34f2083ab211c6eb64c939248c6d31d
93b0f2d30e36f6653316aec8077b6fd424b099a2
refs/heads/master
2020-04-12T15:55:52.586491
2019-09-02T12:24:07
2019-09-02T12:24:09
162,595,667
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,528
puml
@startuml package java.lang{ package java.lang.reflect{ interface AnnotatedElement{ default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) Annotation[] getAnnotations() Annotation[] getDeclaredAnnotations() <T extends Annotation> T getAnnotation(Class<T> annotationClass) default <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) default <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) default <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) } interface TypeVariable<D extends GenericDeclaration> extends AnnotatedElement class Parameter implements AnnotatedElement interface AnnotatedType extends AnnotatedElement interface AnnotatedArrayType extends AnnotatedType interface AnnotatedParameterizedType extends AnnotatedType interface AnnotatedTypeVariable extends AnnotatedType class AccessibleObject implements AnnotatedElement class Field extends AccessibleObject interface GenericDeclaration extends AnnotatedElement abstract class Executable extends AccessibleObject implements GenericDeclaration class Method extends Executable class Constructor<T> extends Executable interface AnnotatedWildcardType extends AnnotatedType } class Class<T> implements GenericDeclaration,AnnotatedElement } @enduml
false
true
false
false
class
c8d772dabd4bc50d18d216a8527df121d9099c2c
f5cddffd01d2d842fc26ddd859c51dbbd0e48f9a
/enumerados/TipoAsignatura.iuml
5dbc191ff458dc7c1cbd7fc44323018b2c5f65f8
[]
no_license
alejflorg/Entregable-1
6a2b6ab4df1ba7e2d04a20f26400742559db65ca
e750bf10fbccc33cbc53ba35743f4be88401ff49
refs/heads/main
2023-01-06T01:14:49.249982
2020-11-01T16:39:43
2020-11-01T16:39:43
309,140,327
0
0
null
null
null
null
UTF-8
PlantUML
false
false
86
iuml
Enum TipoAsignatura <<Enumerate>> { obligatoria optativa formacionBasica }
false
true
false
false
class
c9f82eb560f1ce1182525a4c4e53c251e72b701b
186819bc98500f794e563bd3ba5a23073756a2ba
/PSP2/Hospital/src/test/java/com/hospital/Hospital/Hospital.plantuml
1f5a6bcc28c2e35cc7d4fef24774054ac79f57c2
[]
no_license
macro161/PSP
0e53943e4f8568b2c4b788524dc9e12f276d5c9e
7e5e094bbe42af30006fb28d541229dea4efb610
refs/heads/master
2020-03-30T08:04:17.541705
2018-12-07T20:24:18
2018-12-07T20:24:18
150,986,741
0
0
null
null
null
null
UTF-8
PlantUML
false
false
358
plantuml
@startuml title __HOSPITAL's Class Diagram__\n package com.hospital.Hospital { class HospitalApplicationTests { + contextLoads() } } 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
a40cfbae162850796c44092fe4877294d4856e98
b5a22f0b587a84cf07f2090c0234897835837c39
/RaspiKeystore_keystore_scenarios.puml
c56043baf6078d083f5ffa1db05324039b013102
[ "Apache-2.0" ]
permissive
ahugueney/RaspiKeystore
cd7a99c10c571ee85dcd135e7667550b263b43e3
25867b61b7ccbec06749a01fd5c6bdff48c26c6f
refs/heads/master
2020-06-25T09:42:29.211668
2017-07-15T12:40:36
2017-07-15T12:40:36
96,971,521
0
0
null
null
null
null
UTF-8
PlantUML
false
false
602
puml
@startuml :PKI Admin: as Admin :PKI Root Admin: as RootAdmin RootAdmin-|>Admin :PKI User: as User (PKCS ceremony of key initialization) as (Key Init) (Strong authentication & encryption) as (StrongAuth) Alice -> Sender Bob -> Receiver Sender --|> User Receiver -|> User User -> (StrongAuth) Admin --> (Key Init) RootAdmin --> (Key Init) note right of Admin At least 2 for keyring initialization end note note right of (Key Init) Initiates and validates the root key generation end note note "Basic keystore scenarios" as N2 (StrongAuth) .. N2 N2 .. (Key Init) @enduml
false
true
false
false
class
6ccf06767cca041c01c736ca78098cce4bf0e702
eee65bdd4128eeedc3271601006ed5739b43bd67
/uml/border_cross_okay.puml
a00bc27ecccf59e70b1a3a77bb5d1a29b924ada3
[]
no_license
argh87/bachelorthesis
25e8443e61233a628a12a6207f20b0a8319c3cf5
9f8a463b455b6e84f67a424ebf5efc2507bc3ebc
refs/heads/master
2023-04-14T08:47:44.757939
2021-04-12T08:32:34
2021-04-12T08:32:34
345,094,877
0
1
null
2021-04-12T08:32:35
2021-03-06T13:01:32
TeX
UTF-8
PlantUML
false
false
311
puml
@startuml package Business { class Client interface Repository { + get() } class Data } Client --> Repository Client --> Data Client -[hidden] Repository package DB { class RepositoryImpl } RepositoryImpl --|> Repository RepositoryImpl -> Data Repository -[hidden] RepositoryImpl @enduml
false
true
false
false
class
e9e488155dcb9cdbfd98cf86c380a850f4c45618
30a701544394cd17235ce7a30fa0f093ddf43332
/docs/use_cases.puml
7c48fff8ce1b4939bf9be4759c375c49f8d4e56a
[]
no_license
kevin230U/fablab-components
4be615ff98c76cd3ce385bc03f25a2aef0045ec3
7ac4065378196732bfed9697d569b08e169d53f4
refs/heads/main
2023-01-31T06:41:10.059457
2020-12-13T11:50:28
2020-12-13T11:50:28
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
486
puml
@startuml usecases left to right direction actor "FabLab manager" as manager rectangle "fablab-components" { (UC1: Encoder un nouvel article) as UC1 (UC2: Enregistrer un conteneur) as UC2 (UC3: Rechercher un article) as UC3 (UC4: Rechercher un conteneur) as UC4 (UC5: Modifier l'inventaire d'un conteneur) as UC5 (UC6: Modifier l'inventaire d'un composant) as UC6 } manager --> UC1 manager --> UC2 manager --> UC3 manager --> UC4 manager --> UC5 manager --> UC6 @enduml
false
true
false
false
usecase
2710cd354b9b07006921d5c197fc9f6943098833
65c79e69d7c97dc7eb1532e77ae1bd2ece83fbe6
/notes/Design/UML/Proxy.puml
d7c7f1d2fce34d7c438b73564cc9c36be5c44ba9
[]
no_license
zhangjukai/Go-Gad
8618bf0a377d34f784ad7c201d08431861f48c52
d463e3faccc580d77b67886a11288c78622ddbae
refs/heads/master
2023-05-31T06:37:30.215749
2023-05-12T03:28:19
2023-05-12T03:28:19
185,611,030
0
0
null
2022-12-15T23:30:09
2019-05-08T13:25:51
Java
UTF-8
PlantUML
false
false
163
puml
@startuml class Target { + opreation1():void + opreation2():void } class ProxyObject { } class client client ..> ProxyObject ProxyObject ..> Target @enduml
false
true
false
false
class
8f8457948d998b3a8f1828ae08b8ae60f1449ec0
66ea0c9b247dea259741044623f8cf0c58344b0c
/diagrams/classes_diag.puml
8d18486332b02dcbc01c869dcc03a5a2834f9806
[ "MIT" ]
permissive
sovrasov/uml_course
c2f0934b59276cbac8c3123a901bdce0252ce7ac
82b814263f9dbccc968304768097df9f4d36051e
refs/heads/master
2021-01-19T22:59:46.692458
2017-04-25T13:07:49
2017-04-25T18:45:42
88,904,089
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,913
puml
@startuml left to right direction package "Server Database" { abstract class IDatabaseManager { +getSalespersonTable() +getGoodsTable() +getCustomerTable() +updateGoodsTable() +onNewConnection() } class DatabaseManager class Salesperson class Customer class SalespersonsTable class CustomersTable class GoodsTable DatabaseManager <|-- IDatabaseManager SalespersonsTable *-- DatabaseManager CustomersTable *-- DatabaseManager GoodsTable *-- DatabaseManager Customer o-- CustomersTable Salesperson o-- SalespersonsTable SaleItem o-- GoodsTable } package "Terminal software" { abstract class ITerminalManager { +startNewOrder() +deleteLastItemFromOrder() +addItemToOrder() +connectToServer() +disconnectFromServer() +loadDBFromServer() } class TerminalManager class PrintController { +printOrder(Order) +checkStatus() } class DisplayController { +printMessage(string) +printOrder(Order) } class MoneyCase { +open() +close() +getBalance() +resetBalance() +addToBalance(int) +subtractFromBalance(int) } class CardReader { +readCard() } class BarcodeScanner { +initScanProcess() +getLastScanResult() } class LocalDB { +importTables() +getCustomerByID(ID) +getSaleItemByID(ID) +applyOrder(Order) } class Order { +deleteLastItem() +addIttem() +getItemsList() } class ServerInteractor { +createConnection() +loadDB() +uploadStatistics() } MoneyCase *-- TerminalManager DisplayController *-- TerminalManager PrintController *-- TerminalManager CardReader *-- TerminalManager BarcodeScanner *-- TerminalManager LocalDB *-- TerminalManager Order *-- TerminalManager TerminalManager <|-- ITerminalManager ITerminalManager o-- ServerInteractor IDatabaseManager o-- ServerInteractor } @enduml
false
true
false
false
class
2387d3412d4595c29c6861f826075cba57e9eff6
d65090568de84c85cf22ce70367e25b69827918c
/doc/uml/src/class-diagram.puml
8e808e0582f641e23bbe163c0d485302445fdee1
[]
no_license
JoshuaSFryer/multi-agent-sim
b82d5a16b16a6a157085651bc984573f7d66c653
814fe32cf500b1ee193d98b57e5362a7150d9f8f
refs/heads/master
2023-05-06T16:55:53.122632
2021-06-01T18:19:08
2021-06-01T18:19:08
298,406,403
0
0
null
2021-03-20T19:48:43
2020-09-24T22:12:41
Python
UTF-8
PlantUML
false
false
593
puml
@startuml agent-sim-diagram skinparam DefaultFontName ArialMT ' Object <|-- Agent Agent <|-- FocusedAgent FocusedAgent <|-- BiologicalAgent BiologicalAgent <|-- TraceableAgent FocusedAgent : Shifts between home and work points BiologicalAgent : Contracts and spreads infection TraceableAgent : Registers contacts, will self-isolate TraceableAgent : under certain circumstances Infection *-- BiologicalAgent class Environment { current_time:int daytime:bool tick() add_agent() } Window -- Environment : displays Environment *-- Agent : * Environment o-- Logger @enduml
false
true
false
false
class
2b59564938d1857ebc993e012a5a53e9b70f3af2
6f13f93180267cbd5cb42e61612c8c84c33c3e2c
/Diego/AgenciaDeViajes/AgenciaDeViajes/DiagramaSoucePackagesProyecto.puml
2a7f8702a8ee138fb6d37afc30a3d40984deb5e5
[]
no_license
EdgarVallejo96/ProyectoBD2
002220fb83d08b86c5589f393db6b71d59561fc7
a17b6b0989d2086feae75545e14b62e44e996778
refs/heads/master
2020-03-16T20:14:17.416318
2018-05-31T00:44:01
2018-05-31T00:44:01
132,951,643
0
1
null
null
null
null
UTF-8
PlantUML
false
false
2,472
puml
@startuml annotation javax.jws.WebMethod annotation javax.jws.WebParam annotation javax.jws.WebService class AgenciaDeViajes.Aerolinea_getVuelos_1 class AgenciaDeViajes.WebServiceAgencia class AgenciaDeViajes.WebServicesAerolinea_Cliente class AgenciaDeViajes.WebServicesAerolinea_Cliente2 class Data.Usuario_Agencia class ProbarConexion.Conexion class ProbarConexion.ProbandoConexion class java.sql.Connection class java.sql.DriverManager class java.sql.ResultSet class java.sql.SQLException class java.util.ArrayList class java.util.Arrays class java.util.List class java.util.logging.Level class java.util.logging.Logger class org.ws.Vuelos AgenciaDeViajes.Aerolinea_getVuelos_1 ..> Data.Usuario_Agencia AgenciaDeViajes.Aerolinea_getVuelos_1 ..> java.util.ArrayList AgenciaDeViajes.Aerolinea_getVuelos_1 ..> java.util.Arrays AgenciaDeViajes.Aerolinea_getVuelos_1 ..> java.util.List AgenciaDeViajes.Aerolinea_getVuelos_1 ..> org.ws.Vuelos AgenciaDeViajes.WebServiceAgencia ..> javax.jws.WebMethod AgenciaDeViajes.WebServiceAgencia ..> javax.jws.WebParam AgenciaDeViajes.WebServiceAgencia ..> javax.jws.WebService AgenciaDeViajes.WebServiceAgencia ..> Data.Usuario_Agencia AgenciaDeViajes.WebServiceAgencia ..> ProbarConexion.Conexion AgenciaDeViajes.WebServiceAgencia ..> java.sql.Connection AgenciaDeViajes.WebServiceAgencia ..> java.sql.ResultSet AgenciaDeViajes.WebServiceAgencia ..> java.sql.SQLException AgenciaDeViajes.WebServiceAgencia ..> java.util.ArrayList AgenciaDeViajes.WebServiceAgencia ..> java.util.List Data.Usuario_Agencia ..> java.sql.Connection Data.Usuario_Agencia ..> java.sql.ResultSet Data.Usuario_Agencia ..> java.sql.SQLException Data.Usuario_Agencia ..> java.util.logging.Level Data.Usuario_Agencia ..> java.util.logging.Logger ProbarConexion.Conexion ..> java.sql.Connection ProbarConexion.Conexion ..> java.sql.DriverManager ProbarConexion.Conexion ..> java.sql.SQLException ProbarConexion.Conexion ..> java.util.logging.Level ProbarConexion.Conexion ..> java.util.logging.Logger ProbarConexion.ProbandoConexion ..> Data.Usuario_Agencia ProbarConexion.ProbandoConexion ..> java.sql.Connection ProbarConexion.ProbandoConexion ..> java.sql.ResultSet ProbarConexion.ProbandoConexion ..> java.sql.SQLException ProbarConexion.ProbandoConexion ..> java.util.ArrayList ProbarConexion.ProbandoConexion ..> java.util.List ProbarConexion.ProbandoConexion ..> java.util.logging.Level ProbarConexion.ProbandoConexion ..> java.util.logging.Logger @enduml
false
true
false
false
class
5a00a230ecf9317012b1fdca5887ec2e939b5e19
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
/src/site/sphinx/formatting/puml/colors/SkyBlue.puml
ef10b085a036f2c9e13edee70769983bbf606727
[]
no_license
weedySeaDragon/plantuml-documentation
1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba
3c23cd2cd7fc1b4a85423ef9861711907fab2296
refs/heads/develop
2022-12-09T05:57:04.055959
2022-05-12T16:05:20
2022-05-12T16:05:20
165,910,589
55
6
null
2022-11-22T10:34:29
2019-01-15T19:28:35
SCSS
UTF-8
PlantUML
false
false
310
puml
@startuml skinparam ClassBackgroundColor #SkyBlue skinparam ClassFontColor #SkyBlue skinparam ClassBorderColor #SkyBlue skinparam ClassStereotypeFontSize 0 skinparam CircledCharacterFontSize 0 skinparam CircledCharacterRadius 0 skinparam ClassBorderThickness 0 skinparam Shadowing false class Dummy @enduml
false
true
false
false
class
0c32c5499a1a936271852bf8414d26d1cb1fabd5
42a940c1ec1c110340d9156d4a020d09a2921204
/docs/uml/ucParticipate.puml
0dc611335f02ff3c8fabdbbee41b25b40371bed8
[ "Apache-2.0" ]
permissive
bbengracio/bot
9b3cb2a8350e34d95d432a95e1fdfbf4e2058b9a
af484c1ab1ed17ecc14e54334d1f8ef9b6a92eb0
refs/heads/main
2023-06-22T11:50:14.086373
2021-07-16T22:28:45
2021-07-16T22:28:45
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
565
puml
@startuml title Participates: use case normal flow User --> Bot: types: !o participate alias Bot --> Activity: sends the alias and request an edition URL Activity --> Editor: requests the edition URL Editor --> Activity: generates and sends the edition URL (new status) Activity --> Bot: sends the edition URL Bot --> User: sends the edition URL User --> Editor: participates of the activity using the edition URL Editor --> Activity: notify when the user is done Activity --> Bot: notify when the user is done Bot --> Others: notify when the user is done @enduml
false
true
false
false
sequence
e14e98c7c12c810d150baba81ca33a9dd948fb0a
242cec44956a09b0667479e8aa21e31cd7852a45
/doc/Boiler_Manager_Class.puml
19f76bbd2109a1a72587c04d0dfa1813c4ef2b55
[]
no_license
HomeMadeBots/Home_Temperature_Controller
37c46be3b5c1af2a24dce92e1749bbe1d1b1aea9
0214bd15908e051b8b357586170d041cb99f5388
refs/heads/main
2023-08-27T18:09:22.584959
2021-09-29T12:44:23
2021-09-29T12:44:23
407,500,019
0
0
null
null
null
null
UTF-8
PlantUML
false
false
231
puml
@startuml class Boiler_Manager_Class <<Component_Type>> { Singleton Component_Type managing the boiler activation/desactivation for the Home Temperature Controller system. -- + Stop_Boiler() + Pilot_Boiler() } @enduml
false
true
false
false
class
aa6dc4756ee481d436cc69027ede50e5b04cf682
0dce0af9f28a7ab24e3346c37cec50c86c4e6081
/custom-ethereum-network/contracts/04-MarketPlace-v01/sequence_diagram.plantuml
b5c17fbf40c5d50de4608476fc102a1202a90fbf
[]
no_license
ogurcan/blockchain
ed6328bc9e272831c58fdd29ccc011586d10c74d
c11c1270d046e5334e861c1906482e573b87d25f
refs/heads/master
2021-01-11T14:46:13.747217
2017-11-24T22:59:46
2017-11-24T22:59:46
80,212,179
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,835
plantuml
@startuml hide footbox title The MarketPlace contract (v1) actor Vendor1 actor Vendor2 participant MarketPlace <<Contract>> actor Client Vendor1->MarketPlace : registerVendor(name1, barcode, stockCount1, deliverySpeed1) Vendor2->MarketPlace : registerVendor(name2, barcode, stockCount2, deliverySpeed2) Client->MarketPlace : requestAsset(barcode, quantity, maxDate) alt successful case MarketPlace-->Vendor1 : 'barcode' is requested for a 'quantity' until 'maxDate'. MarketPlace-->Vendor2 : 'barcode' is requested for a 'quantity' until 'maxDate'. Vendor1->MarketPlace : makeOffer(barcode, price1) MarketPlace->MarketPlace : inStock(vendor, barcode) MarketPlace->MarketPlace : processTheOffer(vendor, barcode, quantity) Vendor2->MarketPlace : makeOffer(barcode, price2) MarketPlace->MarketPlace : inStock(vendor, barcode) MarketPlace->MarketPlace : processTheOffer(vendor, barcode, quantity) MarketPlace->MarketPlace : selectAnOffer(selection_criteria) MarketPlace-->Vendor1 : offer with 'deliverySpeed2' and 'price2' is accepted. MarketPlace-->Vendor2 : offer with 'deliverySpeed2' and 'price2' is accepted. MarketPlace-->Client : The asset 'barcode' is available with price 'price2' and delivery in 'deliverySpeed2' days. alt acceptance of the offer Client->MarketPlace : acceptOffer(amount) MarketPlace->MarketPlace : verifiyPayment(amount) MarketPlace-->Client : Payment received for the asset 'barcode' successfully. MarketPlace-> Vendor2: transfer(price2) MarketPlace->MarketPlace : updateStock() MarketPlace-->Client : The asset 'barcode' has been shipped with the tracking number 'trackingNo'. else refusal of the offer Client->MarketPlace : refuseOffer() end else at any time Client->MarketPlace : cancelRequest() end @enduml
false
true
false
false
usecase
d2ff711bec445b73be4c768af47bd27567427367
4d8081befb632768ae391f48438c16724dda8448
/uml.puml
1dfc7617baaf5b0a01193e6a94a675427acc1026
[ "MIT" ]
permissive
codegym-vn/pf-java-fruit
eafd71d44ec04fac5e1112f9cb3a37c36e46f2f4
b197248fe2ee107d277a1e28c259560598d8e41d
refs/heads/master
2021-04-27T11:31:27.253418
2018-08-23T10:20:57
2018-08-23T10:20:57
122,564,264
1
1
null
null
null
null
UTF-8
PlantUML
false
false
312
puml
@startuml interface Edible { + {abstract} howtoEat(): String } abstract class Animal { + {abstract} makeSound(): String } class Tiger extends Animal class Chicken extends Animal implements Edible abstract class Fruit implements Edible class Orange extends Fruit class Apple extends Fruit @enduml
false
true
false
false
class
6deb12a36dd5618bcbb1ff7608a66bd781f55dc3
eb7171c563dc88963fb043f027b6525d3cb3a153
/docs/ex46ActivityDiagram.puml
8685521af7cc21d59d960ece369d1a274da1d154
[]
no_license
xera51/gray-cop3330-assignment3
49b441f94e3fa5a6a782373ce4ad249246e0eb22
bd4358d7022226832df073a30db0f9d99b9f6d15
refs/heads/master
2023-05-30T21:11:34.501325
2021-06-20T22:10:57
2021-06-20T22:10:57
377,254,337
0
0
null
null
null
null
UTF-8
PlantUML
false
false
709
puml
@startuml |#DDD|Application| |#BBB|WordFrequencyFinder| |#999999|FileLoader| |#777777|ResourceLoader| |Application| start :Instantiate Application object app; |ResourceLoader| :Create FileLoader; |Application| :Instantiate WordFrequencyFinder freqFinder; :app.freqFinder .getWordFrequencyGraphSorted(INFILE_NAME); |FileLoader| :load input into Stream<String>; |WordFrequencyFinder| :Call getWordFrequencySorted(); :Call getWordFrequency(); :Return Map with keys being words and values being count; :Return Map sorted by values decreasing; :Transform Map into a String; |Application| if (Exception thrown) then (no) #palegreen:Print graph; else (yes) #pink:Print Operation Failed; endif stop @enduml
false
true
false
false
activity
16af1cb29c98ba175d22b040ec7fc992ee418e06
a223ae6cb54ebe1c652dc43150d843a2a8683bff
/puml/Setup-Blocs_Wave.puml
81d5c3d494a33fa1baecfaa92eca7a390d3b556e
[ "MIT" ]
permissive
phunkhy/phunkhy.github.io
799f80130296eb573070b4ba3e61eeb237de9afc
97513e67f73041a0bf86064b817ff544df710bb4
refs/heads/master
2020-12-01T14:14:58.958396
2020-01-09T18:05:37
2020-01-09T18:05:37
230,606,579
0
0
null
null
null
null
UTF-8
PlantUML
false
false
713
puml
@startuml skinparam monochrome false '!pragma graphviz_dot jdot !pragma horizontalLineBetweenDifferentPackageAllowed node "Audiobus" { node "Audio" { [Blocs Wave] as bw_in [AUM] as aum_out [AUM] as aum_in [Blocs Wave] as bw_out bw_in --> aum_out aum_in --> bw_out } node "Midi" { [Xequence 2] as xeq } } node "AUM" as aum { [Blocs Wave (AB)] as bw_in_a [Audio HW] as audio1 bw_in_a --> audio1 [Mix bus 1] as mb1 [Blocs Wave (AB)] as bw_out_a mb1 --> bw_out_a [Synth] as synth [FX] as fx [Send to\nMix Bus 1] as send1 [Audio HW] as audio2 synth --> fx fx --> send1 send1 --> audio2 xeq -.> synth } @enduml
false
true
false
false
deployment
217671e14590b21b47d161a04cf7b8f31664898c
2d18d575a2e37fc8be360ecbe48be2465056a8e2
/docs/context/context.puml
a42d402cf1543ccc0d64b2f9da6b6df5947b631c
[]
no_license
hugohg34/backgammon
a47e5132c857bbe8c1d4c7cda3a05c1541159905
8e3d49ef27ee251a5262994c713a1a86ab7fd0ab
refs/heads/main
2023-07-06T11:25:13.985476
2021-08-06T07:36:52
2021-08-06T07:36:52
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
576
puml
@startuml contexto state INITIAL state IN_GAME state ROLLING_DICE state END_GAME state EXIT state if_end_game <<choice>> state if_is_goal <<choice>> state if_bet_rejected <<choice>> [*] --> INITIAL INITIAL --> IN_GAME: ConfigureGoal ROLLING_DICE --> if_end_game: MovePiece IN_GAME --> ROLLING_DICE: RollDice IN_GAME --> if_bet_rejected: Bet if_bet_rejected --> IN_GAME if_bet_rejected --> END_GAME: [isBetRejected] if_end_game --> END_GAME: [isEndGame] if_end_game --> IN_GAME END_GAME --> if_is_goal if_is_goal --> IN_GAME if_is_goal --> EXIT: [isGoal] EXIT --> [*] @enduml
false
true
false
false
sequence
35a9445252e86e16f9e78acdb374dcdd10da77bc
eb52970261e2379b3daf3cf3ffc2514f28564aa8
/documentação/caso-de-uso.puml
83b0f4cc8a8152cccdfa03f7e16543c121370386
[]
no_license
omenakim/fks-kaban
3610b091ce63fc0a0a1805ea118368b692f70081
b817279e01ad8bd9c9e6e18803366b2230c03f77
refs/heads/main
2023-03-11T00:38:32.290968
2021-02-28T05:16:52
2021-02-28T05:16:52
336,832,243
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,249
puml
@startuml left to right direction actor "Dono do quadro" as DonoDoQuadro actor "Membro do quadro" as MembroDoQuadro (Criar Quadro) (Adicionar Membros) (Remover Membros) (Transferir Titularidade do Quadro) (Arquivar Quadro) (Reabrir Quadro) (Criar Coluna) (Excluir Coluna) (Criar Cartão) (Excluir Cartão) (Mover Cartão) (Editar Cartão) (Comentar no Cartão) (Editar Comentário) (Excluir Comentário) :DonoDoQuadro: -> (Criar Quadro) :DonoDoQuadro: -> (Adicionar Membros) :DonoDoQuadro: -> (Remover Membros) :DonoDoQuadro: -> (Transferir Titularidade do Quadro) :DonoDoQuadro: -> (Arquivar Quadro) :DonoDoQuadro: -> (Reabrir Quadro) :DonoDoQuadro: -> (Criar Coluna) :DonoDoQuadro: -> (Excluir Coluna) :DonoDoQuadro: -> (Criar Cartão) :MembroDoQuadro: -> (Criar Cartão) :DonoDoQuadro: -> (Excluir Cartão) :MembroDoQuadro: -> (Excluir Cartão) :DonoDoQuadro: -> (Editar Cartão) :MembroDoQuadro: -> (Editar Cartão) :DonoDoQuadro: -> (Mover Cartão) :MembroDoQuadro: -> (Mover Cartão) :DonoDoQuadro: -> (Comentar no Cartão) :MembroDoQuadro: -> (Comentar no Cartão) :DonoDoQuadro: -> (Editar Comentário) :MembroDoQuadro: -> (Editar Comentário) :DonoDoQuadro: -> (Excluir Comentário) :MembroDoQuadro: -> (Excluir Comentário) @enduml
false
true
true
false
usecase
8e96f167ab162abbf4afa754b033ba33cefb050c
fc87576cadd08c1475b4f43d017c3eedb2d91957
/docs/diagrams/MeetingClassDiagram.puml
293a01c60917e104088dd88e6b909a4716b0622f
[ "MIT" ]
permissive
AY1920S1-CS2103T-T17-1/main
d6419675e4dc5384db505c40ffc70de295a10a3c
2af7a0f32afcf57e7aa2c3c848f77e16d194c1dc
refs/heads/master
2020-07-31T21:52:40.385939
2020-01-20T17:44:35
2020-01-20T17:44:35
210,763,819
1
6
NOASSERTION
2020-01-20T17:44:36
2019-09-25T05:38:41
Java
UTF-8
PlantUML
false
false
458
puml
@startuml skinparam classAttributeIconSize 0 Package Model <<Rectangle>> { Class ProjectList Package Project <<Rectangle>> { Class Project Class UniqueProjectList Class Time Class Description Class Meeting { } Class Time { +time: String +date: Date } Class Description { +description: String } } } ProjectList *--> "1" UniqueProjectList UniqueProjectList o--> "*" Project Project *--> "*" Meeting Meeting *--> "1" Time Meeting *--> "1" Description @enduml
false
true
false
false
class
ee0de6077eb72adc15115b2916a60f44d0adb161
01beed8e16046a3d467b325fbe6324dd30d834c8
/Docs/Ex43.puml
fac88f34d9c445dd4d456f206733710f8098cd4f
[]
no_license
Harsha-Aith/aitharaju-cop3330-assignment3
ca37fd913f8caf6a40e4978a0903463f424596b8
74ad863c5baa47af294d9d524ea64d1d83b4e6b5
refs/heads/master
2023-06-03T22:27:23.908018
2021-06-21T04:00:21
2021-06-21T04:00:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
282
puml
@startuml 'https://plantuml.com/class-diagram class ex43Sol{ Scanner kb $siteName $author $js $css } ex43<|-- WebsiteGenerator class WebsiteGenerator { +boolean mkdir(String path) +boolean createIndex(String site, String author) throws IOException } @enduml
false
true
false
false
class
b72a02ab7b8f1e1b11e46acbb4dd20d189bddb1b
b2215d9679854662a617a8234f79e676138d2dcc
/TDA552/Labb/Labb-1/out/production/Labb-1/Labb/Labb.plantuml
29751ca5e67c1bdeca8f52b1cc9f1a8c341da356
[]
no_license
OscarSanner/SchoolProjects
52d73a725076042f48a2dfa6637e25d211e31a55
2f70c4c1ba524f8a6b85d254689bc28ef821716f
refs/heads/master
2020-09-05T23:03:58.233815
2020-04-22T11:41:01
2020-04-22T11:41:01
220,229,305
0
0
null
null
null
null
UTF-8
PlantUML
false
false
963
plantuml
@startuml title __LABB's Class Diagram__\n namespace abb { class Labb.Application { {static} + main() } } namespace abb { class Labb.CarController { + CarController() - initListeners() } } namespace abb { interface Labb.IObservable { {abstract} + attach() {abstract} + detach() {abstract} + notifyAllObservers() } } namespace abb { interface Labb.IObserver { {abstract} + observerUpdate() } } namespace abb { class Labb.Main { {static} + main() ~ program() } } Labb.CarController o-- Labb.View.CarView : frame Labb.CarController o-- Labb.Model.Model : model 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
5de63903ee8650070520cbf966750ff58b6a96c6
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/Solution/Identity-Manager/Deployment.puml
2441afad19a657d667ec26d66d2b69ba6cc1fd67
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
298
puml
@startuml package "Identity Manager" #lightblue { folder bin #ffffff { file user } folder Services #ffffff { file "user-manager" } node micro node sailsjs database DB1 sailsjs -- DB1 bin .. sailsjs Services .. micro micro -- DB1 sailsjs -> micro } @enduml
false
true
false
false
sequence
a2601cbd3ed8de6ec87cd303d487b98052d0c53f
b7d2ba71058efa46eff4ed885324819fb3f99266
/src/doc/DeploymentModel/DeploymentDiagram.puml
60c1e3857c2f899f03c54abb6c164e86a4a117c7
[]
no_license
Almadanmp/backend4
3aaa5cbe453041917a510ceee83bf318499a9823
07ab3c1af9c7de6ff35cf23bf44b0e664db82f46
refs/heads/master
2022-11-25T10:30:27.184246
2019-06-30T19:26:12
2019-06-30T19:26:12
194,547,877
0
0
null
2022-11-16T11:54:00
2019-06-30T18:24:24
Java
UTF-8
PlantUML
false
false
636
puml
@startuml node "Web Server" as test { [React Application] } node "Browser" { [browser HTML] } node "Application Server / Database Server" as test2 { [Tomcat] [API] [H2] [Data Model] } database "H2" { } [browser HTML] ---> [React Application]: HTTP / HTTPS connection [React Application] ---> [API] [Data Model] --> H2: Local socket [API] -> [Data Model] @enduml skinparam titleBorderRoundCorner 10 skinparam titleBorderThickness 2 skinparam titleBorderColor indianred skinparam titleBackgroundColor Snow skinparam FontName quicksand skinparam titleFontSize 10 skinparam roundcorner 10 actor "User"
false
true
false
false
sequence
da9e57713f249ce72730359fed59278e43a5128a
9e9676cdfe6aea6d2db11068ad34eda0c3376d56
/uml/SHOOT_alternative_gun_flow.puml
edcd4ce34cf63f50802f817d62dcee2f0b44178b
[ "MIT" ]
permissive
slinkydeveloper/ing-sw-2019-guardiani-mucignat-lischio
621f17a7631d6c8c3a2ec3b3a7443e76de47e565
f985abed3a1f7e2c95ae7fa20dcab1870840d110
refs/heads/master
2022-12-26T02:14:57.116316
2019-07-05T09:49:41
2019-07-05T09:49:41
176,522,157
0
0
MIT
2020-10-13T13:22:31
2019-03-19T13:50:02
HTML
UTF-8
PlantUML
false
false
2,636
puml
@startuml title SHOOT Alternative Effect participant View participant Controller participant DecoratedGun participant Model == Started turn == View -> Controller: NewTurnEvent Controller -> Controller: set remainingActions = 2 == SHOOT == Controller -> View: showAvailableActions() View -> Controller: ActionChosenEvent(SHOOT) Controller -> Controller: ExpectingShootState(null) Controller -> View: showLoadedGuns() View -> Controller: GunChosenEvent(gun) Controller -> DecoratedGun: decoratedGun.executeShootFlow() Controller -> Controller: ExecutingGunFlowState(decoratedGun, null) DecoratedGun -> View: showApplicableEffects(Optional<Map<PlayerColor, Optional<Integer[]>>> firstEffect, int numberOfChoosablePlayerFirstEffect, Optional<Map<PlayerColor, Optional<Integer[]>>> secondEffect, int numberOfChoosablePlayerSecondEffect, int numberOfAvailableScopePowerUp) View -> DecoratedGun: ChosenEffectConfigurationEvent(configuration) DecoratedGun -> Model: mutate whole model Model -> View: various DashboardCellUpdatedEvent(dashboard, dashboardCell), various PlayerDashboardUpdatedEvent(playerDashboard) loop playerHit Controller -> View: showAvailableVenomGranades() View -> Controller: VenomGranadeChosenEvent(List<PowerUpCard>) alt player uses VenomGranade Controller -> Model: add marks to shooter PlayerDashboard, remove VenomGranade powerUps from playerHit PlayerDashboard Model -> View: various PlayerDashboardUpdatedEvent(playerDashboard) end end DecoratedGun -> Controller: endGunFlowCallBack() loop playerKilled Controller -> Model: update model Model -> View: various DashboardCellUpdatedEvent(dashboard, dashboardCell), various PlayerDashboardUpdatedEvent(playerDashboard), GameStatusUpdatedEvent(killerColor, cruelKill) end Controller -> Controller: ShootCompletedState(killedPlayersToProcess) == Respawn phase == loop playerKilled Controller -> Model: add PowerUpCard To PlayerDashboard Model -> View: PlayerDashboardUpdatedEvent Controller -> View: showAvailableRespawnLocations() View -> Controller: ChosenRespawnLocationEvent(respawnCell) Controller -> Model: update DashboardCell, PlayerDashboard Model -> View: DashboardCellUpdatedEvent, PlayerDashboardUpdatedEvent end == Reload phase == Controller -> View: showReloadableGuns() View -> Controller: ReloadGunsEvent(gunsToReload) Controller -> Model: mutate player dashboard model Model -> View: PlayerDashboardUpdated(playerDashboard) == Refill Dashboard == Controller -> Model: refill dashboard cells Model -> View: DashboardCellUpdated(dashboard, cell1) Model -> View: DashboardCellUpdated(dashboard, celln) @enduml
false
true
false
false
sequence
9e60a20f44e54f5c8ce533dd600e9fd8725302b8
07b0fd9f1ad48c9611fd70a3f62bcd4afc27d865
/app/src/main/java/com/example/procomsearch/ui/Search/Search.plantuml
1065da05965cc2162a93b2ac6142d83c0890e3ac
[]
no_license
cyberflax2020/COMP2100_6442_S2_2020_GROUP_PROJECT
9c668698b4722c73a85d8f850414a35b4579b761
51ca21a4e3e62d25f7a1d60674cce51a313d3b57
refs/heads/main
2023-04-14T22:04:12.605649
2021-05-08T16:33:57
2021-05-08T16:33:57
365,550,501
1
1
null
null
null
null
UTF-8
PlantUML
false
false
1,848
plantuml
@startuml title __SEARCH's Class Diagram__\n namespace com.example.procomsearch { namespace ui.Search { class com.example.procomsearch.ui.Search.SearchFragment { ~ autoInput : ImageButton {static} ~ firstTime : boolean ~ hintButton : ImageButton ~ keyBoard : ImageButton ~ listPopupWindow : ListPopupWindow ~ mDrawerLayout : DrawerLayout ~ root : View ~ toolbar : Toolbar {static} ~ typeOddTimes : boolean - progressBar : ProgressBar - rankAttribute : String - searchButton : Button - textList : ArrayList<String> - userId : int + onCreateView() + onResume() {static} + printCompanies() {static} - parseQuery() - search() - setMightBeInterest() - setQuickInput() - showListPopupWindow() - showPopupHint() } } } namespace com.example.procomsearch { namespace ui.Search { class com.example.procomsearch.ui.Search.SearchViewModel { - mText : MutableLiveData<String> + SearchViewModel() + getText() } } } com.example.procomsearch.ui.Search.SearchFragment -up-|> androidx.fragment.app.Fragment com.example.procomsearch.ui.Search.SearchFragment o-- com.example.procomsearch.buttonEditText.ClearableEditText : searchBox com.example.procomsearch.ui.Search.SearchFragment o-- com.example.procomsearch.ui.Search.SearchViewModel : searchViewModel com.example.procomsearch.ui.Search.SearchViewModel -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
3a4e9739b5c3d769c93cdcb35dcc79c067b8dce0
20478b6c19855983adf0781338d1a30e98101a7b
/diagramas/Interpreter.iuml
ca56426259dd9f8cb88f742b6aaca2b7322f71b4
[]
no_license
LEON12699/Patrones_diseno
f9391a3071ae76b6c70de0610c70804e9ab0cbdb
cf0e97ba3f7efe6101dc575b8508faedbf3d75b9
refs/heads/master
2023-01-02T13:49:08.209731
2020-10-26T03:40:25
2020-10-26T03:40:25
305,895,825
0
0
null
null
null
null
UTF-8
PlantUML
false
false
505
iuml
@startuml Interpreter structure skinparam class { BackgroundColor #DDDDDD BorderColor black ArrowColor black } abstract AbstractExpression { Interpret( context: Context) } class TerminateExpression{ Interpret( context: Context) } class NonterminalExpression{ Interpret( context: Context) } Client -->Context Client -right-> AbstractExpression AbstractExpression <|-- TerminateExpression AbstractExpression <|-- NonterminalExpression NonterminalExpression o-->AbstractExpression @enduml
false
true
false
false
class
2a2494930ee70877591c8c83ae784be5c9a34494
1e557a8d0b755ce2d66458e43dcd426dd8f27fec
/阅读代码/android/视图相关/Event.plantuml
810c9c97b896d83ea16d7e507f20e9c296ec17c4
[]
no_license
rickgit/rickgit.github.io
94ff804637d1fe891583c9c1513a9b65b86361f5
5891f01bdd8ca1231cd9977a68960e11e28688f4
refs/heads/master
2023-08-29T21:35:00.999632
2023-08-12T04:40:16
2023-08-12T04:40:16
52,088,713
4
0
null
null
null
null
UTF-8
PlantUML
false
false
655
plantuml
@startuml skinparam monochrome true skinparam classBackgroundColor transparent skinparam style strictuml class Activity{ Window mWindow dispatchTouchEvent() onUserInteraction() } class PhoneWinodw extends Window{ DecorView mDecor superDispatchTouchEvent() } class DecorView extends FrameLayout implements RootViewSurfaceTaker{ } class FrameLayout extends ViewGroup{ public boolean onInterceptTouchEvent(MotionEvent ev) } class ViewGroup extends View{ public boolean onInterceptTouchEvent(MotionEvent ev) } class View{ dispatchTouchEvent() onFilterTouchEventForSecurity(event) } Activity -->PhoneWinodw PhoneWinodw -->DecorView @enduml
false
true
false
false
class
3549814052c5e2b093e3e349773c6feb0925d4a6
888ac742dda8b29a4fb06b99fba9dbb10ab2668d
/tomcattest/src/main/java/wang/study/plantuml/lesson3/graph3.puml
140592827707d07d94242430df396136c59b85b2
[]
no_license
wangbin5/samples
5631673e80bb9e807f4af7c34bf5aa5f55ad2a0c
4fc6b8b03ab67b281ff7cbac45ca4c415f2ba9b9
refs/heads/master
2022-10-06T18:41:27.827624
2020-12-03T13:20:11
2020-12-03T13:20:11
102,315,419
0
0
null
2022-09-16T21:05:39
2017-09-04T03:34:27
Java
UTF-8
PlantUML
false
false
803
puml
@startuml left to right direction (Checkout) --> (Customer Authentication) :《include》 (Checkout) --> (View/Update Shoping Cart) :《include》 (Checkout) --> (Calculate Taxes and Shipping) :《include》 (Checkout) --> (Payment) :《include》 (User Sign in) --|> (Customer Authentication) (Remember Me) --|> (Customer Authentication) (Single Sign-On) --|> (Customer Authentication) :Identifier Provider: --> (User Sign in) :Identifier Provider: --> (Remember Me) :Identifier Provider: --> (Single Sign-On) :Authentication: as Auth <<Service>> Auth--> (Single Sign-On) (View/Update Shoping Cart) --> (Calculate Total) :《include》 (Payment By Credit) --|> (Payment) (Payment By Paypal) --|> (Payment) :CreditPayment Service: --> (Payment By Credit) :Paypal: --> (Payment By Paypal) @enduml
false
true
true
false
sequence
27878c6371b41571674ca5db8180b9ee184c69da
9fb800bced4689dc1cd56f5fd38f288062d5140c
/src/files-service/Application/Services/FileService.puml
be066598f245cd89423874bc5bca37097dbdb620
[]
no_license
converge-app/uml-diagrams
b0638f3b801ced52b650025b1b81d29f4ff345fe
4202d41a464838d7604062e407b065bf512ad8d6
refs/heads/master
2020-11-25T09:53:56.136779
2019-12-17T12:11:29
2019-12-17T12:11:29
228,607,152
0
0
null
null
null
null
UTF-8
PlantUML
false
false
368
puml
@startuml interface IFileService { UploadFile(file:File, formFile:IFormFile) : Task<File> } class FileService { - <<readonly>> _fileRepository : IFileRepository - _credentials : GoogleCredential + FileService(fileRepository:IFileRepository) + <<async>> UploadFile(file:File, formFile:IFormFile) : Task<File> } IFileService <|-- FileService @enduml
false
true
false
false
class
7cac2fc37a5e6d3222301bbf4149dca256919433
de4eb4b6da85b8c473116ad15ce1422aa2ffd1f0
/doc/Multiplayer/uml/entity-prediction.sequence.puml
2f85745a123c49d00d948c0a052bc2c59c5b832f
[ "MIT" ]
permissive
ProfPorkins/GameTech
bed4ce9905ebb73d04521642915b3770ec90540c
fab91e9ddc50ded98b6a40dde800ffcc368494c0
refs/heads/trunk
2023-04-17T08:17:11.088161
2023-04-11T19:37:21
2023-04-11T19:37:21
60,926,266
20
6
MIT
2021-05-30T16:34:06
2016-06-11T20:21:58
JavaScript
UTF-8
PlantUML
false
false
1,236
puml
@startuml Entity Prediction - Sequence participant "Client A" as ClientA participant Server participant "Client B" as ClientB note over ClientA: p1 (0, 0) / note over Server: p1 (0, 0) / note over ClientB: p1 (0, 0) ClientA -> Server: input: thrust (id: 1) note over ClientA: Animate from momentum / note over Server: Update Game Model\n Apply thrust\nSimulate from momentum note over ClientA: p1 (0, 1) / note over Server: p1 (0, 2) note over ClientA: Animate from momentum note over ClientA: p1 (0, 2) Server -> ClientA: update: game-state (ack id: 1) Server -> ClientB: update: game-state note over ClientA: Animate from momentum / note over Server: Update Game Model\n Apply thrust\nSimulate from momentum /note over ClientB: Animate from momentum note over ClientA: p1 (0, 3) / note over Server: p1 (0, 4) / note over ClientB: p1 (0, 1) note over ClientA: Animate from momentum / note over ClientB: Animate from momentum note over ClientA: p1 (0, 4) / note over ClientB: p1 (0, 2) Server -> ClientA: update: game-state Server -> ClientB: update: game-state note over ClientA: Animate from momentum / note over ClientB: Animate from momentum note over ClientA: p1 (0, 5) / note over ClientB: p1 (0, 3) @enduml
false
true
false
false
sequence
d9b201e49c0eb753a59e03b95157dfa46c6c7ab0
560e8a52f95138903d5198d217551de6bd8aa4a8
/src/main/java/com/infosupport/poc/ddd/domain/entity/entity.plantuml
13bbd12d9049477bd96698741e4c82eee2696e2a
[]
no_license
ingmars1709/ddd
dcfcf06951c4d968cda849aa462f0e6cc3c2a2d0
8cac199a2808a12f65745509bb66dd7a200a4d0f
refs/heads/master
2020-04-20T19:11:43.488997
2020-03-13T08:21:01
2020-03-13T08:21:01
169,042,695
1
0
null
null
null
null
UTF-8
PlantUML
false
false
490
plantuml
@startuml title __ENTITY's Class Diagram__\n package com.infosupport.poc.ddd.domain.entity { interface Entity { {abstract} + hasSameIdentityAs() } } package com.infosupport.poc.ddd.domain.entity { interface Tracer { {abstract} + trace() } } 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
f616e60e6ffebb8aa2dd90e57acf8fa28f90557b
ea8dd9668aa29902dbd0b4c08af3aaaa3ff106a3
/docs/class_diagram_01.puml
8c15d28298802e93b796c1b51715480c1796a07c
[]
no_license
rumrog/w12d5_java_fantasy_game
9f0c35ef4d2dc5b5cb69dd249bcbde030c09d774
ba47deadc990806edc0410c64a69b262bcdf3277
refs/heads/master
2022-12-26T17:34:52.131548
2020-08-03T13:41:53
2020-08-03T13:41:53
284,487,634
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,751
puml
@startuml ''''''''''''' ' Styling ' ''''''''''''' ' Colors definition ============================================== ' Nord color palette https://www.nordtheme.com/docs/colors-and-palettes ' Polar Night !$night0 = "#2E3440" !$night1 = "#3B4252" !$night2 = "#434C5E" !$night3 = "#4C566A" ' Snow Storm !$snow0 = "#D8DEE9" !$snow1 = "#E5E9F0" !$snow2 = "#ECEFF4" ' Frost !$frost0 = "#8FBCBB" !$frost1 = "#88C0D0" !$frost2 = "#81A1C1" !$frost3 = "#5E81AC" ' Aurora !$aurora0 = "#BF616A" !$aurora1 = "#D08770" !$aurora2 = "#EBCB8B" !$aurora3 = "#A3BE8C" !$aurora4 = "#B48EAD" ' Theme configuration =========================================== !if (%not(%variable_exists("$font"))) !$font = "Helvetica" !endif ' Global skinparams ========================================= skinparam BackgroundColor $snow0 skinparam Shadowing false skinparam lineType ortho hide empty members hide circle skinparam Default { FontName $font FontColor $night1 } skinparam Diagram { BorderColor $night3 } skinparam Arrow { Color $night3 FontColor $night3 FontStyle Italic } skinparam Package { FontColor $aurora4 BackgroundColor $snow1 BorderColor $frost2 } ' Usecase =============================================== skinparam Usecase { BackgroundColor $snow2 BorderColor $night3 FontColor $frost2 } skinparam Actor { BackgroundColor $aurora3 BorderColor $night3 FontColor $aurora3 } ' Class =============================================== skinparam CircledCharacter { FontName $font FontColor $night0 FontSize 12 Radius 8 } skinparam Class { BackgroundColor $snow2 BorderColor $night3 FontColor $frost3 FontStyle Bold hide circle Attribute { FontColor $night2 ' IconSize 0 } } ' Activity =========================================== skinparam Activity { BackgroundColor $night2 FontColor $frost1 BorderColor $night3 BarColor $aurora2 EndColor $aurora0 StartColor $aurora3 Diamond { BackgroundColor $aurora4 BorderColor $night3 FontColor $aurora4 } } ''''''''''''' ' Players ' ''''''''''''' package "Players" <<Frame>> { abstract class Player { # name: String # healthPoints: int # treasureChest: int + checkHealth() + collectTreasure() } abstract class MeleeCharacter extends Player implements IAttack { - armory: array + changeArmoryItem() + attack() } abstract class MagicCharacter extends Player implements IProtect { - spells: array + changeSpell() + protect() } class Cleric extends Player implements IHeal { - healingTools: array + changeHealingTool() + heal() } class Barbarian extends MeleeCharacter { + ripHeadOff() } class Knight extends MeleeCharacter implements IProtect { - armory: array + protect() } class Dwarf extends MeleeCharacter { - armory: Pickaxe + usePickaxe() } class Warlock extends MagicCharacter { - spells: LightRoom + lightRoom() } class Wizard extends MagicCharacter { + impersonateGandalf() } } ''''''''''''' ' Enemies ' ''''''''''''' package "Enemies" <<Frame>> { abstract class Enemy implements IAttack { # name: String # healthPoints: int + checkHealth() + attack() } class Orc extends Enemy { - armory: Sword } class Troll extends Enemy { - armory: Club } } ''''''''''''' ' Rooms ' ''''''''''''' package "Rooms" <<Frame>> { abstract class Room { # isExitLocked: boolean # floor: array + wasTreasureCollected() } class TreasureRoom extends Room{ - gold: int + wasTreasureCollected() } class EnemyRoom extends Room { - enemies: array + areAllDead() } } '''''''''''''''' ' Interfaces ' '''''''''''''''' interface IAttack { attack() ∅ } interface IProtect { protect() ∅ } interface IHeal { heal() ∅ } @enduml
false
true
true
false
class
3011a6018bd933d78755e467e4a3470ad51e9d9b
e251f0f9a7fcc88a46be4be7e969da1ce5336c59
/src/main/java/Strategie/Animal/README.puml
09edc05ef32cd94b2971cd2d3db86a09a996a533
[]
no_license
RaulSima/LOG121-GOF-exemples
c8974b93825d4b29e833ffde899b1c4056d87c75
f778d48faa2d79d5f2d4cb7b46fccacf493e5b29
refs/heads/master
2023-02-21T01:34:43.043039
2021-01-22T20:01:59
2021-01-22T20:01:59
330,019,270
0
0
null
2021-01-15T20:49:47
2021-01-15T20:49:34
null
UTF-8
PlantUML
false
false
1,687
puml
@startuml diagamme de classe class Animal{ - String : name; - double : height; - int : weight; - String : favFood; - double : speed; - String : sound; + Flys : flyingType; + String tryToFly() + void setFlyingAbility() } class AnimalExample{ {static} + void main() } class Bird{} class Dog{ + void digHole() } interface Flys{ + String fly() } class ItFlys{ + String fly() } class CantFly{ + String fly() } ItFlys -|> Flys CantFly -|> Flys Flys .. Animal Bird -|> Animal Dog -|> Animal AnimalExample .. Animal @enduml @startuml diagamme de séquence skinparam Style strictuml title Diagramme de séquence actor AnimalExemple participant "sparky:Dog" as Dog participant "tweety:Bird" as Bird participant "flyingType:CantFly" as CantFly participant "flyingType:ItFlys" as CanFly participant ":ItFlys" as CanFly2 participant "System.out" as sysout AnimalExemple -> Dog ** : Animal sparky = new Dog() Dog -> CantFly ** : Flys flyingType = new CantFly() AnimalExemple -> Dog : tryToFly() Dog -> CantFly : fly() CantFly --> AnimalExemple : flyText AnimalExemple -> sysout : println("Dog: " + flyText) == == AnimalExemple -> Bird ** : Animal tweety = new Bird() Bird -> CanFly ** : Flys flyingType = new ItFlys() AnimalExemple -> Bird : tryToFly() Bird -> CanFly : fly() CanFly --> AnimalExemple : flyText AnimalExemple -> sysout : println("Bird: " + flyText) == == AnimalExemple -> CanFly2 ** : Flys newFlyingType = new ItFlys() AnimalExemple -> Dog : setFlyingAbility(newFlyingType) AnimalExemple -> Dog : tryToFly() Dog -> CanFly2 : fly() CanFly2 --> AnimalExemple : flyText AnimalExemple -> sysout : println("Dog: " + flyText) @enduml
false
true
true
false
usecase
5220d8234ce4a74288a979516f82fec0fbf505dd
f7389ede7c743b8ce3d174eee24ebcab316354f6
/Diagrammer/Robo_Sumo_Battle/RoboSumoBattle_BDD.plantuml
02f21159819ba2a0fa1ed5f0834b22702ce11c27
[]
no_license
Solvgraa-mager/E3PRJ3
7e2b70775c0d8b8312bc893e0c9014fd766af9b0
fb507b5528417459714c00b73c75378d6465af19
refs/heads/master
2023-01-31T11:01:30.966313
2020-12-18T10:28:55
2020-12-18T10:28:55
294,479,612
0
1
null
null
null
null
UTF-8
PlantUML
false
false
844
plantuml
@startuml skinparam BackgroundColor transparent title Systemdiagram object "Robo-Sumo-Battle" as system object "Central Computer" as central_computer central_computer : <b>Parts:</b> central_computer : Display central_computer : Embedded Controller object "SumoBot" as sumobot sumobot : <b>Parts:</b> sumobot : Motor sumobot : Motorstyring sumobot : PSU sumobot : Batteri sumobot : Microcontroller sumobot : Attack Sensor object "Styringsenhed" as styringsenhed styringsenhed : <b>Parts:</b> styringsenhed : Mikrofon styringsenhed : Analog Signalbehandling styringsenhed : Signalkonditionering styringsenhed : ADC styringsenhed : Digital Signal Processing styringsenhed : PSU system *--"1" central_computer system *--"2" styringsenhed system *--"2" sumobot @enduml
false
true
false
false
class
d35cdab9df6aba9322f941deff59942d4ba158ee
9655943d1f1de106247934f0b4045ab682c17ca7
/src/Portal/FileManagement/FileManagement.plantuml
cbfde171d58f36164c1b5384921864815fa47464
[]
no_license
MartinEmilEshack/PortalOld
de97437fb0c7904a1338922fc847ca60a117c478
c0290d993205b95a5a766632ab1a75d439d37ee9
refs/heads/master
2022-01-10T19:23:01.254495
2019-05-10T23:43:10
2019-05-10T23:43:10
176,746,376
0
0
null
null
null
null
UTF-8
PlantUML
false
false
971
plantuml
@startuml title __FILEMANAGEMENT's Class Diagram__\n package Portal.FileManagement { class Explorer { {static} + OPEN_FOLDER : int {static} + FORWARD : int {static} + BACK : int {static} - path : ArrayList<String> - Explorer() {static} + getExplorerData() {static} - openFolder() {static} - back() {static} - forward() {static} - makeFilesArrayList() } } package Portal.FileManagement { class ExplorerData { + path : String + files : File[] - ExplorerData() } } package Portal.FileManagement { class File { + name : String + path : String + isFile : boolean } } Explorer +-down- ExplorerData 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
567d5ece92cf8a9c3d20d3ed2bf8e97c46b0d6b8
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Manipulators/AddDelete/AddDeleteItemModeRipple.puml
61fae7cc9703f3210660e8969bce8a29b030a6f2
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
258
puml
@startuml class AddDeleteItemModeRipple { + InsertItemsAtTime(itemsGroups:IEnumerable<ItemsPerTrack>, requestedTime:double) : void + RemoveItems(itemsGroups:IEnumerable<ItemsPerTrack>) : void } IAddDeleteItemMode <|-- AddDeleteItemModeRipple @enduml
false
true
false
false
class
9259323fba215919632ac598ec9c17f1989a5607
96d48952312778fe2c57b273f826bd9bd6d2396c
/Sample/Class/AbstractClassAndInheritance.puml
42a28acd518f19bfe02c128f658de7d27249bf5e
[ "Apache-2.0" ]
permissive
MathB/PlantUML-NB
d757f6ef77f749eda5e6e9998ee6a3f7f25133eb
2a63699858c5074714fca3af286ae542a32142bd
refs/heads/master
2021-01-10T16:19:50.268639
2014-06-02T06:51:59
2014-06-02T06:51:59
44,731,558
1
1
null
null
null
null
UTF-8
PlantUML
false
false
382
puml
@startuml abstract class AbstractList abstract AbstractCollection interface List interface Collection List <|-- AbstractList Collection <|-- AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList <|-- ArrayList class ArrayList { Object[] elementData size() } enum TimeUnit { DAYS HOURS MINUTES } annotation SuppressWarnings @enduml
false
true
false
false
class
a7d7da8f752740b49e42311514e21c14987513c9
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/TaxCalculationMode.puml
155b491625dd0f0141a84fedc3895b2733b16734
[]
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
11,755
puml
@startuml hide methods enum TaxCalculationMode { LINE_ITEM_LEVEL UNIT_PRICE_LEVEL } interface Cart [[Cart.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime key: String customerId: String customerEmail: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] anonymousId: String businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalLineItemQuantity: Long totalPrice: [[CentPrecisionMoney.svg CentPrecisionMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] inventoryMode: [[InventoryMode.svg InventoryMode]] cartState: [[CartState.svg CartState]] billingAddress: [[Address.svg Address]] shippingAddress: [[Address.svg Address]] shippingMode: [[ShippingMode.svg ShippingMode]] shippingKey: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] shippingCustomFields: [[CustomFields.svg CustomFields]] shipping: [[Shipping.svg List<Shipping>]] itemShippingAddresses: [[Address.svg List<Address>]] discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] country: String locale: String origin: [[CartOrigin.svg CartOrigin]] custom: [[CustomFields.svg CustomFields]] deleteDaysAfterLastModification: Integer lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] } interface CartDraft [[CartDraft.svg]] { currency: String key: String customerId: String customerEmail: String customerGroup: [[CustomerGroupResourceIdentifier.svg CustomerGroupResourceIdentifier]] anonymousId: String businessUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]] store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]] lineItems: [[LineItemDraft.svg List<LineItemDraft>]] customLineItems: [[CustomLineItemDraft.svg List<CustomLineItemDraft>]] taxMode: [[TaxMode.svg TaxMode]] externalTaxRateForShippingMethod: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] inventoryMode: [[InventoryMode.svg InventoryMode]] billingAddress: [[BaseAddress.svg BaseAddress]] shippingAddress: [[BaseAddress.svg BaseAddress]] shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]] shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]] shippingMode: [[ShippingMode.svg ShippingMode]] customShipping: [[CustomShippingDraft.svg List<CustomShippingDraft>]] shipping: [[ShippingDraft.svg List<ShippingDraft>]] itemShippingAddresses: [[BaseAddress.svg List<BaseAddress>]] discountCodes: [[String.svg List<String>]] country: String locale: String origin: [[CartOrigin.svg CartOrigin]] deleteDaysAfterLastModification: Long custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface CartChangeTaxCalculationModeAction [[CartChangeTaxCalculationModeAction.svg]] { action: String taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] } interface StagedOrderChangeTaxCalculationModeAction [[StagedOrderChangeTaxCalculationModeAction.svg]] { action: String taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] } interface Order [[Order.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime orderNumber: String purchaseOrderNumber: String customerId: String customerEmail: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] anonymousId: String businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalPrice: [[TypedMoney.svg TypedMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] inventoryMode: [[InventoryMode.svg InventoryMode]] billingAddress: [[Address.svg Address]] shippingAddress: [[Address.svg Address]] shippingMode: [[ShippingMode.svg ShippingMode]] shippingKey: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] shippingCustomFields: [[CustomFields.svg CustomFields]] shipping: [[Shipping.svg List<Shipping>]] itemShippingAddresses: [[Address.svg List<Address>]] discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] country: String locale: String origin: [[CartOrigin.svg CartOrigin]] cart: [[CartReference.svg CartReference]] quote: [[QuoteReference.svg QuoteReference]] orderState: [[OrderState.svg OrderState]] shipmentState: [[ShipmentState.svg ShipmentState]] paymentState: [[PaymentState.svg PaymentState]] state: [[StateReference.svg StateReference]] syncInfo: [[SyncInfo.svg List<SyncInfo>]] returnInfo: [[ReturnInfo.svg List<ReturnInfo>]] lastMessageSequenceNumber: Long custom: [[CustomFields.svg CustomFields]] completedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] } interface OrderImportDraft [[OrderImportDraft.svg]] { orderNumber: String purchaseOrderNumber: String customerId: String customerEmail: String customerGroup: [[CustomerGroupResourceIdentifier.svg CustomerGroupResourceIdentifier]] businessUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]] store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]] lineItems: [[LineItemImportDraft.svg List<LineItemImportDraft>]] customLineItems: [[CustomLineItemImportDraft.svg List<CustomLineItemImportDraft>]] totalPrice: [[Money.svg Money]] taxedPrice: [[TaxedPriceDraft.svg TaxedPriceDraft]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] inventoryMode: [[InventoryMode.svg InventoryMode]] billingAddress: [[BaseAddress.svg BaseAddress]] shippingAddress: [[BaseAddress.svg BaseAddress]] itemShippingAddresses: [[BaseAddress.svg List<BaseAddress>]] shippingInfo: [[ShippingInfoImportDraft.svg ShippingInfoImportDraft]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] paymentState: [[PaymentState.svg PaymentState]] shipmentState: [[ShipmentState.svg ShipmentState]] orderState: [[OrderState.svg OrderState]] state: [[StateReference.svg StateReference]] country: String origin: [[CartOrigin.svg CartOrigin]] completedAt: DateTime custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface QuoteRequest [[QuoteRequest.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime key: String lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] quoteRequestState: [[QuoteRequestState.svg QuoteRequestState]] comment: String customer: [[CustomerReference.svg CustomerReference]] customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalPrice: [[TypedMoney.svg TypedMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] shippingAddress: [[Address.svg Address]] billingAddress: [[Address.svg Address]] inventoryMode: [[InventoryMode.svg InventoryMode]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] country: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] itemShippingAddresses: [[Address.svg List<Address>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] custom: [[CustomFields.svg CustomFields]] state: [[StateReference.svg StateReference]] purchaseOrderNumber: String cart: [[CartReference.svg CartReference]] businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] } interface Quote [[Quote.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime key: String lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] quoteRequest: [[QuoteRequestReference.svg QuoteRequestReference]] stagedQuote: [[StagedQuoteReference.svg StagedQuoteReference]] customer: [[CustomerReference.svg CustomerReference]] customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] validTo: DateTime sellerComment: String buyerComment: String store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalPrice: [[TypedMoney.svg TypedMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] shippingAddress: [[Address.svg Address]] billingAddress: [[Address.svg Address]] inventoryMode: [[InventoryMode.svg InventoryMode]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] country: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] itemShippingAddresses: [[Address.svg List<Address>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] custom: [[CustomFields.svg CustomFields]] quoteState: [[QuoteState.svg QuoteState]] state: [[StateReference.svg StateReference]] purchaseOrderNumber: String businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] } TaxCalculationMode --> Cart #green;text:green : "taxCalculationMode" TaxCalculationMode --> CartDraft #green;text:green : "taxCalculationMode" TaxCalculationMode --> CartChangeTaxCalculationModeAction #green;text:green : "taxCalculationMode" TaxCalculationMode --> StagedOrderChangeTaxCalculationModeAction #green;text:green : "taxCalculationMode" TaxCalculationMode --> Order #green;text:green : "taxCalculationMode" TaxCalculationMode --> OrderImportDraft #green;text:green : "taxCalculationMode" TaxCalculationMode --> QuoteRequest #green;text:green : "taxCalculationMode" TaxCalculationMode --> Quote #green;text:green : "taxCalculationMode" @enduml
false
true
false
false
sequence
78cb2ca6194e67cea730cab50906d3b0ca945a36
c5cc6e072bae0c85c2898ab1ae1edd095f8534ba
/Reeks2 BestandsBeheer (Proxy)/Reeks2 Proxy.puml
95e24b2452e268950aa0286a371e28d17cd034a1
[]
no_license
WillemDendauw/SoftwareontwikkelingII
718223d6c8055c3679de2e1dee5a399e4f7df672
587365b1bcf4a715c1f73f44cdf8d48f3cf4b783
refs/heads/master
2022-12-07T21:12:00.131491
2020-08-27T15:21:47
2020-08-27T15:21:47
258,460,142
0
0
null
null
null
null
UTF-8
PlantUML
false
false
738
puml
@startuml reeks2 skinparam ClassAttributeIconSize 0 interface IFile{ +Content string{get} } note right: ISubject class RealFile{ } note top: Subject class CachingProxyFile{ -cachedFiles : Dictionary<string,IFile> -Filename : string } note bottom: cachingproxy class AuthenticationProxyFile{ -user: User -filename: string } note top: authenticaytieproxy class FileAccesException{ } class User{ +IsAdmin : bool{get} +UserName: string{get} } IFile <|.. AuthenticationProxyFile IFile <|.. CachingProxyFile IFile <|.. RealFile AuthenticationProxyFile ..> FileAccesException : uses AuthenticationProxyFile ..> User : uses RealFile --o CachingProxyFile CachingProxyFile --o AuthenticationProxyFile @enduml
false
true
false
false
class
54931985f60b1bd85e0c9f5005ea78bddd1e85ee
46a9811962129f0cbe57636ac4d6ee9d98dbf44c
/input/images-source/ActorsMultilevelReporting.plantuml
b5f69e6909f8db2ecd0fdf59bed0853fb73de0a5
[]
no_license
HL7/fhir-saner
c782972c89dd7425504c4b6a999e4e5b1ce6af20
ad72c0dbc9142439fbff2f135f82978e7f1d4282
refs/heads/master
2023-01-13T01:33:40.692632
2022-02-15T21:30:31
2022-02-15T21:30:31
252,787,748
12
8
null
2022-12-21T20:01:09
2020-04-03T16:44:47
GLSL
UTF-8
PlantUML
false
false
1,971
plantuml
@startuml title Intermediaries enable multi-level reporting rectangle "Hospital EHR System A" as Hospital1 { agent "Measure Source" as MeasureSource1 agent "Measure Consumer" as MeasureConsumer1 } rectangle "Hospital EHR System B" as Hospital2 { agent "Measure Source" as MeasureSource2 agent "Measure Consumer" as MeasureConsumer2 } rectangle "Alternate Data Sources" as MiscData { agent "CSV" as MiscData1 agent "XML" as MiscData2 agent "JSON" as MiscData3 agent "BulkFHIR" as MiscData4 } rectangle "Intermediary" as HospitalGroup1 { agent "Transform Process" as TransformProcess1 agent "Measure Source\n(FHIR Server)" as MeasureIntermediary1 agent "Measure Consumer" as MeasureIntermediaryConsumer1 } rectangle "Regional Public Health Authority" as PublicHealth1 { agent "Transform Process" as TransformProcess2 agent "Measure Source\n(FHIR Server)" as MeasureIntermediary2 agent "Measure Consumer" as MeasureIntermediaryConsumer2 } rectangle "National Public Health Authority" as NationalAgency1 { agent "Transform Process" as TransformProcess3 agent "Measure Source\n(FHIR Server)" as MeasureIntermediary3 agent "Measure Consumer" as MeasureIntermediaryConsumer3 } MeasureSource1 <-- MeasureConsumer1 : Pull MeasureSource2 <-- MeasureConsumer2 : Pull MiscData1 --> TransformProcess1 : Push MiscData2 <-- TransformProcess1 : Pull MiscData3 <-- TransformProcess2: Pull MiscData4 --> TransformProcess3: Push MeasureSource1 --> TransformProcess1 : Push with Dump MeasureSource2 <-- TransformProcess1 : Pull with Dump TransformProcess1 --> MeasureIntermediary1 : Push MeasureIntermediary1 <-- MeasureIntermediaryConsumer1 : Pull TransformProcess2 --> MeasureIntermediary1: Pull TransformProcess2 --> MeasureIntermediary2 : Push MeasureIntermediary2 <-- MeasureIntermediaryConsumer2 : Pull TransformProcess3 --> MeasureIntermediary2: Pull TransformProcess3 --> MeasureIntermediary3 : Push MeasureIntermediary3 <-- MeasureIntermediaryConsumer3 : Pull @enduml
false
true
false
false
sequence
e662c6f9667160eca9f4eb1a567dc3b2c04fb945
cdcc62095774a411bf26dfcdf7607a381d9286f3
/asciidocs/plantuml/cld.puml
a2849f48bb4bffa489f301793ac00646c490f14a
[]
no_license
quirinecker/construction-site-manager
f4974964e02326634fae7c2a90b858f29b82df70
3598e790d4f2f25d431dffa35b8e28495041a92c
refs/heads/main
2023-08-07T16:54:22.330838
2021-09-26T21:38:51
2021-09-26T21:38:51
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
926
puml
@startuml 'https://plantuml.com/class-diagram interface Resource { id: Long, costPerHour: double type: "Employee" | "Vehicle" } class Vehicle implements Resource { id: Long model: Model age: int notice: String } class Employee implements Resource{ id: Long firstname: String lastname: String svn: int address: Address } class Model { brand: String name: String year: int } class Address { street: string place: string zip: int } class ResourceAssignment { id: Long resource: Resource constructionSite: ConstructionSite, timeCostInHours: int } class ConstructionSite { id: Long resources: List<ResourceAssignment> address: Address } ResourceAssignment "*" -- "1" Resource ResourceAssignment "*" -- "1" ConstructionSite ConstructionSite "1" -- "*" Address Employee "1" -- "*" Address Model "*" -- "1" Vehicle @enduml
false
true
false
false
class
f1127e8252c96bca929541ed982797e0d4699b2b
4c136553d9d11cee9ed3ff760758c616134bf1ae
/edom-20-21-ind-1160826/eclipse/assignment3/pt.isep.edom.i160826.ucus/instances/example1.puml
f81fc23a966cb38ee37e49d601b0152c8513c67c
[]
no_license
PeFerreira98/ISEP.Master.EDOM.Old
15f23b15c21087ef4ed042cf27a39af177ecaf6b
8cbeeeb8b1cda6b08a2fc70769c195244cd6ed4b
refs/heads/main
2023-08-29T21:53:04.911073
2021-11-14T15:40:06
2021-11-14T15:40:06
427,965,742
0
0
null
null
null
null
UTF-8
PlantUML
false
false
123
puml
@startuml actor User rectangle EcommerceSite { usecase ReviewProduct usecase InsertPicture } User -- ReviewProduct @enduml
false
true
false
false
usecase
51ccde61122459d24bd1de591b75abc903006750
43dd6c29ac4becb142895635192f600852900e6b
/viewCourse.puml
2330bf7f6af87dc92efd75a5e78338b6b0a2c944
[]
no_license
duymai1612/final-oosd-project
b8fa0dfc2e4992e92fa82a084484aae26cbd1a65
d7438b70aa0aec6574b15c679c30c99e11a8e5ce
refs/heads/master
2022-11-07T03:44:49.413883
2020-06-29T15:06:25
2020-06-29T15:06:25
275,835,081
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,009
puml
@startuml View Course flow title Student Views Course flow actor Student boundary ViewCoursePage control CourseManagement entity Course database Database autonumber activate Student Student -> ViewCoursePage: Choose a course to view detail activate ViewCoursePage ViewCoursePage -> CourseManagement: Get Course data activate CourseManagement CourseManagement -> Database: Find course activate Database Database --> CourseManagement: course data deactivate Database alt Course found = true CourseManagement --> ViewCoursePage: Course data deactivate CourseManagement ViewCoursePage --> Student: Display course detail deactivate ViewCoursePage deactivate Student else Course found = false autonumber 7 CourseManagement --> ViewCoursePage: Error message activate CourseManagement deactivate CourseManagement activate ViewCoursePage ViewCoursePage --> Student: View course failed message deactivate ViewCoursePage activate Student deactivate Student end deactivate Student @enduml
false
true
false
false
sequence
a2a16fa5e8a2357f2289b578a2f2a06df29f1815
15de8f23523c632ae50d334296e4be6c1cb9a128
/src/main/plantuml/rock-paper-scissors-class-diagram.plantuml
ef76f29a5997145d6594b962170f6433d23d4c93
[]
no_license
bhelfert/rock-paper-scissors
ae36c51c27182ab74fb37434974f0fbd7f7d7908
a3ba78d1b9fc8f42a20cee60b6da2b9d3fb16453
refs/heads/master
2022-12-02T18:03:21.453437
2020-07-26T13:22:07
2020-07-26T13:22:07
282,653,864
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,980
plantuml
@startuml ' This is a PlantUML file that describes a UML Class Diagram textually. ' See http://plantuml.com for more information. class GameRegistry << (C, limegreen) >> { registerGame() } note bottom: registers:\n* ClassicGame \n* LizardSpockGame class CommandLineParser << (C, red) >> { parseCommandLine() } CommandLineParser -left-> GameRegistry CommandLineParser .down.> GameInput : << creates >> class RockPaperScissors << (C, white) >> { {static} main() runGame() } RockPaperScissors -left-> CommandLineParser RockPaperScissors -down-> Game RockPaperScissors -right-> RunOfPlayConsolePrinter class RunOfPlayConsolePrinter << (C,dodgerblue) >> { printRunOfPlay() } RunOfPlayConsolePrinter ..> RunOfPlay abstract class Game << (A,limegreen) >> { play() {abstract} createGameRules() } Game .up.> GameInput Game --> GameRules Game -left-> "*" Enum Game .right.> RunOfPlay : << creates >> class GameRules << (C,limegreen) >> { addRule() beats() getBeatsDescription() } class GameInput << (C,red) >> { game gameItem } class ClassicGame << (C,limegreen) >> { } Game <|-- ClassicGame ClassicGame .right.> GameRules : << creates >> class LizardSpockGame << (C,limegreen) >> { } ClassicGame <|-- LizardSpockGame LizardSpockGame ..> GameRules : << creates >> abstract class Enum << (E,limegreen) >> enum ClassicGameItem << (E,limegreen) >> { rock paper scissors } Enum <|-- ClassicGameItem enum LizardSpockGameItem << (E,limegreen) >> { lizard spock } Enum <|--- LizardSpockGameItem class RunOfPlay << (C,limegreen) >> { itemPlayer1 itemPlayer2 gameResultReason } RunOfPlay -right-> GameResult : gameResult enum GameResult << (E,limegreen) >> { Player1Wins Player2Wins Tie } legend left Color code: *<b>red</b>: input (CLI) *<b>green</b>: processing (game) *<b>blue</b>: output (presentation) *<b>white</b>: controller endlegend @enduml
false
true
false
false
sequence
9b050cfd12ccd93b17c91e9c591a1116f1a5e87c
17a6a64d2275c47c9b205f088394b4937292f9f5
/docs/clamp/acm/plantuml/system-dialogues/UpdateUsageState.puml
b8f922d5829a5ef72644377c0d1960dba915f6d9
[ "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
517
puml
@startuml participant Participant_API participant Participant participant ACM_Runtime Participant_API -> Participant_API: Perform Operation that Updates Usage State activate Participant_API deactivate Participant_API Participant_API -> Participant: Usage State has been updated Participant -> Participant: Update Usage State in ACM Element Instance == Periodically with Heartbeat == Participant -> ACM_Runtime: [ASYNC] Heartbeat message including\nstatus and states of AC Element Instances on Participant @enduml
false
true
false
false
sequence
ba73ddb4b31618c98e8c0bee930263c7b117b1bc
61e790dd0adb319cc86cc2a12378af39d1b74dea
/use-cases/Organize_countries_report_use-case_diagram.puml
3ce6b40d9fadf8d372840f73be4456a5fa037693
[ "Apache-2.0" ]
permissive
Team-3-DevOps/coursework
675abe53fa51fdaf9d17da3119b380f7e1677802
c257d4b3262ba9ef61acee6ea84e44721830ba32
refs/heads/master
2022-07-04T09:33:46.037291
2020-02-08T04:10:01
2020-02-08T04:10:01
232,726,488
2
2
Apache-2.0
2022-06-21T02:40:55
2020-01-09T05:03:27
TSQL
UTF-8
PlantUML
false
false
554
puml
@startuml actor user as "The user" rectangle Database rectangle "Organize Countries Report function" { usecase world as "Choose world" usecase continent as "Choose continent" usecase region as "Choose region" usecase cc as "Choose category" usecase UC as "Get population of the countries in the world, continent or region by largest to smallest" user -- UC user -- cc cc <.. world : include cc <.. continent : include cc <.. region : include UC -- Database cc -- Database } @enduml
false
true
false
false
usecase