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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6febfa7b6b4b80b299cacff918608179576236f4
|
de87601c944da992bf5103049f382d26183a8853
|
/java/src/main/java/src/Test.puml
|
d5e5aebf636827a03d6169d491a0352804c54da1
|
[] |
no_license
|
rahul00773/JavaConcepts
|
f05fadda703a86a272b8e184cb139f09c025b830
|
95b187285f880a66a5a804be75c17dd880c9c6c3
|
refs/heads/master
| 2023-05-12T07:32:45.275662
| 2021-01-11T09:21:54
| 2021-01-11T09:21:54
| 281,208,998
| 0
| 0
| null | 2023-05-09T18:40:42
| 2020-07-20T19:35:33
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 299
|
puml
|
@startuml
User -> MyApplicatio: Authentication request with JWT
MyApplicatio -> User:Token
User --> MyApplicatio: Get api/v1/allRequest
MyApplicatio -->Nginx: Get all Data -- auth
Nginx-->bankMock:
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml
| false
| true
| false
| false
|
sequence
|
981f48b50212a11b964ff6004d107f1fb11b0709
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/ExtensionResourceTypeId.puml
|
1424d31f48898f220e49e4ab1ea8ba42fcaecfcb
|
[] |
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
| 468
|
puml
|
@startuml
hide methods
enum ExtensionResourceTypeId {
CART
ORDER
PAYMENT
CUSTOMER
QUOTE_REQUEST
STAGED_QUOTE
QUOTE
BUSINESS_UNIT
}
interface ExtensionTrigger [[ExtensionTrigger.svg]] {
resourceTypeId: [[ExtensionResourceTypeId.svg ExtensionResourceTypeId]]
actions: [[ExtensionAction.svg List<ExtensionAction>]]
condition: String
}
ExtensionResourceTypeId --> ExtensionTrigger #green;text:green : "resourceTypeId"
@enduml
| false
| true
| false
| false
|
sequence
|
905426b6f9627aef8bd0928771819ea95d8f7521
|
e618e68be491bb98c0573a467be63146a053cc6c
|
/SA/sequencediagram/category/simple/DeleteCategory.puml
|
3cac8d0eef6ddedd2c85ee01d56b4b131cb5a4d5
|
[] |
no_license
|
dedeandress/belanjayukid-be-services
|
14101c676e2bdd56c5df72b9ccddae648951cf8b
|
9bedbf42cdd0b764e27c9dc839df8b401ac0bb62
|
refs/heads/master
| 2022-04-07T04:29:30.602535
| 2020-02-28T05:39:33
| 2020-02-28T05:39:33
| 194,123,362
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 798
|
puml
|
@startuml
title: Delete Category Sequence Diagram
actor user
participant BelanjaYukFE
box "BelanjaYuk.id" #LightBlue
participant AppController
participant CategoryService
end box
user -> BelanjaYukFE ++ : delete category menu
activate user
BelanjaYukFE -> AppController ++ : /graphql delete category
note left of BelanjaYukFE
content type: application/json
request body:
mutation{
deleteCategory(categoryId)
}
end note
AppController -> AppController : parseGraphql()
AppController -> CategoryService ++ : deleteCategory()
note left
passing:
- context
- id: UUID
end note
CategoryService --> AppController : delete successful
AppController --> BelanjaYukFE : delete successful
BelanjaYukFE --> user : delete successful
deactivate user
@enduml
| false
| true
| false
| false
|
usecase
|
e2f104b4c0a4cbef1f077b83a6d871ed7c9a4416
|
34acd2aa8d51295c0c4289e43e8961f5e23b5a08
|
/PlantUML/raw/worker-connections.puml
|
47d2362c86da344d6f58021bf611560b8226292c
|
[] |
no_license
|
fisboger/Thesis
|
a6887e195c7daa8317abe3167de1676420173e33
|
4746126f69da615c641380fd7a33c863f2fedee3
|
refs/heads/master
| 2020-04-03T15:18:08.671739
| 2019-02-07T11:17:06
| 2019-02-07T11:17:06
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 142
|
puml
|
SpooferCore "1" *-- "0..*" ISpoofer
SpooferCore "1" *-- "1" SpooferSettings
Worker "1" *-- "0..*" IModule
Worker "1" *-- "1" IWorkerController
| false
| true
| false
| false
|
class
|
c5784596a10b22af25a2b95bd0ac6000ea0e5e50
|
5f554607a1cfbeec66934cbcccf559f14054d4d7
|
/productcart-server/puml/checkoutseqdiagrams.puml
|
8e63112f8b243c912131babba12a434c0e531ca5
|
[] |
no_license
|
golashr/productcart
|
44b429065603cacd7c35cd61ae0fe7b393533785
|
f33b24bc5ed750002c6a07cc6dbfdefe6d7a0f06
|
refs/heads/main
| 2023-02-26T10:14:59.386297
| 2021-01-31T07:14:12
| 2021-01-31T07:14:12
| 334,595,966
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,889
|
puml
|
@startuml
title CheckOut Shopping Cart Sequence Diagram
skinparam shadowing false
skinparam actor {
BorderColor black
BackgroundColor white
}
skinparam participant {
BorderColor black
BackgroundColor white
}
skinparam sequence {
LifeLineBorderColor black
}
skinparam ArrowColor black
skinparam noteBorderColor black
actor Actor
participant "Client \nApplication/Swagger" as Client
participant "Express \nServer" as Server
participant "Shopping Cart \nRoute" as Route
participant "Ajv Schema \nValidator" as Ajv
participant "Product \nService" as ProductService
participant "DB Product \nService" as DBService
participant "Pricing \nRules" as PricingRules
participant "Product Model" as ProductModel
box "Running \nunder Docker\n container" #skyBlue
participant "MongoDB" as MongoDB
end box
Actor -> Client: Calculate checkout \nprice
note right: Note: Swagger http://localhost:4100
Client -> Server: POST: \ncheckout()
activate Server
note left: Note: Get checkout \nprice for the \nshopping cart
Server -> Route : POST: \ncheckout()
activate Route
Route -> Ajv: validate()
note bottom: Note: Validate whether \nschema is valid or not
Ajv--> Route
Route -> ProductService: checkout()
activate ProductService
ProductService -> DBService: getProducts()
activate DBService
DBService -> ProductModel
activate ProductModel
ProductModel -> MongoDB
MongoDB -> MongoDB
MongoDB --> ProductModel
ProductModel --> DBService
deactivate ProductModel
DBService --> ProductService
deactivate DBService
ProductService -> PricingRules: calculateTotal()
activate PricingRules
PricingRules -> PricingRules : runPercentageRule()/\nrunFixedAmountRule()/\nrunFixedAmountDependentIdRule/\nrunDefaultRule
PricingRules --> ProductService
deactivate PricingRules
ProductService --> Route
Route --> Server
deactivate ProductService
deactivate Ajv
deactivate Route
Server --> Client
deactivate Server
@enduml
| false
| true
| false
| false
|
sequence
|
4ff7585e93636cba55896c4a2f825c008c412d93
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/PaymentDraft.puml
|
0fd89072709c25c129a5aa03cc2d691e9aabe20a
|
[] |
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
| 951
|
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 PaymentDraft [[PaymentDraft.svg]] {
customer: [[CustomerResourceIdentifier.svg CustomerResourceIdentifier]]
anonymousId: String
externalId: String
interfaceId: String
amountPlanned: [[Money.svg Money]]
amountAuthorized: [[Money.svg Money]]
authorizedUntil: String
amountPaid: [[Money.svg Money]]
amountRefunded: [[Money.svg Money]]
paymentMethodInfo: [[PaymentMethodInfo.svg PaymentMethodInfo]]
paymentStatus: [[PaymentStatusDraft.svg PaymentStatusDraft]]
transactions: [[TransactionDraft.svg List<TransactionDraft>]]
interfaceInteractions: [[CustomFieldsDraft.svg List<CustomFieldsDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
key: String
}
@enduml
| false
| true
| false
| false
|
class
|
00cc8fbb6c016a7ede929dcc1ae16bf8e74196e1
|
fb71f4802819b0f9e5eb2f71bfe356258b8d1f57
|
/ontrack-docs/src/docs/asciidoc/modules.puml
|
516509346218542804b278deed1d442ccd5e8259
|
[
"MIT"
] |
permissive
|
nemerosa/ontrack
|
c5abe0556cc2cc6eb4109e0c2f045ae5cff84da3
|
de5ae2ebd9d9a30dce4c717f57e4604da85f0b51
|
refs/heads/master
| 2023-08-31T11:02:35.297467
| 2023-08-28T17:59:07
| 2023-08-28T17:59:07
| 19,351,480
| 111
| 35
|
MIT
| 2023-08-31T13:21:53
| 2014-05-01T17:08:33
|
Kotlin
|
UTF-8
|
PlantUML
| false
| false
| 919
|
puml
|
@startuml
component [client]
component [common]
component [extension-api]
component [extension-support]
component [job]
component [json]
component [model]
component [repository]
component [repository-impl]
component [repository-support]
component [service]
component [ui]
component [ui-graphql]
component [ui-support]
component [web]
[client] --> [common]
[client] --> [json]
[extension-api] --> [model]
[extension-support] --> [client]
[extension-support] --> [ui-support]
[job] --> [common]
[model] --> [json]
[model] --> [job]
[repository] --> [model]
[repository-impl] --> [repository]
[repository-impl] --> [repository-support]
[repository-support] --> [model]
[service] --> [repository]
[service] --> [extension-api]
[ui] --> [extension-support]
[ui] --> [service]
[ui] --> [repository-impl]
[ui] --> [web]
[ui] --> [ui-graphql]
[ui-support] --> [extension-api]
[ui-graphql] --> [ui-support]
@enduml
| false
| true
| false
| false
|
component
|
191e0d9a977dbb3b89a70a19e699b83d7d12ed7c
|
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
|
/build/safte@0.1.1.puml
|
d22889788997e2525291b3ae76328bae727fecf6
|
[
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] |
permissive
|
accordproject/cicero-template-library
|
737586850933daac2fbff2ff8b2d60dd50526b80
|
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
|
refs/heads/main
| 2023-04-27T01:07:05.932361
| 2022-08-26T13:02:59
| 2022-08-26T13:02:59
| 109,224,687
| 77
| 149
|
Apache-2.0
| 2023-04-20T21:43:00
| 2017-11-02T06:11:37
|
HTML
|
UTF-8
|
PlantUML
| false
| false
| 1,382
|
puml
|
@startuml
class org.accordproject.safte.TokenSale << (T,yellow) >> {
+ Double tokenPrice
}
org.accordproject.safte.TokenSale --|> org.hyperledger.composer.system.Transaction
class org.accordproject.safte.TokenShare << (T,yellow) >> {
+ Double tokenAmount
}
org.accordproject.safte.TokenShare --|> org.hyperledger.composer.system.Transaction
class org.accordproject.safte.EquityFinancing << (T,yellow) >> {
+ Double sharePrice
}
org.accordproject.safte.EquityFinancing --|> org.hyperledger.composer.system.Transaction
class org.accordproject.safte.EquityShare << (T,yellow) >> {
+ Double equityAmount
}
org.accordproject.safte.EquityShare --|> org.hyperledger.composer.system.Transaction
class org.accordproject.safte.DissolutionEvent << (T,yellow) >> {
+ String cause
}
org.accordproject.safte.DissolutionEvent --|> org.hyperledger.composer.system.Transaction
class org.accordproject.safte.PayOut << (T,yellow) >> {
+ Double amount
}
org.accordproject.safte.PayOut --|> org.hyperledger.composer.system.Transaction
class org.accordproject.safte.TemplateModel {
+ String companyName
+ Long companyRegistrationNumber
+ String purchaser
+ State jurisdiction
+ Double purchaseAmount
+ Double discount
+ String projectName
+ String projectDescription
+ Integer months
+ String monthsText
+ Double amount
+ String amountText
}
@enduml
| false
| true
| false
| false
|
class
|
9342aff312b2b18be1a33e79a494aef8a1b4ad00
|
98d354b02719933a104aa96a689fa0963a2218d1
|
/doc/uml/class_diagrams/fragments/fragment.plantuml
|
5137054ba2843c24b1dcf87e9b9156cd8e527ae8
|
[
"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
| 6,925
|
plantuml
|
@startuml
title __MISC. FRAGMENT's Class Diagram__\n
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.adapter {
class ChatRecyclerViewAdapter {
{static} - MESSAGE_READ : int
{static} - MESSAGE_UNREAD : int
- mContext : Context
- mChatRoomList : List<ChatRoomItem>
- mProfileImageMap : Map<String, RoundedBitmapDrawable>
- userController : UserController
- chatController : ChatController
- imageController : ImageController
+ ChatRecyclerViewAdapter()
+ getItemViewType()
+ onCreateViewHolder()
+ onBindViewHolder()
+ getItemCount()
+ updateChatRoomList()
+ updateProfileImageMap()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
class MessagesFragment {
- chatRoomList : List<ChatRoomItem>
- profileImageMap : Map<String, RoundedBitmapDrawable>
- activity : Activity
- chatRoomListRef : DatabaseReference
- chatListener : ValueEventListener
- adapter : ChatRecyclerViewAdapter
- imageController : ImageController
+ onAttach()
+ onCreate()
+ onCreateView()
+ onResume()
+ onStop()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.controller {
class BookController {
- firebase : FirebaseDatabase
- userController : UserController
- notificationController : NotificationController
- observableUserCache : ObservableUserCache
{static} - instance : BookController
- BookController()
{static} + getInstance()
+ addBook()
+ getBook()
+ updateBook()
+ requestBook()
+ cancelRequest()
+ acceptRequest()
+ declineRequest()
+ scanMyBorrowedBook()
+ scanMyOwnedBook()
+ exchangeBook()
+ returnBook()
+ getMyBorrowedBook()
+ getMyBorrowedBooks()
+ addMyOwnedBook()
+ getMyOwnedBook()
+ getMyOwnedBooks()
+ updateMyOwnedBook()
+ deleteMyOwnedBook()
+ getUserOwnedBook()
+ getUserOwnedBooks()
+ getBookPath()
+ getBorrowedBooksPath()
+ getBorrowedBookPath()
+ getOwnedBooksPath()
+ getOwnedBookPath()
}
}
}
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.adapter {
class BookRecyclerViewAdapter {
- mContext : Context
- mBookListItem : List<BookListItem>
- destination : String
+ BookRecyclerViewAdapter()
+ onCreateViewHolder()
+ onBindViewHolder()
+ getItemCount()
- dataBundler()
+ setmBookListItem()
- setDestination()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.controller {
class SearchController {
- client : Client
- index : Index
- gson : Gson
{static} - instance : SearchController
- GOOGLE_BOOK_URL : String
- booksApiKey : String
{static} - userController : UserController
- SearchController()
{static} + getInstance()
+ searchBooks()
+ compareIsbn()
+ searchIsbn()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
class SearchFragment {
- searchBooks : List<BookListItem>
- searchText : EditText
- results : CompletableFuture<ArrayList<Book>>
- imageController : ImageController
- bookController : BookController
- bookAdapter : BookRecyclerViewAdapter
+ onCreateView()
+ onStart()
+ onPause()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
class UserBookFragment {
- coverId : String
- title : String
- author : String
- isbn : String
- status : String
- ownerId : String
- RESULT_ISBN : int
- activity : Activity
- scanSuccessfulDialog : AlertDialog
- valueEventListener : ValueEventListener
- databaseReference : DatabaseReference
- mListener : OnClickListener
- imageController : ImageController
- bookController : BookController
+ onAttach()
+ onCreateView()
+ onDestroyView()
+ onCreate()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
- setImage()
- setBookInfo()
- showError()
- setStatusBar()
- setButtons()
- onClickUser()
- onClickMessageUser()
- onClickButton()
- onClickTempButton()
+ onActivityResult()
- sendRequest()
- cancelRequest()
- setStatusBorrowed()
- processReturn()
+ onClick()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.model {
package ca.ualberta.CMPUT3012019T02.alexandria.model.chatroom {
class ChatRoomItem {
- chatId : String
- user1Id : String
- user1Name : String
- user1UserPic : String
- user2Id : String
- user2Name : String
- user2UserPic : String
- readStatus : boolean
+ ChatRoomItem()
+ ChatRoomItem()
+ toMap()
+ getUser1Id()
+ setUser1Id()
+ getUser1Name()
+ setUser1Name()
+ getUser1UserPic()
+ setUser1UserPic()
+ getUser2Id()
+ setUser2Id()
+ getUser2Name()
+ setUser2Name()
+ getUser2UserPic()
+ setUser2UserPic()
+ getChatId()
+ setChatId()
+ getReadStatus()
+ setReadStatus()
}
}
}
}
MessagesFragment -up-|> Fragment
MessagesFragment o-- "1" ChatRecyclerViewAdapter
MessagesFragment o-- "1" ImageController
MessagesFragment o-- "*" ChatRoomItem
SearchFragment -up-|> Fragment
SearchFragment o-- "1" BookRecyclerViewAdapter
SearchFragment o-- "1" SearchController
SearchFragment o-- "1" ImageController
UserBookFragment -up-|> OnClickListener
UserBookFragment -up-|> Fragment
UserBookFragment o-- "1" ImageController
UserBookFragment o-- "1" BookController
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
|
604ad0c809304fda19ad9a99ab6b7eacba400fbb
|
ae6efa0d4bfea3710ec83daf11b03a45022a3547
|
/static/puml/CMS.puml
|
39a2331886f59c60967ab2fc14a06ab51d05fcfa
|
[] |
no_license
|
VirtualReality1/topologieSpringBoot
|
4cf4c1f11893ba1fde03334f04cc44d5fee923df
|
0a80280f6d98ff23ca27f1fb8f48d372d3b73516
|
refs/heads/master
| 2023-06-06T22:05:06.346606
| 2021-06-30T15:21:47
| 2021-06-30T15:21:47
| 376,665,774
| 0
| 0
| null | 2021-06-30T15:21:48
| 2021-06-14T00:20:31
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 118
|
puml
|
@startuml
object CMS
CMS : ID : 2
CMS : Name: Hydmedia
CMS : Version :3.6
CMS : OS: Microsoft Windows Embedded
@enduml
| false
| true
| false
| false
|
class
|
c74084de626edecd9164f0bf1a76d7c18f87a85b
|
b7d2ba71058efa46eff4ed885324819fb3f99266
|
/src/doc/CLI_Controllers/RoomMonitoring/US445/US445_sd_getReadingsAboveCategoryLimit.puml
|
2f5e3fcea6bf2e1f81a47ce8d078b7ffede0f771
|
[] |
no_license
|
Almadanmp/backend4
|
3aaa5cbe453041917a510ceee83bf318499a9823
|
07ab3c1af9c7de6ff35cf23bf44b0e664db82f46
|
refs/heads/master
| 2022-11-25T10:30:27.184246
| 2019-06-30T19:26:12
| 2019-06-30T19:26:12
| 194,547,877
| 0
| 0
| null | 2022-11-16T11:54:00
| 2019-06-30T18:24:24
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,585
|
puml
|
@startuml
skinparam titleBorderRoundCorner 10
skinparam titleBorderThickness 3
skinparam titleBorderColor indianred
skinparam titleBackgroundColor ivory
skinparam FontName quicksand
skinparam sequence {
LifeLineBackgroundColor indianred
ParticipantBackgroundColor ivory
}
skinparam roundcorner 10
skinparam component {
arrowThickness 1
ArrowFontName Verdana
ArrowColor indianred
ArrowFontColor darkslategrey
}
alt Calculate readings above limit according to chosen category
->":RoomMonitoringController": getInstantsAboveComfortInterval(House, int, RoomDTO,\n Date, Date, RoomService, GeographicAreaService)
activate ":RoomMonitoringController"
":RoomMonitoringController" -> ":GeographicAreaService": getReadingsAboveCategoryI(/II/III)Limit\n(List<Reading>, House, GeographicAreaService)
activate ":GeographicAreaService"
create "readingValues:List<Reading>"
":GeographicAreaService" ->> "readingValues:List<Reading>": new
activate "readingValues:List<Reading>"
"readingValues:List<Reading>" --> ":GeographicAreaService": return readingValues
loop Success
":GeographicAreaService"-> ":GeographicAreaService": getGeographicAreaAverageTemperature(Date, House)
alt if true
":GeographicAreaService" -> ":GeographicAreaService":categoryICalculusUS445(Reading, double)
":GeographicAreaService" -> "readingValues:List<Reading>": add(Reading)
end
deactivate "readingValues:List<Reading>"
end
":GeographicAreaService" --> ":RoomMonitoringController": return readingValues
<--":RoomMonitoringController": return String
deactivate ":RoomMonitoringController"
end
@enduml
| false
| true
| false
| false
|
sequence
|
f5acdcb018898050ccc263a8247ac39307ba1bd9
|
f601c40e50e0f113f480ae2de3e80bc4a3172f86
|
/docs/Solution/Services/data-coordinator/Process.puml
|
bf2e299ed01fb6cf6ce4d8d2d053a06af9a3038e
|
[] |
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
| 289
|
puml
|
@startuml
partition "data-coordinator" {
}
partition User #cccccc {
(*) --> "Create Project"
--> "Write Code"
}
partition "data-coordinator" #lightblue {
"Write Code" --> "Test Code"
"Test Code" --> "Deploy Code"
"Deploy Code" --> (*)
}
partition Used #cccccc {
}
@enduml
| false
| true
| false
| false
|
activity
|
6a33a12337332a4fe91d2df78ded529d854b2e16
|
88bee0d8971b0051ef84add0dc38c8857865bae1
|
/resourceplanning-entity/src/main/resources/classes.puml
|
6ada946cffb2acd7ffbc269ed3f9e759b68bb0ad
|
[] |
no_license
|
gheddie/speedys-resourceplanning-new
|
894245bba36b35662b24fe3d790b97d2872afb79
|
64e7c22337b5c3b8c5f22c3e66efb0021d19a8cf
|
refs/heads/master
| 2020-12-12T13:53:58.357395
| 2016-08-04T13:22:53
| 2016-08-04T13:22:53
| 47,066,595
| 0
| 0
| null | null | null | null |
ISO-8859-1
|
PlantUML
| false
| false
| 1,751
|
puml
|
@startuml
class Helper {
firstName : String
lastName : String
dateOfBirth : Date
email : String
helperState : HelperState
}
class EventTemplate {
description : String
}
class Event {
eventDate : Date
eventKey : String
description : String
}
class Position {
description : String
minimalAge : int
domain : Domain
}
class Domain {
name : String
domainNumber : int
}
note left of Domain
Fasst mehrere Positionen
zu einer übergeortneten
Einheit zusammen
end note
class HelperAssignment {
helper : Helper
helperId : Long
event : Event
position : Position
}
note left of HelperAssignment
Zuordnung eines Helfers zu einer
zu besetzenden Position
end note
class EventPosition {
position : Position
event : Event
}
note left of EventPosition
Zuordnung einer Position zu
einem dedizierten Event
(ergibt insgesamt eine M:N-Relation
zwischen Position und Event)
end note
class DomainResponsibility {
position : Position
helper : Helper
}
note left of DomainResponsibility
Verantwortlichkeit für einen Teilbereich,
der sich ggf. auf mehrere Helfer verteilen kann (M:N)
end note
class MessageQueue {
fromAddress : String
toAddress : String
subject : String
body : String
messagingState : MessagingState
}
'---Verknüpfungen---
HelperAssignment "1" -- "1" Helper
HelperAssignment "1" -- "1" Event
HelperAssignment "1" -- "1" Position
Position "1" -- "1" EventPosition
Event "1" -- "1" EventPosition
Position "1..n" -- "1" Domain
Helper "1" -- "1" DomainResponsibility : Leitung des Teilbereiches
Domain "1" -- "1" DomainResponsibility
Event "1..n" -- "1" EventTemplate
Domain "1..n" -- "1" EventTemplate
@enduml
| false
| true
| true
| false
|
class
|
00c867ec04a8ccb7e2d33c3e155ac81eb3ac5782
|
831e34223751ba984839b477e9334a7316b044af
|
/docs/diagramas/diagramas de clase/Observador.puml
|
d92ab014f0bd11b9d75122723dbe94b8ef6af22e
|
[
"MIT"
] |
permissive
|
nauee/Algo3-TP2
|
7163a693b752906e48f416d6a02fad76cd357961
|
d1bec97ab04bb6272d851c6627b72d5a0951ab31
|
refs/heads/main
| 2023-07-11T13:04:23.873792
| 2021-08-12T23:26:02
| 2021-08-12T23:26:02
| 381,121,179
| 6
| 5
|
MIT
| 2021-08-12T02:33:59
| 2021-06-28T18:05:13
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 344
|
puml
|
@startuml
title Observador
hide empty members
interface Observador {
+ actualizar(): void
}
class ObservadorJuego {
- vista: VistaJuego
+ {static} ObservadorJuego(juego: Observable, vista): ObservadorJuego
}
ObservadorJuego ..|> Observador
ObservadorPaisesSeleccionados ..|> Observador
Juego "1" --> "1...*" Observador
@enduml
| false
| true
| false
| false
|
class
|
25e5f7ac26e059ea2c8c5b59beea3e627d8659c6
|
9b455a89aa9fe70b20b4b57f6216cd645a18af34
|
/src/main/java/com/company/behavioral/observer/ObserverPattern.puml
|
fc18236ffa58590f79f5c1151098fdcf475b0e2c
|
[] |
no_license
|
guvenbe/DesignPatternsCoffeePowered
|
4f99b36b6974399425177e83d5fdde6f3f067ee6
|
126a47351a8a3a3b2169f73b8e03f2c492992bc6
|
refs/heads/master
| 2023-06-30T02:32:34.008742
| 2021-08-02T02:16:40
| 2021-08-02T02:16:40
| 390,589,880
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 486
|
puml
|
@startuml
'https://plantuml.com/class-diagram
class ConcreteObserver{
+update()
}
class ConcreteSubject{
-Observer observers[]
+RegisterObserver(Observer)
+removeObserver(Observer)
+notify(Observer)
}
interface Subject{
+RegisterObserver(Observer)
+removeObserver(Observer)
+notify(Observer)
}
interface Observer{
+update()
}
Subject -o Observer
ConcreteSubject -u->Subject
ConcreteObserver-u->Observer
ConcreteSubject <- ConcreteObserver
@enduml
| false
| true
| false
| false
|
class
|
f09853ea2ecac9a749c6f1c5652a17aff15a4a8f
|
9738105752fd6763fac57347d1c9fa31dbd0d03f
|
/src/State/State.plantuml
|
9f3c2b02675731bd41021fc54c05850674a76f6a
|
[] |
no_license
|
Kenzki/design-patterns-dvd-store-system
|
5c6f3787a32b3ccfba3092e77975962fc4e3e0ba
|
299cbc477c1e88b8cebcd778551f1a2fabdfcd10
|
refs/heads/master
| 2022-12-02T17:14:15.889515
| 2020-08-22T22:29:35
| 2020-08-22T22:29:35
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 929
|
plantuml
|
@startuml
title __STATE's Class Diagram__\n
class State.RentalStatusActive {
+ rentalStatus()
}
class State.RentalStatusContext {
+ getRentalStatus()
+ rentalStatus()
+ setState()
}
class State.RentalStatusInactive {
+ rentalStatus()
}
class State.RentalStatusUnavailable {
+ rentalStatus()
}
interface State.State {
{abstract} + rentalStatus()
}
State.RentalStatusActive .up.|> State.State :implements
State.RentalStatusContext o-- State.State
State.RentalStatusInactive .up.|> State.State :implements
State.RentalStatusUnavailable .up.|> State.State :implements
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
|
state
|
8ce6767f544d6f403fdeb9db6b98b631a9f7280b
|
fa9855ed2f2ad20f1876549b9aa036265346adff
|
/use-cases/use-case-8.2.puml
|
462e02ab4aa8a3b931fc206bf14bb0727770ab68
|
[
"Apache-2.0"
] |
permissive
|
scan-lan/Group-Project
|
fcc0f346ebe2c5495b2c31328275fcd773846892
|
db93a1510cce1355ebb79f01ba8eb42d2312a685
|
refs/heads/master
| 2023-04-15T18:20:10.702190
| 2021-04-27T17:23:47
| 2021-04-27T17:23:47
| 333,326,638
| 0
| 0
|
Apache-2.0
| 2021-04-27T17:23:48
| 2021-01-27T06:32:57
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 313
|
puml
|
@startuml
rectangle Database
rectangle "Organisation" {
usecase UC1 as "Get population in continent"
usecase UCa as "Print continent population "
}
User - UC1
UC1 ..> UCa : include
UC1 - Database
note "This note is connected\nto several objects." as N2
(Start) .. N2
N2 .. (Use)
@enduml
| false
| true
| false
| false
|
usecase
|
cbf4e3a9d5676b8f879a8afd8a3f57f4ccd6f380
|
49ade9e69003fd2175cfbfa0409bde56a291f430
|
/docs/setlistbot-c4-class-kglw-provider.puml
|
0d108dffc942146279a7a0f6349bac76c824aaa8
|
[] |
no_license
|
cjbanna/setlistbot
|
f4c15b8ac2b6215678ec55be715b848bece4790d
|
06c5ea3439068fc4decf24da03e3ac362ee9b2bd
|
refs/heads/main
| 2023-05-28T21:03:57.578670
| 2023-05-22T06:25:45
| 2023-05-22T06:25:45
| 84,362,983
| 1
| 0
| null | 2023-05-17T03:40:56
| 2017-03-08T20:26:03
|
C#
|
UTF-8
|
PlantUML
| false
| false
| 1,370
|
puml
|
@startuml C4 Code
interface IReplyBuilder {
+string ArtistId
+string BuildReply(Setlist[] setlists)
}
interface ISetlistProvider {
+string ArtistId
+Setlist GetSetlist(DateTime date)
}
package "Setlistbot.Domain.Kglw" {
class KglwRedditReplyBuilder <<IReplyBuilder>> {
+string BuildReply(Setlist[] setlists)
}
KglwRedditReplyBuilder ..|> IReplyBuilder
class KglwDiscordReplyBuilder <<IReplyBuilder>> {
+string BuildReply(Setlist[] setlists)
}
KglwDiscordReplyBuilder ..|> IReplyBuilder
}
package "Setlistbot.Infrastructure.Kglw" {
class KglwSetlistProvider <<ISetlistProvider>> {
+Setlist GetSetlist(DateTime date)
}
KglwSetlistProvider ..|> ISetlistProvider
KglwSetlistProvider --* ISongfishClient
interface ISongfishClient {
+SongfishSetlistResponse GetSetlist(DateTime date)
}
ISongfishClient ..> SongfishSetlistResponse
class SongfishSetlistResponse {
+bool Error
+string ErrorMessage
+SongfishSetlistData[] Data
}
SongfishSetlistResponse ..> SongfishSetlistData
class SongfishSetlistData {
+string Set
+string Song
+int Position
+string Transition
+string Footnote
+string Venue
+string City
+string state
+string Country
}
}
| false
| true
| false
| false
|
class
|
807f7bc7cfa0af2e03232da25050c0101d80c9fc
|
9623791303908fef9f52edc019691abebad9e719
|
/src/cn/shui/learning_plan/offer/twentieth/twentieth.plantuml
|
481ecd8a394c99c991d680db7c8a8856d8f36271
|
[] |
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
| 965
|
plantuml
|
@startuml
title __TWENTIETH's Class Diagram__\n
namespace cn.shui.learning_plan.offer.twentieth {
class cn.shui.learning_plan.offer.twentieth.Offer07 {
- indexMap : Map<Integer, Integer>
+ buildTree()
+ buildTree2()
+ myBuildTree()
- build()
- findIndexOfRange()
}
}
namespace cn.shui.learning_plan.offer.twentieth {
class cn.shui.learning_plan.offer.twentieth.Offer16 {
+ myPow()
}
}
namespace cn.shui.learning_plan.offer.twentieth {
class cn.shui.learning_plan.offer.twentieth.Offer33 {
+ verifyPostorder()
+ verifyPostorder2()
+ verifyPostorder3()
- findFirstLargerNumberIndexOfRange()
- help()
- recur()
}
}
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
|
2a8cba2571f4a4a214f8480150cbbccecd33a999
|
fa81f29e75e4c578b4e0a98717ae71da37dcf0f9
|
/Canvas/out/production/Canvas/try.puml
|
9bffc6965bdc6bb0371922d974879136b75c4283
|
[] |
no_license
|
stinghxk/Shared-White-Board
|
1048bf1648f6f76c8b14c304fe4301c8c988f5be
|
73a6dd7935d5a29dfb4b8b167db5266d2d1d0190
|
refs/heads/main
| 2023-08-17T02:52:27.824877
| 2021-09-29T03:14:12
| 2021-09-29T03:14:12
| 411,512,255
| 2
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 283
|
puml
|
@startuml
'https://plantuml.com/sequence-diagram
autonumber
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
Ceb <-- Bob: another authentication Response
@enduml
| false
| true
| false
| false
|
sequence
|
c1d16b6e96d424c4ca5e2dba5e4669af87d895bc
|
c183a3bcca39c12fcdf8c69f9418d29161cd67a9
|
/src/app/fachinformatiker/myMashup/constants/constants.plantuml
|
a84ed82783ba76ce77eff0a492d4f0faeab9c001
|
[
"MIT"
] |
permissive
|
fachinformatiker/myMashup
|
5b6510714e9a921771f96c5e90cf729c5ee1d54e
|
63033ae85ab75c0a64cf7ec5332510a2d3325dd6
|
refs/heads/master
| 2021-06-25T06:01:50.243448
| 2021-06-22T13:00:04
| 2021-06-22T13:00:04
| 184,805,428
| 2
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 964
|
plantuml
|
@startuml
title __CONSTANTS's Class Diagram__\n
namespace app.fachinformatiker.myMashup.constants {
interface app.fachinformatiker.myMashup.constants.Constants {
{static} + NO_ARGUMETS : String
{static} + NONNUMERIC_ARGUMETS : String
{static} + PRODUCER : String
{static} + CONSUMER : String
{static} + SYNC : String
{static} + HELL : String
{static} + HOPE : String
{static} + MagicNumberDetected : String
{static} + run : boolean
{static} + MagicNumber : int
{static} + MIN_HELL : int
{static} + MAX_HELL : int
{static} + HOPE_LEFT_LIMIT : int
{static} + HOPE_RIGHT_LIMIT : int
{static} + HOPE_TARGET_STRING_LENGTH : int
}
}
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
|
f22695f83ab1f914dc32732be2d33a6796134d17
|
76d2a6a8a992f88f8eb2d5c4b9d782b2d3bfe617
|
/docs/db-schema-guideline.puml
|
9aaad910e5c2dd73acd684ad3918788a5d136d2b
|
[] |
no_license
|
LueZero/math-sharing
|
43001b09f9822de75634e24865ef2ab7ef59cd17
|
e37c3c951cb910dfbd1c144046bcade654aa7a6f
|
refs/heads/master
| 2023-07-13T14:32:58.252108
| 2021-08-30T13:56:44
| 2021-08-30T13:56:44
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 435
|
puml
|
@startuml
left to right direction
class users << (T,#ADD1B2) >>{
id
--
email : string
--
password : string
--
name : string
--
created_at : timestamp
--
updated_at : timestamp
}
class posts << (T,#ADD1B2) >>{
id
--
users_id : int
--
content : string
--
created_at : timestamp
--
updated_at : timestamp
}
users::id “1” -- “*" posts::users_id
@enduml
| false
| true
| true
| false
|
class
|
15ce4b87262a5b2a3b11ec039ae8e4c4c1cff03b
|
336c916699df8aaf502f430df20e984b5338e4a5
|
/doc/uml/PluginInterfaceDiagram.plantuml
|
6a327b4ddaf563b970de2484c5e47428ff06ddf2
|
[] |
no_license
|
Siprj/modular-MCU-flasher
|
18497ffb77be67af0c35eee0f4f443b7debabaf4
|
d85fe443da5c63aa90d25114f484e7e8a63ceaec
|
refs/heads/master
| 2016-09-06T10:48:27.132426
| 2016-01-27T10:25:50
| 2016-01-27T10:25:50
| 22,478,653
| 0
| 1
| null | 2016-01-27T10:25:50
| 2014-07-31T17:40:16
|
C++
|
UTF-8
|
PlantUML
| false
| false
| 722
|
plantuml
|
@startuml
interface FlasherPlugin {
+ {abstract} initPlugin() : quint32
+ {abstract} getPluginWidget() ; QWidget
+ {abstract} flash(QByteArray data) : void
--
signals:
+ {abstract} printProgressInfo(QString info) : void
+ {abstract} progressInPercentage(qint32 progress) : void
+ {abstract} done() : void
}
interface ReaderPlugin {
+ {abstract} initPlugin() : quint32
+ {abstract} readData(QString fileName) : void
+ {abstract} getSuffixesGroups() : QMap<QString, QStringList>
--
signals:
+ {abstract} printProgressInfo(QString info) : void
+ {abstract} progressInPercentage(qint32 progress) : void
+ {abstract} done(QByteArray data) : void
}
@enduml
| false
| true
| false
| false
|
class
|
3b29350bc5a3f9755cdfb58499bcc06193bad295
|
b04d5166435afbe4a531aaccc447a40c92bb649b
|
/docs/Solution/Cloudlet-Manager/Logical.puml
|
040206f6bf4653052afd5d7fea84d6997f826d5b
|
[] |
no_license
|
CAADE/CloudLet
|
bc8e2d2ca4662aa60732888d727fca11d4045f66
|
08066bb296578ca6dc60a20388b15cb0f08425c4
|
refs/heads/master
| 2021-07-24T19:23:37.384552
| 2018-08-11T13:37:52
| 2018-08-11T13:37:52
| 81,122,426
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 202
|
puml
|
@startuml
package "Cloudlet Manager" #lightblue {
interface "Cloudlet Manager" {
}
CLI ()-- "Cloudlet Manager"
REST ()-- "Cloudlet Manager"
Web ()-- "Cloudlet Manager"
}
@enduml
| false
| true
| false
| false
|
class
|
de7c2f36744d7a3a4ab0237b08f0dbccc5e60d0f
|
8899919367565857b86a7540cb7313171f7af53a
|
/oauth2.0/oauth2_server_to_server.puml
|
fca1f36c465751320b8fbd71556acbc681f42eac
|
[
"MIT"
] |
permissive
|
meetrp/diagrams
|
d5a9e615aea3712eca6e3a93fc907c6415ff6232
|
47330a2661c749ab041f9237a6e043d2d08baa23
|
refs/heads/main
| 2023-06-17T19:08:18.464306
| 2021-07-11T01:41:07
| 2021-07-11T01:41:07
| 378,479,698
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 5,988
|
puml
|
@startuml oauth2_server_to_server
header
Created: <font color=red>Jun-20-2021 20:20</font>
View Generated: %date("MMM-dd-yyyy HH:mm")
endheader
title
= [oauth 2.0] Authorization Code Grant flow (server to server)
<size:11><i> User wants to expose all his contacts to "MyApp Server." </i></size>
<size:11><i> "MyApp Server" presents a page with all possible resource servers </i></size>
<size:11><i> (like GMail/FB). User chooses one of them. </i></size>
end title
autoactivate on
actor "User" as user <<Resource Owner>> #APPLICATION
participant "Web Browser" as browser <<User Agent>> #APPLICATION
participant "MyApp Server" as clientServer <<Client / Redirect URI>> #IMPLEMENTATION
participant "GMail/FB Server" as authServer <<Authorization Server>> #TECHNOLOGY
participant "Google Contacts API/FB Friends API" as resourceServer <<Resource Server>> #STRATEGY
== Client Registration ==
group #LightCyan MyApp Server Launch
clientServer -> authServer : <font color=blue>**http://AuthServer.com/RegisterClient**</font>\n{\n app_name: **MyApp**,\n app_redirect_uri: <font color=red>**http://MyApp.com/CallBack**</font>\n}
authServer --> clientServer : {\n client_id: **DEADFACE0123**,\n client_secret: **10102192040230**\n}
end group
... ...
== OAUTH 2.0 AUTHORIZATION_CODE TOKEN ==
autonumber
user -> browser : Click on Connect
browser -> clientServer : <font color=red>**http://MyApp.com/Login**</font>
|||
clientServer --> browser : **HTTP** 302 Redirect to <font color=blue>**AuthServer**</font> \n{\n client_id: **DEADFACE0123**,\n scope: **CONTACTS**,\n response_type: **CODE**,\n redirect_uri: <font color=red>**http://MyApp.com/CallBack**</font>\n}
|||
browser -> authServer : <font color=blue>**http://AuthServer.com/Authorize**</font>\nMethod: <font color=green>**GET**</font>\n{\n client_id: **DEADFACE0123**,\n scope: **CONTACTS**,\n response_type: **CODE**,\n redirect_uri: <font color=red>**http://MyApp.com/CallBack**</font>\n}
note left
**response type** : type of information client expects to receive
**scope** : permissions the client is requesting for
end note
authServer -> authServer : ValidateAppID(**DEADFACE0123**)
deactivate authServer
authServer -> authServer : Render Login Form
deactivate authServer
authServer --> browser : Login Form
browser -> user : Login Form
user -> user : Input Credentials
deactivate user
user --> browser : Submit Form
browser -> authServer : <font color=blue>**http://AuthServer.com/Authorize**</font> \n{\n credentials \n}
authServer -> authServer : Render Consent Form for scope
deactivate authServer
authServer --> browser : Consent Form\n{\n scope: **CONTACTS** \n}
browser -> user : Consent Form\n{\n scope: **CONTACTS** \n}
note left
**AuthServers** validates with **User** if the **Scope**
is acceptable and if the **AuthServer** can give
permission to the **ClientServer** to access the
resources in **ResourceServer**
end note
user --> browser : Accept
browser -> authServer : Accept
authServer -> authServer : Validate **redirect_uri**, from this call,\nmatches **app_redirect_uri**, from the\nregistration.
deactivate authServer
authServer -> authServer : generate code as per response_type
deactivate authServer
authServer --> browser : **HTTP** 302 Redirect to <font color=red>**http://MyApp.com/CallBack**</font>\nMethod: <font color=green>**GET**</font>\n{\n CODE : **9807023480AC**\n}
|||
browser -> clientServer : <font color=red>**http://MyApp.com/CallBack**</font>\nMethod: <font color=green>**GET**</font>\n{\n code : **9807023480AC**\n}
clientServer -> authServer : <font color=blue>**http://AuthServer.com/Tokens**</font>\nMethod: <font color=green>**POST**</font>\n{\n code: **9807023480AC**,\n client_id: **DEADFACE0123**,\n client_secret: **10102192040230**,\n grant_type: **AUTHORIZATION_CODE**,\n redirect_uri: <font color=red>**http://MyApp.com/CallBack**</font>\n}
authServer -> authServer : validate auth_code, client_id
deactivate authServer
authServer -> authServer : Validate **redirect_uri**, from this call,\nmatches **app_redirect_uri**, from the\nregistration.
deactivate authServer
authServer -> authServer : generate tokens
note right
Embed the scope of access,
i.e., access level, in the
access_tokens
end note
deactivate authServer
authServer --> clientServer : {\n access_token: **DGF3DS90124FADS0U**,\n refresh_token: **FGLAHG810324GAG**,\n token_type: <font color=brown>**BEARER**</font> \n}
note left
<b>Bearer tokens</b> are a much simpler way of making API
requests, since they don’t require cryptographic
signing of each request. The tradeoff is that all
API requests must be made over an HTTPS connection,
since the request contains a plaintext token that
could be used by anyone if it were intercepted.
The downside to <b>Bearer tokens</b> is that there is
nothing preventing other apps from using a Bearer
token if it can get access to it.
end note
|||
clientServer -> resourceServer : <font color=brown>**http://ResourceServer.com/Contacts**</font> \n{\n access_token: **DGF3DS90124FADS0U** \n}
resourceServer -> authServer : <font color=blue>**http://AuthServer.com/Validate**</font> \n{\n access_token: **DGF3DS90124FADS0U** \n}
authServer --> resourceServer : Success
resourceServer --> clientServer : [ {contacts}, ... ]
clientServer --> browser : Success
browser --> user : Success
@enduml
| false
| true
| true
| false
|
usecase
|
ebbf0fc75d2b53d8be6de0b40966deec39810e1d
|
9dacf3115d4da5b805449c0247658f7599d15073
|
/uml/ClassDiagram.puml
|
9449e293778214a89c34f058fdebac5a36e610f8
|
[] |
no_license
|
xera51/gray-cop3330-assignment4part2
|
8e372853fae20c1ff6fcb63b0aa1d8c9ef4f3249
|
fed733e420982c3f7ae252b58c842eaeb70993f6
|
refs/heads/master
| 2023-06-26T12:53:40.665340
| 2021-07-12T04:34:23
| 2021-07-12T04:34:23
| 383,518,572
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 890
|
puml
|
@startuml
package ucf.assignments {
note "More details included in other diagrams" as N1
package model {
class ToDo {}
class ToDoListDAO {}
class ToDoListManagerModel {}
}
package factories {
class PopUps {}
class TaskCell {}
}
package util {
class ToDoListSerializer {}
}
package controllers {
class ToDoListManagerController {}
class TaskCellController {}
}
class ToDoListManager {}
ToDoListManager -> ToDoListManagerController : creates
ToDoListManagerController -> TaskCell : uses
ToDoListManagerController --> PopUps : uses
TaskCellController <- TaskCell : creates
ToDoListManagerModel o- ToDo
ToDoListDAO --o ToDoListManagerModel
ToDoListDAO --> ToDoListSerializer : uses
ToDoListManagerModel -o ToDoListManagerController
}
@enduml
| false
| true
| false
| false
|
sequence
|
a96e59ca0df3db68f43338dc8f6c2ba2e9fa28ca
|
982521f5c9e60d3f90167eb61040567da9176034
|
/src/main/java/com/flyer/designpattern/proxy/proxy.puml
|
40d764195a6444f237339d23debcd51706b4d226
|
[] |
no_license
|
PlumpMath/designpattern-433
|
475886021632fd0c1d7b459cb078b16e407c1593
|
9061c7e116506f4b35817f05dfd0f81aa379e694
|
refs/heads/master
| 2021-01-20T09:36:57.168536
| 2017-04-12T07:29:44
| 2017-04-12T07:29:44
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 103
|
puml
|
@startuml
interface Subject
interface InvocationHandler
class Proxy
Subject <|.. RealSubject
@enduml
| false
| true
| false
| false
|
class
|
7998797523079cb45014b45c388267110169e8ca
|
31fd1aa900725aee0049c5b86d9597ff25efec38
|
/data/SendDigest.puml
|
bcb1a4d39b7b1bb1f298d996a9b463db2c094f52
|
[] |
no_license
|
Jagadeeshnraj/voucher-alert-system
|
70db7c0d8528ddd394da648a56c72209d63ee961
|
717d9a5e75f3a46706e5dfbdc8724b7c673ed506
|
refs/heads/master
| 2023-03-17T11:55:59.284004
| 2020-06-29T20:04:33
| 2020-06-29T21:23:34
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,013
|
puml
|
@startuml
box "Internal Services" #LightBlue
participant "Scheduler service" as scheduler order 10
participant "Digest service" as ds order 20
participant "Subscription service" as subs order 30
participant "User service" as us order 25
participant "Voucher service" as vs order 50
participant "Message Queue" as kafka order 60 #99FF99
participant "Message service" as mts order 90
end box
participant "SMTP service" as smtp order 110
activate us
activate subs
activate kafka
scheduler -> ds : trigger digest send job
activate ds
ds -> us : get users for this time
us -> ds : list of users
ds -> subs : active subscriptions for users
subs -> ds : active subscriptions
ds -> vs : get vouchers for subscriptions
activate vs
vs -> ds : vouchers
deactivate vs
ds -> kafka : send message \nfor user about new vouchers
deactivate ds
kafka -> mts : messages
activate mts
mts -> mts : create by template email
mts -> smtp : send email
deactivate mts
deactivate mts
deactivate subs
deactivate kafka
deactivate us
@enduml
| false
| true
| false
| false
|
sequence
|
8827f6a79cd5e6e8068af1529babd5661349f7a3
|
01fa4b35677c4d4423a5bb6a7b2bf3847b54ccbc
|
/code/model/ComponentSerializer.puml
|
f81ef8d0b749b5693f334deb72e81222f8cf7178
|
[
"MIT"
] |
permissive
|
Boyquotes/godot-component-system-old
|
32bcd556c0ad9ff4a5ea956b45145112497f9f1e
|
3d646949bef1fb350ffeb33273edcb42043394e6
|
refs/heads/master
| 2023-06-10T22:08:04.993967
| 2019-08-17T09:42:50
| 2019-08-17T09:42:50
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 253
|
puml
|
@startuml
class ComponentSerializer
{
#ComponentRegistry Registry
+ComponentSerializer(ComponentRegistry registry)
+Dictionary<string, object> Serialize(Node node)
+DeserializeTo(Dictionary<string, object> componentData, Node rootNode)
}
@enduml
| false
| true
| true
| false
|
class
|
e3b45e50643ea3e8dcdcfeb61d31d4ba8e435935
|
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
|
/PlantUML/Pose2D/Pose2D_Activity_setAngle.puml
|
925f7c156312fa6b3b0e9c645ac593a4d0152b59
|
[] |
no_license
|
ShisatoYano/SLAMDesignUML
|
2b3af745ecf8ff1b88845e248a72c589fe9aa1ba
|
bb8678908952205d1fdc2ea5e49c9ca752e123b9
|
refs/heads/master
| 2022-11-25T17:49:03.514885
| 2020-08-02T00:27:38
| 2020-08-02T00:27:38
| 261,206,484
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 79
|
puml
|
@startuml
/'
input: double th
'/
(*) --> "this->th = th"
--> (*)
@enduml
| false
| true
| false
| false
|
class
|
0d4bfedbc8f3ee42add7752b9b98058fa6649af8
|
176fa7e597c2f2337f80a9d4e393e636e5823129
|
/stocky-devel/stocky/docs/source/uml_images/classes_wcviews_classes.plantuml
|
fa0c32b5b7ddb9922e4abe840021e8136ab3dbe8
|
[
"Apache-2.0"
] |
permissive
|
cfe-lab/stocky
|
0133abf16bbf068d8ef3684af4d7b22e96756e37
|
6c4114551d9b61c5ba3db2c237e995fecdd2f6b3
|
refs/heads/master
| 2021-04-15T17:01:15.610547
| 2019-04-08T18:51:52
| 2019-04-08T18:51:52
| 126,519,914
| 2
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,004
|
plantuml
|
@startuml
title classes wcviews
class SwitcheeView {
+h1
+helptext
+wcstatus
+Redraw(self)
+rcvMsg(self, whofrom:'base.base_obj', msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type])
}
class RadarView {
+coldct
+dist_lst
+svg
+display_distances(self)
+drawcolumn(self, colnum:int, epc:str, dst:float)
+reset_radar(self)
+set_radardata(self, radarinfo:typing.List[typing.Tuple[(str, int, float)]])
}
class BaseScanList {
+add_scan(self, newdat:base.MSGdata_Type)
+post_add_scan_CB(self)
}
class AddScanList {
+get_active_tags(self)
+post_add_scan_CB(self)
+reset(self)
}
class AddNewStockView {
+GO_ADD_NEW_RFIDTAG
+GO_ADD_NEW_STOCK
+GO_RESET_TABLE
+gobutton
+resetbutton
+scanlist
+tgbutton
+Redraw(self)
+get_selection_dct(self)
+rcvMsg(self, whofrom:'base.base_obj', msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type])
+redirect(self, url:str)
}
class DownloadQAIView {
+message_bar
+stat_tab
+Redraw(self)
+stop_download(self, resdct:dict)
}
class rowtracker {
+action_tog
+detected
+expected
+has_rfid_label
+id
+rownum
+scanstat_tog
}
class CheckFSM {
+ST_ERROR_STATE
+ST_IGNORE
+ST_REPORT_FOUND
+ST_REPORT_MISSING
+ST_REPORT_MOVED
+dd
+hasRFIDlabel
+isdetected_lab
+isexpected
+get_init_state(self)
+get_new_state(self, curstate:int, event:str)
}
class CheckLabel {
+detected_lab
+rcvMsg(self, whofrom:base.base_obj, msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type])
}
class CheckScanList {
+rfid_sel_but
+wcstatus
+get_move_list(self)
+rcvMsg(self, whofrom:'base.base_obj', msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type])
+reset(self, ll:typing.Optional[list])
}
class CheckStockView {
+GO_CHECK_STOCK
+gobutton
+location_sel
+rfid_sel_but
+scanlist
+Redraw(self)
+rcvMsg(self, whofrom:'base.base_obj', msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type])
}
class LocMutTable {
+wcstatus
+get_locmove_list(self)
+rcvMsg(self, whofrom:'base.base_obj', msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type])
+reset(self)
}
class UploadLocMutView {
+GO_UPLOAD_LOCMUT
+gobutton
+locmut_tab
+Redraw(self)
+rcvMsg(self, whofrom:'base.base_obj', msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type])
+stop_locmut_download(self)
}
class ConfigStatusView {
+cfg_tab
+Redraw(self)
}
SwitcheeView <|-- RadarView
BaseScanList <|-- AddScanList
SwitcheeView <|-- AddNewStockView
SwitcheeView <|-- DownloadQAIView
BaseScanList <|-- CheckScanList
SwitcheeView <|-- CheckStockView
SwitcheeView <|-- UploadLocMutView
SwitcheeView <|-- ConfigStatusView
AddNewStockView o-- AddScanList
rowtracker o-- CheckLabel
CheckStockView o-- CheckScanList
UploadLocMutView o-- LocMutTable
@enduml
| false
| true
| false
| false
|
class
|
eea9a819ef22de4f370d8e9ca6c175340b6e7b2a
|
a88c11df2c1189b6e651d85cf3dc2388f9fcfc95
|
/diagrams/class_boundary_detector.plantuml
|
c78c82d479d0df8acd67c472201259d4638662c6
|
[] |
no_license
|
TomSievers/EVD_Proj
|
cf6fcb6bfb3cca23a45fb434f8f5097d5aa56f4b
|
19abc059668d86b1c4c0d4e93bd8acb38223a36e
|
refs/heads/develop
| 2023-02-20T12:32:11.254938
| 2021-01-21T08:16:31
| 2021-01-21T08:16:31
| 293,806,246
| 0
| 0
| null | 2021-01-21T08:16:32
| 2020-09-08T12:39:05
|
C++
|
UTF-8
|
PlantUML
| false
| false
| 2,637
|
plantuml
|
@startuml
header
Design class diagram BoundaryDetector
endheader
package ImageCapture
{
interface ICapture
{
# curFrame : cv::Mat
# active : bool
# thread : std::thread
# updateMutex : std::mutex
+ //setRoi(roi : std::array<cv::Point2f, 4>&, width : float, height : float) : void//
+ //getFrame() : cv::Mat//
+ //stop() : void//
- //update(active : bool) : void//
}
}
package Detector
{
enum VisionStep
{
ACQUISITION
EHANCEMENT
SEGMENTATION
FEATURE_EXTRACT
CLASSIFICATION
}
interface IDetector
{
+ IDetector(cap : std::shared_ptr<Acquisition>)
+ //getObjects() : std::vector<std::shared_ptr<Object>>//
# processors : std::vector<std::shared_ptr<IImageProcessing>>
}
class Object<<struct>>
{
}
class Boundary<<struct>>
{
+ corners : cv::Point[4]
+ pocketsLoc : cv::Point[6]
+ pocketRad : double
}
class BoundaryDetector
{
+ BoundaryDetector(cap : std::shared_ptr<Acquisition>)
- img : cv::Mat
}
interface IImageProcessing
{
+ procces(img : cv::Mat&, data : std::shared_ptr<void>) : std::shared_ptr<void>
}
class Acquisition
{
+ Acquisition(deviceId : int)
+ Acquisition(mock_img : const std::string&)
+ getCapture() : ICapture&
}
class BoundaryEnhancement
{
}
class BoundarySegmentation
{
- isolateTableBackground(img : cv::Mat&)
}
class BoundaryFeatureExtract
{
- getBiggestContour(contours : const cv::Mat&) : cv::Mat
- calculateLine(lines : std::vector<Line>&, pointA : const cv::Point&, pointB : const cv::Point&) : void
- calculateIntersects(lines : const std::vector<Line>&, intersects : std::vector<cv::Point2f>&) : void
- sortIntersects(intersects : std::vector<cv::Point2f>&) : void
}
class BoundaryClassifier
{
}
class Line<<Struct>>
{
+ a : double
+ b : double
+ c : double
+ Line(a : double, b : double, c : double)
}
}
Object <. IDetector
Object <|-- Boundary
IDetector <|.. BoundaryDetector
Line <.. BoundaryFeatureExtract
Boundary <. BoundaryDetector
IDetector --> IImageProcessing
IImageProcessing <|.. Acquisition
IImageProcessing <|.. BoundaryEnhancement
IImageProcessing <|.. BoundaryFeatureExtract
IImageProcessing <|.. BoundarySegmentation
IImageProcessing <|.. BoundaryClassifier
ICapture <-- Acquisition
BoundaryDetector -[hidden]> IImageProcessing
IDetector .> VisionStep
@enduml
| false
| true
| false
| false
|
sequence
|
3b28a7630992dbdbb6351d3d2363c423d31ba5ff
|
13d8c83e14ae1cad511f30b984f5f4c86ed97976
|
/exercise46/docs/ex46.puml
|
af77a35f4d804a542922324ef11b17d4ceab01a3
|
[] |
no_license
|
drumman22/grossman-a04
|
5a31dcf4086dbfceb889c6437477cdb65e285041
|
4303c3147249bf183f5af5b4fffbbd843947ba6a
|
refs/heads/master
| 2023-09-06T04:20:42.918012
| 2021-10-26T15:55:32
| 2021-10-26T15:55:32
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 213
|
puml
|
@startuml
class Solution46 {
Map<String, Integer> wordFrequencyMap
}
Solution46 : + void wordsToMap(File inputFile)
Solution46 : + String numToStars(int num)
Solution46 : + void printWordFrequency()
@enduml
| false
| true
| false
| false
|
class
|
aace695069e6f64fa1f4ac03967b215a03d7d0ff
|
994582f29d792f8b49d7e39b5618991f497a68b0
|
/001-carecruCurrent_ContextMap.puml
|
f70962281e4baafb68515ea9e5016b7351b83c77
|
[] |
no_license
|
rgeorgel/test_temp
|
5f2d48531b47f2b4a143809674fbc767e2545217
|
149905e30e65e750f7b100cb13f7eccfb5a7eb96
|
refs/heads/main
| 2023-06-25T13:01:02.013485
| 2021-07-18T19:26:46
| 2021-07-18T19:26:46
| 387,250,745
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,984
|
puml
|
@startuml
skinparam componentStyle uml2
component [WorkflowContext]
note right of [WorkflowContext]
The workflow context is responsible
for management and delivering
reminders to the patients.
end note
component [EnterpriseManagementContext]
note right of [EnterpriseManagementContext]
The Enterprise management context
is responsible for management
the Organization and Practice
data.
end note
component [CCPContext]
note right of [CCPContext]
The CCP Context is the system
that needs to be decoupled in
order to organize and facilitate
the processes
end note
component [IntegrationsContext]
note right of [IntegrationsContext]
The Integration context is responsible
for the integration with PMS.
end note
component [UrlShortenerContext]
note right of [UrlShortenerContext]
The URL Shortener context is responsible
for a manage URL shortener.
end note
component [PMSContext]
note right of [PMSContext]
Service (external system) used
by the practices to schedule and
manage patients and appointments.
end note
component [Twillio]
note right of [Twillio]
Service (external system) to send
messages and make call to patients
end note
component [MailChimp]
note right of [MailChimp]
Service (external system) to send
email to patients
end note
component [Jotform]
note right of [Jotform]
Service (external system) to the
patients fill forms
end note
component [ModeAnalytics]
note right of [ModeAnalytics]
Service (external system) to present
analytics graph to the practitioners
end note
component [Vendasta]
note right of [Vendasta]
Service (external system) to manage
the practice reputation
end note
component [CallRails]
note right of [CallRails]
Service (external system) to record
and track practice calls
end note
[IntegrationsContext]<-->[CCPContext] : Partnership (DB)
interface "Upstream-Downstream" as IntegrationsContext_to_PMSContext
[PMSContext] --> IntegrationsContext_to_PMSContext
IntegrationsContext_to_PMSContext <.. [IntegrationsContext] : use via ANTICORRUPTION_LAYER
interface "REST HTTP && SDK" as CCPContext_to_Twillio
[Twillio] --> CCPContext_to_Twillio : OPEN_HOST_SERVICE, PUBLISHED_LANGUAGE
CCPContext_to_Twillio <.. [CCPContext] : use as CONFORMIST
interface "REST HTTP" as CCPContext_to_UrlShortenerContext
[UrlShortenerContext] --> CCPContext_to_UrlShortenerContext : OPEN_HOST_SERVICE, PUBLISHED_LANGUAGE
CCPContext_to_UrlShortenerContext <.. [CCPContext] : consume
interface "SDK" as CCPContext_to_MailChimp
[MailChimp] --> CCPContext_to_MailChimp : OPEN_HOST_SERVICE, PUBLISHED_LANGUAGE
CCPContext_to_MailChimp <.. [CCPContext] : consume
interface "REST HTTP" as CCPContext_to_Jotform
[Jotform] --> CCPContext_to_Jotform : OPEN_HOST_SERVICE, PUBLISHED_LANGUAGE
CCPContext_to_Jotform <.. [CCPContext] : consume
interface "REST HTTP" as CCPContext_to_CallRails
[CallRails] --> CCPContext_to_CallRails : OPEN_HOST_SERVICE, PUBLISHED_LANGUAGE
CCPContext_to_CallRails <.. [CCPContext] : consume
interface "REST HTTP" as CCPContext_to_Vendasta
[Vendasta] --> CCPContext_to_Vendasta : OPEN_HOST_SERVICE, PUBLISHED_LANGUAGE
CCPContext_to_Vendasta <.. [CCPContext] : consume
interface "DB" as CCPContext_to_ModeAnalytics
[ModeAnalytics] --> CCPContext_to_ModeAnalytics : OPEN_HOST_SERVICE, PUBLISHED_LANGUAGE
CCPContext_to_ModeAnalytics <.. [CCPContext] : consume
interface "REST HTTP" as CCPContext_to_WorkflowContext
[WorkflowContext] --> CCPContext_to_WorkflowContext
CCPContext_to_WorkflowContext <.. [CCPContext] : consume
interface "REST HTTP" as WorkflowContext_to_CCPContext
[CCPContext] --> WorkflowContext_to_CCPContext
WorkflowContext_to_CCPContext <.. [WorkflowContext] : use Aggregates Workflows, Organizations via ANTICORRUPTION_LAYER
interface "Kafka" as EnterpriseManagementContext_to_CCPContext
[CCPContext] --> EnterpriseManagementContext_to_CCPContext
EnterpriseManagementContext_to_CCPContext <.. [EnterpriseManagementContext] : use Aggregate Organizations via ANTICORRUPTION_LAYER
@enduml
| false
| true
| false
| false
|
sequence
|
ea4873500aeaa805276300a116cf940a599ea92f
|
1228576f109b6942764d338b91714a57ad58b851
|
/README_branches.puml
|
7d0ab89300ccc9957af3d7d7a5a36ba13fa806e3
|
[
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] |
permissive
|
lapolinar0519/remprotocol
|
b7ab95e97c8ecaab3bb40ae9cdc7cd6829916c4a
|
578996ce408ca0adbe6a6b895177199017ee907b
|
refs/heads/develop
| 2022-11-29T13:36:54.540719
| 2020-07-31T12:14:31
| 2020-07-31T12:14:31
| 263,375,233
| 0
| 0
|
MIT
| 2020-07-31T14:40:06
| 2020-05-12T15:24:07
|
C++
|
UTF-8
|
PlantUML
| false
| false
| 1,269
|
puml
|
@startuml
' This used in README.md
' see https://stackoverflow.com/questions/32203610/how-to-integrate-uml-diagrams-into-gitlab-or-github
' how to insert this picture into README.md
actor "External Contributor" as EC #lightgreen
participant "eosio/eos(release/1.8.x)" as EOS18 #red
participant "eos-release/1.8.x" as REOS18 #lightblue
participant "develop" as DEVELOP #green
participant "feature_branch_01" as DEVFEATURE
participant "release/1.0.x)" as RR10 #green
participant "hotfix/1.0.x_branch_01" as RF10
participant "master" as master #green
note over DEVELOP
We start development using
eos 1.8.x branch and periodically
pull fixes
end note
note over REOS18
Synced copy with no changes
Used to do rebase of remrelease 1.0.x
end note
DEVFEATURE -> DEVELOP: pull request
DEVELOP -> EC : fork Remmeauth/remprotocol
DEVELOP <- EC : Pull request
REOS18 <- EOS18 : Pull/Push fixes
REOS18 o->o DEVELOP : Merge latest fixes
REOS18 <- EOS18 : Pull/Push fixes
REOS18 o->o DEVELOP : Merge latest fixes
DEVELOP o->o RR10 : create first release candidate
RF10 -> RR10 : hotfix pull request
RR10 o->o master : stable point rebase master
note over master
We will follow approach of the EOSIO to
point master to stable release
end note
@enduml
| false
| true
| false
| false
|
usecase
|
96f6a31a64bf312b37ae25a79e22e934efb9a45a
|
d6478acece4b5e58c0f85dc913b63e6eb9795a23
|
/design/api_service.png.puml
|
0c3858575fd4edf6b5f238d632ccce5c70df56bd
|
[
"MIT"
] |
permissive
|
Daenecompass/harvest-client
|
80c592234ffeb6471eb2f47832ccbc4abf3de14a
|
855157ee715163afaf4cac9faf9a44541e6a34c0
|
refs/heads/master
| 2020-12-18T20:30:54.841627
| 2020-01-17T15:22:01
| 2020-01-17T15:22:01
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 711
|
puml
|
@startuml
title API and service classes (partial)
package api {
interface TasksApi
interface UsersApi
}
package impl {
TasksApi <|-- TasksApiImpl
UsersApi <|-- UsersApiImpl
TasksApiImpl --> service.TaskService
UsersApiImpl --> service.UserService
}
package core {
Harvest --> UsersApi
Harvest --> TasksApi
Harvest --> GsonConfiguration
GsonConfiguration --> LocalTimeConverter
}
package domain {
class User
class Task
}
package service {
interface TaskService
interface UserService
}
service.UserService <|-- ok.http.Retrofit.Service
service.TaskService <|-- ok.http.Retrofit.Service
legend
Only show User and Task services implementation.
Same structure for the other domain objects.
end legend
@enduml
| false
| true
| false
| false
|
class
|
0b2ae4b735dfc7b06cd528b3970a4ae609156865
|
40e351567ea4253710fab5639d62af6dbb8686d2
|
/plantuml/Canvas.puml
|
fc22db2a725200bb035b46d0f3d857ba4e4b833b
|
[] |
no_license
|
AlexMaxwell2001/MementoDesignPattern
|
e6e0c9715217e47ea352c5084621148897ba03c3
|
54a456ac2eecdca88dd7fab09ec7de19d04c7f59
|
refs/heads/main
| 2023-01-18T15:46:11.610765
| 2020-12-03T13:22:49
| 2020-12-03T13:22:49
| 318,200,279
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 216
|
puml
|
@startuml
class Canvas {
+ Add(s:Shape) : void
+ Remove() : void
+ Canvas()
+ <<override>> ToString() : string
+ GetState() : ArrayList
+ SetState(savedOne:Memento) : void
}
@enduml
| false
| true
| false
| false
|
class
|
5ddf1c1f3be4c00e25c306c1231e19c8409127e5
|
962989bb15befd5177b53099836f5262cb2d82d0
|
/5.1-data-model/lag-data-model-01.puml
|
8fd19481091c1b6898ab6e9d6a9bb3692d660ed3
|
[] |
no_license
|
jnpr-tjiang/cfm-data-model
|
25c12acca65e6a7e4db10058172665517a0f9c11
|
2046f7227f80f98d88844c256b310c442d9cd960
|
refs/heads/master
| 2020-03-16T23:10:44.612882
| 2019-02-04T05:51:27
| 2019-02-04T05:51:27
| 133,068,065
| 2
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 801
|
puml
|
@startuml
skinparam object {
BackgroundColor PaleGreen
}
package fabric <<fab_01>> {
object tor_01 <<physical-router>> {
}
object tor_01_xe_0_0_1 <<physical-interface>> {
}
object tor_02 <<physical-router>> {
}
object tor_02_xe_0_0_1 <<physical-interface>> {
}
object vpg_01<<VirtualPortGroup>> {
}
tor_01 *-- tor_01_xe_0_0_1
tor_02 *-- tor_02_xe_0_0_1
tor_01_xe_0_0_1 <-- vpg_01
tor_02_xe_0_0_1 <-- vpg_01
}
package project <<tenant_project>> {
object vn_01 <<virtual-network>> {
}
object vmi_01 <<virtual-machine-interface>> {
- vlan: 100
}
object vmi_02 <<virtual-machine-interface>> {
- vlan: 200
}
vmi_01 --> vn_01
vmi_02 --> vn_01
}
vpg_01 --> vmi_01
vpg_01 --> vmi_02
@enduml
| false
| true
| false
| false
|
class
|
3a15cdb5626f0d4cc512c5cf1638d09447c5969e
|
1484f4a4d4c5b4689f8525742d1e4cda8fdb6d3a
|
/docs/diagrams/manualtracker/Handler_Parser.puml
|
f5224c8176a76da387b13e566c461e7620fbfe1d
|
[] |
no_license
|
AY2021S1-CS2113-T16-1/tp
|
8abd1e1798a8ecc64b4b3ae28dd5da618714b972
|
6ef0845c809addb46fef872101ef528780571b5d
|
refs/heads/master
| 2023-01-13T17:13:34.579399
| 2020-11-16T05:03:49
| 2020-11-16T05:03:49
| 300,199,426
| 0
| 1
| null | 2020-11-16T05:03:50
| 2020-10-01T08:10:30
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,138
|
puml
|
@startuml
scale 1094 width
hide circle
skinparam classAttributeIconSize 0
skinparam BoxPadding 20
skinparam shadowing false
skinparam package<<Layout>> {
borderColor Transparent
backgroundColor Transparent
fontColor Transparent
stereotypeFontColor Transparent
}
rectangle LogicManagers {
class ManualTracker {
~ {static} handleCreateLedger() : State
~ {static} handleOpenLedger() : State
~ {static} handleDeleteLedger() : State
}
class EntryTracker {
~ {static} handleCreateEntry() : State
~ {static} handleEditEntry() : State
~ {static} handleDeleteEntry() : State
}
}
rectangle Parser{
class InputParser <<Singleton>> {
+ parseInput(inputString:String):CommandPacket
}
class ParamParser <<Singleton>> {
+ parseParams(inputString:String):HashMap
}
InputParser *-> ParamParser : Parse param substring with >
InputParser "1" <-[#red]- ManualTracker #line:red;line.dashed;text:red : Parse input string with <
InputParser "1" <-[#red]- EntryTracker #line:red;line.dashed;text:red : Parse input string with <
}
@enduml
| false
| true
| false
| false
|
sequence
|
4f6f82b38d06b71ae2e8a10994a3bd48eff227d4
|
21617bb474470c80fff2f99a74dcc069a03a4a06
|
/documentation/Diagramme de classes.puml
|
18e3eef31dc73aab3895b59630d34b9f59ddada6
|
[] |
no_license
|
flamy39/filmographie
|
d7e20ab624476d8165479032f01a2a3a07334da9
|
c76f223c2af2b744864e26812912b7ee8f2ec326
|
refs/heads/master
| 2023-02-07T07:09:34.352550
| 2020-12-15T16:37:43
| 2020-12-15T16:37:43
| 321,679,249
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 620
|
puml
|
@startuml
skinparam classAttributeIconSize 0
skinparam class {
BackgroundColor Ivory
ArrowColor SeaGreen
BorderColor DarkOrange
}
skinparam stereotypeCBackgroundColor Gold
class Filmographie {
-id : Integer
-libelle : String
}
class Film {
-id : Integer
-titre : String
-description : String
-duree : Integer
-dateSortie : Date
}
class Genre {
-id : Integer
-libelle : String
}
class Commentaire {
-id : Integer
-auteur : String
-note : Integer
-contenu : String
}
Film "0..*" --> "1..1" Genre
Film "1..1" --> "0..*" Commentaire
Filmographie --> "0..*" Film
@enduml
| false
| true
| false
| false
|
class
|
d3b2136cef975f3cb382494d881427abaf0727b2
|
277510c06b82f033ec74f5996fac0d0e13127daa
|
/schoolcannon.plantuml
|
c6bc2dab7d499ee2f5b71ab07afe3f63ea54c2cd
|
[] |
no_license
|
Lukires/school_cannon
|
c5448379fb5f33900ea31eab0f3643fd50643e83
|
4c82a7221a406c4c6a4c87a68c764136fc968346
|
refs/heads/master
| 2020-07-13T17:37:34.052637
| 2019-09-22T22:58:25
| 2019-09-22T22:58:25
| 205,124,231
| 3
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 7,281
|
plantuml
|
@startuml
title __SCHOOLCANNON's Class Diagram__\n
namespace com.lukire.camera {
class com.lukire.camera.Camera {
}
}
namespace com.lukire.effect {
abstract class com.lukire.effect.Effect {
}
}
namespace com.lukire.effect {
namespace effects {
class com.lukire.effect.effects.Explosion {
}
}
}
namespace com.lukire.entity {
class com.lukire.entity.Collision {
}
}
namespace com.lukire.entity {
abstract class com.lukire.entity.Entity {
}
}
namespace com.lukire.entity {
enum EntityShape {
}
}
namespace com.lukire.entity {
class com.lukire.entity.Hitbox {
}
}
namespace com.lukire.entity {
class com.lukire.entity.Placement {
}
}
namespace com.lukire.entity {
namespace attributes {
interface com.lukire.entity.attributes.EntityCollision {
}
}
}
namespace com.lukire.entity {
namespace attributes {
interface com.lukire.entity.attributes.EntityExplosive {
}
}
}
namespace com.lukire.entity {
namespace attributes {
interface com.lukire.entity.attributes.EntityPhysics {
}
}
}
namespace com.lukire.entity {
namespace entities {
class com.lukire.entity.entities.Cannon {
}
}
}
namespace com.lukire.entity {
namespace entities {
class com.lukire.entity.entities.CannonBall {
}
}
}
namespace com.lukire.entity {
namespace types {
abstract class com.lukire.entity.types.Projectile {
}
}
}
namespace com.lukire.event {
class com.lukire.event.Event {
}
}
namespace com.lukire.event {
class com.lukire.event.EventHandler {
}
}
namespace com.lukire.event {
interface com.lukire.event.EventListener {
}
}
namespace com.lukire.event {
interface com.lukire.event.Listener {
}
}
namespace com.lukire.event {
namespace events {
class com.lukire.event.events.ClickEvent {
}
}
}
namespace com.lukire.event {
namespace events {
class com.lukire.event.events.EntityBlockCollisionEvent {
}
}
}
namespace com.lukire.event {
namespace events {
class com.lukire.event.events.EntityOnEntityCollision {
}
}
}
namespace com.lukire.event {
namespace events {
class com.lukire.event.events.KeyPressEvent {
}
}
}
namespace com.lukire.event {
namespace events {
class com.lukire.event.events.MouseMoveEvent {
}
}
}
namespace com.lukire.event {
namespace events {
class com.lukire.event.events.NewFrameEvent {
}
}
}
namespace com.lukire.event {
namespace listeners {
class com.lukire.event.listeners.ClickListener {
}
}
}
namespace com.lukire.event {
namespace listeners {
class com.lukire.event.listeners.EntityBlockCollisionListener {
}
}
}
namespace com.lukire.event {
namespace listeners {
class com.lukire.event.listeners.KeyListener {
}
}
}
namespace com.lukire.event {
namespace listeners {
class com.lukire.event.listeners.MouseMoveListener {
}
}
}
namespace com.lukire.event {
namespace listeners {
class com.lukire.event.listeners.PhysicsListener {
}
}
}
namespace com.lukire.main {
class com.lukire.main.Main {
}
}
namespace com.lukire.map {
class com.lukire.map.Map {
}
}
namespace com.lukire.map {
class com.lukire.map.MapGeneration {
}
}
namespace com.lukire.map {
namespace chunk {
class com.lukire.map.chunk.Chunk {
}
}
}
namespace com.lukire.map {
namespace chunk {
class com.lukire.map.chunk.NoChunkException {
}
}
}
namespace com.lukire.map {
namespace tile {
class com.lukire.map.tile.NoTileException {
}
}
}
namespace com.lukire.map {
namespace tile {
abstract class com.lukire.map.tile.Tile {
}
}
}
namespace com.lukire.map {
namespace tile {
enum TileType {
}
}
}
namespace com.lukire.map {
namespace tile {
namespace tiles {
class com.lukire.map.tile.tiles.AirTile {
}
}
}
}
namespace com.lukire.map {
namespace tile {
namespace tiles {
class com.lukire.map.tile.tiles.DirtTile {
}
}
}
}
namespace com.lukire.map {
namespace tile {
namespace tiles {
class com.lukire.map.tile.tiles.StoneTile {
}
}
}
}
com.lukire.camera.Camera -up-|> processing.core.PMatrix2D
com.lukire.entity.Collision o-- T : object
com.lukire.entity.Entity o-- com.lukire.entity.Placement : placement
com.lukire.entity.Hitbox o-- com.lukire.entity.EntityShape : entityShape
com.lukire.entity.Placement -up-|> processing.core.PVector
com.lukire.entity.Placement o-- com.lukire.map.Map : map
com.lukire.entity.entities.Cannon .up.|> com.lukire.entity.attributes.EntityCollision
com.lukire.entity.entities.Cannon -up-|> com.lukire.entity.Entity
com.lukire.entity.entities.CannonBall .up.|> com.lukire.entity.attributes.EntityExplosive
com.lukire.entity.entities.CannonBall -up-|> com.lukire.entity.types.Projectile
com.lukire.entity.types.Projectile .up.|> com.lukire.entity.attributes.EntityCollision
com.lukire.entity.types.Projectile -up-|> com.lukire.entity.Entity
com.lukire.event.events.ClickEvent -up-|> com.lukire.event.Event
com.lukire.event.events.EntityBlockCollisionEvent -up-|> com.lukire.event.Event
com.lukire.event.events.EntityBlockCollisionEvent o-- com.lukire.entity.Entity : e
com.lukire.event.events.EntityOnEntityCollision -up-|> com.lukire.event.Event
com.lukire.event.events.KeyPressEvent -up-|> com.lukire.event.Event
com.lukire.event.events.MouseMoveEvent -up-|> com.lukire.event.Event
com.lukire.event.events.NewFrameEvent -up-|> com.lukire.event.Event
com.lukire.event.listeners.ClickListener .up.|> com.lukire.event.Listener
com.lukire.event.listeners.EntityBlockCollisionListener .up.|> com.lukire.event.Listener
com.lukire.event.listeners.KeyListener .up.|> com.lukire.event.Listener
com.lukire.event.listeners.KeyListener o-- com.lukire.camera.Camera : camera
com.lukire.event.listeners.MouseMoveListener .up.|> com.lukire.event.Listener
com.lukire.event.listeners.PhysicsListener .up.|> com.lukire.event.Listener
com.lukire.main.Main -up-|> processing.core.PApplet
com.lukire.main.Main o-- com.lukire.event.events.NewFrameEvent : newFrameEvent
com.lukire.main.Main o-- com.lukire.camera.Camera : camera
com.lukire.main.Main o-- com.lukire.map.Map : map
com.lukire.map.tile.Tile o-- com.lukire.map.tile.TileType : tile
com.lukire.map.tile.tiles.AirTile -up-|> com.lukire.map.tile.Tile
com.lukire.map.tile.tiles.DirtTile -up-|> com.lukire.map.tile.Tile
com.lukire.map.tile.tiles.StoneTile -up-|> com.lukire.map.tile.Tile
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
|
5b136abc1a5defd393c2bb1510c291c45159615c
|
92addf9ac745235fb51e5e3a0abd2494db5f9f4b
|
/src/main/java/ex41/exercise41_UML.puml
|
0820e38393e643fda3016b2591635977806037b0
|
[] |
no_license
|
vishal8557/choday-cop3330-assignment3
|
bd61e8060aba52f8d5376e6df2faedc02ed1d3d3
|
d81199eae03bf0404114aa812f8c3f50f425e2db
|
refs/heads/master
| 2023-08-31T07:45:19.655353
| 2021-10-11T18:26:49
| 2021-10-11T18:26:49
| 416,053,974
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 186
|
puml
|
@startuml
'https://plantuml.com/sequence-diagram
class App{
- App : ArrayList<String>
- lets_count_now
- THE_LIST
}
class our_name_list{
- ArrayList -> THE_RECORD
- count_now
}
@enduml
| false
| true
| false
| false
|
class
|
65df6aff217559d1a585f0f27de370f47ce7ecb0
|
66c75cc5ca412f70da25c8992da6c717caffb464
|
/Gebäude/Etage1/Etage.puml
|
b0cce9f550a2fc277332404df64fffc6718239be
|
[] |
no_license
|
fluidmobile/CodeArcKA
|
32cb5673f52ae3e6e11cc17d747cc7a1a672959a
|
84360f7d8447bcc69e94ba8d1c758dd947be3647
|
refs/heads/master
| 2021-01-12T08:08:06.120842
| 2016-12-14T18:27:37
| 2016-12-14T18:27:37
| 76,483,577
| 0
| 0
| null | 2016-12-14T17:54:05
| 2016-12-14T17:54:05
| null |
UTF-8
|
PlantUML
| false
| false
| 357
|
puml
|
@startuml
(*) --> Ungeprüft
--> [event.PrüfauftragErteilt] WartenAufPrüfer
--> [input.StartePrüfung] EtagePrüfungLäuft
EtagePrüfungLäuft --> [input.StartePrüfung] "<color red>**ERROR**\nPrüfungBereitsInArbeit"
EtagePrüfungLäuft --> [event.MelderGeprüft] EtagePrüfungLäuft
EtagePrüfungLäuft --> [input.PrüfungErledit] EtageErledigt
@enduml
| false
| true
| true
| false
|
uml-unknown
|
798e8e8792cefe526b5e5909176287e447319c4f
|
445feba31366f5ff3616c3bd9bae40b3dc20c23e
|
/scratch/scratch.plantuml
|
7544bb7c2650dfd252dd6c59b0a594f5b2b1ec2d
|
[] |
no_license
|
tninja/scratch
|
c9e88a709fae94314c1854f7d470d105a9c0ae52
|
ea3314864061dcf5853d02c9eb6a0f48ae2b9b17
|
refs/heads/master
| 2021-07-06T00:32:53.029770
| 2021-05-26T05:00:04
| 2021-05-26T05:00:04
| 102,230,573
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,042
|
plantuml
|
@startuml
allow_mixing
skinparam handwritten true
rectangle "Users" {
actor Customer
actor "Warehouse worker"
actor "Truck driver"
}
rectangle "OLTP systems" {
rectangle {
agent "Ecommerce site"
database "Sales DB"
}
rectangle {
agent "Stock-keeping app"
database "Inventory DB"
}
rectangle {
agent "Vehicle route planner"
database "Geo DB"
}
}
Customer --> "Ecommerce site"
"Ecommerce site" --> "Sales DB"
"Warehouse worker" --> "Stock-keeping app"
"Stock-keeping app" --> "Inventory DB"
"Truck driver" --> "Vehicle route planner"
"Vehicle route planner" --> "Geo DB"
rectangle "OLAP systems" {
component "transform 1"
component "transform 2"
component "transform 3"
database "Data warehouse"
actor "Business analyst"
}
"Sales DB" --> "transform 1": "extract"
"Inventory DB" --> "transform 2": "extract"
"Geo DB" --> "transform 3": "extract"
"transform 1" --> "Data warehouse": "load"
"transform 2" --> "Data warehouse": "load"
"transform 3" --> "Data warehouse": "load"
"Business analyst" -> "Data warehouse": query
@enduml
| false
| true
| false
| false
|
sequence
|
5ddd3552a2c639c9b630a0dbf8e0ebb48f095844
|
e39355f8c4eaeb560c5cb338142f21aae5441e12
|
/docs/argos.plantuml
|
9319beb625167e3c5042bc491d351c54382fb813
|
[
"Apache-2.0"
] |
permissive
|
gerardborst/argos
|
6edb8c773fe06d06c5fbe1cf2a03f79bb3b6dafa
|
1ba5281a07fb8177c53a2a8eb3ae032e40df57e5
|
refs/heads/master
| 2022-04-02T23:15:50.037357
| 2020-01-24T15:47:19
| 2020-01-24T15:47:19
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,145
|
plantuml
|
@startuml
skinparam roundcorner 25
skinparam defaultFontColor Black
skinparam defaultFontSize 12
skinparam Padding 10
skinparam pageMargin 40
skinparam classFontSize 14
skinparam classFontColor black
skinparam classFontStyle bold
skinparam ArrowFontStyle bold
skinparam ArrowThickness 2
skinparam class {
BackgroundColor PaleGreen
ArrowColor DarkSlateGray
ArrowFontColor Black
BorderColor SlateGray
}
skinparam stereotypeCBackgroundColor Snow
class SupplyChain #Tan {
UUID
name
}
class Label #Tan {
}
together {
class Signature #pink {
signature
}
together {
class Key #pink {
keyId
}
class PubKey #pink {
keyId
}
}
together {
class RSAKey #pink {
}
class GPGKey #pink {
}
}
Signature "0..*" -down- "1" Key
Key "1" - "1" PubKey
Key <|-down- GPGKey
Key <|-down- RSAKey
}
together {
class Verifyable #PaleTurquoise {
}
together {
class LayoutMetablock {
}
class LinkMetablock {
}
}
class Signable #PaleTurquoise {
}
together {
class Layout #Gainsboro {
}
class Link #Gainsboro {
runID
}
class Command #Gainsboro {
}
}
together {
class Step #Gainsboro {
name
}
class Artifact #Gainsboro {
}
}
Verifyable <|-down- LayoutMetablock
Verifyable <|-down LinkMetablock
Layout "0..*" - "0..*" Layout : Sublayout
Signable <|-left- Layout
Signable <|-down- Link
Link "0..*" .. "1" Step
LinkMetablock "1" -down- "1" Link
LayoutMetablock "1" -down- "1" Layout
Layout <|-down- Link
Artifact "0..*" -up- "0..*" Link : Materials
Artifact "0..*" -up- "0..*" Link : Products
Command "1" -left- "1" Link
}
together {
class Privilege #cornsilk {
type
}
class Role #cornsilk {
}
class User #cornsilk {
UUID
}
Class ImportLink #cornsilk {
}
Class Read #cornsilk {
}
ImportLink -up-|> Privilege
Label -down- Privilege
Read -up-|> Privilege
SupplyChain "0..*" -down- "0..*" Label
User "1" -down- "0..*" Role
User "0..*" - "0..*" Label
Privilege "1..*" -down- "1..*" Role
}
together {
class Rule #Plum
{
pattern
}
Class Modifyable #Plum {
}
Class Allow #Plum {
}
Class DisAllow #Plum {
}
Class CreateRule #Plum {
}
Class ModifyRule #Plum {
}
Class MatchRule #Plum {
}
Class DeleteRule #Plum {
}
Class RequireRule #Plum {
}
}
Rule <|-up- Allow
Rule <|-up- CreateRule
Rule <|-right- DeleteRule
Rule <|-down- DisAllow
Rule <|-down- MatchRule
Rule <|-down- ModifyRule
Rule <|-left- RequireRule
Rule <|-up- Modifyable
PubKey "0..*" - "0..*" Layout
Key "1..*" -down- "-" Step : authorized
Key "1" - "1" PubKey
SupplyChain - LayoutMetablock
SupplyChain - LinkMetablock
Rule "0..*" - "1" Step
@enduml
| false
| true
| false
| false
|
class
|
8b9cd27471f77ab045af4c40d8b4b24004b1d290
|
207276619758ec53c30f5f3aacb2d2d939bcae3d
|
/diagrams/case-state.puml
|
2f4c6d048b9f662207092f5a3a81c17f8155c947
|
[
"LicenseRef-scancode-proprietary-license",
"MIT"
] |
permissive
|
ONSdigital/census-rm-case-service
|
b2aff9cb13c6d97f9305b44ff963860821f68b53
|
7925b194f896fc0c0a20e5509edfa8218156059d
|
refs/heads/master
| 2020-04-29T22:39:58.797935
| 2019-04-17T08:02:44
| 2019-04-17T08:02:44
| 176,454,772
| 0
| 1
|
MIT
| 2019-04-17T08:02:46
| 2019-03-19T07:49:28
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 738
|
puml
|
@startuml
skinparam state {
BackgroundColor HoneyDew
}
[*] --> SAMPLED_INIT
[*] --> REPLACEMENT_INIT
SAMPLED_INIT --> ACTIONABLE : activated [[https://github.com/ONSdigital/census-rm-case-service/blob/master/src/main/java/uk/gov/ons/ctp/response/casesvc/scheduled/distribution/CaseDistributor.java#L197 *]]
REPLACEMENT_INIT --> ACTIONABLE : replaced [[https://github.com/ONSdigital/census-rm-case-service/blob/master/src/main/java/uk/gov/ons/ctp/response/casesvc/scheduled/distribution/CaseDistributor.java#L201 *]]
ACTIONABLE --> ACTIONABLE : account_created
ACTIONABLE --> INACTIONABLE : deactivated
ACTIONABLE --> INACTIONABLE : disabled
INACTIONABLE --> INACTIONABLE : deactivated
INACTIONABLE --> INACTIONABLE : disabled
@enduml
| false
| true
| false
| false
|
sequence
|
2ee3b1d82e486b4d5c4c5136142f6eeed151067e
|
95db096f36828b7124792f7ce52368a58783e9e9
|
/docs/javadocs/soen6441riskgame/singleton/GameBoard.puml
|
5b306c68eb645e84934f49d1dd205f0cb840b487
|
[] |
no_license
|
huntertran/soen6441-riskgame
|
81af179068618a3870b14ef46cf51ea65c31ac6b
|
f6605e3c5bdd3346f65288c96de6d169faa47f00
|
refs/heads/master
| 2023-06-22T21:10:32.772010
| 2021-03-31T21:48:30
| 2021-04-02T03:19:34
| 209,664,319
| 2
| 1
| null | 2023-06-14T22:29:59
| 2019-09-19T23:16:40
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 4,230
|
puml
|
@startuml
skinparam svgLinkTarget _parent
skinparam linetype ortho
set namespaceSeparator none
class "<b><size:14>GameBoard</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoard [[../../soen6441riskgame/singleton/GameBoard.html{soen6441riskgame.singleton.GameBoard}]] {
+PrintStream standardPrintStream
{static} -int NUMBER_OF_CARDS
{static} -GameBoard instance
-GameBoardPlayer gameBoardPlayer
-GameBoardMap gameBoardMap
-GameBoardPlaying gameBoardPlaying
-ExchangeCardView exchangeCardView
-Card cards
+GameBoard()
+void initCards()
+Card getSpecificCardForTest(CardType cardType)
+Card getCardsForSave()
+void loadCardFromSave(Card cards)
+void loadGameBoardPlaying(GameBoardPlaying serialized)
+Card getRandomAvailableCard()
+ExchangeCardView getExchangeCardView()
+GameBoardPlayer getGameBoardPlayer()
+GameBoardMap getGameBoardMap()
+GameBoardPlaying getGameBoardPlaying()
{static} +void setTestingInstance(GameBoard newTestingInstance)
{static} +GameBoard getInstance()
+void reset()
}
soen6441riskgame.singleton.GameBoard --> "instance" soen6441riskgame.singleton.GameBoard
class "<b><size:14>GameBoardPlayer</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoardPlayer [[../../soen6441riskgame/singleton/GameBoardPlayer.html{soen6441riskgame.singleton.GameBoardPlayer}]] {
}
hide soen6441riskgame.singleton.GameBoardPlayer fields
hide soen6441riskgame.singleton.GameBoardPlayer methods
soen6441riskgame.singleton.GameBoard --> "gameBoardPlayer" soen6441riskgame.singleton.GameBoardPlayer
class "<b><size:14>GameBoardMap</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoardMap [[../../soen6441riskgame/singleton/GameBoardMap.html{soen6441riskgame.singleton.GameBoardMap}]] {
}
hide soen6441riskgame.singleton.GameBoardMap fields
hide soen6441riskgame.singleton.GameBoardMap methods
soen6441riskgame.singleton.GameBoard --> "gameBoardMap" soen6441riskgame.singleton.GameBoardMap
class "<b><size:14>GameBoardPlaying</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoardPlaying [[../../soen6441riskgame/singleton/GameBoardPlaying.html{soen6441riskgame.singleton.GameBoardPlaying}]] {
}
hide soen6441riskgame.singleton.GameBoardPlaying fields
hide soen6441riskgame.singleton.GameBoardPlaying methods
soen6441riskgame.singleton.GameBoard --> "gameBoardPlaying" soen6441riskgame.singleton.GameBoardPlaying
class "<b><size:14>ExchangeCardView</b>\n<size:10>soen6441riskgame.views" as soen6441riskgame.views.ExchangeCardView [[../../soen6441riskgame/views/ExchangeCardView.html{soen6441riskgame.views.ExchangeCardView}]] #white {
}
hide soen6441riskgame.views.ExchangeCardView fields
hide soen6441riskgame.views.ExchangeCardView methods
soen6441riskgame.singleton.GameBoard --> "exchangeCardView" soen6441riskgame.views.ExchangeCardView
class "<b><size:14>Card</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Card [[../../soen6441riskgame/models/Card.html{soen6441riskgame.models.Card}]] #white {
}
hide soen6441riskgame.models.Card fields
hide soen6441riskgame.models.Card methods
soen6441riskgame.singleton.GameBoard --> "cards" soen6441riskgame.models.Card
class "<b><size:14>PrintStream</b>\n<size:10>java.io" as java.io.PrintStream #lightgrey {
}
hide java.io.PrintStream fields
hide java.io.PrintStream methods
soen6441riskgame.singleton.GameBoard --> "standardPrintStream" java.io.PrintStream
interface "<b><size:14>Resettable</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.Resettable [[../../soen6441riskgame/singleton/Resettable.html{soen6441riskgame.singleton.Resettable}]] {
}
hide soen6441riskgame.singleton.Resettable fields
hide soen6441riskgame.singleton.Resettable methods
soen6441riskgame.singleton.GameBoard ..|> soen6441riskgame.singleton.Resettable
enum "<b><size:14>CardType</b>\n<size:10>soen6441riskgame.enums" as soen6441riskgame.enums.CardType [[../../soen6441riskgame/enums/CardType.html{soen6441riskgame.enums.CardType}]] #white {
}
hide soen6441riskgame.enums.CardType fields
hide soen6441riskgame.enums.CardType methods
soen6441riskgame.singleton.GameBoard ..> soen6441riskgame.enums.CardType
@enduml
| false
| true
| false
| false
|
class
|
377cb5670d0c6e4f00e527090cf56e0066e4e5e5
|
a88c11df2c1189b6e651d85cf3dc2388f9fcfc95
|
/diagrams/sequence_boundary_detector.plantuml
|
bf527536bad3e2fd240d5cb89bba0ee4f2b3bf2d
|
[] |
no_license
|
TomSievers/EVD_Proj
|
cf6fcb6bfb3cca23a45fb434f8f5097d5aa56f4b
|
19abc059668d86b1c4c0d4e93bd8acb38223a36e
|
refs/heads/develop
| 2023-02-20T12:32:11.254938
| 2021-01-21T08:16:31
| 2021-01-21T08:16:31
| 293,806,246
| 0
| 0
| null | 2021-01-21T08:16:32
| 2020-09-08T12:39:05
|
C++
|
UTF-8
|
PlantUML
| false
| false
| 2,252
|
plantuml
|
@startuml
participant main as "main"
participant detect as "BoundaryDetector : detect"
participant acq as "Acquisition : acquisition"
participant enh as "BoundaryEnhancement : enhance"
participant seg as "BoundarySegmentation : segment"
participant fea as "BoundaryFeatureExtract : feature"
participant cla as "BoundaryClassifier : classifiy"
participant cap as "ImageCapture : cap"
activate main
create acq
main -> acq : <<construct>>
create detect
main -> detect : <<construct>>
activate detect
create enh
detect -> enh : <<construct>>
create seg
detect -> seg : <<construct>>
create fea
detect -> fea : <<construct>>
create cla
detect -> cla : <<construct>>
deactivate detect
main -> detect : objects = getObjects() : std::vector<std::shared_ptr<Object>>
activate detect
detect -> acq : data = process(img : cv::Mat, data : std::shared_ptr<void>) : std::shared_ptr<void>
activate acq
deactivate acq
detect -> enh : data = process(img : cv::Mat, data : std::shared_ptr<void>) : std::shared_ptr<void>
activate enh
deactivate enh
detect -> seg : data = process(img : cv::Mat, data : std::shared_ptr<void>) : std::shared_ptr<void>
activate seg
seg -> seg : isolateTableBackground(img : cv::Mat&)
activate seg
deactivate seg
seg -[hidden]> seg
deactivate seg
detect -> fea : data = process(img : cv::Mat, data : std::shared_ptr<void>) : std::shared_ptr<void>
activate fea
fea -> fea : contour = getBiggestContour(contours : const cv::Mat&) : cv::Mat
activate fea
deactivate fea
loop foreach linepair
fea -> fea : calculateLine(lines : std::vector<Line>&, pointA : const cv::Point&, pointB : const cv::Point&) : void
activate fea
deactivate fea
end
fea -> fea : calculateIntersects(lines : const std::vector<Line>&, intersects : std::vector<cv::Point2f>&) : void
activate fea
deactivate fea
fea -> fea : sortIntersects(intersects : std::vector<cv::Point2f>&) : void
activate fea
deactivate fea
deactivate fea
detect -> acq : cap = getCapture() : ICapture&
activate acq
deactivate acq
detect -> cap : setROI(data : std::array<cv::Point2f, 4>&, width : float, height : float)
activate cap
deactivate cap
detect -> cla : data = process(img : cv::Mat, data : std::shared_ptr<void>) : std::shared_ptr<void>
activate cla
deactivate cla
@enduml
| false
| true
| false
| false
|
sequence
|
f626b460f127892f7573e403bac70e6f539df9f7
|
10cb5f5f55912ace08bfc663a43a91dbf58d5039
|
/app/src/main/java/moortala/com/ordertracker/midterm.puml
|
c764bb6529e5867e496d9bccd9be4f199173d8b8
|
[] |
no_license
|
murtala/OrderTracker
|
5e6f8e76f31b5230706dcab77d7c04112b371d43
|
a1bd3283da0edb03e09b5ab9afb0ce8b85bb66a4
|
refs/heads/master
| 2021-01-21T13:40:33.932248
| 2016-05-07T17:09:36
| 2016-05-07T17:09:36
| 54,591,788
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 587
|
puml
|
@startuml
title Book Catalog Management Application
user -> Application:check in
Application -> Database: save
activate Database
Application <-- Database: confirmation
deactivate Database
user <-- Application:confirmation
user -> Application:check out
Application -> Database: save
activate Database
Application <-- Database: confirmation
deactivate Database
user <-- Application:confirmation
staff -> Application:Search
Application -> Database: locate book name or id
activate Database
Application <-- Database: results
deactivate Database
Application -> staff:display Results
@enduml
| false
| true
| false
| false
|
sequence
|
3c9b6ff3209df2f27c7e160bd5406eff767f1366
|
f601c40e50e0f113f480ae2de3e80bc4a3172f86
|
/docs/Solution/Provision-Engine/UserInteraction.puml
|
d0499a231aff8c817f74cab53ff54b9b205f5dfd
|
[] |
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
| 67
|
puml
|
@startuml
actor User
User -> "Provision-Engine": UseCase
@enduml
| false
| true
| false
| false
|
sequence
|
a00dffdbdfde289ca6f20dcced48476fca91d467
|
1ff534bd13d4172dbb7b2472bc664fd20c298806
|
/rospace_documentation/design/propagator-builder-class-diagram.puml
|
ee53af44ab4bc7de772fc556338d8a70bb9fd752
|
[
"Zlib"
] |
permissive
|
eSpace-epfl/rospace-core
|
be7e821e22ea821181abb042e31f7df51eb93098
|
abf01756f81113cb4822bc7e09b0d75f2c9676d8
|
refs/heads/master
| 2020-04-17T03:39:35.265865
| 2018-12-19T18:48:33
| 2018-12-19T18:48:33
| 166,194,441
| 3
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,394
|
puml
|
@startuml
' Copyright (c) 2018, Christian Lanegger (christian.lanegger@epfl.ch)
'
' @license zlib license
'
' This file is licensed under the terms of the zlib license.
' See the LICENSE.md file in the root of this repository
' for complete details.
skinparam ClassBackgroundColor #F3EFEB/E1D5E7
skinparam ClassBorderColor #5F4869
skinparam ClassArrowColor #5F4869
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #5F4869
skinparam NoteFontColor #5F4869
skinparam PackageFontSize 12
skinparam ClassFontSize 11
package propagator #F5F5F5{
package PropagatorBuilder #DDEBD8{
interface Builder {
+{abstract} _buid_state()
+{abstract}_build_integrator()
+{abstract} _build_propagator()
+{abstract} _get_propagator()
}
class PropagatorBuilder {
+ PropagatorBuilder()
+ _buid_state()
+ _build_integrator()
+ _build_propagator()
+ _get_propagator()
{method}.
{method}.
{method}.
}
class Propagator << (O,Salmon) >>
abstract GravityFractory {
+{static}isApplicable(name : String)
+{static}Setup(setup : dict)
}
class GravityPerturbationModel_1 {
+{static}Setup(setup : dict)
}
class GravityPerturbationModel_2 {
+{static}Setup(setup : dict)
}
abstract ThrustFactory {
+{static}isApplicable(name : String)
+{static}Setup(setup : dict)
}
class ThrustModel {
+{static}Setup(setup : dict)
}
note "Other Perturbation\nModel Classes" as nFM
}
package OrekitPropagator #DDEBD8{
class OrekitPropagator {
+builder : PropagatorBuilder
+{method}<<build_propagator>>
}
note bottom of OrekitPropagator
self.builder._build_force()
end note
}
}
Builder <|.right. PropagatorBuilder
Propagator <-- PropagatorBuilder
Builder -right-* OrekitPropagator
PropagatorBuilder *-- GravityFractory
GravityFractory <|-- GravityPerturbationModel_1
GravityFractory <|-- GravityPerturbationModel_2
ThrustFactory --* PropagatorBuilder
ThrustFactory <|-- ThrustModel
GravityFractory .right. nFM
ThrustFactory .left. nFM
@enduml
| false
| true
| false
| false
|
class
|
9deeec6fcfe017f3db6d92a8ba9aef1e12b78e66
|
575026b9cee018b37413c6a2d85f1571577c1ae2
|
/uml/Assignment4.puml
|
6928f26194926cb728ce2796103c86fbccfaa85b
|
[] |
no_license
|
AwesomeDin/dinesh-cop3330-assignment4
|
255722dcc210afac3114a540d0fcaed7bf7ef39a
|
232ced3df597d07fcd06b08c7b60cc53bebb2596
|
refs/heads/master
| 2023-08-22T04:35:20.890439
| 2021-10-26T16:53:58
| 2021-10-26T16:53:58
| 419,944,762
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 874
|
puml
|
@startuml
'https://plantuml.com/class-diagram
javafx.application <|-- theApp
javafx.application -- theListController
theListController -- ToDoListTableManagement
theListController -- ToDoListItemManagement
theListController -- ToDoListItem
theListController -- ToDoListFiles
class theApp {
+main()
+start()
}
class theListController {
+buttonAddItem()
+buttonRemoveItem()
+buttonChangeStatus()
+buttonShowIncomplete()
+buttonShowComplete()
+buttonShowAll()
+buttonChangeTitle()
+buttonNewTab()
+buttonSaveList()
+buttonLoadList()
+buttonRemoveTab()
}
class ToDoListFiles {
+saveFile()
+loadFile()
}
class ToDoListItem {
-descript
-status
-dueDate
+getdescript()
+setdescript()
+getstatus()
+setstatus()
+getdueDate()
+setdueDate()
}
class ToDoListItemManagement {
+addItem()
+deleteItem()
}
class ToDoListTableManagement {
+showIncomplete()
+showComplete()
}
@enduml
| false
| true
| false
| false
|
class
|
61695cff3f4064992a6382626be0999140f580ee
|
bdd821df21dee6696ccd996418e1c3975cb579bc
|
/servcie/src/main/slideruml.puml
|
238ef4b6d1c1a2718e73ade944c6249f65d56f7b
|
[
"BSD-2-Clause"
] |
permissive
|
jayfans3/example
|
825edd57a51628ac62e5b84dbe7bc7db41dbbb10
|
6982e33d760dd8e4d94de40c81ae733434bf3f1b
|
refs/heads/master
| 2020-06-04T06:27:54.700728
| 2015-03-13T08:31:43
| 2015-03-13T08:31:43
| 18,872,577
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 204
|
puml
|
@startuml
package org.apache.slider.client <<Frame>>{
class SliderClient extends AbstractSliderLaunchedService
abstract class WebUITab
abstract class SparkUITab extends WebUITab
}
@enduml
| false
| true
| false
| false
|
class
|
7d513622696dec70902640e3b32f092d27f03fe6
|
d84559d6773267292dd55fbbf7e94a111113ad70
|
/Practica2/output/test/STUBParser/ModelDomini.puml
|
253f8cb260b40f6bac4bed9f8ab3a350ada7e202
|
[] |
no_license
|
elenambajen/Disseny-de-Software
|
91e7f3f2de4c6ad62349e2f640464d70b2cfda22
|
1dfae2e4caab5e0f72cc63fbdf9fe1f6b650f21c
|
refs/heads/master
| 2020-03-29T05:19:55.064150
| 2018-11-29T12:48:07
| 2018-11-29T12:48:07
| 149,577,894
| 0
| 0
| null | 2018-09-20T08:36:49
| 2018-09-20T08:36:49
| null |
UTF-8
|
PlantUML
| false
| false
| 1,981
|
puml
|
@startuml
object STUB
object CatàlegSèries
object Sèrie{
titol
descripcio
imatge
any estreno
}
object EstatSèrie
object WatchedList
object WatchNext
object NotStartedYet
object Tematica
object Actors{
nom real
nacionalitat
}
object Protagonista{
nom serie
}
object Directors{
nom
nacionalitat
}
object Productora{
nom
any creació
identificador
}
object Temporades{
número de temporada
}
object EstatTemporades
object Vista
object NoVista
object EnCurs
object Episodi{
nom
data primera emisió
hora primera emisió
duració
idioma original
descripció
enllaç per veure'l
}
object EstatEpisodi
object Vist{
subscrit
vist
}
object NoVist
object NoAcabat
object Valoració
object Emocions
object Personatge
object Plataforma
object Usuari
object NoRegistrat
object Registre
object Client{
data naixement
nacionalitat
nom real
nom usuari
clau accés
}
object Login
STUB "1"*--"1" CatàlegSèries: té
CatàlegSèries "1"*--"*" Sèrie: té
Sèrie "1"--"1" EstatSèrie: té
EstatSèrie <|-- WatchedList
EstatSèrie <|-- WatchNext
EstatSèrie <|-- NotStartedYet
Sèrie "1"--"1..*" Tematica: té
Sèrie "1"--"1..*" Actors: té
Actors <|-- Protagonista
Sèrie "1"--"1..*" Directors: té
Sèrie "1"--"1" Productora: té
Sèrie "1"--"*" Temporades: té
Temporades -- EstatTemporades
EstatTemporades <|-- Vista
EstatTemporades <|-- NoVista
EstatTemporades <|-- EnCurs
Temporades "1"--"*" Episodi: té
Episodi -- EstatEpisodi
EstatEpisodi <|-- Vist
EstatEpisodi <|-- NoVist
EstatEpisodi <|-- NoAcabat
Vist "1"--"1" Valoració: té
Valoració "1"--"1..6" Emocions
Valoració "1"--"1" Personatge
Valoració "1"--"1..4" Plataforma
Usuari <|-- NoRegistrat
NoRegistrat "1"--"1" Registre: fa
Usuari <|-- Client
Client "1"--"1" Login: fa
STUB "1"--"*" Client: té
Client "1"--"*" Episodi: subscriure's, veure'l
Client "*"--"1" CatàlegSèries: veure
@enduml
| false
| true
| true
| false
|
class
|
7b71ffa891a36803c1df5e216ca5fc8a60a3d40c
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/ProductSelectionSettingDraft.puml
|
b3e3cd46bc069cb5c7826195d00ea07be4b34f79
|
[] |
no_license
|
commercetools/commercetools-api-reference
|
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
|
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
|
refs/heads/main
| 2023-09-01T05:22:42.100097
| 2023-08-31T11:33:37
| 2023-08-31T11:33:37
| 36,055,991
| 52
| 30
| null | 2023-08-22T11:28:40
| 2015-05-22T06:27:19
|
RAML
|
UTF-8
|
PlantUML
| false
| false
| 1,350
|
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 ProductSelectionSettingDraft [[ProductSelectionSettingDraft.svg]] {
productSelection: [[ProductSelectionResourceIdentifier.svg ProductSelectionResourceIdentifier]]
active: Boolean
}
interface StoreDraft [[StoreDraft.svg]] {
key: String
name: [[LocalizedString.svg LocalizedString]]
languages: [[String.svg List<String>]]
countries: [[StoreCountry.svg List<StoreCountry>]]
distributionChannels: [[ChannelResourceIdentifier.svg List<ChannelResourceIdentifier>]]
supplyChannels: [[ChannelResourceIdentifier.svg List<ChannelResourceIdentifier>]]
productSelections: [[ProductSelectionSettingDraft.svg List<ProductSelectionSettingDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface StoreSetProductSelectionsAction [[StoreSetProductSelectionsAction.svg]] {
action: String
productSelections: [[ProductSelectionSettingDraft.svg List<ProductSelectionSettingDraft>]]
}
ProductSelectionSettingDraft --> StoreDraft #green;text:green : "productSelections"
ProductSelectionSettingDraft --> StoreSetProductSelectionsAction #green;text:green : "productSelections"
@enduml
| false
| true
| false
| false
|
sequence
|
69018175273ba9dabdc5a493ed302c28e1b0f5f8
|
dd2f5fa8ddb0663c5a989b9e7fb0417015f23023
|
/flow-mock.puml
|
c6727f0c1baf51a128323015a4d4ed29d02fb14f
|
[] |
no_license
|
aniketvsawant/jdbc-service-virtualisation
|
ff04cda4a366072ff2b6b61c7ebc08cdec67fc37
|
7e385322a9c00b69b2f2f4d89f78f677d03e5d12
|
refs/heads/master
| 2020-06-12T12:27:20.333898
| 2016-07-25T16:31:40
| 2016-07-25T16:31:48
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 599
|
puml
|
@startuml
title Mock Flow Overview
hide footbox
participant client as "Client"
participant vdatasource as "DataSource Wrapper"
participant wiremock as "WireMock"
client -\ vdatasource: executeQuery("select * from mytable")
vdatasource -\ wiremock: POST /sqlstub \n\
{\n\
sql: "select * from mytable" \n\
, parameters[]\n\
}
wiremock -> wiremock: lookup match
alt NO STUB -> throw AssertionError()
vdatasource \- wiremock: 404
client \- vdatasource: throw AssertionError()
else FOUND STUB
vdatasource \- wiremock: <mock recordset>
client \- vdatasource: ResultSet
end
@enduml
| false
| true
| false
| false
|
sequence
|
543a1046043f80f1c4a0576fc52254eb53367837
|
3495a3bc8450a240a21780fb8c795c215f88000a
|
/docs/UC7 - Do Payment Automatically/UC7_SSD.puml
|
d8d57a6f60587a76eadbb337a6cb32c9cb765d9a
|
[] |
no_license
|
1190452/LAPR2
|
f27ac4e485b91d04189dd0a37551bc108c070b12
|
97c5488c091243cf65f9e16821f56a5020e0ae2e
|
refs/heads/master
| 2023-05-09T02:35:50.850483
| 2020-06-14T21:07:59
| 2020-06-14T21:07:59
| 372,570,349
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 266
|
puml
|
@startuml
autonumber
actor "Timer" as TIM
activate TIM
TIM -> ":System" : The timer starts the automatic payment process\nusing the payment list, triggering the process \nat the defined date and time.
activate ":System"
deactivate ":System"
deactivate TIM
@enduml
| false
| true
| false
| false
|
sequence
|
3c3d3d579d1152304729b4e1f84e9673fb5c928b
|
b9fdd82cf6611667ef1314763d81713ec9358fc9
|
/docs/diagrams/ResourceServer.puml
|
2e7a8b5b7ce2f53fe30b74f82bc75504d635c97e
|
[
"MIT"
] |
permissive
|
shyam28598/iudx-python-sdk
|
b7e6f9f5234abe784e96fcde8e4d39ea0669d392
|
25160a9b982bdbd64bf60a3b52cc147b5b682fa8
|
refs/heads/master
| 2023-07-15T15:52:12.354103
| 2021-08-16T13:17:18
| 2021-08-16T13:17:18
| 394,954,853
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,748
|
puml
|
@startuml
class ResourceServer {
<extends HttpEntity>
-- public variables --
Enum IUDXEntityEnum
str url (default to staticurl)
optional str token (required for onboarders)
optional list headers
-- public methods --
ResourceServer init(str rs_url, optional str token, option dict headers)
bool status() // check status
List[ResourceResult] get_data(List[ResourceQuery] queries)
}
class HTTPEntity {
<extends Requests>
-- public variables --
dict cert // (str cert, str key)
-- public methods --
HTTPResponse get(str url, dict headers)
HTTPResponse delete(str url, dict headers)
HTTPResponse post(str url, str body, dict headers)
HTTPResponse update(str url, str body, dict headers)
}
class HTTPResponse {
<extends requests.Response>
-- private variables --
Response _response
-- public methods --
dict get_json()
int get_status_code()
}
class ResourceQuery {
-- private variables--
str _geoproperty, _geometry, _georel
int _max_distance
list _coordinates
str _start_time
str _end_time
str _key
<str/float> _value
str _operation
list<str> _filters
list<str> _entities
-- public methods --
ResourceQuery add_entity(String iid) // add an id to entities
ResourceQuery geo_search(str geoproperty,
\t str geometry, str georel,
\t int _max_distance, list coordinates)
ResourceQuery during_search(str start_time, str end_time)
ResourceQuery property_search(str key,
\t str/float value, str operation)
ResourceQuery add_filters(list<str> filters)
str latest_search()
str get_query()
}
class ResourceResult {
-- public variables --
list<dict> results
int type
str title
}
@enduml
| false
| true
| false
| false
|
class
|
fe72123626d06c0a5529c084b111d6837bf31926
|
afaba8b7f5d826664155b257db77cf4dbf4b8816
|
/oop-pattern/ch07/resources/05-proxy-protection.puml
|
a8bb53808c97ccdf892df2288b4c5e8c2eae5c9f
|
[
"MIT"
] |
permissive
|
appkr/pattern
|
b40b621e52c9b27be01f2a21f2f605a459ac998f
|
1e635f7b79cc4b89d2e75455cb14e1572619eb20
|
refs/heads/master
| 2022-11-02T01:56:18.654766
| 2022-10-12T08:45:58
| 2022-10-12T08:47:36
| 71,896,898
| 11
| 2
|
MIT
| 2018-11-10T15:05:11
| 2016-10-25T12:55:03
|
PHP
|
UTF-8
|
PlantUML
| false
| false
| 305
|
puml
|
@startuml
'skinparam linetype ortho
class App {}
interface Service {
+ request(): void
}
class PublicService <<proxy>> implements Service {
- premiumService: PremiumService
}
class PremiumService <<concrete subject>> implements Service {}
App -> Service
PublicService -> PremiumService
@enduml
| false
| true
| false
| false
|
class
|
a51b4538227ddad8f23658c32ddc5fae8d8898af
|
b774d5b532ef20e5c8476e35ea90da5e3f09287e
|
/src/com/github/tomap/uml/analyse/sequenceDiagrams/manageRelationsC.puml
|
0501bb3f07895f1541d2d2aac1f3e9b3aa30d4db
|
[] |
no_license
|
Phalexei/Modeleur
|
ae94ab6c191a7999cf9deaee4dac8542eb6a52bb
|
f143c85930c3b668670087693ec807a9cd4bda81
|
refs/heads/master
| 2021-01-02T08:51:16.535103
| 2013-11-16T19:54:20
| 2013-11-16T19:54:20
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 502
|
puml
|
@startuml
actor User as u
participant System as s
opt number of existing class >= 1
u -> s: add a binary relation
loop !validation
s -> u: information demand
u --> s: type, classes, visibily, cardinality
end
end
opt number of existing class >= 2
u -> s: add a n-ary relation
loop !validation
s -> u: information demand
u --> s: classes, visibily, cardinality, type
end
end
@enduml
| false
| true
| false
| false
|
sequence
|
01710ef1b340b1ed40b8772ad3e2cc6b6cc1a43c
|
81c5341b371310f415b7c5ed1193e72bba5eedda
|
/diagrams/server/ServerMetaDiagram.puml
|
d8145380df5c5fc4b4fe6f5066c40a7a138aee26
|
[
"MIT"
] |
permissive
|
wolfj123/PolicyModelsPlugin
|
cb8a8687f66e95f164e2cf76cb8ff91245bad598
|
c012734157bb8a03348e55e6844e34b6bc1596fc
|
refs/heads/master
| 2023-01-08T05:03:52.950396
| 2020-06-17T15:59:44
| 2020-06-24T13:50:58
| 229,545,591
| 0
| 0
|
MIT
| 2023-01-07T18:08:47
| 2019-12-22T09:32:58
|
TypeScript
|
UTF-8
|
PlantUML
| false
| false
| 616
|
puml
|
@startuml
package Server #DDDDDD {
package LanguageServices {
class LanguageServicesFacade
class LanguageServices
LanguageServices -right-* LanguageServicesFacade
}
package Documents{
interface PMTextDocument
interface TextDocumentManagerInt
TextDocumentManagerInt *-- PMTextDocument
}
class SolverInt
class Connection
class Server
Connection -[hidden]- SolverInt
SolverInt -> LanguageServicesFacade : "uses"
Server *-- SolverInt
Server *-- Connection
SolverInt *-- TextDocumentManagerInt
}
@enduml
| false
| true
| false
| false
|
sequence
|
6b9397503bdc66e8d6ffb536f4ffe7d1415dd613
|
a2b717706eb8dfd1c36045606e5824934cfc20a5
|
/diagrams/adapter-class-schema.puml
|
a19e78b678d9d195a41cd90442257d8746c3ecd6
|
[] |
no_license
|
zhongshijun/head-first-design-patterns-cpp
|
66f706264f848e26f6791057eb089a6cdf0a44d9
|
3dc4fc23abb884395313b388fd33e87c0b7730c6
|
refs/heads/master
| 2023-03-18T20:51:13.129157
| 2021-01-25T20:55:26
| 2021-01-25T20:55:26
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 229
|
puml
|
@startuml adapter-class-schema
class Target{
+request()
}
class Adaptee{
specificRequest()
}
class Adapter{
request()
}
Target <|-down- Adapter
Adaptee <|-down- Adapter
class Client{}
Client -> Target
@enduml
| false
| true
| false
| false
|
class
|
3c8aa1ec2d469cfc5cd7a56e2f9a8279edb9d58d
|
5fc0c198c164b25854e6b4f1bc75929699a59d7a
|
/src/main/docs/uml/use-case/hotel/GMndSM.puml
|
f2fe46fc14f087ff71011370f0aa4adfd4652082
|
[] |
no_license
|
ChantalSchot/molvenoVoorbeeld
|
e10b8a408afd08315011b5b75d9021d2d34885be
|
93c30047d078a99925ae450f6ecf0cb7e3fb4a92
|
refs/heads/master
| 2020-12-19T00:43:07.581714
| 2018-12-13T08:54:03
| 2018-12-13T08:54:03
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,658
|
puml
|
@startuml
left to right direction
actor General.Manager
actor Security.Guard
rectangle "Hotel Reservation System" {
(Book room reservation for guest) as (RoomBook)
(Cancel room reservation of guest) as (RoomCancel)
(Make a booking definitive) as (BookingDefinite)
(See availability of a room) as (RoomAvailable)
(See room occupancy) as (RoomOccupancy)
(See room information) as (RoomInfo)
(View invoice) as (RoomInvoice)
(Print invoice) as (PrintInvoice)
(View Guest information) as (GuestInfo)
(Check-in) as (Checkin)
(Check-out) as (Checkout)
(Set Room availability) as (SetRoomAvailable)
(Set status clean) as (StatusClean)
(Set status to clean) as (StatusToclean)
(Enlist guest for newsletter) as (NewsLetter)
(RoomBook) <-- General.Manager
(RoomCancel) <-- General.Manager
(BookingDefinite) <-- General.Manager
(RoomAvailable) <-- General.Manager
(RoomOccupancy) <-- General.Manager
(RoomInfo) <-- General.Manager
(RoomInvoice) <-- General.Manager
(PrintInvoice) <-- General.Manager
(StatusClean) <-- General.Manager
(StatusToclean) <-- General.Manager
(GuestInfo) <-- General.Manager
(Checkin) <-- General.Manager
(Checkout) <-- General.Manager
(SetRoomAvailable) <-- General.Manager
(NewsLetter) <-- General.Manager
Security.Guard --> (RoomAvailable)
Security.Guard --> (RoomOccupancy)
Security.Guard --> (RoomInfo)
Security.Guard --> (RoomInvoice)
Security.Guard --> (PrintInvoice)
Security.Guard --> (GuestInfo)
Security.Guard --> (Checkin)
Security.Guard --> (Checkout)
}
@enduml
| false
| true
| false
| false
|
usecase
|
049ce8a1eedbc094995a67285afa820043b3ec1c
|
d70822ad93348d34c9addc7aecb7d8213588d050
|
/ebobalo-U3-ParkingApp/out/production/ebobalo-U3-ParkingApp/com/ebobalo/UML_Diagram.puml
|
adc320caaaa1b519331bfc5b903b2cb01a07072a
|
[] |
no_license
|
eugene8105/U3-parkingApp
|
4e95e1dd18a8b945819cc30d6725a8d3d0607c33
|
48b5248eb10ebd9fbb9d42fae0bf6b3c5919b2d7
|
refs/heads/master
| 2022-08-12T08:05:14.589481
| 2020-05-21T21:48:21
| 2020-05-21T21:48:21
| 263,364,763
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 394
|
puml
|
@startuml
skinparam classHeaderBackgroundColor orange
class ParkingGarageRunner{
}
class Client{
}
class FeeFactory<interface>{
}
class LostTicket{
}
class SpecialEvent{
}
class MinMax{
}
class CheckIn{
}
class CheckOut{
}
class Menu{
}
FeeFactory <|-- ParkingGarageRunner
Client <-- LostTicket
Client <-- SpecialEvent
Client <-- MinMax
note left : extends \n client class
@enduml
| false
| true
| false
| false
|
class
|
69f506266634c607019a53fee127abfffeb26ae0
|
a7b7fc77a24f9303002690c2200a5df124c6b7c5
|
/payment-processor/doc/puml/purchase-with-saved-source.puml
|
861192785b0d90d8fd78adb69108cb40d26795ac
|
[
"Apache-2.0"
] |
permissive
|
ostelco/ostelco-core
|
e2916cc5aefca5f5a3049f4a528e4d2b84e04b86
|
b072ada4aca8c4bf5c3c2f6fe0d36a5ff16c11af
|
refs/heads/develop
| 2021-07-21T19:44:47.777138
| 2019-12-18T14:13:16
| 2019-12-18T14:13:16
| 112,729,477
| 38
| 12
|
Apache-2.0
| 2021-06-30T14:12:00
| 2017-12-01T10:51:32
|
Kotlin
|
UTF-8
|
PlantUML
| false
| false
| 2,110
|
puml
|
@startuml
actor Client
participant Client
box "Prime"
participant "client-api"
participant "payment-processor"
participant OCS
participant DAO
end box
participant Stripe
activate Client
Client -> "client-api" : Get saved sources
activate "client-api"
"client-api" -> Client : {list of sources}
deactivate "client-api"
note right : See "list-sources" flow diagram
Client -> Client : Choose source for payment ({sourceId})
Client -> Client : Select product ({sku})
Client -> "client-api": POST /products {sku, sourceId}
activate "client-api"
note right of "client-api"
{name} identifies the user (from Oauth2 auth.)
and is equivalent to the users email address
end note
"client-api" -> DAO : getCustomerId(name)
activate DAO
DAO -> "client-api" : {customerId}
deactivate DAO
"client-api" -> DAO : getProduct(sku)
activate DAO
DAO -> "client-api" : {product}
deactivate DAO
"client-api" -> "payment-processor" : purchaseProduct(customerId, sourceId, product)
activate "payment-processor"
alt successful case
"payment-processor" -> Stripe : POST /v1/charges {customerId, sourceId, product.amount, product.currency, product.description}
activate Stripe
Stripe -> "payment-processor" : {chargeInfo}
deactivate Stripe
"payment-processor" -> DAO: recordChargeInfo(customerId, chargeInfo)
activate DAO
DAO -> "payment-processor" : {result}
deactivate DAO
note right
Charges/refunds to be recorded
in a "ledger" type of store
end note
"payment-processor" -> OCS : updateBucket(customerId, product.size)
activate OCS
OCS -> "payment-processor" : {result}
deactivate OCS
else error
note right of "payment-processor" : Unroll charge with Stripe etc. (TBD)
end
"payment-processor" -> "client-api" : {result}
deactivate "payment-processor"
"client-api" -> Client : {result}
deactivate "client-api"
deactivate Client
@enduml
| false
| true
| false
| false
|
usecase
|
81a6afcab73921d084d18706ec0e13c1839bcbe1
|
eee65bdd4128eeedc3271601006ed5739b43bd67
|
/uml/dip_factory.puml
|
61f7a6eff52db46e496483a7cda8fa36d3616249
|
[] |
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
| 315
|
puml
|
@startuml
package App {
class Application
interface Service
Interface Factory
}
package Comp {
class FactoryImpl
class ConcreteImpl
}
Application --> Factory
Application --> Service
Application -[hidden] Service
Service <|.. ConcreteImpl
Factory <|.. FactoryImpl
ConcreteImpl <.. FactoryImpl : creates
@enduml
| false
| true
| false
| false
|
class
|
0210571122b8871cff3f1d1b305c830cad5ad390
|
c8b226052253fc523ddccdf846cb7bdb96cff35e
|
/clientfx/src/com/blackhearth/securevoipclient/client/connection/dto/dto.plantuml
|
d841fde1958ced550c44fc94d0abe8b40fba1921
|
[] |
permissive
|
517435708/TIP
|
50bb55479c5d217bb52bd2c361b8472d88d9b244
|
713158c0ee7677d9031e51bbd630ebf1a8fb2527
|
refs/heads/master
| 2022-12-23T20:36:16.554721
| 2020-09-27T15:44:26
| 2020-09-27T15:44:26
| 247,706,067
| 0
| 0
|
MIT
| 2020-09-27T15:44:39
| 2020-03-16T13:13:56
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 744
|
plantuml
|
@startuml
title __DTO's Class Diagram__\n
namespace com.blackhearth.securevoipclient {
namespace client {
namespace connection {
namespace dto {
class com.blackhearth.securevoipclient.client.connection.dto.VoIPConnectionResponse {
- message : String
+ VoIPConnectionResponse()
+ equals()
+ getMessage()
+ hashCode()
+ setMessage()
+ toString()
# canEqual()
}
}
}
}
}
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
|
fc12d3c13745e47025fc96816426cebe5e8a7116
|
912d65be9bbd436a671d948abe8dadf356eb5216
|
/src/main/java/com/juc/threadpool/completionservice/completionservice.plantuml
|
8ee572c6b7d5d17c20755ab597bcfa43ab5bd7cb
|
[] |
no_license
|
ljhpole/netty-lecture
|
02318e9992f488f03425c93b981e8718582b1b4b
|
a20bef9e6db5d1061a6f37ec0593087588ea1a0a
|
refs/heads/main
| 2023-02-24T21:52:42.964037
| 2021-01-31T15:35:18
| 2021-01-31T15:35:18
| 334,686,240
| 0
| 1
| null | 2021-01-31T15:35:19
| 2021-01-31T15:19:40
| null |
UTF-8
|
PlantUML
| false
| false
| 447
|
plantuml
|
@startuml
title __COMPLETIONSERVICE's Class Diagram__\n
namespace com.juc.threadpool {
namespace completionservice {
class com.juc.threadpool.completionservice.CompletionServiceTest {
{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
|
bca93bd5ff951f6d869f90a49442d6bf583b6689
|
35c2389b489960c5cb6cb9baa2c65b0346cb8702
|
/design/brewerydb.puml
|
3b0b16175892fca255fa9d275043b29372865198
|
[] |
no_license
|
urizev/birritas
|
1f5d87fbf012ac2c9196daf3a863765ceb40e8c4
|
d6473c4ad728a220a5cd1d5e53a37e36e60b4459
|
refs/heads/master
| 2018-09-30T10:07:42.042595
| 2018-06-11T18:18:47
| 2018-06-11T18:18:47
| 121,119,551
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,970
|
puml
|
@startuml
BeerOwnership ..> Brewery
BeerOwnership ..> Beer
BreweryOwnership ..> Guild
BreweryOwnership ..> Brewery
Image --> Brewery
Image --> Beer
Image --> Guild
Beer --> Style
Beer --> Glass
Style --> Category
Location --> Brewery
Ingredient ..> Beer
Ingredient ..> Malt
Ingredient ..> Yeast
Ingredient ..> Hop
class Beer {
*glass_id
*style_id
+id
+name
+nameDiplay
+description
+avb
+isOrganic
+createDate
+downloadDate
+updateDate
+status
}
class Brewery {
+id
+name
+nameShortDisplay
+description
+website
+isOrganic
+isMassOwned
+brandClassification
+status
+createDate
+downloadDate
+updateDate
}
class Image {
+id
+url
+item_id
+item_type
+size
}
class Glass {
+id
+name
+createDate
+downloadDate
}
class Style {
+category_id
+id
+name
+shortName
+description
+ibuMax
+ibuMin
+abvMax
+abvMin
+ogMax
+ofMax
+ofMin
+createDate
+downloadDate
+updateDate
}
class Category {
+id
+name
+createDate
+downloadDate
}
class BeerOwnership {
*brewery_id
*beer_id
}
class BreweryOwnership {
*guild_id
*brewery_id
}
class Guild {
+id
+name
+description
+website
+status
+createDate
+downloadDate
+updateDate
}
class Location {
*brewery_id
*country_id
+id
+name
+locationType
+phone
+website
+streetAddress
+extendedAddress
+hoursOfOperationExplicit
+hoursOfOperationNotes
+postalCode
+locality
+region
+timezoneId
+isClosed
+isPrimary
+inPlanning
+coordinate
+openToPublic
+status
+createDate
+downloadDate
+updateDate
}
class Ingredient {
*beer_id
*ingredient_type
*ingredient_id
+createDate
+downloadDate
}
class Country {
+id
}
class Hop {
}
class Malt {
}
class Yeast {
}
@enduml
| false
| true
| false
| false
|
class
|
55ce54e067cc5c63200623da37ed039bb567b59d
|
3749560da1ecabdc893404c1c2889c97dcd905bf
|
/src/main/java/com/myself/nettychat/bootstrap/handler/handler.plantuml
|
2df4af9069dabcf30c19e0a7f0847f3b211707d9
|
[
"Apache-2.0"
] |
permissive
|
anhtu1197/WebSocketProject
|
02ceb566fc9995d499a76e685b053781b5d4b885
|
7e57a9077943322fbe3cd845fc65029c1155fe1f
|
refs/heads/master
| 2020-04-05T04:38:52.015046
| 2018-11-09T01:24:28
| 2018-11-09T01:24:28
| 156,559,854
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 793
|
plantuml
|
@startuml
title __HANDLER's Class Diagram__\n
package com.myself.nettychat {
package com.myself.nettychat.bootstrap {
package com.myself.nettychat.bootstrap.handler {
class DefaultMqttHandler {
+ DefaultMqttHandler()
+ doMessage()
+ channelActive()
+ exceptionCaught()
}
}
}
}
interface Sharable {
}
DefaultMqttHandler -up-|> MqttHander
DefaultMqttHandler o-- MqttHandlerIntf : mqttHandlerApi
DefaultMqttHandler o-- ChannelService : channelService
DefaultMqttHandler +-down- Sharable
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
|
6d6c33c941777819bd4acbd7ca58d59f1c19634a
|
4e96f383d4703ad8ee58869ed91a0c8432c8a051
|
/Cura/libCharon/docs/class_diagram.plantuml
|
66af50a4c85d16a27a7eaea5480d3f356aecf81d
|
[
"LGPL-3.0-only",
"GPL-3.0-only"
] |
permissive
|
flight7788/3d-printing-with-moveo-1
|
b2dba26010c4fa31815bc1d2d0966161a8600081
|
7fcb9c6b5da9245d54ac917de8c2a7f5148e42b0
|
refs/heads/Feature_Marlin_with_AlanBoy
| 2022-08-30T18:36:44.785058
| 2020-05-30T07:52:58
| 2020-05-30T07:52:58
| 212,583,912
| 0
| 0
|
MIT
| 2020-05-16T07:39:47
| 2019-10-03T13:13:01
|
C
|
UTF-8
|
PlantUML
| false
| false
| 1,926
|
plantuml
|
@startuml
package Service {
class FileService << DBusService >> {
+startRequest(file: String, paths: List[str]): int
+cancelRequest(requestId: int)
---
+signal requestData(requestId: int, data: Dict[str, Any])
+signal requestFinished(requestId: int)
+signal requestError(requestId: int, error: str)
}
class Queue {
+enqueue(job: Job)
+dequeue(job: Job)
+takeNext() : Job
}
class Worker << Thread >> {
+run()
}
class Job {
+execute()
+requestId: int
}
FileService *-- Queue
Queue o-- Job
Worker --> Queue : Take
Worker --> Job : Execute
}
package Library {
interface FileInterface {
+open(path : str, mode : OpenMode = ReadOnly)
+openStream(stream: BufferedIOBase, mimetype: String)
+close()
+flush()
+getData(virtual_path: String) : Dict[str, Any]
+setData(data: Dict[str, Any])
+getStream(virtual_path : String) : BufferedIOBase
+listPaths() : List[str]
+toByteArray(offset: int = 0, count: int = -1) : Bytes
}
class VirtualFile << ContextManager >> {
-implementation : FileImplementation
}
abstract class FileImplementation {
}
FileInterface <|-- VirtualFile
FileInterface <|-- FileImplementation
VirtualFile *-- FileImplementation
note on link
VirtualFile creates a FileImplementation
based on the mimetype of the file it should
open.
end note
FileImplementation <|-- GCodeFile
FileImplementation <|-- ContainerFile
}
class FileRequest {
+state: RequestState
+file_path: str
+virtual_paths: List[str]
+result: Dict[str, Any]
+start()
+waitUntilFinished()
---
signal dataReceived(request: FileRequest, data: Dict[str, any])
signal finished(request: FileRequest)
}
@enduml
| false
| true
| false
| false
|
sequence
|
94abf95746f52a872203e62407675ac63c9d06b2
|
5b56d0ec345d19c3e9c17764cdfa4ef8180f25e0
|
/2020-01-haskell/doc/domain.puml
|
af1dab6817e88497303f8ceb280eaa93caf4bcd1
|
[] |
no_license
|
suzuki-hoge/warikan
|
6e6d5f814fe4a9130b61a416f495326c316e2a8c
|
d47c32338421d4c6c88022a7d64a478e79708835
|
refs/heads/master
| 2020-12-04T08:54:07.960635
| 2020-02-07T03:29:52
| 2020-02-07T10:09:56
| 231,702,653
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 4,943
|
puml
|
@startuml
hide empty methods
package Party {
class Party << (T, orange) >> {
PartyName
PartyHoldAt
FractionPolicy
[Participant]
<font color=red>BillingAmount</font>
<font color=red>AdjustingUnitAmount</font>
}
class PartyName << (T, orange) >> {
NonEmptyString
}
class PartyHoldAt << (T, orange) >> {
DateTime
}
class FractionPolicy << (S, lightskyblue) >> {
PaybackToSecretary | NextParty
}
class Participant << (T, orange) >> {
ParticipantName
ParticipantType
<font color=red>PaymentSection</font>
}
class ParticipantName << (T, orange) >> {
NonEmptyString
}
class ParticipantType << (S, lightskyblue) >> {
Secretary | NotSecretary
}
class plan << (F, lightgreen) >> {
PartyName -> PartyHoldAt -> FractionPolicy -> (ParticipantName, <font color=red>PaymentSection</font>) -> <font color=red>BillingAmount</font> -> <font color=red>AdjustingUnitAmount</font> -> Party
}
class add << (F, lightgreen) >> {
Party -> Participant -> Party
}
class remove << (F, lightgreen) >> {
Party -> ParticipantName -> Party
}
class changeAdjustingUnitAmount << (F, lightgreen) >> {
Party -> <font color=red>AdjustingUnitAmount</font> -> Party
}
class demand << (F, lightgreen) >> {
Party -> Either <font color=red>PaymentError</font> [(ParticipantName, <font color=red>PaymentAmount</font>)]
}
Party -u-> PartyName
Party -u-> PartyHoldAt
Party -u-> FractionPolicy
Participant -u-> ParticipantName
Participant -u-> ParticipantType
Party -u-> "0..*" Participant
}
package Payment {
class PaymentSection << (S, lightskyblue) >> {
More | Normal | Less
}
class AdjustingUnitAmount << (T, orange) >> {
Money
}
class AdjustingUnitCount << (T, orange) >> {
Int
}
class BillingAmount << (T, orange) >> {
Money
}
class SharingAmount << (T, orange) >> {
Money
}
class FractionAmount << (T, orange) >> {
Money
}
class PaymentAmount << (T, orange) >> {
Money
}
class PaymentAmount << (T, orange) >> {
Money
}
class calculate << (F, lightgreen) >> {
BillingAmount -> [PaymentSection] -> AdjustingUnitAmount -> Either PaymentError ([(PaymentSection, PaymentAmount)], FractionAmount)
}
class divide << (F, lightgreen) >> {
BillingAmount -> DivideNumber -> AdjustingUnitAmount -> Either PaymentError (SharingAmount, FractionAmount)
}
class adjustByUnit << (F, lightgreen) >> {
[PaymentSection] -> [(PaymentSection, AdjustingUnitCount)]
}
class sharing << (F, lightgreen) >> {
SharingAmount -> AdjustingUnitAmount -> DivideNumber -> [(PaymentSection, AdjustingUnitCount)] -> Either PaymentError [(PaymentSection, PaymentAmount)]
}
class "(<++)" << (F, lightgreen) >> {
PaymentAmount -> FractionAmount -> PaymentAmount
}
class PaymentError << (E, tomato) >> {
UnsharableAdjustingUnitAmount
TooLargeAdjustingUnitAmount
}
divide -u-> BillingAmount : in <
divide -d-> AdjustingUnitAmount : in <
divide -d-> SharingAmount : out >
divide -d-> FractionAmount : out >
divide -d-> PaymentError : out >
adjustByUnit -u-> PaymentSection : in <
adjustByUnit -d-> AdjustingUnitCount : out >
sharing --> SharingAmount : in <
sharing ----> AdjustingUnitAmount : in <
sharing ---> PaymentSection : in <
sharing --> AdjustingUnitCount : in <
sharing -d-> PaymentAmount : out >
sharing --> PaymentError : out >
calculate -d-> divide
calculate -d-> adjustByUnit
calculate -d-> sharing
"(<++)" -u-> PaymentAmount : out >
"(<++)" -u-> FractionAmount : in <
}
Party --> BillingAmount
Party --> AdjustingUnitAmount
Participant --> PaymentSection
demand --> calculate
package Fundamental {
class Money << (T, orange) >> {
Int
}
class NonEmptyString << (T, orange) >> {
String
IsString
}
class DateTime << (T, orange) >> {
String
IsString
}
class mapR << (F, lightgreen) >> {
(b -> c) -> (a, b) -> (a, c)
}
class mapL << (F, lightgreen) >> {
(a -> c) -> (a, b) -> (c, b)
}
class ($+$) << (F, lightgreen) >> {
Money -> Money -> Money
}
class ($*$) << (F, lightgreen) >> {
Money -> Int -> Money
}
"($+$)" --> Money
"($*$)" --> Money
}
' layout
add -d[hidden]-> remove
"remove" -[hidden]d-> changeAdjustingUnitAmount
changeAdjustingUnitAmount -[hidden]d-> demand
demand -[hidden]l-> Party
divide -[hidden]r-> adjustByUnit
adjustByUnit -[hidden]r-> sharing
AdjustingUnitAmount -[hidden]d-> "($+$)"
Money -[hidden]r-> DateTime
DateTime -[hidden]r-> NonEmptyString
@enduml
| false
| true
| false
| false
|
sequence
|
3bb6e228421188ebcf19a19ad210d64fb3a8f500
|
00d11305bfdccb6591d2e0418ff586393ce7abc1
|
/docs/modules/ROOT/workflows/cross_subnet_with_DVR.puml
|
b0b9beb2ae5d84cdbe4f430da731ada8ff932ea9
|
[
"GPL-2.0-only",
"Apache-2.0"
] |
permissive
|
issacyxw/alcor
|
a1fe494b073a22a03b1e2f57a5f160883d22cf11
|
1268e1b17c97ffdc86681c755ebe2a43bd412eae
|
refs/heads/master
| 2023-03-21T22:47:29.238949
| 2021-03-17T01:48:22
| 2021-03-17T01:48:22
| 263,571,948
| 0
| 2
|
Apache-2.0
| 2020-05-13T08:34:50
| 2020-05-13T08:34:49
| null |
UTF-8
|
PlantUML
| false
| false
| 4,292
|
puml
|
' Copyright 2019 The Alcor Authors.
' Licensed under the Apache License, Version 2.0 (the "License");
' you may not use this file except in compliance with the License.
' You may obtain a copy of the License at
' http://www.apache.org/licenses/LICENSE-2.0
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam monochrome true
box "Compute Host 1" #LightBlue
participant "Instance_1\n tap_interface"
participant "br_int on\n Compute_Host_1"
participant "openflow table\n classifier"
participant "openflow table\n ARP responder"
participant "openflow table\n forwarding"
participant "Alcor Control Agent"
participant "br_int on\n Compute_Host_1"
participant "br_tun on\n Compute_Host_1"
end box
box "Compute Host 2" #LightGreen
participant "br_tun on\n Compute_Host_2"
participant "br_int on\n Compute_Host_2"
participant "Instance_2\n tap_interface"
end box
==(First Packet) East-west for instances on different compute hosts on different networks==
autonumber
"Instance_1\n tap_interface" -> "br_int on\n Compute_Host_1": Packet sends to gateway
"br_int on\n Compute_Host_1" -> "br_int on\n Compute_Host_1": +VLAN tag for network 1
"br_int on\n Compute_Host_1" -> "openflow table\n classifier": Is it ARP or ICMP?
"openflow table\n classifier" -> "openflow table\n forwarding": Using the default rule
"openflow table\n forwarding" -> "Alcor Control Agent": No on-demand rule matched
"Alcor Control Agent" -> "Alcor Control Agent": Matches the gateway port MAC\nFound the corresponding router
"Alcor Control Agent" -> "openflow table\n forwarding": Adds on-demand routing rule
"Alcor Control Agent" -> "br_int on\n Compute_Host_1": sends back to br-int
"br_int on\n Compute_Host_1" -> "br_int on\n Compute_Host_1": Routes to network 2\nVLAN tag -> network 2
"br_int on\n Compute_Host_1" -> "br_tun on\n Compute_Host_1": Sends to br-tun
"br_tun on\n Compute_Host_1" -> "br_tun on\n Compute_Host_2": Encap the packet\nSends to VxLAN tunnel
"br_tun on\n Compute_Host_2" -> "br_tun on\n Compute_Host_2": Decap the packet\n+VLAN tag for network 2
"br_tun on\n Compute_Host_2" -> "br_int on\n Compute_Host_2":
"br_int on\n Compute_Host_2" -> "Instance_2\n tap_interface"
==(Second+ Packet) East-west for instances on different compute hosts on different networks==
autonumber 20
"Instance_1\n tap_interface" -> "br_int on\n Compute_Host_1": Packet sends to gateway
"br_int on\n Compute_Host_1" -> "br_int on\n Compute_Host_1": +VLAN tag for network 1
"br_int on\n Compute_Host_1" -> "openflow table\n classifier": Is it ARP or ICMP?
"openflow table\n classifier" -> "openflow table\n forwarding": Using the default rule
"openflow table\n forwarding" -> "br_int on\n Compute_Host_1": On-demand rule matched
"br_int on\n Compute_Host_1" -> "br_int on\n Compute_Host_1": Routes to network 2\nVLAN tag -> network 2
"br_int on\n Compute_Host_1" -> "br_tun on\n Compute_Host_1": Sends to br-tun
"br_tun on\n Compute_Host_1" -> "br_tun on\n Compute_Host_2": Encap the packet\nSends to VxLAN tunnel
"br_tun on\n Compute_Host_2" -> "br_tun on\n Compute_Host_2": Decap the packet\n+VLAN tag for network 2
"br_tun on\n Compute_Host_2" -> "br_int on\n Compute_Host_2":
"br_int on\n Compute_Host_2" -> "Instance_2\n tap_interface"
==Instances 1 sends ARP to its gateway or other destination IP==
autonumber 40
"Instance_1\n tap_interface" -> "br_int on\n Compute_Host_1": ARP broadcast Packet
"br_int on\n Compute_Host_1" -> "br_int on\n Compute_Host_1": +VLAN tag for network 1
"br_int on\n Compute_Host_1" -> "openflow table\n classifier": Is it ARP or ICMP?
"openflow table\n classifier" -> "openflow table\n ARP responder": Yes, it is ARP
"openflow table\n ARP responder" -> "br_int on\n Compute_Host_1": If ARP target IP matches\nSend ARP respond
"br_int on\n Compute_Host_1" -> "Instance_1\n tap_interface":
"openflow table\n ARP responder" -> "br_int on\n Compute_Host_1": If ARP target IP doesn't match\nStrip VLAN tag\nSend to Normal switching
@enduml
| false
| true
| false
| false
|
sequence
|
b0e7644c60cd1e0f390bde4dc4c84e2a2cfaf717
|
4e22d261d7dcf5fe2731d77ba3cfb47c5568977c
|
/Documentation/Source/Breakdown/Engine/TempestEngine/PersistenceRequest-Class.iuml
|
b9fc73d6e7894a26ee3c928d7d5a000b0ba2ee5f
|
[] |
no_license
|
SeraphinaMJ/Reformed
|
2d7424d6d38d1cfaf8d385fade474a27c02103a5
|
8563d35ab2b80ca403b3b57ad80db1173504cf55
|
refs/heads/master
| 2023-04-06T00:40:34.223840
| 2021-05-06T11:25:51
| 2021-05-06T11:25:51
| 364,884,928
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 279
|
iuml
|
namespace Serialization {
class PersistenceRequest<T> {
+Execute()
+WriteDataToFile()
+ReadDataFromFile()
+GetData()
+GetFolderName()
+GetFileName()
+GetRelativePath()
}
}
| false
| true
| false
| false
|
class
|
b890a2e7e2510d5ad05ca85cf63e44c5bf44ba0d
|
f055983d41ff8738a956dd84b791debc3dff1812
|
/uml/qlearn/qlearn_class.puml
|
de5be7e33106a73e8822b4813a5417150073e5ae
|
[
"MIT"
] |
permissive
|
intel/cppnnml
|
04d373d6d8d0c0adb9c349e7519d53aee88d189b
|
5346642f71c00f58130670cef4e28668bdf31029
|
refs/heads/master
| 2023-05-31T09:36:25.277761
| 2023-01-07T00:47:12
| 2023-01-07T00:47:12
| 272,829,948
| 70
| 22
|
MIT
| 2021-04-01T19:50:04
| 2020-06-16T23:06:01
|
C++
|
UTF-8
|
PlantUML
| false
| false
| 2,784
|
puml
|
/'
* Copyright (c) 2020 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*'/
@startuml
class DefaultRewardPolicy {
+ValueType getRewardForStateAndAction(const size_t state, const size_t action) const
+void setRewardForStateAndAction(const size_t state, const size_t action, const ValueType& reward)
-ValueType mRewardTable[NumberOfStates][NumberOfActions]
}
RewardPolicy <|-- DefaultRewardPolicy
class QLearningEnvironment::experience_t {
+size_t state
+size_t action
+ValueType reward
+size_t newState
}
class QLearningEnvironment {
#ValueType mLearningRate;
#ValueType mDiscountFactor;
#size_t mRandomActionDecisionPoint;
#RandomNumberGeneratorPolicy mRandomNumberGenerator;
#RewardPolicy mRewardPolicy;
}
QLearningEnvironment <|-- EnvironmentType
QLearningEnvironment -- RewardPolicy
class QLearner {
+void updateFromExperience(const QLearningEnvironment::experience_t& experience)
-EnvironmentType mEnvironment
-StateType mState
-ValueType mAccumulatedReward
-QValuePolicy mQValuePolicy
}
QLearner -- StateToActionPolicy
QLearner *-- EnvironmentType
QLearner *-- QValuePolicy
QLearner -- QLearningEnvironment::experience_t
class QTablePolicy {
+ValueType getQValue(const size_t state, const size_t action) const
+void setQValue(const size_t state, const size_t action, const ValueType& value)
-ValueType mQTable[EnvironmentType::EnvironmentNumberOfStates][EnvironmentType::EnvironmentNumberOfActions]
}
QValuePolicy <|-- QTablePolicy
class StateToActionPolicy {
+{static} size_t selectActionForState()
}
StateToActionPolicy <|-- ArgMaxPolicy
StateToActionPolicy -- QValuePolicy
@enduml
| false
| true
| false
| false
|
class
|
57afa7eca71b05afe36f7d220bd29f0a1858bc25
|
7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1
|
/Rendu/doc/javadoc/ch/tofind/commusica/core/ApplicationProtocol.puml
|
235700d80ac4edb009fef503a5212bbe36425c9a
|
[] |
no_license
|
heig-vd-pro2017/projet
|
8f6e9bb5cc75baaf809eda87b31d7de8c632f713
|
db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1
|
refs/heads/master
| 2021-01-16T23:21:13.159819
| 2017-05-29T17:32:48
| 2017-05-29T17:32:48
| 82,906,602
| 5
| 2
| null | 2017-04-02T16:05:43
| 2017-02-23T08:55:46
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,849
|
puml
|
@startuml
class ApplicationProtocol {
[[ApplicationProtocol.html]]
{static} +myId: Integer
{static} +serverId: Integer
{static} +serverAddress: InetAddress
{static} +serverName: String
{static} +SUCCESS: String
{static} +ERROR: String
{static} +SEND_FIRST_CONNECTION: String
{static} +TRACK_REQUEST: String
{static} +TRACK_ACCEPTED: String
{static} +TRACK_REFUSED: String
{static} +TRACK_SAVED: String
{static} +SENDING_TRACK: String
{static} +SEND_UPVOTE_TRACK_REQUEST: String
{static} +SEND_DOWNVOTE_TRACK_REQUEST: String
{static} +UPVOTE_TRACK_REQUEST: String
{static} +DOWNVOTE_TRACK_REQUEST: String
{static} +TRACK_DOWNVOTED: String
{static} +TRACK_UPVOTED: String
{static} +PLAYLIST_UPDATE: String
{static} +NEW_ACTIVE_CLIENT: String
{static} +SEND_PLAYLIST_UPDATE: String
{static} +SEND_TRACK_REQUEST: String
{static} +SEND_PLAY_PAUSE_REQUEST: String
{static} +PLAY_PAUSE_REQUEST: String
{static} +PLAY: String
{static} +PAUSE: String
{static} +SEND_NEXT_TRACK_REQUEST: String
{static} +NEXT_TRACK_REQUEST: String
{static} +SEND_PREVIOUS_TRACK_REQUEST: String
{static} +PREVIOUS_TRACK_REQUEST: String
{static} +SEND_TURN_VOLUME_UP_REQUEST: String
{static} +TURN_VOLUME_UP_REQUEST: String
{static} +VOLUME_TURNED_UP: String
{static} +SEND_TURN_VOLUME_DOWN_REQUEST: String
{static} +TURN_VOLUME_DOWN_REQUEST: String
{static} +VOLUME_TURNED_DOWN: String
{static} +SUCCESS_VOTE: String
{static} +ERROR_VOTE: String
{static} +ERROR_DURING_TRANSFER: String
{static} +ERROR_FILE_NOT_SUPPORTED: String
}
@enduml
| false
| true
| false
| false
|
class
|
2092a27777ffab834adb7fa18a472a8991e3fd62
|
c73381744f027cb066ce752ae1590b128668a0a4
|
/docs/diagrams/UML/NotesClassDiagram.puml
|
3dd81a4c7710bf690b55b7588358eccf581c5092
|
[] |
no_license
|
wangqinNick/tp
|
d10f9d105ff95aec9ca4dff054c1225b73c08d0c
|
962afeb345eb8967ab47d1596fc1eb8ab2f48579
|
refs/heads/master
| 2021-02-12T01:45:33.306273
| 2020-11-13T09:57:29
| 2020-11-13T09:57:29
| 244,548,857
| 1
| 0
| null | 2020-03-03T05:21:58
| 2020-03-03T05:21:57
| null |
UTF-8
|
PlantUML
| false
| false
| 1,409
|
puml
|
@startuml
hide circle
skinparam classAttributeIconSize 0
class NotesAddCommand
class NotesDeleteCommand
class NotesListCommand
class NotesViewCommand
class NotesManager
class Note
class "NotesCommandParser" {
+ {static} parseNotesCommand()
- {static} parseNotesAddCommand()
- {static} parseNotesDeleteCommand()
- {static} parseNotesViewCommand()
- {static} parseNotesListCommand()
}
class NotesManager {
notes: ArrayList<Note>
+ addNote()
+ listNote()
+ deleteNote()
+ viewNote()
}
class Note {
- note: String
}
abstract class "{abstract} \n Command " {
+ execute()
}
abstract class "{abstract} \n NotesCommand " {
+ execute()
}
class IncorrectCommand {
+ execute()
}
class NotesAddCommand {
+ execute()
}
class NotesDeleteCommand {
+ execute()
}
class NotesListCommand {
+ execute()
}
class NotesViewCommand {
+ execute()
}
Note --* "*" NotesManager
NotesManager <.. "{abstract} \n NotesCommand "
"{abstract} \n NotesCommand " --|> "{abstract} \n Command "
IncorrectCommand --|> "{abstract} \n Command "
"{abstract} \n NotesCommand " <|-- NotesListCommand
NotesDeleteCommand --|> "{abstract} \n NotesCommand "
"{abstract} \n NotesCommand " <|-- NotesViewCommand
NotesAddCommand --|> "{abstract} \n NotesCommand "
NotesCommandParser ..> IncorrectCommand
NotesCommandParser ..> "{abstract} \n NotesCommand "
@enduml
| false
| true
| false
| false
|
class
|
e6c76d881bc4c307d636f8e5cb340649a00896af
|
5124b2dbc6276b681910d5584179a02ddc345669
|
/documentation/uml/class/StaffRoom.puml
|
ee4793f1531364558a015c3401502b94de12742f
|
[] |
no_license
|
Dedda/paintball
|
258257ce2b0b6160abe4a9dbbbf7c7a658416d5b
|
fb18cf11e2fc3f7eca7e0d26a2847743b560dc2f
|
refs/heads/master
| 2020-12-30T09:58:02.507682
| 2015-06-16T17:22:59
| 2015-06-16T17:22:59
| 30,232,508
| 1
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 185
|
puml
|
@startuml
class hotel.entity.StaffRoom {
- staff : int
- room : int
+ getStaff() : int
+ setStaff(int) : void
+ getRoom() : int
+ setRoom(int) : void
}
@enduml
| false
| true
| false
| false
|
class
|
2fe5c3f6c7f4f474955bced2912becb2773c7296
|
9e418a0fb69b8ee356d5c1d5d009706394edf54d
|
/class - design/rollcall/updateRollCall.plantuml
|
06937bf38b82d10366e8f4471d30256e0c1ee79d
|
[] |
no_license
|
anonyhostvn/OOAD-Diagram
|
67f3a3a4aa976ee8459d3f4801147ddd1382e41e
|
f8f7a0e4ba826335cc964d3b73bebea3f4f857e4
|
refs/heads/master
| 2023-01-10T04:26:29.983705
| 2020-11-13T10:08:12
| 2020-11-13T10:08:12
| 311,749,932
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,354
|
plantuml
|
@startuml updateRollCall
class UpdateRollCallForm {
- classroom_member_id: bigint
- token: string
+ update_roll_call(token, classroom_member_id)
}
class IStudentForm <<interface>> {
+ update_roll_call(token, classroom_member_id)
}
class StudentController {
+ update_roll_call(token, classroom_member_id, \n created_at, is_presented)
}
class ClassroomMember {
- id: bigint
- user_id: bigint
- classroom_id: bigint
- created_at: datetime
+ get_id(): bigint
+ get_user_id(): bigint
+ set_user_id(bigint)
+ get_classroom_id(): bigint
+ set_classroom_id(bigint)
+ get_created_at(): datetime
+ get_updated_at(): datetime
}
class IClassroomMemberDB <<interface>> {
+ create(classroom_id, user_id): void
+ read(classroom_id)
+ read(user_id)
+ read(classroom_member_id)
+ read(classroom_id, user_id)
+ update_rollcall(classroom_member_id, \n created_at, is_presented)
+ update_bonus_point(classroom_member_id, \n created_at, point)
+ update_score(classroom_member_id, created_at, \n test_title, score)
+ delete(classroom_id, user_id)
+ get_user(classroom_member)
+ get_classroom(classroom_member)
}
class RollCall {
- id: bigint
- classroom_member_id: bigint
- date: date
- is_presented: bool
- created_at: datetime
- updated_at: datetime
+ get_id(): bigint
+ get_classroom_member_id(): bigint
+ set_classroom_member_id(bigint)
+ get_date(): date
+ set_date(date)
+ get_is_presented(): bool
+ set_is_presented(bool)
+ get_created_at(): datetime
+ get_updated_at(): datetime
}
class IRollCallDB <<interface>> {
+ create(classroom_member_id, date, is_presented)
+ read(classroom_member_id)
+ read(classroom_member_id, rollcall_id)
+ delete(classroom_member_id, rollcall_id)
}
hide UpdateRollCallForm circle
hide IStudentForm <<interface>> circle
hide StudentController circle
hide IClassroomMemberDB <<interface>> circle
hide ClassroomMember circle
hide IRollCallDB <<interface>> circle
hide RollCall circle
IStudentForm .down.> UpdateRollCallForm
IClassroomMemberDB .down.> ClassroomMember
IRollCallDB .down.> RollCall
IStudentForm "1"-left-"1" StudentController
StudentController "1"-left-"1" IClassroomMemberDB
StudentController "1"-down-"1" IRollCallDB
@enduml
| false
| true
| false
| false
|
class
|
19460ac1d376d4a8c6daf4f0590ba2adf377388c
|
1a2b58f1f9c3a792eff84ba7845a7a78cc01d426
|
/src/main/java/com/biblioteca/biblioteca/controller/controller.plantuml
|
30cf279167f378434c95fda0ae888a10bfd76f6f
|
[] |
no_license
|
LaNsDiego/proyectolp3
|
89dd2f89625aaf1db66fe55bf1f12bf0558db620
|
48aef97439b5b77c07b2aabefae9f19283999bb5
|
refs/heads/master
| 2020-09-04T04:27:50.573220
| 2019-12-07T09:22:31
| 2019-12-07T09:22:31
| 219,657,261
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 5,990
|
plantuml
|
@startuml
title __CONTROLLER's Class Diagram__\n
namespace w {
namespace om.biblioteca.biblioteca {
namespace controller {
class com.biblioteca.biblioteca.controller.BibliotecariaController {
{static} + BASE_URL : String
~ session : HttpSession
+ principal()
}
}
}
}
namespace w {
namespace om.biblioteca.biblioteca {
namespace controller {
class com.biblioteca.biblioteca.controller.CompraController {
{static} + BASE_URL : String
+ agregar()
+ agregar()
+ listar()
+ listar()
}
}
}
}
namespace w {
namespace om.biblioteca.biblioteca {
namespace controller {
class com.biblioteca.biblioteca.controller.EstudianteController {
{static} + BASE_URL : String
+ principal()
}
}
}
}
namespace w {
namespace om.biblioteca.biblioteca {
namespace controller {
class com.biblioteca.biblioteca.controller.KardexController {
{static} - BASE_URL : String
+ listar()
}
}
}
}
namespace w {
namespace om.biblioteca.biblioteca {
namespace controller {
class com.biblioteca.biblioteca.controller.LibroController {
{static} + BASE_URL : String
- DIRECTORIO_IMAGENES : String
+ agregar()
+ agregar()
+ listar()
+ validarIsbn()
}
}
}
}
namespace w {
namespace om.biblioteca.biblioteca {
namespace controller {
class com.biblioteca.biblioteca.controller.LoginController {
{static} + BASE_URL : String
~ httpSessionFactory : ObjectFactory<HttpSession>
+ login()
+ login()
+ logout()
}
}
}
}
namespace w {
namespace om.biblioteca.biblioteca {
namespace controller {
class com.biblioteca.biblioteca.controller.PrestamoController {
{static} + BASE_URL : String
~ session : HttpSession
+ atendidos()
+ carrito()
+ devolver()
+ historial()
+ prestar()
+ reservados()
+ reservar()
}
}
}
}
namespace w {
namespace om.biblioteca.biblioteca {
namespace controller {
class com.biblioteca.biblioteca.controller.ReporteController {
{static} + BASE_URL : String
+ ReporteLibroMasPrestadoPorBiblioteca()
+ reporteLibroMasPrestado()
+ reportePrestamosAreaChart()
+ reportePrestamosPieChart()
+ reportePrestamosPorMes()
}
}
}
}
namespace w {
namespace om.biblioteca.biblioteca {
namespace controller {
class com.biblioteca.biblioteca.controller.ReporteVistaController {
{static} + BASE_URL : String
+ misPrestamos()
+ reportes()
}
}
}
}
com.biblioteca.biblioteca.controller.CompraController o-- com.biblioteca.biblioteca.service.CompraService : daoCompra
com.biblioteca.biblioteca.controller.CompraController o-- com.biblioteca.biblioteca.service.CompraDetalleService : daoCompraDetalle
com.biblioteca.biblioteca.controller.CompraController o-- com.biblioteca.biblioteca.service.KardexService : daoKardex
com.biblioteca.biblioteca.controller.CompraController o-- com.biblioteca.biblioteca.service.KardexDetalleService : daoKardexDetalle
com.biblioteca.biblioteca.controller.CompraController o-- com.biblioteca.biblioteca.service.LibroService : daoLibro
com.biblioteca.biblioteca.controller.CompraController o-- com.biblioteca.biblioteca.service.ProveedorService : daoProveedor
com.biblioteca.biblioteca.controller.KardexController o-- com.biblioteca.biblioteca.service.KardexService : daoKardex
com.biblioteca.biblioteca.controller.LibroController o-- com.biblioteca.biblioteca.service.AutorService : daoAutor
com.biblioteca.biblioteca.controller.LibroController o-- com.biblioteca.biblioteca.service.CategoiaService : daoCategoria
com.biblioteca.biblioteca.controller.LibroController o-- com.biblioteca.biblioteca.service.LibroService : daoLibro
com.biblioteca.biblioteca.controller.LibroController o-- com.biblioteca.biblioteca.service.LibroAutorService : daoLibroAutor
com.biblioteca.biblioteca.controller.LibroController o-- com.biblioteca.biblioteca.service.LibroMateriaService : daoLibroMateria
com.biblioteca.biblioteca.controller.LibroController o-- com.biblioteca.biblioteca.service.MateriaService : daoMateria
com.biblioteca.biblioteca.controller.LoginController o-- com.biblioteca.biblioteca.service.UsuarioService : daoUsuario
com.biblioteca.biblioteca.controller.PrestamoController o-- com.biblioteca.biblioteca.service.KardexService : daoKardex
com.biblioteca.biblioteca.controller.PrestamoController o-- com.biblioteca.biblioteca.service.KardexDetalleService : daoKardexDetalle
com.biblioteca.biblioteca.controller.PrestamoController o-- com.biblioteca.biblioteca.service.PrestamoService : daoPrestamo
com.biblioteca.biblioteca.controller.ReporteController o-- com.biblioteca.biblioteca.service.LibroMasPrestadoPorBibliotecaService : daoLibroReporte
com.biblioteca.biblioteca.controller.ReporteController o-- com.biblioteca.biblioteca.service.EstadisticaMisActividadesService : daoMisActividades
com.biblioteca.biblioteca.controller.ReporteController o-- com.biblioteca.biblioteca.service.EstadisticaPrestamosPieChartService : daoPrestamoPieChart
com.biblioteca.biblioteca.controller.ReporteController o-- com.biblioteca.biblioteca.service.PrestamosPorMesService : daoPrestamoPorDia
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
|
c2b0193ab2611a6809a85bd1f375a481f66b190b
|
8cf018eb6de40017601592f1f125ea67d5de7086
|
/docs/Solution/Cloud-Stack/Data-Fabric/Deployment.puml
|
7d823535599a090b493ac252ee4a6871ce9970ca
|
[] |
no_license
|
CAADE/ADC
|
bec251477e457a9ee4eca673fdab04b65c4290f5
|
a81ba7532e7092ab564bcb30f8ec36bab3b71d0b
|
refs/heads/master
| 2021-06-23T22:20:00.239150
| 2019-04-03T05:15:20
| 2019-04-03T05:15:20
| 104,887,854
| 5
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 162
|
puml
|
@startuml
package "Cloud-Stack/Data-Fabric" {
cloud cloud1
node node1
artifact artifact1
storage objectStore
database db1
folder folder1
}
@enduml
| false
| true
| false
| false
|
sequence
|
373b82d64490a888bee090f7a29aed66ba20a585
|
2c4f2efab569c5d9302f9c00a972298802e61f67
|
/Task2_MultiThreading/src/by/training/task2/runner/runner.plantuml
|
a2bb54cca38c7f2b69bb291fc3c924fdfc69e4d0
|
[] |
no_license
|
alialiusefi/EPAM_JavaWebDev_Course
|
066ffe0c3b3fcdd5b5a51b2e59e887752b1f1157
|
b229167d84b118147d6b255229976b0ff3ec23aa
|
refs/heads/master
| 2022-12-04T15:02:37.944559
| 2019-08-03T08:56:54
| 2019-08-03T08:56:54
| 170,365,647
| 1
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 340
|
plantuml
|
@startuml
title __RUNNER's Class Diagram__\n
package by.training.task2.runner {
class Main {
{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
|
e345fa80f6f220bafbf55941e68eb00804216b98
|
aefb1807676f66cc46e45071b3deb1969e682322
|
/SELAIN SISTEM/UML/SEQUENCE/administratorbkd/VIewFileDisposisiBKD.puml
|
6fea84c1e8ffacf909ef1c0a25414e4ae07834cf
|
[
"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
| 841
|
puml
|
@startuml
autonumber
hide footbox
title Melihat File Persetujuan Disposisi BKD
Actor AdministratorBKD
boundary Dashboard_V
boundary SuratBKD_V
boundary PDF_V
control Admin_C
control BKD_C
Entity SuratDisposisi_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> AdministratorBKD: Halaman Dashboard
AdministratorBKD --> Dashboard_V: klik menu Surat BKD
Dashboard_V --> BKD_C: index()
BKD_C --> SuratDisposisi_E:
SuratDisposisi_E --> BKD_C:
BKD_C --> SuratBKD_V: load->view()
SuratBKD_V --> AdministratorBKD: Halaman Surat BKD
AdministratorBKD --> SuratBKD_V: klik tombol Lihat Persetujuan disposisi
SuratBKD_V --> BKD_C: viewpersetujuandisposisi()
BKD_C --> SuratDisposisi_E:
SuratDisposisi_E --> BKD_C:
BKD_C --> PDF_V: load->view()
PDF_V --> AdministratorBKD: Tampilan Persetujuan Disposisi
@enduml
| false
| true
| false
| false
|
sequence
|
720219a7c913e7679c88ac9e9547fc1647574630
|
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
|
/kapitler/media/uml-arkivstruktur-forklart-som-hovedmodell.puml
|
9432c98c68a5bee5f4919b1169d105d7f6d0db24
|
[] |
no_license
|
arkivverket/noark5-tjenestegrensesnitt-standard
|
299f371a341e59402d49bfc11ee9e2672dad657e
|
03025f8b9f1496f4a2f5b155e212a44768390274
|
refs/heads/master
| 2023-06-10T02:19:28.432679
| 2023-06-09T08:40:40
| 2023-06-09T08:40:40
| 136,293,843
| 7
| 11
| null | 2023-08-22T10:40:36
| 2018-06-06T07:58:53
|
Python
|
UTF-8
|
PlantUML
| false
| false
| 1,829
|
puml
|
@startuml
skinparam classAttributeIconSize 0
skinparam nodesep 180
class Arkivstruktur.Arkiv <Arkivenhet>
class Arkivstruktur.Arkivdel <Arkivenhet>
class Arkivstruktur.Klassifikasjonssystem <Arkivenhet>
class Arkivstruktur.Klasse <Arkivenhet>
class Arkivstruktur.Mappe <Arkivenhet>
class Arkivstruktur.Registrering <Arkivenhet>
class Arkivstruktur.Dokumentbeskrivelse <Arkivenhet>
class Arkivstruktur.Dokumentobjekt
Arkivstruktur.Arkiv "+overarkiv 0..1" o--> "+underarkiv 0..*" Arkivstruktur.Arkiv
Arkivstruktur.Arkiv "+arkiv 1" o--> "+arkivdel 0..*\n" Arkivstruktur.Arkivdel
Arkivstruktur.Klassifikasjonssystem "+klassifikasjonssystem 0..1" <-o "+arkivdel 1..*" Arkivstruktur.Arkivdel
Arkivstruktur.Klassifikasjonssystem "+sekundaerklassifikasjonssystem 0..1" <-o Arkivstruktur.Arkivdel
Arkivstruktur.Klassifikasjonssystem "+klassifikasjonssystem 0..1" o--> "+klasse 0..*" Arkivstruktur.Klasse
Arkivstruktur.Klasse "+overklasse 0..1" o-> "+underklasse 0..*" Arkivstruktur.Klasse
Arkivstruktur.Klasse "+klasse 0..1" o--> "+mappe 0..*" Arkivstruktur.Mappe
Arkivstruktur.Mappe "+mappe 0..1" o--> "+registrering 0..*" Arkivstruktur.Registrering
Arkivstruktur.Mappe "+overmappe 0..1" o--> "+undermappe 0..*" Arkivstruktur.Mappe
Arkivstruktur.Klasse "+klasse 0..1" o--> "+registrering 0..*" Arkivstruktur.Registrering
Arkivstruktur.Arkivdel "nestearkivdel 0..1" o--> "forrigearkivdel 0..1" Arkivstruktur.Arkivdel
Arkivstruktur.Arkivdel "+arkivdel 0..1" o--> "+registrering 0..*\n" Arkivstruktur.Registrering
Arkivstruktur.Arkivdel "\n+arkivdel 0..1" o--> "+mappe 0..*" Arkivstruktur.Mappe
Arkivstruktur.Registrering "+registrering 1..*" o--> "+dokumentbeskrivelse 0..*" Arkivstruktur.Dokumentbeskrivelse
Arkivstruktur.Dokumentbeskrivelse "+dokumentbeskrivelse 1" o--> "+dokumentobjekt 0..*" Arkivstruktur.Dokumentobjekt
@enduml
| false
| true
| false
| false
|
class
|
ea2256d4d1c16d04078b83e9d42050537b2d4bba
|
6c1c7cd7bf6df648880c0676964502463f18fda5
|
/src/main/java/Model/Model.plantuml
|
089869620b64120bbe62b72361b8c28af6e7f9fb
|
[] |
no_license
|
yannickTilly/appliVisiteurCli
|
978c0ee4f04bca36c12911c2b7bb477ed53275d8
|
407e183f3998825d96409eef530ed5d6656fe5b5
|
refs/heads/master
| 2022-12-11T17:56:20.251585
| 2020-05-19T11:24:35
| 2020-05-19T11:24:35
| 217,737,041
| 0
| 0
| null | 2022-11-15T23:31:18
| 2019-10-26T16:28:45
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 7,177
|
plantuml
|
@startuml
title __MODEL's Class Diagram__\n
namespace Model {
class Model.ConsultationDrugsModel {
~ drugs : Collection<Drug>
+ getDrugs()
+ setDrugs()
}
}
namespace Model {
class Model.ConsultationPratitionnersModel {
}
}
namespace Model {
class Model.ConsultationRapportVisiteModel {
- listeners : Collection<ConsultationRapportVisiteModelListener>
+ ConsultationRapportVisiteModel()
+ addListener()
+ getRapportVisite()
+ removeListener()
+ setRapportVisite()
- fireRapportVisiteChange()
}
}
namespace Model {
class Model.ConsultationRapportVisitesModel {
- listeners : Collection<ConsultationRapportVisitesModelListener>
- rapportVisites : Collection<Report>
+ ConsultationRapportVisitesModel()
+ addListener()
+ getRapportVisites()
+ removeListener()
+ setRapportVisites()
- fireRapportVisitesModel()
}
}
namespace Model {
class Model.Context {
- contextListeners : List<ContextListener>
- token : String
+ Context()
+ addListener()
+ getToken()
+ removeListener()
+ setToken()
- fireUserLoginSucess()
}
}
namespace Model {
class Model.Credential {
- login : String
- password : String
+ getLogin()
+ getPassword()
+ setLogin()
+ setPassword()
}
}
namespace Model {
class Model.Department {
- code : String
- id : long
- name : String
- workedTimes : Collection<WorkedTime>
+ getCode()
+ getId()
+ getName()
+ getWorkedTimes()
+ setCode()
+ setId()
+ setName()
+ setWorkedTimes()
}
}
namespace Model {
class Model.Diploma {
- id : long
- name : String
- pratitionners : Collection<Pratitionner>
- speciality : String
+ getId()
+ getName()
+ getPratitionners()
+ getSpeciality()
+ setId()
+ setName()
+ setPratitionners()
+ setSpeciality()
}
}
namespace Model {
class Model.Drug {
- description : String
- drugPresentations : Collection<DrugPresentation>
- id : long
- name : String
+ Drug()
+ getDescription()
+ getDrugPresentations()
+ getId()
+ getName()
+ setDescription()
+ setDrugPresentations()
+ setId()
+ setName()
}
}
namespace Model {
class Model.DrugPresentation {
- id : long
+ getDrug()
+ getId()
+ getReport()
+ setDrug()
+ setId()
+ setReport()
}
}
namespace Model {
class Model.Pratitionner {
- diplomas : Collection<Diploma>
- firstName : String
- id : long
- reports : Collection<Report>
+ getDiplomas()
+ getFirstName()
+ getId()
+ getReports()
+ setDiplomas()
+ setFirstName()
+ setId()
+ setReports()
}
}
namespace Model {
class Model.Region {
- code : String
- delegues : Collection<User>
- id : long
- name : String
- reports : Collection<Report>
- workedTimes : Collection<WorkedTime>
+ getCode()
+ getDelegues()
+ getId()
+ getName()
+ getReports()
+ getSector()
+ getWorkedTimes()
+ setCode()
+ setDelegues()
+ setId()
+ setName()
+ setReports()
+ setSector()
+ setWorkedTimes()
}
}
namespace Model {
class Model.Report {
- date : LocalDate
- description : String
- drugPresentations : Collection<DrugPresentation>
- id : long
+ Report()
+ getDate()
+ getDescription()
+ getDrugPresentations()
+ getId()
+ getPratitionner()
+ getRegion()
+ getUser()
+ setDate()
+ setDescription()
+ setDrugPresentations()
+ setId()
+ setPratitionner()
+ setRegion()
+ setUser()
}
}
namespace Model {
class Model.Sector {
- code : String
- id : long
- name : String
+ getCode()
+ getId()
+ getName()
+ setCode()
+ setId()
+ setName()
}
}
namespace Model {
class Model.User {
- codePostal : String
- hiringDate : String
- id : long
- login : String
- matricule : String
- nom : String
- password : String
- prenom : String
- reports : Collection<Report>
- ville : String
- workedTimes : Collection<WorkedTime>
+ getCodePostal()
+ getHiringDate()
+ getId()
+ getLogin()
+ getMatricule()
+ getNom()
+ getPassword()
+ getPrenom()
+ getRegion()
+ getReports()
+ getVille()
+ getWorkedTimes()
+ setCodePostal()
+ setHiringDate()
+ setId()
+ setLogin()
+ setMatricule()
+ setNom()
+ setPassword()
+ setPrenom()
+ setRegion()
+ setReports()
+ setVille()
+ setWorkedTimes()
}
}
namespace Model {
class Model.WorkedTime {
- dateEnd : Date
- dateStart : Date
- id : long
+ getDateEnd()
+ getDateStart()
+ getDepartment()
+ getId()
+ getRegion()
+ getUser()
+ setDateEnd()
+ setDateStart()
+ setDepartment()
+ setId()
+ setRegion()
+ setUser()
}
}
Model.ConsultationRapportVisiteModel o-- Model.Report : rapportVisite
Model.DrugPresentation o-- Model.Drug : drug
Model.DrugPresentation o-- Model.Report : report
Model.Region o-- Model.Sector : sector
Model.Report o-- Model.Pratitionner : pratitionner
Model.Report o-- Model.Region : region
Model.Report o-- Model.User : user
Model.User o-- Model.Region : region
Model.WorkedTime o-- Model.Department : department
Model.WorkedTime o-- Model.Region : region
Model.WorkedTime o-- Model.User : user
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
|
dabc833f886e84cca9fee32f5ef0fa158339d6dc
|
70de92862bcbb7fe6fd51ad1f5bb51ecbb5c873a
|
/doc/One_Wire_Interfaces.puml
|
d5e8c026fd8f023e78adf8bfeebb4101f04e03cf
|
[] |
no_license
|
HomeMadeBots/One_Wire_Interfaces
|
21d92396585a6a7344055272a1f7aaaedad926d7
|
99064301b1fed9a55e89c1bda31297da3c4dbffd
|
refs/heads/main
| 2023-08-25T00:52:59.821199
| 2021-10-25T08:02:34
| 2021-10-25T08:02:34
| 383,439,287
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 135
|
puml
|
@startuml
package One_Wire_Interfaces [
Gathers software elements allowing to manage
the 1-Wire communication protocol.
]
@enduml
| false
| true
| false
| false
|
uml-unknown
|
03cfd05fa239b597566970e59ffb46b919f0f5a3
|
2a542ae20df9385a329d8fe385b2f44f2eb8135c
|
/integration/fabric/atsa/fsc/diagrams/transfer_with_sc.puml
|
fb94f96cc18e68d57c28e19887658741854050d1
|
[
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] |
permissive
|
v13s/fabric-smart-client
|
5a2cb06e8935265613dd9083d5c88c69357c34f5
|
c37da69b9133df560d4e25b7c0ce19a8cdec1bb7
|
refs/heads/main
| 2023-06-12T17:42:50.094746
| 2021-07-05T11:33:33
| 2021-07-05T11:33:33
| 383,103,545
| 0
| 0
|
Apache-2.0
| 2021-07-05T10:34:58
| 2021-07-05T10:34:57
| null |
UTF-8
|
PlantUML
| false
| false
| 642
|
puml
|
@startuml
'- force wrapping of longer text
'skinparam wrapWidth 400
!pragma teoz true
hide footbox
participant "Alice" as Alice
participant "Bob" as Bob
participant "Fabric Network" as Orderer
Alice -> Orderer: Get Certification of AgreementToSpend and Asset.
Orderer -> Alice: Certifications
Alice -> Alice: Prepare Transaction Tx\nappending certifications
Alice -> Bob: Collect Signature on Tx
Bob -> Bob: Check Tx & Add Bob's Ins and Outs
Bob -> Alice: Send back signature on Tx
note right of Bob: Wait for Finality of Tx
Alice -> Alice: Check Tx
Alice -> Orderer: Send Tx to Ordering
note right of Alice: Wait for Finality of Tx
@enduml
| false
| true
| false
| false
|
sequence
|
949cd40822cd905f533a9444086e5e3e473d31f5
|
72c605a8372b04f19ec6ee6cefaf5517524d8f74
|
/ButtonLed/ButtonLedSimulatedEnv.emi/src-models/output-ButtonLedEnvironment/output-CompositeStructureSM.plantuml
|
bd8e313db9d9d2a59b65ae490fd128e3bb76ef4e
|
[] |
no_license
|
ValentinBesnard/emi-deployment
|
73fba07d8f2cb6fabf82b4274bff564c3d17798e
|
d18eac496381bbf60ff6a2a0492083c8f0705a72
|
refs/heads/master
| 2022-04-15T22:09:51.331064
| 2020-02-24T07:03:54
| 2020-02-24T07:03:54
| 182,274,203
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 715
|
plantuml
|
@startuml
state Env {
state "envLedPort : EnvLedPort" as ButtonLedsEnvironment_Env_envLedPort <<entrypoint>>
state "envButtonPort : EnvButtonPort" as ButtonLedsEnvironment_Env_envButtonPort <<entrypoint>>
state "envLed : SimulatedLight" as ButtonLedsEnvironment_Env_envLed
state "envButton : SimulatedButton" as ButtonLedsEnvironment_Env_envButton {
state "peer" as ButtonLedsEnvironment_Env_envButton_ButtonLedsEnvironment_SimulatedButton_peer <<entrypoint>>
}
ButtonLedsEnvironment_Env_envButton_ButtonLedsEnvironment_SimulatedButton_peer --> ButtonLedsEnvironment_Env_envButtonPort
ButtonLedsEnvironment_Env_envLedPort --> ButtonLedsEnvironment_Env_envLed
}
@enduml
| false
| true
| false
| false
|
state
|
ea30452e639025fa222c1de8b42cb1f3ab8a4fc1
|
dc33135804183b8c279ebcf93767e9da4e7d7fef
|
/scripts/test/test_SequenceDiagram.plantuml
|
11cd08906bf5d4ee8acf463d8a32cf25fd322549
|
[
"MIT"
] |
permissive
|
articuluxe/harmsway
|
3f983c3a7643d2297570aba79c50ed0665faaea1
|
e648da11765bc86757dae0f1fec595a9d3f8c6b0
|
refs/heads/master
| 2023-08-08T22:07:47.095721
| 2023-08-07T20:43:27
| 2023-08-07T20:43:27
| 26,622,105
| 2
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 620
|
plantuml
|
@startuml
/' This is a comment '/
skinparam titleBorderRoundCorner 15
skinparam titleBorderThickness 2
skinparam titleBorderColor red
skinparam titleBackgroundColor Aqua-CadetBlue
title Simple communication\nexample
caption This is a caption
database db
== startup ==
Alice -> Bob: question
activate Bob
...
Bob --> Bob: Should I answer?
db <- Bob: consult
...several minutes later...
note right: this could be asynchronous
== end of startup ==
Bob --> Alice: response
deactivate Bob
header
<font color=red>Warning:</font>
Do not use in production.
endheader
center footer Generated for demonstration
@enduml
| false
| true
| false
| false
|
sequence
|
b1d507625c601d05dd5fbec17b097674610cef98
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/ProductRevertedStagedChangesMessagePayload.puml
|
971121f2615c1256a4970c3e6b9ec66402a49a08
|
[] |
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
| 490
|
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 ProductRevertedStagedChangesMessagePayload [[ProductRevertedStagedChangesMessagePayload.svg]] extends MessagePayload {
type: String
removedImageUrls: [[String.svg List<String>]]
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
| false
| true
| false
| false
|
class
|
f16d3b9d306bafdfc47517fb82188f883b7813fe
|
9d852efca8af76cf0feaf7b479c5b647e085ff20
|
/app/UML/Sequence.puml
|
7cf3c3f73e5d5bae6a5f57699e8dffd077f074c0
|
[] |
no_license
|
bke0002/Timers
|
a27cee0cc610ee32ae1211b1f33924659e501562
|
496db1bc620a3ef980a891588c609faa5c5d6039
|
refs/heads/master
| 2021-03-08T19:29:56.586740
| 2016-05-04T21:56:36
| 2016-05-04T21:56:36
| 58,054,297
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,466
|
puml
|
@startuml
actor User
participant MainActivity
participant PastTimersActivity
participant TimerActivity
database Database
User -> MainActivity: Open App
activate MainActivity
MainActivity --> User: Display Splash Screen
User <-- MainActivity: Display Main Menu
alt user tries to\ndisplay old timers\nwith no timers
User -> MainActivity: Press "Old Timers"
MainActivity -> PastTimersActivity: Open "Past Timers" page
deactivate MainActivity
activate PastTimersActivity
PastTimersActivity -> Database: Request Timers
Database --> PastTimersActivity: Return empty list of timers
PastTimersActivity --> User: Display empty list\nof timers
User -> PastTimersActivity: Press Back button
PastTimersActivity -> MainActivity: Open MainActivity
destroy PastTimersActivity
activate MainActivity
MainActivity --> User: Display Main Menu
else user displays old timers when timers exist
User -> MainActivity: Press "Old Timers"
MainActivity -> PastTimersActivity: Open "Past Timers" page
deactivate MainActivity
activate PastTimersActivity
PastTimersActivity -> Database: Request Timers
Database --> PastTimersActivity: Return list of existing saved timers
PastTimersActivity --> User: Display list\nof timers
User -> PastTimersActivity: Press Back button
PastTimersActivity -> MainActivity: Open MainActivity
destroy PastTimersActivity
activate MainActivity
MainActivity --> User: Display Main Menu
end
User -> MainActivity: Press "New Timer"
MainActivity --> User: Display form for entering new timer info
User -> MainActivity: Enter Timer Name
User -> MainActivity: (optional)\nEnter Timer Description
User -> MainActivity: Press "Start"
MainActivity -> TimerActivity: Open Timer page
deactivate MainActivity
activate TimerActivity
TimerActivity -> Database: Create Timer
Database --> TimerActivity: Return Timer from Database
TimerActivity --> User: Display Timer page
loop until "Stop" is\npressed or\nBack Button is\npressed
alt user presses "Mark"
User -> TimerActivity: Press "Mark"
TimerActivity --> Database: Create marker object with no note for current Timer
else user presses "Note"
User -> TimerActivity: Press "Note"
TimerActivity -> TimerActivity: Save time of button press
TimerActivity --> User: Display form to enter note for marker
User -> TimerActivity: Enter marker note
User -> TimerActivity: Press "Done"
TimerActivity -> Database: Save new Marker with time of button press and given note
TimerActivity --> User: Display normal Timer UI
else user presses Back button
User -> TimerActivity: Presses back button
TimerActivity -> MainActivity: Open Timer creation form
MainActivity --> User: Display form for entering new timer info
destroy TimerActivity
activate MainActivity
else user presses Stop button
User -> TimerActivity: Presses "Stop"
TimerActivity -> TimerActivity: Stop timer
TimerActivity --> Database: Save Timer information
TimerActivity --> User: Display list of markers in timer
alt user presses "Description"
TimerActivity --> User: Display timer description
else user presses "Manu"
TimerActivity -> MainActivity: Load Main Menu
MainActivity --> User: Display Main Menu
end
end
@enduml
| false
| true
| false
| false
|
usecase
|
e75dfc0a8010ae6dd345be912c7c410209a08889
|
ee91868dbe44ca6d30083ba94de75dbc00939b93
|
/android/src/uas/lntv/pacmangame/pacmangame.plantuml
|
29feb7deb6d4649086806d6c6ffc7af79957ce2b
|
[] |
no_license
|
CruseoGithub/pacman
|
3ff68054d89bed70c27f26f38477a6ac55365b0b
|
27cb32503e0ef5ad903457d67361d7e3b9fb184d
|
refs/heads/main
| 2023-04-11T02:05:41.222384
| 2021-04-27T09:09:29
| 2021-04-27T09:09:29
| 323,032,133
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 465
|
plantuml
|
@startuml
title __PACMANGAME's Class Diagram__\n
namespace uas.lntv.pacmangame {
class uas.lntv.pacmangame.AndroidLauncher {
# onCreate()
}
}
uas.lntv.pacmangame.AndroidLauncher -up-|> com.badlogic.gdx.backends.android.AndroidApplication
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
|
e87f45d859fec42b397687d2d67a27a9dfef910e
|
87b13699a92fe26bd2974254727e6859f3ae32f3
|
/src/csheets/userstories/macros02_03/edit_variables/i130339/macros02_03_sequence_diagram_design_getVariables.puml
|
fcea3df55c00f3c5ec5b857a1e436cad4f61ad95
|
[] |
no_license
|
1130348/Confusao
|
62e06a3428e4455807b6b247c52d9f94b95fa2c1
|
4fa082ace786a61c0868e6ff8f08ac2497fbabd3
|
refs/heads/master
| 2020-03-25T00:25:42.003519
| 2015-06-26T14:16:24
| 2015-06-26T14:16:24
| 143,185,136
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 734
|
puml
|
@startuml doc-files/macros02_03_sequence_diagram_design_getVariables.png
actor user
participant "EditVariablesPanel" as editvariablespanel
participant "EditVariablesController" as controller
participant "UIController" as uicontroller
participant "WorkBook" as workbook
participant "List<Variable> list" as variable
user -> editvariablespanel: Choose to Edit Variables
editvariablespanel -> controller: modifications()
editvariablespanel -> uicontroller: getActiveWorkbook()
editvariablespanel -> workbook: list = getVariables()
loop
variable -> editvariablespanel: var = get()
editvariablespanel -> editvariablespanel: jcombobox.addItem(var)
end loop
@enduml
| false
| true
| false
| false
|
usecase
|
689dbf2a79678e6058a18cb3cdfa132bb7f391dd
|
f579c2de5f73ef81ab6009d9dbc06350173784a2
|
/doc/dependencies.puml
|
59df8976f462bf322fadf69d5f455899a27c7884
|
[] |
no_license
|
jobiols/cl-amic
|
633c8b1a46569f2f5e3c234e62f2c547de437ec6
|
3f83936c913b7861199c48c70af502fda74bc5c5
|
refs/heads/11.0
| 2021-12-11T19:13:37.628012
| 2021-11-27T17:09:41
| 2021-11-27T17:09:41
| 201,338,282
| 0
| 4
| null | 2021-06-20T20:35:14
| 2019-08-08T21:11:47
|
Python
|
UTF-8
|
PlantUML
| false
| false
| 611
|
puml
|
@startuml dependencias de modulos
class mrp_easy_prod {
}
class mrp_lot_attributes {
}
class mrp_ot {
}
class mrp_production_cancel {
}
class pre_printed_stock_picking {
}
mrp_easy_prod -u-> odoo.mrp
mrp_easy_prod -u-> odoo.hr
mrp_lot_attributes -u-> odoo.stock
mrp_lot_attributes -u-> odoo.mrp
mrp_lot_attributes -u-> mrp_ot
mrp_ot -u-> odoo.mrp
mrp_ot -u-> odoo.product
mrp_ot -u-> oca.web_widget_timepicker
mrp_easy_prod --> mrp_ot
mrp_ot -u-> odoo.stock
mrp_production_cancel -u-> odoo.mrp
pre_printed_stock_picking -u-> adhoc.l10n_ar_aeroo_stock
pre_printed_stock_picking -u-> mrp_lot_attributes
@enduml
| false
| true
| false
| false
|
class
|
65eeab3d3b37a379733a9bc03cf18d5a7eb40ab5
|
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
|
/metrics/cli/docs/features/update/diagrams/updater_class_diagram.puml
|
21c784e097ed6edb5043b9657b3bbbdfccfb4318
|
[
"BSD-3-Clause",
"Apache-2.0"
] |
permissive
|
solid-vovabeloded/flank-dashboard
|
7e952fa1399585d3f15cae2ed2cab435fb82df3f
|
15dae0c40823cc12886a1bb0c087442c0697ac89
|
refs/heads/master
| 2023-07-11T19:54:58.430004
| 2021-08-06T10:29:26
| 2021-08-06T10:29:26
| 389,593,827
| 0
| 0
|
Apache-2.0
| 2021-07-26T10:33:52
| 2021-07-26T10:25:59
| null |
UTF-8
|
PlantUML
| false
| false
| 6,056
|
puml
|
@startuml updater_class_diagram
package services {
package firebase {
interface FirebaseService {
+ login(): Future<void>
+ createWebApp(String projectId): Future<void>
+ deployHosting(String projectId, String target, String appPath, [String authToken]): Future<void>
+ deployFirebase(String projectId, String firebasePath, [String authToken]): Future<void>
+ upgradeBillingPlan(String projectId): FutureOr<void>
+ initializeFirestoreData(String projectId): FutureOr<void>
+ enableAnalytics(String projectId): FutureOr<void>
+ configureAuthProviders(String projectId): FutureOr<String>
+ acceptTermsOfService(): FutureOr<void>
}
}
package flutter {
interface FlutterService {
+ build(String appPath): Future<void>
}
}
package git {
interface GitService {
+ checkout(String repoUrl, String targetDirectory): Future<void>
}
}
package npm {
interface NpmService {
+ installDependencies(String path): Future<void>
}
}
package sentry {
interface SentryService {
+ login(): Future<void>
+ createRelease(SentryRelease release, List<SourceMap> sourceMaps, [String authToken]): Future<void>
+ getRelease(): SentryRelease
+ getProjectDsn(SentryProject project): String
}
}
}
package common {
package model as common.model {
package factory as model.factory {
class ServicesFactory {
+ create(): Services
}
class PathsFactory {
+ create(String rootPath): Paths
}
}
class Services {
+ flutterService: FlutterService
+ gcloudService: GCloudService
+ npmService: NpmService
+ gitService: GitService
+ firebaseService: FirebaseService
+ sentryService: SentryService
}
class Paths {
+ rootPath: String
+ webAppPath: String
+ webAppBuildPath: String
+ firebasePath: String
+ firebaseFunctionsPath: String
+ metricsConfigPath: String
}
class WebMetricsConfig {
+ {static} googleSignInClientIdName: String
+ {static} sentryDsnName: String
+ {static} sentryEnvironmentName: String
+ {static} sentryReleaseName: String
+ sentryWebConfig: SentryWebConfig
+ toMap(): Map<String, String>
}
class SentryWebConfig {
+ dsn: String
+ environment: String
+ release: String
}
}
}
package core.domain.entities {
interface MetricsConfig {
+ googleSignInClientId: String
+ sentryDsn: String
+ sentryEnvironment: String
+ sentryRelease: String
}
}
package cli {
package command {
class UpdateCommand {
+ name: String
+ description: String
+ updaterFactory: UpdaterFactory
+ run(): Future<void>
}
}
package updater {
package constants {
class UpdateConstants {
+ {static} repoURL: String
+ {static} firebaseTarget: String
+ {static} sentryEnvironment: String
+ {static} tempDirectoryPrefix: String
}
}
package factory {
class UpdaterFactory {
- _servicesFactory: ServicesFactory
+ create(): Updater
}
}
package config as updater.config {
package factory as updater.factory {
class UpdateConfigFactory {
- _fileHelper: FileHelper
- _configParser: UpdateConfigParser
+ create(String configPath): UpdateConfig
}
}
package model as updater.model {
class UpdateConfig {
+ firebaseConfig: FirebaseConfig
+ sentryConfig: SentryConfig
+ {static} fromJson(Map<String,dynamic> json): UpdateConfig
}
}
package parser {
class UpdateConfigParser {
- {static} _parser: YamlMapParser
+ parse(String configYaml): UpdateConfig
}
}
}
class Updater {
- _flutterService: FlutterService
- _npmService: NpmService
- _gitService: GitService
- _firebaseService: FirebaseService
- _sentryService: SentryService
- _fileHelper: FileHelper
- _pathsFactory: PathsFactory
+ update(String configPath): Future<void>
}
}
}
package util.file {
class FileHelper {
+ getFile(String path): File
+ createTempDirectory(Directory directory, String prefix): Directory
+ replaceEnvironmentVariables(File file, Map<String, dynamic> environment): void
}
}
UpdateCommand --> Updater: uses
UpdateCommand --> UpdaterFactory: uses
UpdateCommand --> UpdateConfigFactory: uses
Updater --> services: uses
Updater -down---> FileHelper: uses
Updater --> UpdateConstants: uses
Updater -up-> common.model: uses
UpdateConfigParser --> UpdateConfig: uses
UpdateConfigFactory --> UpdateConfigParser: uses
UpdateConfigFactory --> UpdateConfig: uses
UpdaterFactory -right-> ServicesFactory: uses
UpdaterFactory -right> Updater: creates
Services -down--> services: uses
ServicesFactory --> Services: creates
PathsFactory --> Paths: creates
WebMetricsConfig -left> SentryWebConfig: uses
WebMetricsConfig .up.|> MetricsConfig
UpdaterFactory -[hidden]down-> UpdateConstants
SentryService -[hidden]down-> FirebaseService
FlutterService -[hidden]down-> NpmService
NpmService -[hidden]down-> GitService
@enduml
| false
| true
| false
| false
|
sequence
|
959f77a1e8238e812cec0354cb1654f347997e06
|
766e54f7e74376370411bfa97d7bb153748197b0
|
/exercise44/docs/exercise44UML.puml
|
c246e13503a9262390886f0f9d26d9bcba14dcbf
|
[] |
no_license
|
WhorTez/Ortiz-a04
|
2db3a342e36fa9794ae271a653592ebe710df8ea
|
6296b9208536c8b340217ecb8dbd6c4f6dc8bb59
|
refs/heads/main
| 2023-08-23T17:53:51.474137
| 2021-10-18T03:25:23
| 2021-10-18T03:25:23
| 415,972,380
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 374
|
puml
|
@startuml
class Solution44 {
Inventory i
+main(String[] args)
+String getItemName()
+void getJSONDATA()
+void checkInventory(String item)
}
class item{
String name
double price
int amount
+String getName(): name
+double getPrice(): price
+int getAmount(): amount/quantity
}
class inventory{
ArrayList<item> products
}
inventory --> item
Solution44 --> inventory
@enduml
| false
| true
| false
| false
|
class
|
d2ad6b9a432bbe6da566c7f6e48a10bd73ea3d36
|
5ae3918bd2f41a233c17989c679e271524519771
|
/Class/generics.puml
|
9ccc557d2a4c93aa722fed63f1cd74a21a41eeee
|
[] |
no_license
|
frontjang/uml
|
cc23fd9bd26fb89f680976e01c39e67361351fa5
|
73a4762697fcf587a93ffa012aa68c579b71ccb7
|
refs/heads/master
| 2021-01-13T07:20:39.736312
| 2016-10-04T07:19:10
| 2016-10-04T07:19:10
| 69,414,550
| 1
| 2
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 158
|
puml
|
@startuml
class Foo<? extends Element> {
int size()
}
Foo *- Element
class System << (S,#FF7700) Singleton >>
class Date << (D,orchid) >>
@enduml
| false
| true
| false
| false
|
class
|
5d8549b5fc8361a95891ec54352c0d3b613fb209
|
b04d5166435afbe4a531aaccc447a40c92bb649b
|
/docs/UseCases/Manage-Cloudlet/Add-Cloudlet.puml
|
a662e01016aa31554e32c0afb3d4bfff2352e0b8
|
[] |
no_license
|
CAADE/CloudLet
|
bc8e2d2ca4662aa60732888d727fca11d4045f66
|
08066bb296578ca6dc60a20388b15cb0f08425c4
|
refs/heads/master
| 2021-07-24T19:23:37.384552
| 2018-08-11T13:37:52
| 2018-08-11T13:37:52
| 81,122,426
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 271
|
puml
|
@startuml
Actor "actorName" as A
box "Manage-Cloudlet" #lightblue
participant CLI as CLI
participant Web as Web
participant "cloudlet" as S
A -> CLI : cloudlet-cloudlet-add()
CLI -> S : cloudlet/add()
A -> Web : cloudlet/add()
Web -> S : cloudlet/add()
end box
@enduml
| false
| true
| false
| false
|
sequence
|
864a2d9dad7835c3a5fb81a0516ed78854661ea2
|
512f6d2466c56f73fb32d366e57af926b219f470
|
/UMLS/StrategyPreRefactoring.puml
|
080aae0204079715721b7fcea3eda8983e396594
|
[] |
no_license
|
GerardRyan1989/SoftwareDesignPatternsCA
|
0d2e9f617d1e2c7c1c3642056045b401c8254226
|
76bf52230278309d6c690caf8273ac4af357a929
|
refs/heads/master
| 2020-04-05T02:09:58.501941
| 2019-04-14T00:38:10
| 2019-04-14T00:38:10
| 156,466,359
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 440
|
puml
|
@startuml
class User{
-age: int
-uName: String
-balance: double
+User()
+User(uName: String, age: int, balance: double)
+setName(uName: String): void
+setAge(age: int): void
+setBalance(balance: double): void
+getName(): String
+getAge(): int
+getBalance(): double
+toString(): String
}
class Dealer{
-name: String
-balance: double
+Dealer()
+Dealer(name: String, balance: double)
+toString(): String
}
User <|-- Dealer
@enduml
| false
| true
| false
| false
|
class
|
2261f83e92a0f3f5427652305f50c23cdf9db376
|
7cd098f8f9af3cd494451a2647028a0ea10d268b
|
/docs/default_versions.puml
|
59e42b4ca8868d9818bd1761f6599acdc771da6c
|
[] |
no_license
|
Voronenko/ansible-developer_recipes
|
7bf849ee3c4e4095d96f4ff74ea9af6277bcafe9
|
8782341c15e9f22106fc975b0285639efc57e2b0
|
refs/heads/master
| 2023-02-13T20:01:16.099740
| 2020-04-12T18:03:45
| 2020-04-12T18:03:45
| 35,158,237
| 38
| 26
| null | 2023-01-24T23:29:28
| 2015-05-06T12:52:32
|
Python
|
UTF-8
|
PlantUML
| false
| false
| 834
|
puml
|
#!/usr/bin/plantuml
@startuml
object default_parameters
default_parameters : mysql_root_user = "root"
default_parameters : id = 123
default_parameters : mysql_root_password = "devroot"
default_parameters : apache_mode = "worker"
default_parameters : java_version = "8"
default_parameters : phpstorm_version = "9.0.2"
default_parameters : pycharm_version = "4.5.4"
default_parameters : rubymine_version = "7.1.4"
default_parameters : intellij_version = "14.1.4"
default_parameters : robomongo_version = "0.8.5"
default_parameters : dbeawer_version = "3.4.5"
default_parameters : oracle_vbox_version = "4.3"
default_parameters : mongo_version = "3"
default_parameters : vagrant_version = "1.7.4"
default_parameters : nodejs_version = "0.12"
default_parameters : php_family = "default"
default_parameters : hypervisor = "esx"
@enduml
| false
| true
| false
| false
|
class
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.