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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
faa67b66a3d6c74ac29f66499004a741d8d376f6 | 6669afd15b835e4029133102cfffbdc63764286e | /docs/diagrams/ViewGoalSequenceDiagram.puml | 9b3b494119cd27627e068c7b7afb7b26b99e1abf | [] | no_license | jerichochua/tp | 852d34673f31b7d728af310a7985d51cd6409c99 | d8b562a2aab468abf75cdd0f28b9d64eeb7ca1c1 | refs/heads/master | 2023-01-21T17:48:15.520953 | 2020-11-09T15:38:41 | 2020-11-09T15:38:41 | 297,093,690 | 0 | 0 | null | 2020-09-20T14:27:09 | 2020-09-20T14:27:08 | null | UTF-8 | PlantUML | false | false | 859 | puml | @startuml
skinparam Shadowing false
participant ":Fitr"
participant "<<class>>\n:Parser"
participant ":ViewCommand"
activate ":Fitr"
":Fitr" -> "<<class>>\n:Ui" : read()
activate "<<class>>\n:Ui"
":Fitr" <-- "<<class>>\n:Ui"
deactivate "<<class>>\n:Ui"
":Fitr" -> "<<class>>\n:Parser" : parse("view goal")
activate "<<class>>\n:Parser"
create ":ViewCommand"
"<<class>>\n:Parser" -> ":ViewCommand" ++
return
":Fitr" <-- "<<class>>\n:Parser"
deactivate "<<class>>\n:Parser"
":Fitr" -> ":ViewCommand" : execute()
activate ":ViewCommand"
":ViewCommand" -> ":ViewCommand" : viewGoal()
activate ":ViewCommand"
":ViewCommand" -> "<<class>>\n:Ui" : printCustomMessage()
activate "<<class>>\n:Ui"
return
return
":ViewCommand" --> ":Fitr"
deactivate ":ViewCommand"
":ViewCommand" -[hidden]-> ":Fitr"
destroy ":ViewCommand"
deactivate ":Fitr"
hide footbox
@enduml
| false | true | false | false | sequence |
60a17a53886303b193b2074b6c06d4bf0ffb9fb6 | 7fbdb3db8e966a7f78cad2d9e6798dfd8aedea01 | /src/com/cjj/designpattern/creator/builder/BuilderSequenceGraph.puml | 302d7ab21c84286f3b5d0ec68ea62169196568a2 | [] | no_license | vuquangtin/DesignPattern-1 | 3d1fc64e8412bf5ba3a10a38dde121c68ffc8b9a | 47182c1c6e3f7e4126d33bdca53e055d9f0b3b5d | refs/heads/master | 2021-10-09T20:10:01.009239 | 2019-01-03T01:33:51 | 2019-01-03T01:33:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 795 | puml | @startuml
activate Client
Client ->ConcreteBuilder:new
Client ->Director:construct
activate Director
Director ->ConcreteBuilder:buildPart1
activate ConcreteBuilder
ConcreteBuilder -->Director
deactivate ConcreteBuilder
Director ->ConcreteBuilder:buildPart2
activate ConcreteBuilder
ConcreteBuilder -->Director
deactivate ConcreteBuilder
Director ->ConcreteBuilder:buildPart3
activate ConcreteBuilder
ConcreteBuilder -->Director
deactivate ConcreteBuilder
Director -->Client
deactivate Director
Client ->ConcreteBuilder:getResult
activate ConcreteBuilder
ConcreteBuilder -->Client
deactivate ConcreteBuilder
'Alice -> Bob: Authentication Request
'Bob --> Alice: Authentication Response
'
'Alice -> Bob: Another authentication Request
'Alice <-- Bob: another authentication Response
@enduml | false | true | false | false | sequence |
1e192f57bceb93f6d3d7afaefa314c7128a1befd | f37e90775a158ea0ae644e334eac5bba341f4989 | /Documentation+/PlantUml/sequence/exception.puml | c9c60c4f5a9d080108b85f62fee6a4c643123752 | [] | no_license | Aleks-Ya/yaal_examples | 0087bbaf314ca5127051c93b89c8fc2dcd14c1e3 | ec282968abf1b86e54fc2116c39f2d657b51baac | refs/heads/master | 2023-09-01T07:40:44.404550 | 2023-08-27T15:24:34 | 2023-08-29T22:01:46 | 14,327,752 | 4 | 2 | null | 2021-06-16T20:39:19 | 2013-11-12T09:26:08 | Java | UTF-8 | PlantUML | false | false | 99 | puml | @startuml
ClassA -> ClassB
break
ClassB -> ClassB: throwException()
end
ClassB --> ClassA
@enduml
| false | true | false | false | sequence |
63ec8e6792786c884d67c1ead46c4d6b0dadbd83 | 816c359fb61721079af875e2b265f1fdb28aba7d | /plantuml/requirement-example.puml | be89461a71479286911b16d0d94d368fe9b0bc21 | [] | no_license | enochchu/starter | 06c5910a7898bb6d1c3f6b11aeddb1e3d922c206 | f1c34bf4bb4b262bfa4f5e69666328c3c6de3191 | refs/heads/master | 2023-02-17T17:27:06.044113 | 2022-09-03T23:49:10 | 2022-09-03T23:49:10 | 156,338,205 | 0 | 0 | null | 2023-02-04T11:30:36 | 2018-11-06T06:43:24 | HTML | UTF-8 | PlantUML | false | false | 2,123 | puml | @startuml
package "Business Requirements" {
[Business Requirement #1]
}
package "User Requirements" {
[User Requirement #1]
[User Requirement #2]
[User Requirement #3]
}
package "System Requirements" {
[System Requirement #1]
[System Requirement #2]
[System Requirement #3]
[System Requirement #4]
[System Requirement #5]
[System Requirement #6]
}
package "Test Cases" {
component BBDTestCase1 [
BBD Test Case #1
<code>
Feature: System Requirement #1
Background: Business Requirement #1
Scenario: Dr. Bill posts to his own blog
Given I am logged in as Dr. Bill
When I try to post to "Expensive Therapy"
Then I should see "Your article was published."
]
component BBDTestCase2 [
BBD Test Case #2
<code>
Feature: System Requirement #1
Background: Business Requirement #1
Scenario: Dr. Bill posts to his own blog
Given I am logged in as Dr. Bill
When I try to post to "Expensive Therapy"
Then I should see "Your article was published."
]
component BBDTestCase3 [
BBD Test Case #3
<code>
Feature: System Requirement #1
Background: Business Requirement #1
Scenario: Dr. Bill posts to his own blog
Given I am logged in as Dr. Bill
When I try to post to "Expensive Therapy"
Then I should see "Your article was published."
]
}
[Business Requirement #1] --> [User Requirement #1] : derive
[Business Requirement #1] --> [User Requirement #2] : derive
[Business Requirement #1] --> [User Requirement #3] : derive
[User Requirement #1] --> [System Requirement #1] : derive
[User Requirement #1] --> [System Requirement #2] : derive
[User Requirement #1] --> [System Requirement #3] : derive
[User Requirement #2] --> [System Requirement #4] : derive
[User Requirement #2] --> [System Requirement #5] : derive
[User Requirement #2] --> [System Requirement #6] : derive
[System Requirement #1] --> [BBDTestCase1] : test and verify
[System Requirement #2] --> [BBDTestCase2] : test and verify
[System Requirement #3] --> [BBDTestCase3] : test and verify
@enduml | false | true | false | false | sequence |
9ff5fc22076159fb254e94002827f5dcca9fc31f | f16bbddd5bab88fa7b338cf125ebfb11d8518e54 | /Tower_Defense_Maxime_LANGLET/src/sample/sequence_baseTower.puml | 4b40f956d5bf7bd1e14574f6b02d78268a5d965a | [] | no_license | Maxlanglet/Tower-Defense-with-JAVAFX | 4a56f702f792b4b602a852eb8e0452a5064c48e0 | 1e96def9a690499ec3ac8c0e5e099264315b1b97 | refs/heads/master | 2022-06-26T03:50:20.730985 | 2020-05-11T16:53:25 | 2020-05-11T16:53:25 | 263,100,332 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 876 | puml | @startuml
'Ces diagrammes n'ont pas été généré automatiquement mais c'est moi même qui ait coder '
'ces diagrammes'
activate baseTower
baseTower -> PNJs: findClosest()
PNJs --> ClosestPNJ: closest
activate ClosestPNJ
ClosestPNJ --> baseTower: coordinates
loop ClosestPNJ isAlive && isClosest && IsinRange
baseTower -> baseTower: setRotation()
activate baseTower
deactivate baseTower
alt IsinRange() && !isPause
baseTower -> ClosestPNJ: fire()
ClosestPNJ -> ClosestPNJ: getDammage()
activate ClosestPNJ
deactivate ClosestPNJ
baseTower -> Bullet: new Projectile
activate Bullet
deactivate Bullet
destroy Bullet
end
deactivate ClosestPNJ
note left of ClosestPNJ
Marque la fin de vie
ou la sortie de la zone d'atteinte
end note
end
@enduml | false | true | true | false | sequence |
0701d9e4ffea63c89c9be8d54069a1403aa4c9f8 | f5ec8bece047224fed97fbec1d5759410549353f | /docs/diagrams/request-review-workflow.iuml | 76ae27f1fe539d69e46cf214d9504939f0c7fa07 | [
"LicenseRef-scancode-philippe-de-muyter",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | thehyve/podium | f271e8deb4a8d5385acc89c163f998e2c806ae09 | 158e222bd03d23a4696c94b1e45aa1bfcead8038 | refs/heads/dev | 2023-01-27T14:04:53.239435 | 2021-09-13T20:35:59 | 2021-09-13T20:35:59 | 80,543,393 | 13 | 5 | NOASSERTION | 2023-01-07T06:48:17 | 2017-01-31T17:23:37 | Java | UTF-8 | PlantUML | false | false | 241 | iuml | @startuml
(*) --> "Validation"
"Revision" ->[Resubmit] "Validation"
"Validation" ->[Invalid] "Closed"
"Validation" --> "Review"
"Review" ->[Approve/reject] "Closed"
"Review" ->[Revise] "Revision"
"Validation" ->[Revise] "Revision"
@enduml
| false | true | false | false | uml-unknown |
768be544f2c4aa24478af18fde872bf58687810c | 372e13940be1f116c671dbb746617a331f06899e | /Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Utility/ListUtil.puml | f4ca79ac62941ca64e47ed5c8aa608adad3f8976 | [] | no_license | guolifeng2018/CIGA-Game-Jam | 797734576510e27b5c5cee2eb17c1444f51d258c | fcd03e5579bef3bffe2cb51f52ba11a49a9cc02d | refs/heads/master | 2022-12-10T19:21:15.522141 | 2020-08-16T10:06:23 | 2020-08-16T10:06:23 | 285,986,041 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 201 | puml | @startuml
class ListUtil <<static>> {
+ {static} Create(count:int, value:T) : List<T>
+ {static} CreateArray(count:int, value:T) : T[]
+ {static} GetRandomItem(list:IList<T>) : T
}
@enduml
| false | true | false | false | class |
068759f7e230318f8f42c071a69e257cf8d7c58c | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StateResourceIdentifier.puml | f632dcca35339c9027e1102b1d8901b9aa858e1a | [] | 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 | 8,667 | 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 StateResourceIdentifier [[StateResourceIdentifier.svg]] extends ResourceIdentifier {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
interface ResourceIdentifier [[ResourceIdentifier.svg]] {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
interface StateDraft [[StateDraft.svg]] {
key: String
type: [[StateTypeEnum.svg StateTypeEnum]]
name: [[LocalizedString.svg LocalizedString]]
description: [[LocalizedString.svg LocalizedString]]
initial: Boolean
roles: [[StateRoleEnum.svg List<StateRoleEnum>]]
transitions: [[StateResourceIdentifier.svg List<StateResourceIdentifier>]]
}
interface StateSetTransitionsAction [[StateSetTransitionsAction.svg]] {
action: String
transitions: [[StateResourceIdentifier.svg List<StateResourceIdentifier>]]
}
interface StagedOrderTransitionCustomLineItemStateAction [[StagedOrderTransitionCustomLineItemStateAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
quantity: Long
fromState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
toState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
actualTransitionDate: DateTime
}
interface StagedOrderTransitionLineItemStateAction [[StagedOrderTransitionLineItemStateAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
quantity: Long
fromState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
toState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
actualTransitionDate: DateTime
}
interface StagedOrderTransitionStateAction [[StagedOrderTransitionStateAction.svg]] {
action: String
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
force: Boolean
}
interface OrderFromCartDraft [[OrderFromCartDraft.svg]] {
id: String
cart: [[CartResourceIdentifier.svg CartResourceIdentifier]]
version: Long
orderNumber: String
purchaseOrderNumber: String
paymentState: [[PaymentState.svg PaymentState]]
shipmentState: [[ShipmentState.svg ShipmentState]]
orderState: [[OrderState.svg OrderState]]
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface OrderFromQuoteDraft [[OrderFromQuoteDraft.svg]] {
quote: [[QuoteResourceIdentifier.svg QuoteResourceIdentifier]]
version: Long
quoteStateToAccepted: Boolean
orderNumber: String
paymentState: [[PaymentState.svg PaymentState]]
shipmentState: [[ShipmentState.svg ShipmentState]]
orderState: [[OrderState.svg OrderState]]
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
}
interface OrderTransitionCustomLineItemStateAction [[OrderTransitionCustomLineItemStateAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
quantity: Long
fromState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
toState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
actualTransitionDate: DateTime
}
interface OrderTransitionLineItemStateAction [[OrderTransitionLineItemStateAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
quantity: Long
fromState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
toState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
actualTransitionDate: DateTime
}
interface OrderTransitionStateAction [[OrderTransitionStateAction.svg]] {
action: String
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
force: Boolean
}
interface PaymentStatusDraft [[PaymentStatusDraft.svg]] {
interfaceCode: String
interfaceText: String
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
}
interface PaymentTransitionStateAction [[PaymentTransitionStateAction.svg]] {
action: String
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
force: Boolean
}
interface ProductDraft [[ProductDraft.svg]] {
productType: [[ProductTypeResourceIdentifier.svg ProductTypeResourceIdentifier]]
name: [[LocalizedString.svg LocalizedString]]
slug: [[LocalizedString.svg LocalizedString]]
key: String
description: [[LocalizedString.svg LocalizedString]]
categories: [[CategoryResourceIdentifier.svg List<CategoryResourceIdentifier>]]
categoryOrderHints: [[CategoryOrderHints.svg CategoryOrderHints]]
metaTitle: [[LocalizedString.svg LocalizedString]]
metaDescription: [[LocalizedString.svg LocalizedString]]
metaKeywords: [[LocalizedString.svg LocalizedString]]
masterVariant: [[ProductVariantDraft.svg ProductVariantDraft]]
variants: [[ProductVariantDraft.svg List<ProductVariantDraft>]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
searchKeywords: [[SearchKeywords.svg SearchKeywords]]
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
publish: Boolean
priceMode: [[ProductPriceModeEnum.svg ProductPriceModeEnum]]
}
interface ProductTransitionStateAction [[ProductTransitionStateAction.svg]] {
action: String
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
force: Boolean
}
interface QuoteRequestTransitionStateAction [[QuoteRequestTransitionStateAction.svg]] {
action: String
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
force: Boolean
}
interface QuoteTransitionStateAction [[QuoteTransitionStateAction.svg]] {
action: String
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
force: Boolean
}
interface ReviewDraft [[ReviewDraft.svg]] {
key: String
uniquenessValue: String
locale: String
authorName: String
title: String
text: String
target: [[Object.svg Object]]
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
rating: Integer
customer: [[CustomerResourceIdentifier.svg CustomerResourceIdentifier]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface ReviewTransitionStateAction [[ReviewTransitionStateAction.svg]] {
action: String
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
force: Boolean
}
interface StagedQuoteTransitionStateAction [[StagedQuoteTransitionStateAction.svg]] {
action: String
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
force: Boolean
}
StateResourceIdentifier --> StateDraft #green;text:green : "transitions"
StateResourceIdentifier --> StateSetTransitionsAction #green;text:green : "transitions"
StateResourceIdentifier --> StagedOrderTransitionCustomLineItemStateAction #green;text:green : "fromState"
StateResourceIdentifier --> StagedOrderTransitionCustomLineItemStateAction #green;text:green : "toState"
StateResourceIdentifier --> StagedOrderTransitionLineItemStateAction #green;text:green : "fromState"
StateResourceIdentifier --> StagedOrderTransitionLineItemStateAction #green;text:green : "toState"
StateResourceIdentifier --> StagedOrderTransitionStateAction #green;text:green : "state"
StateResourceIdentifier --> OrderFromCartDraft #green;text:green : "state"
StateResourceIdentifier --> OrderFromQuoteDraft #green;text:green : "state"
StateResourceIdentifier --> OrderTransitionCustomLineItemStateAction #green;text:green : "fromState"
StateResourceIdentifier --> OrderTransitionCustomLineItemStateAction #green;text:green : "toState"
StateResourceIdentifier --> OrderTransitionLineItemStateAction #green;text:green : "fromState"
StateResourceIdentifier --> OrderTransitionLineItemStateAction #green;text:green : "toState"
StateResourceIdentifier --> OrderTransitionStateAction #green;text:green : "state"
StateResourceIdentifier --> PaymentStatusDraft #green;text:green : "state"
StateResourceIdentifier --> PaymentTransitionStateAction #green;text:green : "state"
StateResourceIdentifier --> ProductDraft #green;text:green : "state"
StateResourceIdentifier --> ProductTransitionStateAction #green;text:green : "state"
StateResourceIdentifier --> QuoteRequestTransitionStateAction #green;text:green : "state"
StateResourceIdentifier --> QuoteTransitionStateAction #green;text:green : "state"
StateResourceIdentifier --> ReviewDraft #green;text:green : "state"
StateResourceIdentifier --> ReviewTransitionStateAction #green;text:green : "state"
StateResourceIdentifier --> StagedQuoteTransitionStateAction #green;text:green : "state"
@enduml
| false | true | false | false | sequence |
a795eae2580f91d8e741c26f666ffad42bc2be99 | 4621e00ecfde3b3881315fe0cd1c6a3dbbe07cc4 | /DOC/thesis/thesis_doc_files/plantUML/uniprot/uniprot_msc_NACK.plantuml | 79e2e9d7243889d78525e585282b90b5c98976f6 | [] | no_license | calcite/Sonochan-mkII | f63f4e8cf04ccbe133348c8cc8fc50a480125de3 | 79bff1500a26d513f8cbeda2dddb617f7d1a12b4 | refs/heads/master | 2021-01-11T18:27:32.575359 | 2017-09-15T15:47:06 | 2017-09-15T15:50:55 | 79,550,901 | 1 | 4 | null | 2017-04-14T06:06:14 | 2017-01-20T10:46:17 | C | UTF-8 | PlantUML | false | false | 311 | plantuml | @startuml
skinparam monochrome true
title Universal protocol: DEV1 <---> DEV2 (Fail)
DEV1 -> DEV2: Header + payload + tail + CRC
note over DEV2: Data corruption
DEV2 -> DEV1: NACK
note over DEV1: Send data again
DEV1 -> DEV2: Header + payload + tail + CRC
note over DEV2: Data OK
DEV2 -> DEV1: ACK
@enduml | false | true | false | false | sequence |
8911d7706cfb0e04939688ca1e2e915ff10831fb | 567f67d85c0fd2269533a084f9ae772794b3be5b | /GuitarShop/out/production/GuitarShop/Guitar.puml | b26061d2d4671d2c70ecddcc9e8c32b315e3051c | [] | no_license | Con-OBrien/Object-Orientated-Analysis-And-Design | 07f0b090ff66cca7b39e5687b6c941f0a6ee0296 | 73123f6787470677c30ee036c95eaff138e6b464 | refs/heads/master | 2020-03-28T21:14:26.502666 | 2018-10-15T14:27:57 | 2018-10-15T14:27:57 | 149,140,794 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,054 | puml | @startuml
class Guitar {
- String serialNumber
- double price
- Builder builder
- String model
- Type type
- Wood backWood
- Wood topWood
+ Guitar(String serialNumber, double price, Builder builder,
String model, Type type, Wood backWood, Wood topWood)
+ getSerialNumber(): String
+ getPrice(): double
+setPrice(double)
}
class GuitarSpec {
- Builder builder
- String model
- Type type
- int numStrings
- Wood backWood
- Wood topWood
+ getBuilder(): Builder
+ getModel(): String
+ getType(): Type
+ getNumStrings(): int
+ getBackWood(): Wood
+ getTopWood(): Wood
}
class Inventory {
- List guitars
+ getGuitar(String serialNumber): Guitar
+ search(Guitar searchGuitar): Guitar
+ Inventory()
+ addGuitar(String serialNumber, double price, Builder builder,
String model, Type type, Wood backWood, Wood topWood)
}
enum Wood {
CEDAR
MAHOGANY
ALDER
}
enum Strings {
SIX
TWELVE
}
enum Type {
ACOUSTIC
ELECTRIC
}
enum Builder {
FENDER
GIBSON
MARTIN
COLLINGS
}
GuitarSpec <|-- "0..* " Guitar : Has a
Guitar --o Inventory : contains
@enduml | false | true | false | false | class |
4f636f93f5ff2b9c713993272106f932fb79e4dc | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P2/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test-dummies/java/spec/concordion/integration/junit3/junit3.plantuml | c2398f02f3e233a50bd04c3c220e80733da4ad89 | [
"WTFPL",
"Apache-2.0"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,223 | plantuml | @startuml
title __JUNIT3's Class Diagram__\n
package spec.concordion {
package spec.concordion.integration {
package spec.concordion.integration.junit3 {
class Foo {
+ Foo()
+ testDummy()
}
}
}
}
package spec.concordion {
package spec.concordion.integration {
package spec.concordion.integration.junit3 {
class FooFixture {
+ FooFixture()
}
}
}
}
package spec.concordion {
package spec.concordion.integration {
package spec.concordion.integration.junit3 {
class FooFixtureRecorder {
{static} - fooFixtureClass : String
{static} + getFooFixtureClass()
{static} + setFooFixtureClass()
}
}
}
}
package spec.concordion {
package spec.concordion.integration {
package spec.concordion.integration.junit3 {
class FooTest {
+ FooTest()
+ testDummy()
}
}
}
}
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 |
a160a397afed3fd8247f0211097067f85a5cceac | 57515bfad33d5ab1e68cccc924700e88316e19b9 | /DiagramaClases/Clases/Usuarios.puml | fe646eff42f5321c826a07a5c69012dd11db0a1c | [] | no_license | NicolasBachs/DocumentacionZMGestion | 0e42009bf3bbf4d244e85a8545997c880f233074 | a099ddb44b8911b8428b9c4bdc2f9156c480af47 | refs/heads/master | 2023-01-27T17:57:29.235074 | 2020-12-02T15:35:21 | 2020-12-02T15:35:21 | 232,633,959 | 1 | 0 | null | 2020-01-08T18:44:12 | 2020-01-08T18:44:11 | null | UTF-8 | PlantUML | false | false | 450 | puml | @startuml Usuarios
hide circle
class Usuarios {
idUsuario : int
idUbicacion: int
usuario: string
password: string
token: string
cantidadIntentos : int
fechaUltIntento: DateTime
fechaNacimiento: DateTime
fechaInicio: DateTime
estadoCivil: string
cantidadHijos: int
iniciarSesion(): Response
cerrarSesion(): Response
listarOrdenesProduccion(): List<OrdenesProduccion>
listarTareas(): List<Tareas>
}
@enduml | false | true | false | false | class |
40c4047e1bd8d96630fc2be8a1d4a53759e666c5 | 6e29d893e7deebb9339dd5515195d7e510aba402 | /Documentação/Sprint 3/UC07a_Adicionar_Habilitacoes_Academicas/UC07a_Adicionar_Habilitacoes_Academicas_Diagrama_Sequencia_Sistema.puml | e6ac7f5c186f96cb53156b437189dfb87b37a249 | [] | no_license | blestonbandeiraUPSKILL/upskill_java1_labprg_grupo2 | 3a257326461907780a503165042584c5b7a8e535 | 95c31675e9008e961f00b177d6814046a72b577c | refs/heads/main | 2023-03-18T20:54:48.147868 | 2021-03-21T20:10:16 | 2021-03-21T20:10:16 | 331,623,577 | 0 | 2 | null | 2021-03-21T20:10:17 | 2021-01-21T12:38:14 | Java | UTF-8 | PlantUML | false | false | 813 | puml | @startuml
title UC07a - Adicionar Habilitações Académicas
actor Administrativo
participant ":Sistema" as Sistema
activate Administrativo
Administrativo -> Sistema : 1 O administrativo inicia o processo de adicionar habilitações académicas do freelancer
activate Sistema
loop
Sistema --> Administrativo: 2 solicita o email do Freelancer (email)
Administrativo -> Sistema: 3 O administrativo selecciona o email do Freelancer a partir da lista fornecida
Sistema --> Administrativo: 4 O sistema mostra o nome do Freelancer e as habilitações \nacadémicas anteriormente introduzidas
Administrativo -> Sistema: 5 introduz as habilitaçoes académicas (grau, nomeCurso, instituicao, mediaCurso)
Sistema --> Administrativo: 6 Operação bem sucedida
end
deactivate Administrativo
deactivate Sistema
@enduml | false | true | true | false | usecase |
2235b4c2b9ed637475581c954872055a3fe5d5bb | ed45ea4470bcfc497e2584697d7842a540e04fd9 | /ros2/navigation2/nav2_lifecycle_manager/lifecycle_manager_client.puml | 5d0bb1e3133aa5736a77c5ba2dcd5480ad679892 | [] | no_license | cf-zhang/documents | ffcd8213587f8aa9c47406cf2491bf77beec9c33 | 8a4439932017b67fba7988ff7fadd9829bce1e4c | refs/heads/master | 2022-03-03T13:52:27.333343 | 2022-02-25T11:31:22 | 2022-02-25T11:31:22 | 154,789,912 | 11 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,261 | puml | @startuml
'https://plantuml.com/class-diagram
namespace nav2_lifecycle_manager{
enum SystemStatus{
ACTIVE,
INACTIVE,
TIMEOUT
}
class LifecycleManagerClient{
-- public method --
explicit LifecycleManagerClient(const std::string & name);
bool startup(const std::chrono::nanoseconds timeout = std::chrono::nanoseconds(-1));
bool shutdown(const std::chrono::nanoseconds timeout = std::chrono::nanoseconds(-1));
bool pause(const std::chrono::nanoseconds timeout = std::chrono::nanoseconds(-1));
bool resume(const std::chrono::nanoseconds timeout = std::chrono::nanoseconds(-1));
bool reset(const std::chrono::nanoseconds timeout = std::chrono::nanoseconds(-1));
SystemStatus is_active(const std::chrono::nanoseconds timeout = std::chrono::nanoseconds(-1));
void set_initial_pose(double x, double y, double theta);
bool navigate_to_pose(double x, double y, double theta);
-- protected method --
bool callService(command,timeout)
-- protected data --
using ManageLifecycleNodes = nav2_msgs::srv::ManageLifecycleNodes;
rclcpp::Node::SharedPtr node_;
rclcpp::Client<ManageLifecycleNodes>::SharedPtr manager_client_;
rclcpp::Client<std_srvs::srv::Trigger>::SharedPtr is_active_client_;
std::string manage_service_name_;
std::string active_service_name_;
}
}
@enduml | false | true | false | false | class |
2c64d62e0e6b9850b9d19376a8427ea7ddb8f8bb | e699f4096dbb3ed4cbf2dd8d1c458e3c6e9d44d5 | /entregavelJava/src/Diagrama.puml | fa94ac69c86ab659095fde3a4cd4bdc879c5f24e | [] | no_license | ninalofrese/javadh | e7efb5a18c1127caac31456d0994f0c99fb814fa | 226a42ac5e510b68aaf9ede3ed6a7a7bde333db0 | refs/heads/master | 2020-07-06T07:44:05.086352 | 2020-03-01T22:40:49 | 2020-03-01T22:40:49 | 202,944,250 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,693 | puml | @startuml
Professor <|-- ProfessorAdjunto
Professor <|-- ProfessorTitular
Curso o-- Aluno
Curso o-- ProfessorAdjunto
Curso o-- ProfessorTitular
Aluno o-- Matricula
DigitalHouseManager --> Aluno
DigitalHouseManager --> Matricula
DigitalHouseManager --> Professor
DigitalHouseManager --> Curso
class Aluno{
- nome: String;
- sobrenome: String;
- codigoAluno: Integer;
}
class Curso{
- nome: String
- codigoCurso: Integer
- titular: ProfessorTitular
- adjunto: ProfessorAdjunto
- maxAlunos: Integer
- alunos: List<Aluno>
+ adicionarUmAluno(Aluno): boolean
+ excluirAluno(Aluno): void
}
abstract class Professor{
- nome: String
- sobrenome: String
- tempoCasa: Integer
- codigoProfessor: Integer
}
class ProfessorTitular{
- especialidade: String
}
class ProfessorAdjunto{
- horasMonitoria: Integer
}
class Matricula{
- aluno: Aluno
- curso: Curso
- dataMatricula: Date
}
class DigitalHouseManager{
- listaAlunos: List<Aluno>
- listaProfessor: List<Professor>
- listaCursos: List<Curso>
- listaMatricula: List<Matricula>
+ registrarCurso(String nome, Integer codigoCurso, Integer maxAlunos):void
+ excluirCurso(Integer): void
+ registrarProfessorAdjunto(String nome, String sobrenome, Integer codigoProfessor, Integer qtdeHoras): void
+ registrarProfessorTitular(String nome, String sobrenome, Integer codigoprofessor, String especialidade): void
+ excluirProfessor(Integer): void
+ matricularAluno(String nome, String sobrenome, Integer codigoAluno): void
+ matricularAluno(Integer codigoAluno, Integer codigoCurso): void
+ alocarProfessores(Integer codigoCurso, Integer codigoProfessorTitular, Integer codigoProfessorAdjunto)
+ consultarCurso(Integer codigoAluno): List<Curso>
}
@enduml
| false | true | false | false | class |
87444630a50c65b7a8896fd362a9b0ef617ffced | 2d233a502e90695894217ded43afcbec9421d34a | /phase2/phase1.plantuml | 2a8b79430d19c73fe5c52637799f8e16142b15af | [] | no_license | kexinlin/CSC207-Software-Design | b9d51521481d6e8d9060b7d2febd2af88965b4f4 | 503e3e1b77a022e0804d714fefe79740da4fa4d9 | refs/heads/master | 2021-07-06T12:14:13.445225 | 2019-04-03T19:22:35 | 2019-04-03T19:22:35 | 188,863,831 | 0 | 0 | null | 2020-10-13T13:29:12 | 2019-05-27T14:59:35 | Java | UTF-8 | PlantUML | false | false | 7,062 | plantuml | @startuml
title __PHASE1's Class Diagram__\n
package controller {
class ATM {
}
}
package controller {
class ATMRecordController {
}
}
package controller {
class ATMTest {
}
}
package model {
package model.transactors {
abstract class Account {
}
}
}
package controller {
class AccountFactory {
}
}
package model {
package model.exceptions {
class AccountNotExistException {
}
}
}
package view {
package view.cmdline {
class AccountsCmd {
}
}
}
package controller {
class AlertController {
}
}
package model {
package model.transactors {
abstract class AssetAccount {
}
}
}
package model {
package model.persons {
class BankManager {
}
}
}
package controller {
class BankSystem {
}
}
package controller {
class BankSystemTest {
}
}
package controller {
package controller.transactions {
interface BillController {
}
}
}
package model {
enum Cash {
}
}
package controller {
package controller.transactions {
class CashController {
}
}
}
package controller {
class CashFactory {
}
}
package controller {
package controller.transactions {
class ChequeController {
}
}
}
package model {
package model.transactors {
class ChequingAccount {
}
}
}
package view {
package view.cmdline {
class CommandLineUI {
}
}
}
package model {
package model.transactors {
class CreditCardAccount {
}
}
}
package model {
package model.transactors {
abstract class DebtAccount {
}
}
}
package controller {
package controller.transactions {
interface DepositController {
}
}
}
package model {
package model.transactions {
class DepositTransaction {
}
}
}
package controller {
package controller.transactions {
class FileBillController {
}
}
}
package controller {
package controller.transactions {
class FileDepositController {
}
}
}
package controller {
package controller.transactions {
class FileWithdrawController {
}
}
}
package view {
package view.cmdline {
class HelpCmd {
}
}
}
package model {
package model.exceptions {
class InsufficientCashException {
}
}
}
package model {
package model.exceptions {
class InvalidOperationException {
}
}
}
package model {
package model.transactors {
class LineOfCreditAccount {
}
}
}
package model {
package model.persons {
interface Loginable {
}
}
}
package controller {
class Main {
}
}
package view {
package view.cmdline {
class ManagerCmd {
}
}
}
package model {
class Message {
}
}
package model {
package model.exceptions {
class NoEnoughMoneyException {
}
}
}
package model {
package model.exceptions {
class NoTransactionException {
}
}
}
package model {
package model.transactions {
class PayBillTransaction {
}
}
}
package view {
package view.cmdline {
class PersonsCmd {
}
}
}
package controller {
class RecordController {
}
}
package model {
class Request {
}
}
package model {
package model.transactors {
class SavingAccount {
}
}
}
package model {
package model.transactions {
abstract class Transaction {
}
}
}
package model {
package model.transactions {
class TransferTransaction {
}
}
}
package view {
package view.cmdline {
class TxCmd {
}
}
}
package view {
interface UI {
}
}
package model {
package model.persons {
class User {
}
}
}
package controller {
package controller.transactions {
interface WithdrawController {
}
}
}
package model {
package model.transactions {
class WithdrawTransaction {
}
}
}
ATM o-- BankSystem : bankSystem
ATM o-- Loginable : loggedIn
ATM o-- CashController : cashController
ATM o-- ChequeController : chequeController
ATM o-- DepositController : depositController
ATM o-- WithdrawController : withdrawController
ATM o-- ATMRecordController : atmRecordController
ATM o-- AlertController : alertController
ATMRecordController o-- ATM : atm
ATMRecordController o-- CashFactory : cashFactory
ATMTest o-- ATM : atm
Account o-- User : owner
AccountsCmd o-- CommandLineUI : ui
AccountsCmd o-- AccountFactory : accountFactory
AlertController o-- BankSystem : bankSystem
AlertController o-- ATM : atm
AssetAccount -up-|> Account
BankManager -up-|> Loginable
BankSystem o-- BillController : billController
BankSystem o-- RecordController : recordController
BankSystem o-- AccountFactory : accountFactory
BankSystemTest o-- BankSystem : bankSystem
CashController o-- ATM : machine
ChequeController o-- ATM : machine
ChequingAccount -up-|> AssetAccount
CommandLineUI -up-|> UI
CommandLineUI o-- ATM : machine
CommandLineUI o-- HelpCmd : helpCmd
CommandLineUI o-- PersonsCmd : personsCmd
CommandLineUI o-- AccountsCmd : accountsCmd
CommandLineUI o-- TxCmd : txCmd
CommandLineUI o-- ManagerCmd : managerCmd
CreditCardAccount -up-|> DebtAccount
DebtAccount -up-|> Account
DepositTransaction -up-|> Transaction
DepositTransaction o-- Account : acc
FileBillController -up-|> BillController
FileDepositController -up-|> DepositController
FileDepositController o-- ATM : machine
FileDepositController o-- CashFactory : cashFactory
FileWithdrawController -up-|> WithdrawController
FileWithdrawController o-- ATM : atm
HelpCmd o-- CommandLineUI : ui
LineOfCreditAccount -up-|> DebtAccount
ManagerCmd o-- CommandLineUI : ui
Message o-- User : user
PayBillTransaction -up-|> Transaction
PayBillTransaction o-- Account : source
PersonsCmd o-- CommandLineUI : ui
RecordController o-- BankSystem : bankSystem
RecordController o-- AccountFactory : accountFactory
Request o-- User : user
SavingAccount -up-|> AssetAccount
TransferTransaction -up-|> Transaction
TransferTransaction o-- Account : fromAcc
TransferTransaction o-- Account : toAcc
TxCmd o-- CommandLineUI : ui
User -up-|> Loginable
User o-- ChequingAccount : primaryAccount
WithdrawTransaction -up-|> Transaction
WithdrawTransaction o-- Account : acc
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 |
0c4037fbf278bd40452fafe1877de27dd36b24c6 | 0cbd525f787ad59f1ba5f75c4510937d7b40ff04 | /CrashAnalytics/Exception.puml | d335dba8683727a2610c1e4aa032937894e9375f | [] | no_license | nijigenirubasho/CrashAnalytics | 34b2b174d6bade25c121c371c49a3cd4f35f9bd1 | 7a2f9013e9a5c5b661a959f4d5f3105e0f5c9a55 | refs/heads/main | 2023-07-08T03:33:18.694785 | 2021-08-16T04:19:08 | 2021-08-16T04:19:08 | 396,609,851 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 643 | puml | @startuml
'https://plantuml.com/class-diagram
'https://blog.csdn.net/changsimeng/article/details/54410986
namespace java.lang {
class Error << unchecked >>
class RuntimeException << unchecked >>
Throwable <|-- Error
Throwable <|-- Exception
Exception <|-- RuntimeException
RuntimeException <|-- IllegalStateException
Exception <|-- ReflectiveOperationException
ReflectiveOperationException <|-- ClassNotFoundException
}
namespace java.io {
java.lang.Exception <|-- IOException
IOException <|-- FileNotFoundException
}
namespace java.net {
java.io.IOException <|-- UnknownHostException
}
@enduml | false | true | false | false | class |
8dba38619f1652159456e656e62deaef05c97f65 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_TextEventCheck.puml | d28aad41ec982e52a90113ee3f310dbe20d69e33 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 524 | puml | @startuml
class TMP_TextEventCheck {
OnEnable() : void
OnDisable() : void
OnCharacterSelection(c:char, index:int) : void
OnSpriteSelection(c:char, index:int) : void
OnWordSelection(word:string, firstCharacterIndex:int, length:int) : void
OnLineSelection(lineText:string, firstCharacterIndex:int, length:int) : void
OnLinkSelection(linkID:string, linkText:string, linkIndex:int) : void
}
MonoBehaviour <|-- TMP_TextEventCheck
TMP_TextEventCheck --> "TextEventHandler" TMP_TextEventHandler
@enduml
| false | true | false | false | class |
152088b8e4a51366c7183383fefc6e4d0c48bcd3 | 418493e99ee0c87456da7cb3ef22aa4bcb83be60 | /documentation/software_design/manage_notifications/click_on_split_invitation_notification_sequence_diagram.puml | 243927643716bb6540935a39826e580721243d0c | [] | no_license | AyoubMoujane/SplitPay | 8fc6fe1eb09b5d1566015994b5443e77eb5ec2a4 | 8408108f732a77ed837dfc695e9a712c33b614a7 | refs/heads/main | 2023-02-16T11:40:57.259756 | 2021-01-17T07:26:19 | 2021-01-17T07:26:19 | 311,427,277 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 529 | puml | @startuml
autonumber
-> NotificationController : goToSplitView(ActionEvent)
NotificationController -> NotificationFacade : deleteNotification(String)
activate NotificationDAO
NotificationFacade -> NotificationDAO : deleteNotificationById(String)
NotificationDAO --> NotificationController : done
deactivate NotificationDAO
NotificationController -> SplitController : displaySplit(String)
SplitController --> NotificationController : done
NotificationController -> SplitPay : window.setScene(new Scene(Parent, int, int))
@enduml | false | true | false | false | sequence |
4fb3f5ad84c694c3c7987becd9e4a960a503a17a | 57515bfad33d5ab1e68cccc924700e88316e19b9 | /DiagramaClases/Clases/Presupuestos.puml | 43afea6687627c8171e19e18cfdb1e4870b34b95 | [] | no_license | NicolasBachs/DocumentacionZMGestion | 0e42009bf3bbf4d244e85a8545997c880f233074 | a099ddb44b8911b8428b9c4bdc2f9156c480af47 | refs/heads/master | 2023-01-27T17:57:29.235074 | 2020-12-02T15:35:21 | 2020-12-02T15:35:21 | 232,633,959 | 1 | 0 | null | 2020-01-08T18:44:12 | 2020-01-08T18:44:11 | null | UTF-8 | PlantUML | false | false | 639 | puml | @startuml Presupuestos
hide circle
class Presupuestos{
idPresupuesto: int
idUbicacion: int
idCliente: int
idUsuario: int
fechaAlta: DateTime
periodoValidez: int
observaciones: string
estado: string
crearLineaPresupuesto(lineaPresupuesto LineasPresupuesto): Response
modificarLineaPresupuesto(lineaPresupuesto LineasPresupuesto): Response
borrarLineaPresupuesto(lineaPresupuesto LineasPresupuesto): Response
listarLineasPresupuesto(): List<LineasPresupuesto>
enviarPresupuestoEmail(f File): Response
generarPDF(): File
pasarACreado(): Response
estaExpirado(): bool
}
@endumls | false | true | false | false | class |
e17edfc49020430aa87efad3ae43129e08d6e618 | 7adc4758e3d1d0aca349158f9ffe85228caa0c0b | /Overview.plantuml | e7375a8c1af039b0c3a9d8b14ef51c8df25a6fec | [] | no_license | heig-vd-pro2017/cahier-des-charges | 935ac06e12c5e0f8265cb2cd753be368661503ad | 8fc2a58843184770aad69fadf530e97bc293382a | refs/heads/master | 2021-01-16T23:21:07.534522 | 2017-03-07T14:51:45 | 2017-03-07T14:51:45 | 82,908,363 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 319 | plantuml | @startuml
actor Serveur
actor Client1
actor Client2
actor ClientN
database Database
database DB_C1
database DB_C2
database DB_CN
storage Stockage
Stockage - Serveur
Serveur - Database
Client1 <--> DB_C1
Client2 <--> DB_C2
ClientN <--> DB_CN
Serveur <--> Client1
Serveur <--> Client2
Serveur <--> ClientN
@enduml
| false | true | false | false | sequence |
668daea4785e4636b6614bd4cf861e590510bbe2 | b2377dbb97354ebb11f18337fae7a5deb10e9fd1 | /docs/Solution/Hardware-Stack/Cloud-Island/UseCases.puml | 9931a76bad0dd998d808ba4e50dbf8d2fc880e45 | [] | no_license | CAADE/H2C | 634e94afdd5302232d234aa7abefcfc61a24ea8e | 91227f94a60c8e3285c24333da340c06a51afa9d | refs/heads/master | 2021-03-27T18:25:35.652782 | 2018-06-01T21:58:49 | 2018-06-01T21:58:49 | 83,159,772 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 335 | puml | @startuml
left to right direction
skinparam usecase {
BackgroudnColor #ffffaa
BackgroundColor<<Main>> #aaffff
}
actor :User: <<Person>>
actor :SubSystem: <<Person>>
rectangle "Hardware-Stack/Cloud-Island" {
UseCase UC1 <<Main>> as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> SubSystem
}
@enduml
| false | true | false | false | usecase |
aa8b4566b0379c9ac6fe39dec06d432a272cb9f7 | bc428b8c70d967ab0769aae38fa1322044db5a36 | /src/fr/nicolasgdj/iut/s3/coo/td2/exo2/TD2_Exo2_Question1.plantuml | 427b9862261f2ca30aceef1957f3b490dc71d30a | [] | no_license | NicolasGdj/IUT_S3_COO_RENDU | 40916d0d8ee7e1d3e3b1f7a738fdc6f880df349a | 1136824e43164424d9a216935726080ac330a885 | refs/heads/master | 2021-03-02T03:20:27.957083 | 2020-03-08T15:26:32 | 2020-03-08T15:26:32 | 245,834,374 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 791 | plantuml |
@startuml
title TD2 - Exercice 2 - Question 1
interface Connectable {
+equiper(string)
}
ConnectableFactory ..> Connectable
class Cafetiere{
+equiper(string)
}
Cafetiere ..|> Connectable
class Radio{
+equiper(string)
}
Radio ..|> Connectable
class Radiateur{
+equiper(string)
}
Radiateur ..|> Connectable
interface ConnectableFactory{
+create() : Connectable
+{static}create(string) : Connectable
}
class CafetiereFactory{
+create() : Connectable
}
CafetiereFactory ..|> ConnectableFactory
CafetiereFactory ..> Cafetiere
class RadioFactory{
+create() : Connectable
}
RadioFactory ..|> ConnectableFactory
RadioFactory ..> Radio
class RadiateurFactory{
+create() : Connectable
}
RadiateurFactory ..|> ConnectableFactory
RadiateurFactory ..> Radiateur
@enduml | false | true | false | false | class |
8048d765db80d3cf1d538eebc5fd98abb46e80dc | 94d03af58d9db41a3120487318b5c9a8cadde01e | /chapter_002/src/main/java/ru/job4j/tracker/tracker.puml | 8917902639e20ac9e190ecdcc33fbb422830548f | [] | no_license | c0dered273/job4j | b879257e65b0602bea148d612be1a872df8a75ac | 2129735e9282ca71c0459ccd03c5660c3d256451 | refs/heads/master | 2021-07-16T08:20:14.932328 | 2020-04-12T13:21:41 | 2020-04-12T13:21:41 | 218,601,237 | 0 | 0 | null | 2020-10-13T17:06:39 | 2019-10-30T18:58:58 | Java | UTF-8 | PlantUML | false | false | 847 | puml | @startuml
StartUI <-- Tracker
StartUI <-- Input
StartUI <-- MenuTracker
Tracker *-- Item
MenuTracker <-- Action
Action <|-- CreateItemAction
Action <|-- UpdateItemAction
Action <|-- DeleteItemAction
class Item {
-id : String
-name : String
-desc : String
-created : long
-comments : String[]
}
class Tracker {
-items : Item[]
+add(Item item) : Item
+update(Item item) : void
+findById(String id) : Item
+delete(String id) : void
+getAll() : Item[]
}
class Input {
+ask(String question) : String
+print(String data) : void
}
class StartUI {
+init() : void
}
class MenuTracker {
-actions : Action[]
+select(int index) : Action
}
class Action {
+execute(Tracker tracker, Input input) : void
}
class CreateItemAction
class UpdateItemAction
class DeleteItemAction
@enduml | false | true | false | false | class |
5b6153e65c9bb0d6a6fb8053484632cf7625dc47 | d6374fe9363a41031c51eb622cb0cb5e75b78380 | /legacy/mojaloop-technical-overview/central-settlements/settlement-process/assets/diagrams/sequence/seq-setwindow-6.1.2.plantuml | 79c75a0589068da80474d27674b39a034b568f6f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mojaloop/documentation | 18a1e58443956b9c718f5f85590f652f803f4748 | 6ad904da0293bb259bd9f5140bcecd719d8c8024 | refs/heads/master | 2023-07-26T17:13:14.811484 | 2023-06-26T15:18:57 | 2023-06-26T15:18:57 | 170,135,923 | 24 | 98 | NOASSERTION | 2023-09-01T14:57:33 | 2019-02-11T13:45:44 | JavaScript | UTF-8 | PlantUML | false | false | 16,698 | plantuml | /'*****
License
--------------
Copyright © 2017 Bill & Melinda Gates Foundation
The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Contributors
--------------
This is the official list of the Mojaloop project contributors for this file.
Names of the original copyright holders (individuals or organizations)
should be listed with a '*' in the first column. People who have
contributed from an organization can be listed under the organization
that actually holds the copyright for their contributions (see the
Gates Foundation organization for an example). Those individuals should have
their names indented and be marked with a '-'. Email address can be added
optionally within square brackets <email>.
* Gates Foundation
- Name Surname <name.surname@gatesfoundation.com>
* ModusBox
- Georgi Georgiev <georgi.georgiev@modusbox.com>
--------------
******'/
@startuml
' declate title
title 6.1.2. Close Settlement Window (closeSettlementWindow)
autonumber
' declare actors
actor "Hub Employee" as OPERATOR
boundary "Settlement Service API" as SSAPI
collections "topic-\nsettlement-window" as TOPIC_SET_WIN
control "Settlement Window\nHandler" as SET_WIN_HANDLER
collections "topic-event" as TOPIC_EVENT
entity "Settlement DAO" as SETTLE_DAO
database "Central Store" as DB
box "Central HUB" #lightpink
participant OPERATOR
end box
box "Settlement Service" #lightgreen
participant SSAPI
participant TOPIC_SET_WIN
participant SET_WIN_HANDLER
participant TOPIC_EVENT
participant SETTLE_DAO
end box
box "Central Services" #lightyellow
participant DB
end box
' start flow
group Close Settlement Window
activate OPERATOR
activate SET_WIN_HANDLER
note right of OPERATOR #yellow
{
"state": "CLOSED",
"reason": <string>
}
end note
OPERATOR -> SSAPI: POST - /settlementWindows/{id}
activate SSAPI
SSAPI -> SSAPI: Validate payload, existing window,\nstate, assigned transfers, etc.
break
note right of SSAPI #yellow
{
"errorInformation": {
"errorCode": <integer>,
"errorDescription": "FSPIOP Error Description"
}
}
end note
OPERATOR <-- SSAPI: Respond HTTP - 400 (Bad Request)
end
SSAPI -> SETTLE_DAO: Get requested settlementWindow and state\n<color #FF0000><b>Error code:</b> 2001</color>
activate SETTLE_DAO
SETTLE_DAO -> DB: Get settlementWindow state
activate DB
hnote over DB #lightyellow
SELECT sw.settlementWindowId, swsc.settlementWindowStateId,
swsc.reason, sw.createdDate, swsc.createdDate changedDate
FROM **settlementWindow** AS sw
JOIN **settlementWindowStateChange** AS swsc
ON swsc.settlementWindowStateChangeId = sw.currentStateChangeId
WHERE sw.settlementWindowId = {id}
end hnote
deactivate DB
SETTLE_DAO --> SSAPI: Return result
deactivate SETTLE_DAO
alt settlementWindow found && settlementWindowStateId == 'OPEN'
group Process settlement window
SSAPI -> SETTLE_DAO: Terminate current window and open a new one\n<color #FF0000><b>Error code:</b> 2001</color>
activate SETTLE_DAO
group <color #blue>DB TRANSACTION: Terminate window usage and initate next</color>
note right of SETTLE_DAO #lightgray
let **transactionTimestamp** = now()
end note
SETTLE_DAO -> DB: Terminate requested window
activate DB
hnote over DB #lightyellow
INSERT INTO **settlementWindowStateChange**
(settlementWindowId, settlementWindowStateId, reason, createdDate)
VALUES ({id}, 'PROCESSING', {payload.reason}, {transactionTimestamp})
end hnote
SETTLE_DAO <-- DB: Return **settlementWindowStateChangeId**
deactivate DB
SETTLE_DAO -> DB: Update pointer to current state change id
activate DB
hnote over DB #lightyellow
UPDATE **settlementWindow**
SET currentStateChangeId = {settlementWindowStateChangeId}
WHERE settlementWindowId = {id}
end hnote
deactivate DB
SETTLE_DAO -> DB: Create new settlementWindow
activate DB
hnote over DB #lightyellow
INSERT INTO **settlementWindow** (reason, createdDate)
VALUES ({payload.reason}, {transactionTimestamp})
end note
SETTLE_DAO <-- DB: Return **settlementWindowId**
deactivate DB
SETTLE_DAO -> DB: Insert intial state for the created window
activate DB
hnote over DB #lightyellow
INSERT INTO **settlementWindowStateChange**
(settlementWindowId, settlementWindowStateId, reason, createdDate)
VALUES ({settlementWindowId}, 'OPEN', {payload.reason}, {transactionTimestamp})
end note
SETTLE_DAO <-- DB: Return **newSettlementWindowStateChangeId**
deactivate DB
SETTLE_DAO -> DB: Update pointer to current state change id
activate DB
hnote over DB #lightyellow
UPDATE **settlementWindow**
SET currentStateChangeId = {newSettlementWindowStateChangeId}
WHERE settlementWindowId = {settlementWindowId}
end hnote
deactivate DB
end
SSAPI <-- SETTLE_DAO: Return success
deactivate SETTLE_DAO
end
note right of SSAPI #yellow
Message:
{
id: <uuid>
from: switch,
to: switch,
type: application/json
content: {
payload: {
settlementWindowId: {id}
}
},
metadata: {
event: {
id: <uuid>,
responseTo: null,
type: setwin,
action: close,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
SSAPI -> TOPIC_SET_WIN: Produce Settlement Window\nevent message\n<color #FF0000><b>Error codes:</b> 2003</color>
activate TOPIC_SET_WIN
deactivate TOPIC_SET_WIN
note left of SSAPI #yellow
{
"id": settlementWindowId,
"state": 'OPEN',
"reason": payload.reason,
"createdDate": transactionTimestamp,
"changedDate": transactionTimestamp
}
end note
OPERATOR <-- SSAPI: Respond HTTP - 201 (Created)
deactivate SSAPI
deactivate OPERATOR
group Close settlement window (Deferred Handler)
TOPIC_SET_WIN <- SET_WIN_HANDLER: Consume Settlement Window\nevent message
activate TOPIC_SET_WIN
deactivate TOPIC_SET_WIN
group Persist Event Information
|||
SET_WIN_HANDLER -> TOPIC_EVENT: Publish event information
ref over SET_WIN_HANDLER, TOPIC_EVENT: Event Handler Consume\n
|||
end
note right of SET_WIN_HANDLER #lightgray
let **id** = message.content.payload.settlementWindowId
let **windowContentReady** = false
let **iter** = 0
end note
loop iter < Config.WIN_AGGREGATION_RETRY_COUNT && !windowContentReady
note right of SET_WIN_HANDLER #lightgray
iter++
end note
SET_WIN_HANDLER -> SETTLE_DAO: Check if all transferParticipant records\nfor the requested window have been set\n(currentStateChangeId is NOT NULL).\n<color #FF0000><b>Error code:</b> 2001</color>
activate SETTLE_DAO
SETTLE_DAO -> DB: Use EXISTS query to find NULL currentStateChangeId records
activate DB
hnote over DB #lightyellow
transferFulfilment
transferParticipant
end hnote
deactivate DB
SET_WIN_HANDLER <-- SETTLE_DAO: Return result (success / failure)
deactivate SETTLE_DAO
opt transferParticipant records have been processed by central-ledger SettlementModelHandler
SET_WIN_HANDLER -> SETTLE_DAO: Generate window content and aggregations\n<color #FF0000><b>Error code:</b> 2001</color>
activate SETTLE_DAO
group <color #blue>DB TRANSACTION: Generate window content and aggregations</color>
note right of SETTLE_DAO #lightgray
let **transactionTimestamp** = now()
end note
SETTLE_DAO -> DB: Change all applicable entries to CLOSED state
activate DB
hnote over DB #lightyellow
transferParticipantStateChange
transferParticipant
end hnote
deactivate DB
SETTLE_DAO -> DB: Determine window content and insert
activate DB
SETTLE_DAO -> DB: Get all Settlement Models
SETTLE_DAO -> SETTLE_DAO: create Settlement Models <-> currencyId map
SETTLE_DAO -> SETTLE_DAO: create list of currencies with Settlement Models
SETTLE_DAO -> DB: Get Settlement Window Content list
hnote over DB #lightyellow
SELECT DISTINCT {id} settlementWindowId, pc.ledgerAccountTypeId,
pc.currencyId, m.settlementModelId
FROM **transferFulfilment** tf
JOIN **transferParticipant** tp
ON tp.transferId = tf.transferId
JOIN **participantCurrency** pc
ON pc.participantCurrencyId = tp.participantCurrencyId
JOIN **settlementModel** m
ON m.ledgerAccountTypeId = pc.ledgerAccountTypeId
WHERE tf.settlementWindowId = {id}
AND m.settlementGranularityId = 'NET'
end hnote
SETTLE_DAO -> SETTLE_DAO: filter swcList to add currency to each record based on model
SETTLE_DAO -> DB: Insert filtered list
deactivate DB
SETTLE_DAO -> DB: Aggregate window data and insert
activate DB
hnote over DB #lightyellow
INSERT INTO **settlementContentAggregation** (settlementWindowContentId, participantCurrencyId,
transferParticipantRoleTypeId, ledgerEntryTypeId, currentStateId, createdDate, amount)
SELECT swc.settlementWindowContentId, pc.participantCurrencyId, tp.transferParticipantRoleTypeId,
tp.ledgerEntryTypeId, 'CLOSED', transactionTimestamp, SUM(tp.amount)
FROM **transferFulfilment** tf
JOIN **transferParticipant** tp
ON tf.transferId = tp.transferId
JOIN **participantCurrency** pc
ON pc.participantCurrencyId = tp.participantCurrencyId
JOIN **settlementWindowContent** swc
ON swc.settlementWindowId = tf.settlementWindowId
AND swc.ledgerAccountTypeId = pc.ledgerAccountTypeId
AND swc.currencyId = pc.currencyId
JOIN **settlementModel** m
ON m.settlementModelId = swc.settlementModelId
WHERE ttf.settlementWindowId = {id}
GROUP BY swc.settlementWindowContentId, pc.participantCurrencyId,
tp.transferParticipantRoleTypeId, tp.ledgerEntryTypeId
end hnote
deactivate DB
SETTLE_DAO -> DB: Insert initial window content state change
activate DB
hnote over DB #lightyellow
INSERT INTO **settlementWindowContentStateChange**
(settlementWindowContentId, settlementWindowStateId)
SELECT swc.settlementWindowContentId, 'CLOSED'
FROM **settlementWindowContent** swc
WHERE swc.settlementWindowId = {id}
end hnote
deactivate DB
SETTLE_DAO -> DB: Update pointers to current state change ids
activate DB
hnote over DB #lightyellow
settlementWindowContent
end hnote
deactivate DB
end
SETTLE_DAO --> SET_WIN_HANDLER: Return result (success / failure)
deactivate SETTLE_DAO
end
alt success
note right of SET_WIN_HANDLER #lightgray
windowContentReady = true
end note
SET_WIN_HANDLER -> SETTLE_DAO: Close requested window\n<color #FF0000><b>Error code:</b> 2001</color>
activate SETTLE_DAO
SETTLE_DAO -> DB: Change window state to 'CLOSED'
activate DB
hnote over DB #lightyellow
settlementWindowStateChange
settlementWindow.currentStateChangeId
end hnote
deactivate DB
deactivate SETTLE_DAO
else failure && iter < Config.WIN_AGGREGATION_RETRY_COUNT
note right of SET_WIN_HANDLER #lightgray
**sleep** Config.WIN_AGGREGATION_RETRY_INTERVAL seconds
end note
else failure
SET_WIN_HANDLER -> SETTLE_DAO: Fail requested window\n<color #FF0000><b>Error code:</b> 2001</color>
activate SETTLE_DAO
SETTLE_DAO -> DB: Change window state to 'FAILED'
activate DB
hnote over DB #lightyellow
settlementWindowStateChange
settlementWindow.currentStateChangeId
end hnote
deactivate DB
deactivate SETTLE_DAO
SET_WIN_HANDLER ->> SET_WIN_HANDLER: Log ERROR event
end
end
end
else
SSAPI ->> SSAPI: Log ERROR event
activate SSAPI
note left of SSAPI #yellow
{
"errorInformation": {
"errorCode": <integer>,
"errorDescription": "Client error description"
}
}
end note
OPERATOR <-- SSAPI: Respond HTTP - 4xx (Client error)
deactivate SSAPI
activate OPERATOR
end
deactivate OPERATOR
deactivate SET_WIN_HANDLER
end
@enduml
| false | true | true | false | usecase |
1ca87dc54bd66d42701a6fc6a53396eb743e99bb | 3f9ea4b5447586fef74220d1e8c658d032d27a3a | /wordpress/lfs158x-introduction-to-kubernetes/uml/lfs158x-kvm-minikube-kubectl-interaction.plantuml | 1794da36d03f086e1d91f9b45e5f1c12092f1405 | [
"MIT"
] | permissive | sifaserdarozen/bitsandpieces | d4e3898f5240a01150be2294969d859eed438d7a | ed74a28f5020eb91ac347e9b1f9b34dcdd7e69e5 | refs/heads/master | 2023-04-15T15:23:49.929388 | 2023-03-30T00:31:57 | 2023-03-30T00:31:57 | 199,507,309 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,085 | plantuml | @startuml
title
kvm / minikube / kubectl applications running in linux host
end title
participant "kubectl" as kubectl
participant "minikube" as minikube
participant "type-2 hypervizor\n kvm / virtualbox / hyper-v" as hypervizor
== start / create local kubernetes cluster ==
activate minikube
activate kubectl
activate hypervizor
note over minikube
Minikube uses hypervizor to create a virtual machine,
and then configures it to prepare an all in one
(key value store, manager and worker node) kubernetes
cluster.
end note
[-> minikube: start
note over hypervizor
Hypervizor is responsible from creating virtual
machine that will hold kubernetes cluster.
end note
minikube -> hypervizor: create
hypervizor -> kubecluster ** : create
activate kubecluster
minikube -> kubecluster : prepare single node kubernetes cluster
== access / control local kubernetes cluster ==
kubectl -> kubecluster: access / control
== delete local kubeernetes cluster ==
[-> minikube: delete
minikube -> kubecluster !!
deactivate kubecluster
hide footbox
@enduml | false | true | false | false | sequence |
d3a3180cc44e989ee364193182ca60233494ff5d | e7aab27dc3b56328c92d783d7fa8fce12d8ac544 | /kapitler/media/uml-class-arkivdel.iuml | dfa7372982a5ba7d9c9fef4b2635209703830249 | [] | no_license | petterreinholdtsen/noark5-tjenestegrensesnitt-standard | 855019a61c8679a8119549e2824fa32ecc669e66 | 4673ba7134d83a6992bba6f9036c521c7ae1897f | refs/heads/master | 2023-06-11T12:08:52.134764 | 2023-03-05T11:05:21 | 2023-03-05T11:05:21 | 160,586,219 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 672 | iuml | @startuml
class Arkivstruktur.Arkivdel <Arkivenhet> {
+tittel : string
+beskrivelse : string [0..1]
+arkivdelstatus : Arkivdelstatus
+dokumentmedium : Dokumentmedium [0..1]
+oppbevaringssted : string [0..*]
+avsluttetDato : datetime [0..1]
+avsluttetAv : string [0..1]
+referanseAvsluttetAv : SystemID [0..1]
+arkivperiodeStartDato : datetime [0..1]
+arkivperiodeSluttDato : datetime [0..1]
+referanseForloeper : SystemID [0..1]
+referanseArvtaker : SystemID [0..1]
+kassasjon : Kassasjon [0..1]
+utfoertKassasjon : UtfoertKassasjon [0..1]
+sletting : Sletting [0..1]
+skjerming : Skjerming [0..1]
+gradering : Gradering [0..1]
}
@enduml
| false | true | false | false | class |
f26f2004e06b91878e7b432b0ac1657f81d4ffb6 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Tests.IntegrationTests/AdminTests.puml | 0e6f0ca32572329b4c09682d54117fcc85ede359 | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 894 | puml | @startuml
class AdminTests {
+ Admin_FindCatalogs() : void
+ Admin_FindCatalogsNoAuth() : void
+ Admin_ShowCatalog() : void
+ Admin_ShowCatalogNotFound() : void
+ Admin_ShowCatalogNoAuth() : void
+ Admin_SaveCatalogUpdate() : void
+ Admin_SaveCatalogNew() : void
+ Admin_SaveCatalogSellerIdMismatch() : void
+ Admin_ShowProduct() : void
+ Admin_ShowProductNotFound() : void
+ Admin_ShowProductNotFound_SecurityCatalog() : void
+ Admin_ShowProductNotFound_SecuritySeller() : void
+ Admin_ShowProductNoAuth() : void
+ Admin_SaveProductUpdate() : void
+ Admin_SaveProductNew() : void
+ Admin_SaveProductNoAuth() : void
+ Admin_SaveProductCatalogIdMismatch() : void
+ Admin_OrderFulfillment() : void
+ Admin_OrderFulfillmentFailure() : void
}
IntegrationTestBase <|-- AdminTests
AdminTests o-> "mockData" MockData
@enduml
| false | true | false | false | class |
9f48535963eb1b527e64acd29fe1deebd3fd3bf4 | a08307073b81a594154a842f5ef87508df391d1c | /class diagrams/test/test.plantuml | 14860c0447249d045b2e4debb895ddba3f2ef7fc | [] | no_license | AlexisDel/Colt-Express | c99050ae00feefcb62faee50faa1ba124a5de380 | 96402eddae52b181f01575492eda6e497b1a0979 | refs/heads/master | 2023-05-25T04:27:02.337566 | 2021-06-14T14:28:04 | 2021-06-14T14:28:04 | 376,847,116 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 360 | plantuml | @startuml
title __TEST's Class Diagram__\n
namespace test {
class test.BanditTest {
~ doAction()
~ rob()
~ shoot()
}
}
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 |
d551bacd1cb1da7660218cd356145eae639277df | 741b97f6ad1849ca1cf8e78c0e58436bdece089d | /docs/SpringBoot/uml/spring-boot-loader-Launcher.puml | 8fd96a4daa1addfaad96b01cb868ed8a1d1280cb | [] | no_license | nanlei/my-notes | e42e2156561bc9f300eb82d347bc13aebdde8398 | 5f43476419a2b49b0d5d158b246f0f52677ca3e3 | refs/heads/master | 2023-01-28T04:08:41.349659 | 2020-12-04T08:34:12 | 2020-12-04T08:34:12 | 289,309,523 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 346 | puml | @startuml
Title "Spring Boot Loader - Launcher"
package org.springframework.boot.loader {
abstract Launcher
abstract class ExecutableArchiveLauncher
class JarLauncher
class WarLauncher
}
Launcher <|- ExecutableArchiveLauncher
ExecutableArchiveLauncher <|-down- JarLauncher
ExecutableArchiveLauncher <|-down- WarLauncher
@enduml | false | true | false | false | class |
735609213d584ec1fd07b4b13373e2b838c59740 | db5b8ba1cd0470a6327ef1da5675e6cb2723ae66 | /uml/sequence/presenter/p_PlayGameView.puml | 15b67a00c56d33adf1834709e6137407eda0fb5b | [] | no_license | Issei0804-ie/Uhyo | cb82660e212949518684529d0e6bedc9e7fa7b8e | 3ebeba44b42c33bf3d5bd7c10c34cb8278e05cd0 | refs/heads/develop | 2020-12-14T14:34:49.792835 | 2020-07-23T05:45:21 | 2020-07-23T05:45:21 | 234,770,300 | 2 | 0 | null | 2020-07-23T14:45:33 | 2020-01-18T17:24:07 | Kotlin | UTF-8 | PlantUML | false | false | 1,340 | puml | @startuml
participant view
participant presenter
participant board
activate view
activate presenter
view -> presenter : onStart()
activate presenter
activate board
presenter -> board : initBoard()
activate board
board -> board : setTurn(Int)
board -> board : putPiece(x, y) x4
presenter <-- board : puttedPiece(piece)
view <-- presenter : showPutPiece(x, y, color)
deactivate board
presenter -> board : countBlackPiece(): Int
view <-- presenter : showBlackCount(n : Int)
presenter -> board : countWhitePiece(): Int
view <-- presenter : showWhiteCount(n : Int)
deactivate presenter
view -> presenter : onClickBoardPosition(x, y)
activate presenter
presenter -> board : checkPuttablePosition(): Boolean
alt true
presenter -> board : putPiece(x, y)
view <-- presenter : showPutPiece(x, y, color)
board -> board : checkReversiblePiece(x, y): List<Piece>
activate board
loop
presenter <-- board : reversedPiece()
view <-- presenter : showReversePiece(x, y, toColor)
end
board -> board : setTurn()
activate board
presenter <-- board : nextTurn(Int)
view <-- presenter : showTurn(color: Int)
deactivate board
deactivate board
else false
view <-- presenter : throwErrorText(text: String)
end
deactivate board
deactivate presenter
deactivate presenter
deactivate view
@enduml | false | true | false | false | sequence |
70b1f77eb68c9f80dfce9b0293d0838f4295e3b9 | 49431c9112cabb627decd367db9693494ef1d90d | /docs/user.statechart.puml | d255e98aff11e57aa58186c7c440c138709b5e1f | [] | no_license | cbarsony/spraying | e265d64db8fa8751703f44e343e7e78ae8c5af50 | ddfa0730e8290a57c22eef1706637548f31be148 | refs/heads/master | 2021-04-09T15:43:27.912983 | 2018-04-20T08:39:42 | 2018-04-20T08:39:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 403 | puml | @startuml
[*] --> Stranger
Stranger --> Guest : authenticationFail
Stranger --> Member : authenticationSuccess
Stranger : o:isStranger[bool]
Guest --> LoggingIn : loginRequest
Guest : i:isGuest[bool]
Guest : o:isGuest[bool]
Guest : o:message[string]
Member --> Guest : logout
Member : i:username[string]
LoggingIn --> Guest : loginFail \n t:message[string]
LoggingIn --> Member : loginSuccess
@enduml | false | true | false | false | sequence |
f63a816f02ce59110e482543686253ebc100dad7 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestRun/Tasks/TestTaskBase.puml | 28089f79d451926e84cd9b6dac95555c0b2c0eb8 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 154 | puml | @startuml
abstract class TestTaskBase {
+ SupportsResumingEnumerator : bool
+ {abstract} Execute(testJobData:TestJobData) : IEnumerator
}
@enduml
| false | true | false | false | class |
abb9487e053f63b72786f4d3cfab1adc3c691dca | 1484f4a4d4c5b4689f8525742d1e4cda8fdb6d3a | /docs/diagrams/recurringtracker/Handler_Data.puml | 62e5ce5cc5f53a0f000989c3019b29847182ccb2 | [] | 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,259 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
skinparam BoxPadding 50
skinparam shadowing false
!define ABSTRACT {abstract}
skinparam package<<Layout>> {
borderColor Transparent
backgroundColor Transparent
fontColor Transparent
stereotypeFontColor Transparent
}
rectangle Data {
class "{abstract}\nItem" {
}
class "{abstract}\nItemList" {
addItemAndSort(Item, Comparator)
}
class RecurringEntry {
day: int
description: String
entryType: Common.entryType
amount: double
isAuto: boolean
notes: String
}
rectangle DataList {
class RecurringEntryList {
addItem(Item)
getEntriesFromDayXtoY(int, int)
}
note left: addItem(Item) calls \naddItemAndSort(Item)\nof ItemList
}
RecurringEntry --|> "{abstract}\nItem"
RecurringEntryList --|> "{abstract}\nItemList"
RecurringEntryList --> "*" RecurringEntry : contains >
}
rectangle LogicManagers {
class RecurringEntryTracker{
{static} handleCreateEntry()
{static} handleEditEntry()
{static} handleDeleteEntry()
}
RecurringEntryTracker --> "1" RecurringEntryList : stores entries with >
}
@enduml | false | true | false | false | sequence |
7b71a41ac3198cf923dd1ca45667a4f5df789b63 | 383d58d0aa573e9550d1a8f90918fee9fc8fd83f | /uml/Triangle.puml | bfc0133a27f27b842e4e3bf9eddf7a2c46be1021 | [
"Apache-2.0"
] | permissive | glandon/DL4J | e0a369678a272eddb97688d31d8d41b9d699e74c | d4fc1ad00b4c52257c35f42dfc10fcc36629b921 | refs/heads/master | 2020-03-22T12:41:09.625552 | 2018-07-17T15:20:06 | 2018-07-17T15:20:06 | 140,055,594 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 218 | puml | @startuml
class Triangle {
~double[] points
~{static} double area(double a, double h)
~{static} double area(double[][] points)
~{static} double[] high(double[][] points)
~double area()
~double[] high()
}
@enduml | false | true | false | false | class |
cb250743b9e57f7ab2bfb5553e228f0da8cfa26a | 9e101f61f9893795d4c2c6fcb404b9be386547f0 | /diagrams/dashboard/sequence.plantuml | b3b451c6870b52bc87a0281d5f06ef5e125f75da | [
"MIT"
] | permissive | tienvx/mbt-assets | 6ed2f3682e2b29c2fcbfdc3ae9eeb97834c84ab4 | ee411bd11e6496e295346077b920ba9af07d3ac6 | refs/heads/master | 2020-05-17T23:53:51.386275 | 2019-04-30T11:56:07 | 2019-04-30T11:56:07 | 184,045,395 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 411 | plantuml | @startuml
actor User as user << Human >>
participant "MBT Bundle" as bundle
database Database as database
user -> bundle : View dashboard
activate bundle
bundle -> database : Get charts
activate database
database --> bundle : Charts
deactivate database
bundle -> database : Get numbers
activate database
database --> bundle : Numbers
deactivate database
bundle --> user : Dashboard
deactivate bundle
@enduml
| false | true | false | false | sequence |
be0d4f08e655e995f6f40a9f1b7780915b3d858e | 4807044b551c7402a40b491ec1522e44bb806172 | /filecoin-actor.puml | afa5155c223429e884e1a6b29c849927584b12dc | [] | no_license | yyh1102/filecoin-analysis | d5192badb8d180e8858967cdb8e641a6e8bddb12 | 9bef789b08ab9b7bdc90b0f737752f4755c1193d | refs/heads/master | 2020-05-01T09:58:55.229718 | 2019-04-06T09:05:10 | 2019-04-06T09:05:10 | 177,411,421 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,394 | puml | @startuml
namespace github.com\\filecoin_project\\go_filecoin\\actor {
class Actor {
Code cid.Cid
Head cid.Cid
Nonce types.Uint64
Balance *types.AttoFIL
}
}
namespace github.com\\filecoin_project\\go_filecoin\\actor\\builtin\\account {
class Actor {
}
}
namespace github.com\\filecoin_project\\go_filecoin\\actor\\builtin\\miner {
class Actor {
Bootstrap bool
}
}
namespace github.com\\filecoin_project\\go_filecoin\\actor\\builtin\\miner {
class Ask {
Price *types.AttoFIL
Expiry *types.BlockHeight
ID *big.Int
}
}
namespace github.com\\filecoin_project\\go_filecoin\\actor\\builtin\\miner {
class State {
Owner address.Address
PeerID peer.ID
PublicKey []byte
PledgeSectors *big.Int
Collateral *types.AttoFIL
Asks []*Ask
NextAskID *big.Int
SectorCommitments map[string]types.Commitments
LastUsedSectorID uint64
ProvingPeriodStart *types.BlockHeight
LastPoSt *types.BlockHeight
Power *big.Int
}
}
namespace github.com\\filecoin_project\\go_filecoin\\actor\\builtin\\paymentbroker {
class PaymentVoucher {
Channel types.ChannelID
Payer address.Address
Target address.Address
Amount types.AttoFIL
ValidAt types.BlockHeight
Signature types.Signature
}
}
namespace github.com\\filecoin_project\\go_filecoin\\actor\\builtin\\paymentbroker {
class PaymentChannel {
Target address.Address
Amount *types.AttoFIL
AmountRedeemed *types.AttoFIL
Eol *types.BlockHeight
}
}
namespace github.com\\filecoin_project\\go_filecoin\\actor\\builtin\\paymentbroker {
class Actor {
}
}
namespace github.com\\filecoin_project\\go_filecoin\\actor\\builtin\\storagemarket {
class Actor {
}
}
namespace github.com\\filecoin_project\\go_filecoin\\actor\\builtin\\storagemarket {
class State {
Miners cid.Cid
TotalCommittedStorage *big.Int
}
}
namespace github.com\\filecoin_project\\go_filecoin\\actor {
class storageAsBlocks {
s exec.Storage
}
}
namespace github.com\\filecoin_project\\go_filecoin\\actor {
class lookup {
n *hamt.Node
s exec.Storage
t reflect.Type
}
}
namespace github.com\\filecoin_project\\go_filecoin\\actor {
class FakeActorStorage {
Changed bool
}
}
namespace github.com\\filecoin_project\\go_filecoin\\actor {
class FakeActor {
}
}
github.com\\filecoin_project\\go_filecoin\\actor\\builtin\\miner.State ---> "*" github.com\\filecoin_project\\go_filecoin\\actor\\builtin\\miner.Ask : Asks
@enduml | false | true | false | false | sequence |
a450b640c18cb0ee135c950512e1e28cfb02d3f5 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-class-posisjon.iuml | b12083d8dcaae90492852577a5e85e2a472ee4b2 | [] | 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 | 189 | iuml | @startuml
class Arkivstruktur.NasjonaleIdentifikatorer.Posisjon <Nasjonalidentifikator> {
+koordinatsystem : Koordinatsystem
+x : decimal
+y : decimal
+z : decimal [0..1]
}
@enduml
| false | true | false | false | class |
a6c98902dc1540a6201c42c4ca3b33bde8488ff2 | f746c0c045fadc8ad6f50f90f817442aa460e12e | /diagrams/demo-01.puml | a084f620baeba72ff3ffffd3ca5e6915362b931b | [] | no_license | eLetterBank/appsvc | cc024925cf8f9543f83240f2a7c626fc594fe09a | 8cd13958710cf62072f097f3a724627e7565deee | refs/heads/master | 2023-07-11T02:33:51.954367 | 2023-07-04T05:32:21 | 2023-07-04T05:32:21 | 77,613,385 | 1 | 1 | null | 2017-08-03T06:38:41 | 2016-12-29T13:17:19 | Java | UTF-8 | PlantUML | false | false | 155 | puml | @startuml
actor PayRollCron
participant PayDayTransaction
participant PayRoll
participant PayRollDatabase
participant Employee
participant PayCheck
@enduml | false | true | false | false | sequence |
74c391e70397e9f610396b0059acfbb64799caac | fdec1397d2b5142d2838878aa91bae80de00f25d | /src/main/java/TestUML4.puml | 0485b55b8f74f99066e0143ed50ff4000a2a1e5b | [] | no_license | fuwenchao/javalearning | e527a7c83a7cbcc10e975a576a594b7f617839dd | 02471ab3871b900e5628bf2d9e24bd71496508e6 | refs/heads/master | 2020-03-15T16:19:34.967400 | 2018-11-23T13:50:09 | 2018-11-23T13:50:09 | 132,232,438 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 236 | puml | @startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
wenchao -> Bob
Bob -> wenchao
Alice -> wencaho
@enduml | false | true | false | false | sequence |
07224bcd59c4d041299ede2fa6060adfcbf03bda | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/Solution/Artifact-Repository/Deployment.puml | fbf544b761d411f491d673312cde01c9758226ca | [] | 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 | 176 | puml | @startuml
package "Artifact Repository" #lightblue {
folder bin #ffffff {
file artifact
}
node sailsjs
database DB1
sailsjs .. DB1
bin .. sailsjs
}
@enduml
| false | true | false | false | sequence |
69652765135a5ba895ca1618b0ade75203e1abeb | 4830d642871bca9d89b03473d53ee32e8cd64121 | /use-cases/23/use-case-23.puml | f16b1fe23a101de860679885c63fddef1eb89936 | [
"Apache-2.0"
] | permissive | eoinkane/sem-coursework | ac12b74e2d7deca4a584c89a521a809b4f189ed6 | 634006895b639327b2dcd053d1de169e0f65a492 | refs/heads/master | 2023-04-17T10:53:39.026338 | 2021-04-30T08:28:10 | 2021-04-30T08:28:10 | 333,163,286 | 3 | 0 | null | 2021-02-06T13:27:57 | 2021-01-26T17:32:14 | null | UTF-8 | PlantUML | false | false | 340 | puml | @startuml
actor Member as "Member of the
organisation"
rectangle Database
rectangle "Population Information System" {
usecase UC23 as "Get the Top N Populated Cities
in a Region where N is Provided by the User."
usecase UCa as "Output the report."
Member - UC23
UC23 ..> UCa : include
UC23 - Database
}
@enduml | false | true | false | false | usecase |
d46552b4c08319fd1abb6b551ed4e7e5a0ba56bc | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyCustomerAddAddressAction.puml | 140ff152222c94a34308edcc5978bf4cde31621f | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 481 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface MyCustomerAddAddressAction [[MyCustomerAddAddressAction.svg]] extends MyCustomerUpdateAction {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface MyCustomerUpdateAction [[MyCustomerUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
32bc8e6a9901a34e777e0c87da44dc2de539e368 | 7fe38b028e4a091f048e35dcd448834ed7b52aa3 | /TD1 2.1 -DC-Examen.plantUML | c9a73445cbf2306c663a081321b2c625b67cbf18 | [
"MIT"
] | permissive | IUT-Blagnac/bcoo-Yannis-TUDELA | 7cd3bfe4875604f73294844e4616cc6786baee1c | 1da6d985da5e6bc5b55050d4d2038b49eb82fd8e | refs/heads/main | 2023-04-13T17:39:28.009468 | 2021-04-27T13:58:13 | 2021-04-27T13:58:13 | 335,632,261 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 482 | plantuml | @startuml
hide circle
hide empty methods
hide empty attributes
class E as "Etudiant" {
idNumeroEtudiant
nom
prenom
dateNaissance
}
class C as "Cours" {
'nomEnseigant
'prenomEnseignant
titre
codeModule
}
class Enseignant {
nom
prenom
}
C "*" -left- "1" Enseignant
class Examens as "Examen" {
date
coefficient
'cours
}
class Note {
valeur
}
E "1..*" -- "0..*" C
C "1" -- "?" Examens
E "1..*" -- "0..*" Examens
(E, Examens) . Note
@enduml
| false | true | false | false | class |
14f2f6ee7aee33c2f60ef399286391348226df2e | 4930e490dd397b8885110425de55d1edeaa46175 | /JavaSort/src/NewSort.puml | 239db43b456fd68c85aaff31939388f6a9fa22d4 | [] | no_license | sergedelil/Notes | 0567718aef1b69aa382a590525854fefc3340bb8 | 06fa958b70ddc5c365882b1c91e00c39e4082767 | refs/heads/master | 2022-11-23T17:51:08.430538 | 2020-07-27T15:22:46 | 2020-07-27T15:22:46 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 221 | puml | @startuml
class NewSort {
sort(List<T>, Comparator<T>)
}
interface KeyGetter<T,K> {
getKey(T) : K
}
interface Comparer<K> {
compare(K v1, K v2) : int
}
NewSort -.-> Comparer
NewSort -.-> KeyGetter
@enduml | false | true | false | false | class |
5a99cfc1928bb661d6f777e583c62e612e83ddd6 | e34a2ed2af9aba5d0b4d576e9d0aeb7f24baeca3 | /examples/elements-associations.puml | ef088efde71758c5a00dbbfa66919522a962e74f | [] | no_license | grze/archexamples | 704c20fac419574dbceeab4adb40ad86d83da455 | 8e470a48d814af456108aae86a6be08f52d160f9 | refs/heads/master | 2016-08-08T05:01:32.760462 | 2014-08-12T06:45:04 | 2014-08-12T06:45:04 | 19,866,489 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 582 | puml | @startuml associations
left to right direction
class Student
class Course
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementData
size()
}
enum TimeUnit {
DAYS
HOURS
MINUTES
}
class Student {
Name
}
Student "0..*" -- "1..*" Course
(Student, Course) . Enrollment
class Enrollment {
drop()
cancel()
}
class Student
class Course
class Enrollment
@enduml
| false | true | false | false | class |
a6f4899c0905016a65dcf22ef6f2133c822ffa62 | 64dd82efd4027d3d72f1532cc325e673f89bdc7b | /docs/design-decisions/tandem_clashing_endpoints.puml | ea1f59a865a653f319e537c99fa58f7f384aa466 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | yeradis/pisp | af89a7e72de234a3dbb8be989ea388b3d1f41f1d | 00421b180570e944f3035a51459b50c0293d6410 | refs/heads/master | 2023-03-04T14:54:40.435085 | 2021-02-15T12:45:38 | 2021-02-15T12:45:38 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,389 | puml | @startuml
title Adapters Tandem: clashing endpoints
box "Mojaloop"
participant Switch as S
end box
box "SDK-scheme-adapter"
participant "SDK-Incoming" as Sin
participant "SDK-Outgoing" as Sout
end box
box "Thirdparty-scheme-adapter"
participant "Thirdparty-Incoming" as Tin
participant "Thirdparty-Outgoing" as Tout
end box
participant PISP as P
note over Sin
PUT /parties/MSISDN/...
callback registered
in the Mojaloop switch
end note
note over Tin
PUT /parties/MSISDN/...
two callbacks for the same endpoint
can't be registered in Mojaloop Switch
end note
activate P
P -> Tout: start the Transfer flow which involes using of\nGET /parties/MSISDN/12345678
activate Tout
Tout -> S: GET /parties/MSISDN/12345678
activate S
S --> Tout: 200 OK
Tout --> Tin: register to PUB/SUB channel\nto receive data from PUT /parties
activate Tin
Tin -> Tin: waiting on PUT /parties/MSISDN/... callback
Tout -> Tout: keeping open connection with PISP\nand waiting on data to be send down as response
S -> S: resolving party information
S -> Sin: PUT /parties/MSISDN/12345678
deactivate S
activate Sin
Sin -> Sin: unexpected PUT /parties/MSISDN/12345678 - what to do with it?
Tin -> Tin: still waiting on PUT /parties - it will never be delivered to Thirdparty-Incoming\n so it can't be PUB to Thirdparty-Outgoing
deactivate Sin
P -> P: still open connection and listening
@enduml | false | true | false | false | sequence |
8e13af4156c487d5e181d5692ffddc6339f8bf19 | ef4f9913b31c7ce6c913c8adcced062c0d5db5f9 | /design-patterns/codebase/src/main/resources/uml/abstract-factory/solution-diagram-2.puml | fa4aea6d07acb4827448772150590719734038e3 | [] | no_license | lzbair/OO-Paradigm | 5061211c6af19612c9d8185493898441fb92257b | ddc653bd0fe17807bcd7fd6030bb3e6b05239d99 | refs/heads/master | 2023-06-27T14:54:19.349718 | 2023-02-21T09:53:06 | 2023-02-21T09:53:06 | 238,396,539 | 0 | 1 | null | 2023-06-14T22:49:02 | 2020-02-05T07:55:12 | Java | UTF-8 | PlantUML | false | false | 458 | puml | @startuml
package Family1 {
class ProductA1
class ProductB1
}
package Family2 {
class ProductA2
class ProductB2
}
class ConcreteFactory1 extends AbstractFactory {
createProductA()
createProductB()
}
class ConcreteFactory2 extends AbstractFactory {
createProductA()
createProductB()
}
ConcreteFactory1 -up-> Family1 : create >
ConcreteFactory2 -up-> Family2 : create >
Client -down-> AbstractFactory : use >
@enduml
| false | true | false | false | sequence |
d463aade2c617d403c05e130842649d07c0fbeed | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/order/regular_expression_matching/regular_expression_matching.plantuml | 1f94a2fc0de79883b519ea854121d97b11827678 | [] | 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 | 485 | plantuml | @startuml
title __REGULAR_EXPRESSION_MATCHING's Class Diagram__\n
namespace cn.shui.order {
namespace regular_expression_matching {
class cn.shui.order.regular_expression_matching.Solution {
{static} + main()
{static} - isMatch()
}
}
}
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 |
da5240a810181722e99a0e648b5673510bb8caa4 | 2224a126b01b992d959a6bd54f2d1011a5ba4d70 | /src/main/java/pt/ipp/isep/dei/project/controllers/deactivatesensorfromgeoarea/SD_ref_DeactivateSensorFromGeoArea.puml | 113ce220eefffac090657e585ab2121638abbfe1 | [] | no_license | 1181687/hateoasToy | f7d5f6aeffe15f30adea325f40670f0e0b15cc35 | 0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375 | refs/heads/master | 2020-05-24T10:01:58.451415 | 2019-05-15T11:02:39 | 2019-05-15T11:02:39 | 187,203,481 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,729 | puml | @startuml
autonumber
skinparam sequenceMessageAlign center
skinparam sequence {
ArrowColor Black
ActorBorderColor DarkBlue
LifeLineBorderColor black
LifeLineBackgroundColor LightGrey
ParticipantBorderColor Black
ParticipantBackgroundColor LightGrey
ParticipantFontStyle Bold
ActorBackgroundColor DimGrey
ActorFontColor DeepSkyBlue
ActorFontStyle Bold
ActorFontSize 17
ActorFontName Aapex
}
activate "ctrl : DeactivateSensor\nFromGeoArea\nController"
"ctrl : DeactivateSensor\nFromGeoArea\nController" -> GeographicalArea: getGeoAreaList()
loop GeographicalArea
"GeographicalArea" -> "LocationMapper": mapToDTO(latitude,longitude,altitude)
activate "GeographicalArea"
activate "LocationMapper"
"LocationMapper" --> "GeographicalArea": locationDTO
deactivate GeographicalArea
deactivate "LocationMapper"
"GeographicalArea" -> "GeographicalAreaMapper": mapToDTO(id,description,\ntype,width,legth,locationDTO)
activate GeographicalArea
activate "GeographicalAreaMapper"
"GeographicalAreaMapper" -> ":GeographicalAreaDTO" : create
activate ":GeographicalAreaDTO"
":GeographicalAreaDTO" --> "GeographicalAreaMapper": geographicalAreaDTO
deactivate ":GeographicalAreaDTO"
loop SensorList
"SensorList" -> "LocationMapper": mapToDTO(latitude,longitude,altitude)
activate "LocationMapper"
"LocationMapper" --> "SensorList": locationDTO
deactivate "LocationMapper"
"SensorList" -> ":SensorDTO": newSensorDTO()
activate ":SensorDTO"
":SensorDTO" --> "SensorList": sensorDTO
deactivate ":SensorDTO"
"SensorList" -> ":GeographicalAreaDTO" : addSensorDTO
end
end
"GeographicalAreaMapper" --> "ctrl : DeactivateSensor\nFromGeoArea\nController" :DTOList
deactivate GeographicalArea
deactivate "GeographicalAreaMapper"
@enduml | false | true | false | false | sequence |
3227a87b225b5c05603789d4885273b431932755 | e426243e56c63cf904e25e585fc6f2823b858980 | /docs/design/architecture/ref/clean_architecture.puml | 2726632f89f8d16ca1b39d944033e2a83535302c | [
"Apache-2.0"
] | permissive | scenario-test-framework/stfw | 22a3fcec375164c656bd3498c61469847f2f8b57 | 258ee8564b425d3687f2dff37001b79369169b03 | refs/heads/master | 2021-09-07T08:10:36.778841 | 2018-02-19T23:10:35 | 2018-02-19T23:10:35 | 113,036,768 | 0 | 0 | Apache-2.0 | 2018-02-19T23:10:36 | 2017-12-04T11:58:03 | Shell | UTF-8 | PlantUML | false | false | 1,045 | puml | @startuml
actor user
node web
node system
database datastore
entity files
package domain {
control entity
control spec
interface repository
}
package usecase {
control repository_impl
interface gateway
interface inputport
interface outputport
control interactor
}
package interface_adapter {
control controller
control presenter
control gateway_impl
}
package external_interface {
boundary cli
boundary webapi
}
/' domain '/
spec <-right- entity
entity -right-> repository
/' usecase '/
outputport <-down- interactor
interactor -down-> entity
gateway <-down- repository_impl
files <-down- repository_impl
inputport <.down. interactor
repository_impl .down.> repository
/' interface_adapter '/
controller -down-> inputport
presenter .down.> outputport
gateway_impl .down.> gateway
/' external_interface '/
webapi -down-> controller
cli -down-> controller
/' boundary '/
cli <-up- user
webapi <-up- web
web <-up- user
system -down-> webapi
system <-down- gateway_impl
datastore <-down- gateway_impl
@enduml
| false | true | false | false | sequence |
42ebb0d90b780ee0cb771b1c1353914275ec07c1 | 00a5b71efb2c440b009c43d9a3c052a51ae1664b | /services/LinkLoss/plantuml/source/invalid_write_request.puml | ea32cd8aed064f9c9c2c1090f10e71b481e2341b | [
"Apache-2.0"
] | permissive | ARMmbed/mbed-os-experimental-ble-services | abdcb91dc3810de96cdc759292f37d3f3232a9ad | 6db2c601106de94a49465917b7814c0f3c139999 | refs/heads/main | 2023-08-10T17:56:09.928036 | 2021-07-12T20:50:17 | 2021-07-14T10:16:13 | 307,758,956 | 8 | 9 | Apache-2.0 | 2021-07-14T10:16:14 | 2020-10-27T16:17:54 | C++ | UTF-8 | PlantUML | false | false | 329 | puml | @startuml
participant LinkLossService as LLS
participant BT_Stack as BTS
== Link Loss Service Constructed ==
LLS <- BTS : onDataWritten(write_request)
activate LLS
note left
write_request
----
0x02 < data
authorizationReply=SUCCESS
end note
LLS -> LLS : write_request.authorizationReply = OUT_OF_RANGE
deactivate LLS
@enduml | false | true | false | false | sequence |
b3033829abf37e23be5701cf75bf28dc9956f610 | 9022c3e345dfbb67dd1e449489e14612f5aa89ff | /ProyectoFinal/Reportes_nivel1.puml | 6de22036278b830984ae548eb32dfe93ed1402ec | [] | no_license | JoanAndoni/AyMMS | c6c937a55bbf7d12176100d69244ca93066f8ae4 | 9b72fb0eadbcec776c5593d3862e68fa3294cdf1 | refs/heads/master | 2021-08-23T18:00:32.843161 | 2017-12-06T00:40:15 | 2017-12-06T00:40:15 | 113,249,145 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 420 | puml | @startuml
Administrador_residencias --> (Administracion de reportes)
(Administracion de reportes) ..> (Consulta de perfil psicológico) : <<include>>
(Administracion de reportes) ..> (Consulta de historial médico) : <<include>>
(Administracion de reportes) ..> (Consulta de indisciplinas) : <<include>>
(Administracion de reportes) ..> (Consulta de seguimiento academico) : <<include>>
@enduml | false | true | true | false | class |
a6aab1ba24f607d0212eb95bd9a99c7b72b63491 | f5c51c018e875fe34237198309d3c8bd0ddc7f35 | /diagrams/blog.puml | 868a7ee52166b6ca814c245e3e8d96198d2d6a06 | [
"MIT"
] | permissive | nicolaskempf57/proparation | bdc76fbb052c9ceeb1818f2ae00da489fb0056f8 | df29ac1231dd314ea72a56d814a051f0f40fb6e1 | refs/heads/develop | 2020-07-21T19:38:26.755110 | 2019-09-14T09:14:35 | 2019-09-14T09:14:35 | 206,957,671 | 0 | 0 | MIT | 2021-11-02T07:35:22 | 2019-09-07T11:21:24 | null | UTF-8 | PlantUML | false | false | 612 | puml | @startuml
skinparam packageStyle rectangle
left to right direction
:Visiteur: as v
:Administrateur: as a
v <|-- a
rectangle Blog <<subsystem>> {
(Créer un article) as (creer-article)
(Publier un article) as (publier-article)
(Masquer un article) as (masquer-article)
(Modifier un article) as (modifier-article)
(publier-article) .> (creer-article): extends
(publier-article) ..> (modifier-article): extends
(masquer-article) ..> (modifier-article): extends
v -> (Consulter les articles publiés)
a -> (creer-article)
a -> (modifier-article)
a -> (Créer une catégorie)
a -> (Modifier une catégorie)
}
@enduml | false | true | true | false | class |
1fcd6cac5168cbf1d25838c1cb0c9faec75c4391 | ddd27ef7207e3b508ba557b6f5ca1b2bd172a734 | /app/UML/QuinnConcUseCase5.puml | d7fabea9d46b5f419f15ebff88d9cd0932eaa6e5 | [] | no_license | QRP0002/Wireless_Quote | 7c095f66043b7780f03d624be2fe7956b3369a27 | 0b4762a69db0ebada3d518573e7618a0e57f0368 | refs/heads/master | 2020-06-04T02:48:51.629364 | 2015-05-01T12:49:49 | 2015-05-01T12:49:49 | 33,549,841 | 0 | 0 | null | 2015-04-16T20:57:50 | 2015-04-07T14:57:28 | Java | UTF-8 | PlantUML | false | false | 548 | puml | @startuml
User -> ActivityBarPage : Call Log Off
activate User
activate ActivityBarPage
ActivityBarPage -> ActivityBarPageController : onCreate()
activate ActivityBarPageController
ActivityBarPageController -> LogOff : onCreate
activate LogOff
ActivityBarPageController -> LogOff : Display Fields
LogOff -> LogOff : Display Options
User -> LogOff : Yes
LogOff --> ActivityBarPageController : logOff(True)
deactivate LogOff
ActivityBarPageController -> SystemHomePage : onCreate()
activate SystemHomePage
deactivate ActivityBarPageController
@enduml | false | true | false | false | sequence |
fbebe71f049ec36f37aff48596bff019e2cd0ec0 | b99a97cb6a8322229692829b1c4f1f2382f321e3 | /landscape/uml/src-components.puml | fddddcab1dad3590dabdf37f34c2a230b1fd9d7a | [
"Apache-2.0"
] | permissive | ga-ruv/doc | f35e742bfaad9d79dd85ec4d9e80463c4968c706 | 961a3305b2ad02b7d977363e537eedaba22941a5 | refs/heads/master | 2020-05-16T09:59:25.588765 | 2019-04-25T18:34:58 | 2019-04-25T18:34:58 | 182,966,966 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 968 | puml | @startuml R+V Anwendungslandschaft ./src/components
package "components" {
class Ad
class CustomAutoSizer
class Filters
class Grouping
class HomePage
class HomePageContainer
class PresetsContainer
class Sorting
class TweetButton
class xxx
package "BigPicture" {
class MainLandscapeContentContainer
class ExtraLandscapeContentContainer
class SwitchButtonContainer
class ZoomButtonsContainer
class FullscreenButtonContainer
}
HomePageContainer --> HomePage
HomePage --> Ad
HomePage --> CustomAutoSizer
HomePage --> Filters
HomePage --> Grouping
HomePage --> PresetsContainer
HomePage --> Sorting
HomePage --> MainLandscapeContentContainer
HomePage --> ExtraLandscapeContentContainer
HomePage --> SwitchButtonContainer
HomePage --> ZoomButtonsContainer
HomePage --> FullscreenButtonContainer
HomePage --> TweetButton
}
@enduml | false | true | false | false | class |
79d5be431d283ffd7dcb210ed4193cc9676a2ff0 | d0ca6bd0d2ca612237a6460a1435616086c44de4 | /bootcamp/Unit-1-Object_Oriented_Programming/UML_Modelling/usecase.puml | c0d280d85a297c1eda1b59bd774810659e1176f4 | [] | no_license | landelle9/swe-solutions | 886e1b6c8e0b041e932699ed74d1e2c6081f755d | 65c403c351673bf9b624e27e55199f437e8214e1 | refs/heads/main | 2023-06-15T22:13:44.364690 | 2021-07-20T08:40:59 | 2021-07-20T08:40:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 250 | puml | @startuml
title Airports - Class Diagram
class Person {
String name
String getName()
}
class Passenger {
}
class Crew {
}
class Plane {
String aircraftType
}
Person <|-- Passenger
Person <|-- Crew
Plane "1" o-- "*" Passenger
@enduml | false | true | false | false | class |
ad7633fb69abf2fcdfc305a0b35440d234159999 | a74945d6494ec78aafb35432a78560b03887e18a | /doc/sd_mqtt_process.iuml | 5455ed5bb372d55b12cc519a82b8a5666eb8a661 | [] | no_license | AU-PRO5-Rem/ReMoniProject | cff1e938f76aade431428a0ba7352e6ee437cfb9 | cc0ceb1e0ea169ea81690760a6d4d711872d149e | refs/heads/master | 2023-01-20T08:18:49.365239 | 2020-11-30T13:26:07 | 2020-11-30T13:26:07 | 303,242,692 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 604 | iuml | @startuml sd MQTT Process
header / sd / ReMoni Aeotec Multisensor 6 - MQTT Process
actor ReCalc
box "MQTT Process"
participant "MQTT\nClient" as mqtt
end box
database jsonfiles
box "Main Process"
participant main
end box
== Setup : mqtt ==
autoactivate on
main -> mqtt : mqtt_setup()
autoactivate off
ReCalc -> mqtt : add_sensor()
ReCalc -> mqtt : configurations(filter)
loop while 1
mqtt -> jsonfiles : read_values
jsonfiles -> mqtt : values
mqtt -> mqtt : filter(values)
mqtt -> ReCalc : publish(filter_values)
...wait 1 minute...
end
ReCalc -> mqtt : remove_sensor()
deactivate mqtt
@enduml | false | true | false | false | usecase |
280ace15d5839beb47bada1d1cd8cb622cb35076 | 2baacd46eaced41d120a03d92cbcefad1a0f39a0 | /doc/barebox_recipes.plantuml | 4b3050dfdf59458423bee37301a7251f662e5691 | [
"MIT"
] | permissive | ejoerns/meta-barebox | cb626a5ee6e86c8dfbfe08ea318646195359ee76 | e2b28324a8516fc0bd2106514393ae70fb2f5ee3 | refs/heads/master | 2020-12-02T06:37:49.930204 | 2017-07-09T23:25:48 | 2017-07-09T23:25:48 | 96,865,631 | 1 | 0 | null | 2017-07-11T07:43:31 | 2017-07-11T07:43:31 | null | UTF-8 | PlantUML | false | false | 1,570 | plantuml | @startuml
skinparam packageStyle Folder
package "meta" {
class Cml1 as "cml1.bbclass"
class Deploy as "deploy.bbclass"
class KernelArch as "kernel-arch.bbclass"
}
package "meta-barebox" {
class BareboxCommonInc as "barebox-common.inc" << (I, yellow) >> {
.. Input Variables ..
BAREBOX_CONFIG
BAREBOX_IMAGE_SRC
.. Output Variables ..
BAREBOX_IMAGE
BAREBOX_IMAGE_BASENAME
BAREBOX_IMAGE_SYMLINK
BAREBOX_IMAGE_SUFFIX
BAREBOX_IMAGE_SUFFIX_ELF
BAREBOX_IMAGE_SUFFIX_PER
BAREBOX_IMAGE_SUFFIX_SPI
--
-find_cfgs()
-find_dtss()
-apply_cfgs()
+do_configure()
+do_compile()
+do_deploy()
}
class BareboxInc as "barebox.inc" << (I, yellow) >> {
}
class BareboxPblInc as "barebox-pbl.inc" << (I, yellow) >> {
.. Output Variables ..
BAREBOX_IMAGE_BASENAME
BAREBOX_IMAGE_SUFFIX
--
-get_extra_image_name()
+do_deploy_append()
}
class BareboxUtilsInc as "barebox-utils.inc" << (I, yellow) >> {
+do_install()
}
class BareboxBb as "barebox_<version>.bb" << (R, lightblue) >> {
}
class BareboxPblBb as "barebox-pbl_<version>.bb" << (R, lightblue) >> {
}
class BareboxUtilsBb as "barebox-utils_<version>.bb" << (R, lightblue) >> {
}
BareboxCommonInc <-- BareboxInc : require
BareboxCommonInc <-- BareboxPblInc : require
BareboxCommonInc <-- BareboxUtilsInc : require
BareboxInc <-- BareboxBb : require
BareboxPblInc <-- BareboxPblBb : require
BareboxUtilsInc <-- BareboxUtilsBb : require
}
Cml1 <|-- BareboxCommonInc
Deploy <|-- BareboxCommonInc
KernelArch <|-- BareboxCommonInc
hide empty members
@enduml
| false | true | false | false | class |
525e36740094d254b9b688ee9f9d5a7c12ff3970 | de6c5a5bd148ba54f06ef9797f78b6a6fc06e058 | /src/main/java/org/assignment3/resources/ex41uml.puml | d72af0cb048fb136ab1489dc1fde3a890acf277e | [] | no_license | akwill47/weatherlow-cop3330-assignment3 | 879bab21366508ee14317fe1dda975472ead53fe | 82706afc9da87c617be1a2fa0fb278c39690135e | refs/heads/master | 2023-06-03T10:09:39.704192 | 2021-06-21T01:53:04 | 2021-06-21T01:53:04 | 376,952,678 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 446 | puml | @startuml
'https://plantuml.com/class-diagram
App <|-- input
App <|-- sort
App <|-- print
class App {
-nameList : ArrayList<String>
-nameCount : int
}
class input {
-nameList : ArrayList<String>
-nameCount : int
+readFile(ArrayList<String>) : ArrayList<String>
+count(ArrayList<String>) : int
}
class sort {
-check : boolean
+sort(ArrayList<String>) : String
}
class print{
+display(ArrayList<String>, int nameCount) : void
}
@enduml | false | true | false | false | class |
778204aede232a7f03d7f7cf4a24ce6ddd88e0c5 | ea9efef4523f318faee47faae47581cfd97d8901 | /pgr203-2019-eksamen-guberArmin.plantuml | fe1f65555e15b38ca0e0335b784612a49105aac6 | [] | no_license | iqbkam18/PGR208 | a29d7e1ede0e68aec7ace594ac5c05e0737db0eb | c05d71d80e3498d2a0a352cf2254287bb38a6cb7 | refs/heads/master | 2022-12-26T16:09:09.267143 | 2020-10-01T19:23:18 | 2020-10-01T19:23:18 | 300,394,766 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 14,632 | plantuml | @startuml
title __PROJECT-MANAGMENT's Class Diagram__\n
namespace no.kristiania.project.management.database {
class no.kristiania.project.management.database.ProjectManagementServer {
}
}
namespace no.kristiania.project.management.database {
namespace controllers.http {
abstract class no.kristiania.project.management.database.controllers.http.AbstractDatabaseHttpController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.http {
class no.kristiania.project.management.database.controllers.http.ProjectHttpController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.http {
class no.kristiania.project.management.database.controllers.http.TaskHttpController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.http {
class no.kristiania.project.management.database.controllers.http.WorkerHttpController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.http {
class no.kristiania.project.management.database.controllers.http.WorkerTaskHttpController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.http {
class no.kristiania.project.management.database.controllers.http.WorkerToProjectHttpController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.update {
abstract class no.kristiania.project.management.database.controllers.update.AbstractDatabaseUpdateController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.update {
class no.kristiania.project.management.database.controllers.update.CookieWorkerTaskUpdateController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.update {
class no.kristiania.project.management.database.controllers.update.ProjectUpdateController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.update {
class no.kristiania.project.management.database.controllers.update.TaskUpdateController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.views {
abstract class no.kristiania.project.management.database.controllers.views.AbstractDatabaseViewController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.views {
class no.kristiania.project.management.database.controllers.views.AllWorkersTasksViewController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.views {
class no.kristiania.project.management.database.controllers.views.CookieBasedWorkerTasksViewController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.views {
class no.kristiania.project.management.database.controllers.views.OneWorkerTasksViewController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.views {
class no.kristiania.project.management.database.controllers.views.ProjectEditorViewController {
}
}
}
namespace no.kristiania.project.management.database {
namespace controllers.views {
class no.kristiania.project.management.database.controllers.views.TaskEditorViewController {
}
}
}
namespace no.kristiania.project.management.database {
namespace dao {
abstract class no.kristiania.project.management.database.dao.AbstractDao {
}
}
}
namespace no.kristiania.project.management.database {
namespace dao {
class no.kristiania.project.management.database.dao.CookiesDao {
}
}
}
namespace no.kristiania.project.management.database {
namespace dao {
class no.kristiania.project.management.database.dao.ProjectDao {
}
}
}
namespace no.kristiania.project.management.database {
namespace dao {
class no.kristiania.project.management.database.dao.ProjectWorkerDao {
}
}
}
namespace no.kristiania.project.management.database {
namespace dao {
class no.kristiania.project.management.database.dao.TaskDao {
}
}
}
namespace no.kristiania.project.management.database {
namespace dao {
class no.kristiania.project.management.database.dao.WorkerDao {
}
}
}
namespace no.kristiania.project.management.database {
namespace dao {
class no.kristiania.project.management.database.dao.WorkerTaskDao {
}
}
}
namespace no.kristiania.project.management.database {
namespace dao {
class no.kristiania.project.management.database.dao.WorkersTasksViewDao {
}
}
}
namespace no.kristiania.project.management.database {
namespace tabels {
class no.kristiania.project.management.database.tabels.Cookie {
}
}
}
namespace no.kristiania.project.management.database {
namespace tabels {
class no.kristiania.project.management.database.tabels.Project {
}
}
}
namespace no.kristiania.project.management.database {
namespace tabels {
class no.kristiania.project.management.database.tabels.ProjectWorker {
}
}
}
namespace no.kristiania.project.management.database {
namespace tabels {
class no.kristiania.project.management.database.tabels.Task {
}
}
}
namespace no.kristiania.project.management.database {
namespace tabels {
class no.kristiania.project.management.database.tabels.Worker {
}
}
}
namespace no.kristiania.project.management.database {
namespace tabels {
class no.kristiania.project.management.database.tabels.WorkerTask {
}
}
}
namespace no.kristiania.project.management.database {
namespace tabels {
class no.kristiania.project.management.database.tabels.WorkersTasksView {
}
}
}
namespace no.kristiania.project.management.server {
class no.kristiania.project.management.server.EchoHttpController {
}
}
namespace no.kristiania.project.management.server {
class no.kristiania.project.management.server.FileHttpController {
}
}
namespace no.kristiania.project.management.server {
class no.kristiania.project.management.server.HttpClient {
}
}
namespace no.kristiania.project.management.server {
class no.kristiania.project.management.server.HttpClientResponse {
}
}
namespace no.kristiania.project.management.server {
interface no.kristiania.project.management.server.HttpController {
}
}
namespace no.kristiania.project.management.server {
class no.kristiania.project.management.server.HttpMessage {
}
}
namespace no.kristiania.project.management.server {
class no.kristiania.project.management.server.HttpServer {
}
}
no.kristiania.project.management.database.ProjectManagementServer o-- no.kristiania.project.management.server.HttpServer : server
no.kristiania.project.management.database.controllers.http.AbstractDatabaseHttpController .up.|> no.kristiania.project.management.server.HttpController
no.kristiania.project.management.database.controllers.http.ProjectHttpController -up-|> no.kristiania.project.management.database.controllers.http.AbstractDatabaseHttpController
no.kristiania.project.management.database.controllers.http.ProjectHttpController o-- no.kristiania.project.management.database.dao.ProjectDao : projectDao
no.kristiania.project.management.database.controllers.http.TaskHttpController -up-|> no.kristiania.project.management.database.controllers.http.AbstractDatabaseHttpController
no.kristiania.project.management.database.controllers.http.TaskHttpController o-- no.kristiania.project.management.database.dao.TaskDao : taskDao
no.kristiania.project.management.database.controllers.http.WorkerHttpController .up.|> no.kristiania.project.management.server.HttpController
no.kristiania.project.management.database.controllers.http.WorkerHttpController -up-|> no.kristiania.project.management.database.controllers.http.AbstractDatabaseHttpController
no.kristiania.project.management.database.controllers.http.WorkerHttpController o-- no.kristiania.project.management.database.dao.WorkerDao : workerDao
no.kristiania.project.management.database.controllers.http.WorkerTaskHttpController -up-|> no.kristiania.project.management.database.controllers.http.AbstractDatabaseHttpController
no.kristiania.project.management.database.controllers.http.WorkerTaskHttpController o-- no.kristiania.project.management.database.dao.WorkerTaskDao : workerTaskDao
no.kristiania.project.management.database.controllers.http.WorkerToProjectHttpController -up-|> no.kristiania.project.management.database.controllers.http.AbstractDatabaseHttpController
no.kristiania.project.management.database.controllers.http.WorkerToProjectHttpController o-- no.kristiania.project.management.database.dao.ProjectWorkerDao : projectWorkerDao
no.kristiania.project.management.database.controllers.update.AbstractDatabaseUpdateController .up.|> no.kristiania.project.management.server.HttpController
no.kristiania.project.management.database.controllers.update.CookieWorkerTaskUpdateController -up-|> no.kristiania.project.management.database.controllers.update.AbstractDatabaseUpdateController
no.kristiania.project.management.database.controllers.update.CookieWorkerTaskUpdateController o-- no.kristiania.project.management.database.dao.CookiesDao : cookiesDao
no.kristiania.project.management.database.controllers.update.ProjectUpdateController -up-|> no.kristiania.project.management.database.controllers.update.AbstractDatabaseUpdateController
no.kristiania.project.management.database.controllers.update.ProjectUpdateController o-- no.kristiania.project.management.database.dao.ProjectDao : projectDao
no.kristiania.project.management.database.controllers.update.TaskUpdateController -up-|> no.kristiania.project.management.database.controllers.update.AbstractDatabaseUpdateController
no.kristiania.project.management.database.controllers.update.TaskUpdateController o-- no.kristiania.project.management.database.dao.TaskDao : taskDao
no.kristiania.project.management.database.controllers.views.AbstractDatabaseViewController .up.|> no.kristiania.project.management.server.HttpController
no.kristiania.project.management.database.controllers.views.AllWorkersTasksViewController -up-|> no.kristiania.project.management.database.controllers.views.AbstractDatabaseViewController
no.kristiania.project.management.database.controllers.views.AllWorkersTasksViewController o-- no.kristiania.project.management.database.dao.WorkersTasksViewDao : workerTaskViewDao
no.kristiania.project.management.database.controllers.views.CookieBasedWorkerTasksViewController -up-|> no.kristiania.project.management.database.controllers.views.AbstractDatabaseViewController
no.kristiania.project.management.database.controllers.views.CookieBasedWorkerTasksViewController o-- no.kristiania.project.management.database.dao.CookiesDao : cookiesDao
no.kristiania.project.management.database.controllers.views.CookieBasedWorkerTasksViewController o-- no.kristiania.project.management.database.dao.WorkersTasksViewDao : workerTaskViewDao
no.kristiania.project.management.database.controllers.views.OneWorkerTasksViewController -up-|> no.kristiania.project.management.database.controllers.views.AbstractDatabaseViewController
no.kristiania.project.management.database.controllers.views.OneWorkerTasksViewController o-- no.kristiania.project.management.database.dao.WorkersTasksViewDao : workerTaskViewDao
no.kristiania.project.management.database.controllers.views.ProjectEditorViewController -up-|> no.kristiania.project.management.database.controllers.views.AbstractDatabaseViewController
no.kristiania.project.management.database.controllers.views.ProjectEditorViewController o-- no.kristiania.project.management.database.dao.ProjectDao : projectDao
no.kristiania.project.management.database.controllers.views.TaskEditorViewController -up-|> no.kristiania.project.management.database.controllers.views.AbstractDatabaseViewController
no.kristiania.project.management.database.controllers.views.TaskEditorViewController o-- no.kristiania.project.management.database.dao.TaskDao : taskDao
no.kristiania.project.management.database.dao.CookiesDao -up-|> no.kristiania.project.management.database.dao.AbstractDao
no.kristiania.project.management.database.dao.ProjectDao -up-|> no.kristiania.project.management.database.dao.AbstractDao
no.kristiania.project.management.database.dao.ProjectWorkerDao -up-|> no.kristiania.project.management.database.dao.AbstractDao
no.kristiania.project.management.database.dao.TaskDao -up-|> no.kristiania.project.management.database.dao.AbstractDao
no.kristiania.project.management.database.dao.WorkerDao -up-|> no.kristiania.project.management.database.dao.AbstractDao
no.kristiania.project.management.database.dao.WorkerTaskDao -up-|> no.kristiania.project.management.database.dao.AbstractDao
no.kristiania.project.management.database.dao.WorkersTasksViewDao -up-|> no.kristiania.project.management.database.dao.AbstractDao
no.kristiania.project.management.server.EchoHttpController .up.|> no.kristiania.project.management.server.HttpController
no.kristiania.project.management.server.FileHttpController .up.|> no.kristiania.project.management.server.HttpController
no.kristiania.project.management.server.FileHttpController o-- no.kristiania.project.management.server.HttpServer : httpServer
no.kristiania.project.management.server.HttpClientResponse -up-|> no.kristiania.project.management.server.HttpMessage
no.kristiania.project.management.server.HttpServer -up-|> no.kristiania.project.management.server.HttpMessage
no.kristiania.project.management.server.HttpServer o-- no.kristiania.project.management.database.dao.CookiesDao : cookiesDao
no.kristiania.project.management.server.HttpServer o-- no.kristiania.project.management.server.HttpController : defaultController
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 |
0ddcee8b3561e2f3ccd6e7f7a11c22c40cc4e370 | 62fcbd64c257aeeae2995076dc50e4ea47617bfc | /docs/domainSamarry.puml | 8e9a5b8a612d78ae6f6061dea4f862938e7f335b | [] | no_license | muractice/newplan | c6fec7c317d70eb1aec988ddd5627b41d1e3e879 | 2a5dbc1986272735178472ded5da8c9c698eaaf8 | refs/heads/main | 2023-03-05T00:36:33.439318 | 2021-02-16T00:34:01 | 2021-02-16T00:34:01 | 326,317,969 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 679 | puml | @startuml
package billing{
class TotalFee
package contract{
class ContractForCharge{
DataMax5GPLan
}
TotalFee -d-> ContractFee
ContractForCharge -u-> ContractFee
}
package discount{
TotalFee -d-> DiscountFee
DiscountService -u-> DiscountFee
DiscountService -d-> ContractForDiscount
}
}
package contractmanage{
interface ContractRepository
ContractRepository -up-> FamilyContracts
ContractRepository -up-> Contract
ContractForCharge -d-> Contract
ContractForDiscount -d-> Contract
DiscountService -d-> FamilyContracts
}
package otherservice{
DiscountService -l-> SmartValueTargetServiceContracts
}
package plan{
Contract -d-> Plan
ContractForCharge -d-> Plan
}
@enduml | false | true | false | false | class |
dd4c97e14f46f339d633dec6026eb911e549ee41 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderSetPurchaseOrderNumberAction.puml | 02be1a7a70e019a4e199ad253c2e608f3c6b4466 | [] | 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 | 467 | 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 OrderSetPurchaseOrderNumberAction [[OrderSetPurchaseOrderNumberAction.svg]] extends OrderUpdateAction {
action: String
purchaseOrderNumber: String
}
interface OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
2525ab46882c423c7343946f2bfb81512292e5f0 | a327a244ff37132c275165dc1bafa1cc2d47545b | /docs/diagrams/CommandResultClassDiagram.puml | a13ba5d11d5705f91552c01eb469da55a0ad0737 | [
"MIT"
] | permissive | AY1920S2-CS2103-W15-2/main | d132b1c079e6b21bd0f6709809d8a0341cabf539 | 2de27721dabaeaa886dd7fd01b11352e7fd98737 | refs/heads/master | 2021-01-06T12:18:58.135498 | 2020-04-15T11:55:18 | 2020-04-15T11:55:18 | 241,319,746 | 0 | 6 | NOASSERTION | 2020-04-13T15:50:17 | 2020-02-18T09:21:28 | Java | UTF-8 | PlantUML | false | false | 514 | puml | @startuml
enum ToggleView {
SESSION
INTERVIEW
INTERVIEWEE
BEST_INTERVIEWEE
ATTRIBUTE
METRIC
QUESTION
TRANSCRIPT
CLOSE_TRANSCRIPT
}
class CommandResult {
-String: FeedbackToUser
+String getFeedbackToUser
+displayResult(MainWindow mainWindow)
}
class ToggleCommandResult {
-ToggleView: toggleview
}
class NavigationCommandResult {
-int: index
}
CommandResult <|-- ToggleCommandResult
CommandResult <|-- NavigationCommandResult
ToggleCommandResult ..> ToggleView
@enduml
| false | true | false | false | class |
f2a45685361754f7b35810c6a3a7df002320ec94 | 19bc9c3bc394a731bd46908339671ec42b610bab | /uml_diagrams/graphConstructorActivity.puml | a1db51900306e0c61467b6d15e84d38461b5fd6c | [
"MIT"
] | permissive | lordnodd/index_zero_trafficsystem | 434ae2593630cf2c0a20320d2380095a918a1abb | eea740965fbf4a0bb8e9e84dc14b38bd52b17319 | refs/heads/master | 2021-06-11T13:35:57.927145 | 2016-03-30T23:34:01 | 2016-03-30T23:34:01 | 178,351,371 | 0 | 0 | MIT | 2021-04-10T11:58:53 | 2019-03-29T07:05:42 | Java | UTF-8 | PlantUML | false | false | 745 | puml | @startuml
partition "Graph Construction" {
(*) --> [Result is passed to Graph Constructor]Roads are created
-> Lanes are created
--> Junctions are created
-left-> Lanes are linked to junctions
--> Junctions calculate possible inflow/outflow paths for all lanes
-> Traffic Generators are linked in terminus areas (ends). \nSame traffic generators are acting as traffic receivers, \ncollecting cars going out of screen.
--> Graph integrity check is performed.
-left-> Graph is ready - we can traverse via nodes (features) \nand edges (links). Road is a feature, jucntion is a feature, \nTrafficGenerator is a feature.\nBeyond this point there is no *Description objects, only \nreal graph objects which are used for simulation.
}
--> (*)
@enduml | false | true | false | false | activity |
3e86a5b9b9d9d666c09c01b343a1c0a7df1a5b52 | 3576ec713485a374cd82f4db2df455e2108fbf46 | /concepts/0051-dkms/puml/01-edge-agent-start.puml | f3c7afb2eef61f904a42dc602d104654e8992b66 | [
"Apache-2.0",
"LicenseRef-scancode-dco-1.1"
] | permissive | hyperledger/aries-rfcs | b5de0c6f3b6855c6b66039b3f3580e062d238cdf | 097053c6e91f16d4dad18b5367cf338721423dc7 | refs/heads/main | 2023-08-31T08:13:57.556336 | 2023-07-24T21:30:11 | 2023-07-24T21:30:11 | 185,645,683 | 340 | 259 | Apache-2.0 | 2023-09-13T01:20:18 | 2019-05-08T16:49:20 | Python | UTF-8 | PlantUML | false | false | 1,082 | puml | @startuml
skinparam sequenceArrowThickness 2
skinparam roundcorner 15
skinparam maxmessagesize 200
skinparam sequence {
ArrowColor grey
LifeLineBorderColor grey
ParticipantBorderColor grey
boxbordercolor white
ParticipantFontSize 17
actorfontsize 17
boxfontsize 17
boxfontcolor grey
ActorBorderColor grey
Actorbackgroundcolor white
}
actor Alice as al
participant "Edge\nAgent" as ag
al -> ag: installs software and starts it
ag -> al: <i>New or existing identity wallet?
alt new
al -> ag: <i>new
note over al, ag #77ccff
include <b>First Edge Agent</b> diagram
end note
else existing
al -> ag: <i>existing
ag -> al: <i>Add a new device or recover a lost wallet?
alt add
al -> ag: <i>add
note over al, ag #77ccff
include <b>Add New Edge Agent</b> diagram
end note
else recover
al -> ag: <i>recover
ag -> al: <i>How would you like to recover?
alt
al -> ag: <i>offline
note over al, ag #77ccff
include <b>Offline Recovery</b> diagram
end note
else
al -> ag: <i>social
note over al, ag #77ccff
include <b>Social Recovery</b> diagram
end note
end
end
end
@enduml
| false | true | false | false | sequence |
8f1717b3f9b215a2eab0b018a4dbeef7047ad32b | 4444b237cb74fd0ebb0f7273c4317e50838279a6 | /docs/observer_pattern_use_case_diagram.puml | 692aac995bce146044f3e97bc694a21a44298230 | [
"MIT"
] | permissive | will-r-wang/CMSLearn-Course-Management-System | bd3243927b293b324315ac38299a4046979d5559 | 016d7cfa6b65539aac51eb192e6acb8809608b58 | refs/heads/main | 2023-04-04T07:11:51.988562 | 2021-04-14T15:05:15 | 2021-04-14T15:05:15 | 340,215,527 | 1 | 2 | null | 2021-04-16T14:31:00 | 2021-02-19T00:33:05 | Ruby | UTF-8 | PlantUML | false | false | 367 | puml | @startuml
skinparam shadowing false
skinparam defaultFontColor White
skinparam arrowFontColor Black
skinparam interface {
BackgroundColor<<var>> Black
}
top to bottom direction
() "Start" as Start <<var>>
() "End" as End <<var>>
() 1
() 2a
() 2b
Start --> 1: 1
1 --> 2a: 2a
2b <- 1: 2b
2b ---> End
2a --> End: 3
' () 1
' Start --> 1: 1
' 1 --> End: 2
@enduml
| false | true | false | false | sequence |
d316923f1a8cd1ea17eb4bedf085f1491dce2aaf | d2a19b07354480392ca76f3a9cfdb59672b9bced | /internal/services/follow-searches/get-query-result.puml | 6768e41a3ee6454ebc1124ab25c3ef1fda34093b | [] | no_license | danskernesdigitalebibliotek/plantuml | 4b109bab8a790e28fada98770a6ca25774bb4199 | e654bbf040f6d74d53dbf5fc56588b042b1d12bb | refs/heads/master | 2021-09-24T02:18:46.708657 | 2021-09-17T07:07:16 | 2021-09-17T07:07:16 | 187,801,964 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 577 | puml | @startuml
Title Client requests result per query on behalf of patron
'Skinparams
skinparam monochrome true
' Participants
'actor Patron
boundary DDBCMS as "DDB CMS"
control Follow as "Follow Searches service"
boundary OPsearch as "Open Platform /search"
'Sequences
DDBCMS -> Follow: Request result for query
Follow -> OPsearch: Request **enhanced query** result as PID's
Follow <-- OPsearch: Return list of PID's
Follow -> Follow: Set dateLastSeen = NOW
DDBCMS <-- Follow: Return list of PID's, **enhanced query** and ""lastDateSeen""
@enduml
| false | true | false | false | sequence |
4a5acf88748c92cb2b99e30a444af428bcb3a730 | 7735273cc0443509869793c9dec8e71a8bc56eeb | /diagram/Controller.puml | e8639ae70c0033b62e2367b4b98111b7b2cce572 | [] | no_license | Westerdals/pgr203-exam-omamoh18 | 7110e69c536d539a774171ba5a5ab215080fb97a | 29db7c7cdef52165415f450df7d3fb32e96b4e33 | refs/heads/master | 2022-04-06T10:38:39.037336 | 2020-02-25T17:06:54 | 2020-02-25T17:06:54 | 242,359,322 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 220 | puml | @startuml
package no.kristiania.http {
Interface HttpController {
handle():void
}
Class FileHttpController implements HttpController
Class EchoHttpController implements HttpController
}
@enduml | false | true | false | false | class |
5744eb9425ba9f55278f6f304a5b26c395ba4a9d | f2893b3141066418b72f1348da6d6285de2512c6 | /domainModel/basic/docs/diagrams/src/arquitectura.plantuml | 22849ea1ba5b20e6448568a451442256336b00c0 | [] | no_license | x-USantaTecla-game-connect4/java.swing.socket.sql | 26f8028451aab3c8e5c26db1b1509e6e84108b0d | 28dcc3879d782ace1752c2970d314498ee50b243 | refs/heads/master | 2023-09-01T11:43:43.053572 | 2021-10-16T16:19:50 | 2021-10-16T16:19:50 | 417,161,784 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 274 | plantuml | @startuml arquitectura
package usantatecla.tictactoe #DDDDDD { }
package usantatecla.utils #DDDDDD { }
package java.util{ }
package java.io{ }
usantatecla.tictactoe .down.> java.util
usantatecla.tictactoe .down.> usantatecla.utils
usantatecla.utils .down.> java.io
@enduml
| false | true | false | false | uml-unknown |
16f9f3011f5f1324e7acade858397304659477dd | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/patterns/chain-of-responsibility-pattern.puml | 48bd02424726462b92c1c7464ca98d3aee8c3f82 | [
"MIT"
] | permissive | vuquangtin/designpattern | 4d4a7d09780a0ebde6b12f8edf589b6f45b38f62 | fc672493ef31647bd02c4122ab01992fca14675f | refs/heads/master | 2022-09-12T07:00:42.637733 | 2020-09-29T04:20:50 | 2020-09-29T04:20:50 | 225,505,298 | 0 | 0 | null | 2022-09-01T23:16:34 | 2019-12-03T01:41:33 | Java | UTF-8 | PlantUML | false | false | 240 | puml | @startuml
class client
interface Handler
class ConcreteHandler1
class ConcreteHandler2
Handler <|-- ConcreteHandler1
Handler <|-- ConcreteHandler2
ConcreteHandler1 *--> Handler
ConcreteHandler2 *--> Handler
client --.> Handler
@enduml | false | true | false | false | class |
903f502bafb0df3a64b029491554caf01ada9f33 | a76e7ded7055b62cf913ba91d8f8e745f443530f | /moneytransfer/src/main/kotlin/moneytransfer/bonus/modularization-step-2.puml | 961a1bac84ae43e605128964d5abb11b7f797006 | [] | no_license | michaem/DDDSample | 7acbbb5d81aa9120a3a7b4611c4c0edc5965c01c | b1887c425a48d8e2a1f87632fd961a234620ed04 | refs/heads/main | 2022-12-27T22:48:48.832296 | 2020-10-13T17:13:41 | 2020-10-13T17:13:41 | 301,216,256 | 6 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 916 | puml | @startuml
package "App" <<Rectangle>> {
}
together {
package "Transfer Bounded Context" <<Cloud>> {
}
}
together {
package "Country Bounded Context" <<Cloud>> {
}
"Country Bounded Context" "Downstream" ..> "Upstream" "Transfer Bounded Context"
}
together {
package "Common Bounded Context" <<Cloud>> {
}
"Common Bounded Context" "Downstream" ..> "Upstream" "Transfer Bounded Context"
}
together {
package "Receiver Bounded Context" <<Cloud>> {
}
"Receiver Bounded Context" "Downstream" ..> "Upstream" "Transfer Bounded Context"
}
together {
package "User Bounded Context" <<Cloud>> {
}
"User Bounded Context" "Downstream" ..> "Upstream" "Transfer Bounded Context"
}
"App" ..> "Transfer Bounded Context"
"App" ..> "Country Bounded Context"
"App" ..> "Common Bounded Context"
"App" ..> "Receiver Bounded Context"
"App" ..> "User Bounded Context"
@enduml | false | true | false | false | class |
8cc637ac61c5a4ae43da5a12182d49986d49b954 | 23eebc652cc34d63a61ab645cccb3e0d12192028 | /documentation/logicalview/analysisview/repository/classanalysis/puml/views/ConfigVehicleView.puml | f16fe5ed1fa9719023d8482fc9185197f4ff57a4 | [] | no_license | Ruskab/agrimManager | 0e654c5bfc7bb6241f7a8cf4c49e58af55155886 | e264536edc42ad8def85e3714a7b1c15236d7de5 | refs/heads/develop | 2023-09-01T02:36:44.943558 | 2021-08-14T20:15:43 | 2021-08-14T20:15:43 | 166,677,735 | 1 | 2 | null | 2023-09-02T13:25:24 | 2019-01-20T15:37:25 | Java | UTF-8 | PlantUML | false | false | 185 | puml | @startuml
class ConfigVehicleView {
+setVehicleInfo(info)
}
ConfigVehicleView --> Vehicle
VehiclesView --> ConfigVehicleView
ConfigVehicleView --> ConfigVehicleController
@enduml | false | true | false | false | class |
4f816b354d832a7de76507cd68bf8e10caa9d080 | 261f3d4fd238b13676398b33df2304142bf505a0 | /docs/EventDiagram/EventArchi1.puml | 0c56b21c96661e66e4611d8ce3b810d9ff678e42 | [] | no_license | AY2021S1-CS2113T-F14-1/tp | 8a917e7e02274af464095b31ee695282f294737c | 9e05f06f9f338e4059e96faa992c22a1bad412e7 | refs/heads/master | 2023-01-09T19:46:16.021830 | 2020-11-13T12:07:10 | 2020-11-13T12:07:10 | 300,518,941 | 0 | 4 | null | 2020-11-13T12:07:11 | 2020-10-02T06:13:45 | Java | UTF-8 | PlantUML | false | false | 567 | puml | @startuml
hide circle
class "{abstract} \n Command" {
}
Rectangle EventCommands {
"{abstract} \n Command" <|-down- CommandEventAdd
"{abstract} \n Command" <|-down CommandEventDel
"{abstract} \n Command" <|-down CommandEventList
"{abstract} \n Command" <|-down CommandSearchEvent
"{abstract} \n Command" <|-down CommandEventStatus
"{abstract} \n Command" <|-down CommandEventCountdown
"{abstract} \n Command" <|-down CommandAddEventAttendance
"{abstract} \n Command" <|-down CommandDelEventAttendance
"{abstract} \n Command" <|-down CommandViewEventAttendance
@enduml | false | true | false | false | class |
041f18cb2c545a0e4b0a78fd61f1a519c97d430e | 40567c1824176b46468e1e3e0ec8083acfc319ac | /src/main/java/org/study/patterns/other/callback/Callback.puml | 52274122c97145e7a81ca89d1e9ef2bd5a572b90 | [] | no_license | Maxvgrad/Patterns | 18b7ee3b13c71a202716a0879ca328117a95661a | e94339f722d7e86ba2465ff83f358276618ed985 | refs/heads/master | 2020-03-19T05:15:30.138568 | 2018-07-19T07:22:13 | 2018-07-19T07:22:13 | 135,914,463 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 173 | puml | @startuml
abstract class Task {
void executeWith(Callback c)
abstract void execute()
}
class SimpleTask {
void execute()
}
interface Callback {
void execute()
}
@enduml | false | true | false | false | class |
9c722e8f81f3c240ff07f39c7cb9abda411762e5 | 3d0056775f632e5311ec434a0e30590d41a6743d | /C_team/object-diagram.pumsuk.cho.puml | 92915b1ed382952f412115c9232671daedfd8034 | [] | no_license | kind102/toy2 | 6598ef23ff5403969680cde577c8b677e2e4472d | 02347e8866a629116b406323904c3be6ff8f727b | refs/heads/master | 2023-06-12T18:56:16.773579 | 2021-07-02T06:24:28 | 2021-07-02T06:24:28 | 382,250,823 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 644 | puml | @startuml
'https://plantuml.com/object-diagram
package payment {
object Payment
}
package member {
object Member
}
package delivery {
object Delivery
}
package shop {
object Shop
object Menu
}
package coupon {
object Coupon
}
package PG {
object PgService
}
package order {
object Order
object CustomerInfo
object PaymentInfo
object LineItemInfo
object DeliveryInfo
}
order ... member
delivery .left. order
order ... shop
order .right.. payment
coupon .up.. order
payment .left.. PG
Order o--- CustomerInfo
PaymentInfo ---o Order
Order o--- LineItemInfo
Order o--- DeliveryInfo
@enduml | false | true | false | false | class |
ed2ab804efdff61c961d319a2f733922d681fc90 | 5d29498c32cbce8f66bbdf29987c36b4c6f4fed1 | /components/true-nft-core/uml/NFT-v2-sequence-mint.plantuml | 9771c1d664d8fe5304e4d5590ef3a36879653a73 | [] | no_license | EverGuild/true-nft-legacy | 4cb3d11bd5ae5edc7e995ddb54a7498c9f897aef | 4b4f0a164420f0c13b8c02b33d017ef78614ebfd | refs/heads/main | 2023-07-19T00:35:27.981737 | 2021-09-22T10:32:06 | 2021-09-22T10:32:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 423 | plantuml | @startuml NFT-v2
header NFT-v2
title NFT-v2-mintNft
skinparam maxMessageSize 200
skinparam guillemet true
autonumber
actor "Actor" as A
participant "NftRoot" as R << NftRoot >>
participant "Data" as D << Data >>
participant "IO" as IO << IndexOwner >>
participant "IOR" as IOR << IndexOwnerRoot >>
A -> R ++: mintNft
R -> D ++: deploy
deactivate R
D -> IO : deploy
D -> IOR : deploy
deactivate D
@enduml | false | true | false | false | sequence |
a6ac1f1b0bac2bfe47d6ff2b6728b00138a2ec66 | e12dd754b237c9264e7b12b9f6501f6d42b2dd29 | /docs/flow.puml | 9be00573932091b77e58d631458731abf9845622 | [] | no_license | pablobastidasv/csrf | 3b84e002ffad653d9a3c14464ad354ec462becee | c993f5bb176fdc198e0bf8896b30f5129d623993 | refs/heads/master | 2021-07-10T08:02:48.047229 | 2021-07-06T08:30:15 | 2021-07-06T08:30:15 | 164,126,185 | 0 | 0 | null | 2021-07-06T08:30:16 | 2019-01-04T15:51:40 | Java | UTF-8 | PlantUML | false | false | 1,366 | puml | @startuml
skinparam handwritten true
skinparam activity {
BackgroundColor<< Continue >> #99ff99
BackgroundColor<< 403 >> #ff8080
}
(*) --> "Obtain HTTP request method"
if "toValidate()" then
note left: HTTP method \nis different to\n GET, TRACE,\n OPTIONS or HEAD
-right-> [yes] "Obtain Path"
if "path allowed" then
-right-> [yes] "Obtain authentication status"
if "isAuthorizedRequest()" then
-right-> [yes] "Obtain XSRF-TOKEN from cookie"
if "isNull()" then
-down-> [no] "Obtain X-XSRF-TOKEN from header \n or from `_csrf` parameter (form field)"
if "isNull()" then
-down-> [no] "Compare XSRF tokens"
if "areEquals()" then
--> [yes] "Continue" <<Continue>>
Note left: Continue processing
else
--> [No] "404: Forbidden" <<403>>
Note left: Send response\n to client
endif
else
--> [yes] "404: Forbidden"
endif
else
--> [yes] "404: Forbidden"
endif
else
--> [No] "Continue"
endif
else
--> [No] "Continue"
endif
else
--> [No] Continue
endif
--> (*)
@enduml | false | true | false | false | sequence |
301d940ef181219f3c39d699101087a3f7c6d719 | 188aa3bd1c4fc0a88cab9726c2f2299f147e70d8 | /docs/UC_03/SSD.puml | 6576301c3813717973c58144e62e4e19e0e32d40 | [] | no_license | botelho-io/lapr2-2020-g029 | c6a3c15bace1145c94c0495ac5f8ce54b7be478c | 1834bf842e5ae1f94d20ab61dad8e8124fc9f61b | refs/heads/master | 2023-08-17T00:53:42.364156 | 2020-06-14T22:29:10 | 2020-06-14T22:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,074 | puml | @startuml SSD
hide footbox
autonumber
actor "Collaborator" as C
participant ":System" as S
' The collaborator starts the process of creating a new freelancer.
' The system asks for all the relevant information of the freelancer.
' The collaborator inserts the information that was requested.
' The system presents the information and requests confirmation.
' The collaborator confirms.
' The systems validates the data introduced, stores it and informs the user of the success of the operation.
activate C
C -> S : starts the process of creating a new freelancer
activate S
S --> C: asks for all the relevant information about the freelancer\n(name, level of expertise (senior/junior), email, NIF, IBAN, address, country)
deactivate S
C -> S : inserts the information that was requested
activate S
S --> C: presents the information and requests confirmation
deactivate S
C -> S : confirms
activate S
S --> C: success
deactivate S
deactivate C
@enduml | false | true | false | false | usecase |
5ee4dbdc5abbabe2a14d9c2852a80bc4ba928fbd | bf3e610c8668e525aedcca58ddbe9da7c19e427e | /docs/design/hub-and-spoke/lag/create/h&s-create-lag-port.puml | b0212400190c163cf4bb5a8e8794d459bdf768fe | [
"Apache-2.0"
] | permissive | telstra/open-kilda | 874b5204f8c2070860a2e7fc6f8be368a5d18726 | 686d31220f1033595d7f1d4374544af5ba9c42fe | refs/heads/develop | 2023-08-15T21:24:21.294425 | 2023-08-14T08:51:52 | 2023-08-14T08:51:52 | 104,974,693 | 82 | 70 | Apache-2.0 | 2023-09-14T19:11:22 | 2017-09-27T05:13:18 | Java | UTF-8 | PlantUML | false | false | 1,185 | puml | @startuml
title LAG port create
actor User
boundary Northbound as NB
participant SwitchManager << Hub >>
participant SpeakerWorker
participant GRPC
participant Floodlight
database DB
User -> NB : Create LAG
activate NB
NB -> SwitchManager : CreateLagPortRequest
activate SwitchManager
SwitchManager -> SwitchManager : Request validation
SwitchManager -> DB : Create LAG in DB
DB -> SwitchManager
SwitchManager -> SpeakerWorker : CreateLogicalPortRequest
activate SpeakerWorker
SpeakerWorker -> GRPC : CreateLogicalPortRequest
deactivate SpeakerWorker
GRPC -> GRPC : Creating LAG\nport on switch
GRPC -> SpeakerWorker : CreateLogicalPortResponse
activate SpeakerWorker
SpeakerWorker -> SwitchManager : CreateLogicalPortResponse
deactivate SpeakerWorker
SwitchManager -> SpeakerWorker : OfCommands
activate SpeakerWorker
SpeakerWorker -> Floodlight : OfCommands
deactivate SpeakerWorker
Floodlight -> Floodlight : Installing rules\nand meter
Floodlight -> SpeakerWorker : OfResponse
activate SpeakerWorker
SpeakerWorker -> SwitchManager : OfResponse
deactivate SpeakerWorker
SwitchManager -> NB : LagPortResponse
deactivate SwitchManager
NB -> User: LagPortDto
deactivate NB
@enduml
| false | true | false | false | sequence |
a1c522acc17eebad9331c0e9f51d81e483555ff3 | 95ce4ad4eda9bfbe09158e35285b284b580dd612 | /example.puml | 2ceeb875e763324c97c58eb234212fcd49801ba5 | [
"MIT"
] | permissive | twalcari/OwlToUml | a47e40cc61c1622d1e7cebcbf7e3a1822aecef60 | 4a1e3cfa070a3fcd5df371140a251fd649807fe8 | refs/heads/master | 2021-01-10T19:58:39.027996 | 2014-04-01T14:41:49 | 2014-04-01T14:41:49 | 18,331,569 | 2 | 1 | null | 2014-04-01T15:02:21 | 2014-04-01T14:08:56 | Java | UTF-8 | PlantUML | false | false | 152 | puml | @startuml
hide methods
class ComputeElementComponent{
}
class ComputeElement{
name
}
ComputeElement o-- ComputeElementComponent : hasComponent
@enduml
| false | true | false | false | class |
2209ed073eb7977b656ffe2555c3d564fc18daf8 | 8f79723474b85f849569afca21d13447da9fbe7d | /Assets/Plugins/Script/plantuml/DelaySlider.puml | 7b83ff697f125248ab9519ecff5e77214324f82b | [] | no_license | YutaMochizuki-Siki/taiko | 51d4f004b10ab93ea30a888f7638d9a16904071b | e0cd2cdbdcbe864cd1232bf0ec74d710796ad1d6 | refs/heads/main | 2023-04-22T13:59:21.998542 | 2021-05-11T09:51:09 | 2021-05-11T09:51:09 | 352,619,868 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 180 | puml | @startuml
class DelaySlider {
Start() : void
Update() : void
}
MonoBehaviour <|-- DelaySlider
DelaySlider --> "DelayChange" Slider
DelaySlider --> "DelayText" Text
@enduml
| false | true | false | false | class |
18ebf689612961ae746449a558fe213b53891a6c | 34bdf231372cb89efc88592d53e16cc410e54672 | /activite/retour-voiture/retour-voiture1.puml | a80bca6f14fe1c238240da8154e76105cc6b719c | [] | no_license | pinicc/LOG210-exercices | c38ca5acae589d9afd6f324ff1a59b93e1e407e1 | 707fc3979bc86ab43d423a17ac17d973aa62936d | refs/heads/master | 2023-08-30T06:08:51.011249 | 2021-11-11T14:50:21 | 2021-11-11T14:50:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,407 | puml | @startuml Diagramme activite
skinparam style strictuml
skinparam handwritten true
title <u>Retour de voiture louée</u>
|Client|
start
:Rendre voiture;
|Réceptionniste|
:Voiture et clés]
:Noter kilomètrage et
niveau d'essence;
fork
:Générer facture;
:Facture]
|Client|
:Payer facture;
:Partir;
|Agent|
fork again
:Inspecter voiture;
if (propre?) then (oui)
else (non)
:Laver voiture;
:Rincer voiture;
:Sécher voiture;
:Nettoyer intérieur;
endif
end fork
|Réceptionniste|
stop
@enduml
@startuml Diagramme classe
class Client {
rendreVoiture()
payerFacture()
partir()
}
class Voiture {
kilometrage:long
essence:int
setState(EtatVoiture)
}
class Cle
class Agent {
inspecterVoiture()
nettoyerVoiture()
}
class Receptioniste{
noterKmEtEssence()
genererFacture()
}
class Facture{
payé:bool
}
Voiture "1"--"1" Cle: demarre <
Facture "1"--"1" Client: paye <
Facture "1"--"1" Voiture: est pour la location de la >
Receptioniste "1"--"*" Facture: rédige >
class EtatVoiture{
+nettoyerVoiture()
}
class Sale {
+ nettoyerVoiture()
- laverVoiture()
- rincerVoiture()
- secherVoiture()
- nettoyerInterieurVoiture()
}
class Propre
class Inspection {
setVoitureState(EtatVoiture)
}
Sale -u-|> EtatVoiture
Propre -u-|> EtatVoiture
Voiture -- EtatVoiture: est dans un état >
Inspection "1"--"1" Voiture: est pour >
Agent "1"--"*" Inspection: effectue >
@enduml | false | true | true | false | activity |
e6b14cef6f206f357e508aaa66d63dd4f345fc0d | d5b91de7c10c7a6d79e6d6f0384d6d7f7bcb513c | /docs/diagrams/SaveCommand.puml | 2f9d3271c30009580597fd43b8a964fb19e716ef | [] | no_license | AY2021S2-CS2113-F10-1/HdBuy | c35ef37d99dc81b0da048b93aafec2241a7ccc18 | 54429108d6a1916ff71c7e5265d69bab49a814a9 | refs/heads/master | 2023-04-08T13:32:36.117777 | 2021-04-12T07:51:44 | 2021-04-12T07:51:44 | 344,666,976 | 0 | 0 | null | 2021-04-12T07:51:45 | 2021-03-05T02:08:42 | Java | UTF-8 | PlantUML | false | false | 836 | puml | @startuml
'https://plantuml.com/sequence-diagram
hide footbox
activate ":HdBuy"
":HdBuy" -> ":SaveCommand": execute()
activate ":SaveCommand"
":SaveCommand" -> ":SearchedUnits": getUnit(index)
activate ":SearchedUnits"
":SearchedUnits" --> ":SaveCommand": targetUnit
deactivate ":SearchedUnits"
opt targetUnit is not null
":SaveCommand" -> ":ShortList": addTo":ShortList"(targetUnit)
activate ":ShortList"
":SaveCommand" <-- ":ShortList"
deactivate ":ShortList"
":SaveCommand" -> ":TextUi": showSaved":ShortList"Unit(targetUnit)
activate ":TextUi"
":SaveCommand" <-- ":TextUi"
deactivate ":TextUi"
end
":HdBuy" <-- ":SaveCommand"
destroy ":SaveCommand"
@enduml | false | true | false | false | sequence |
755b8a675af6f7595f4e96c15732e9aa63f22b84 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/UseCases/Manage-Security/Edge-Network-Security-Analtica-uCPE.puml | cf4a7e68bfd9a1df031ea93c95076623015f6b5b | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 273 | puml | @startuml
Actor "actorName" as A
box "Manage-Security" #lightblue
participant CLI as CLI
participant Web as Web
participant "Edgeville" as S
A -> CLI : Edgeville-network-edge()
CLI -> S : network/edge()
A -> Web : network/edge()
Web -> S : network/edge()
end box
@enduml
| false | true | false | false | sequence |
ffff6271b333e1de6e63fc0eff253ce4a6e248dc | 5c1a4ccd2417b5eef0fb156dfebe5a7e9d00cc12 | /Model/Model.puml | 9eb5e641c829228e7604e0e5670df01115746eed | [] | no_license | Task-Manager-Software/Documents | aef1a6cfb892255636922db7f54664d28b9e0e96 | 290f7cb72a5e62d4e98b8410cd8f03cace0942d8 | refs/heads/master | 2022-04-02T23:46:18.237003 | 2020-02-13T10:36:26 | 2020-02-13T10:36:26 | 239,700,991 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,007 | puml | @startuml
title Relationships - Class Diagram
class Account {
+Text FullName
}
class Project {
+Text Title
+Bool ShowCompletedTasks
}
class ProjectContributor {
+Account Account
+Project Project
+Bool IsAccepted
+Bool IsOwner
}
class TaskContributor {
+Account Account
+Task Task
+Bool IsAccepted
}
class Task {
+Text Title
+Bool IsDone
+Bool IsMyDay
+Bool IsImportant
+DateTime? RemindDate
+Date? DueDate
+RepeatType Repeat
+Byte? SelectedWeekDay
+Text Note
}
class Step {
+Text Title
+Bool Done
}
class File {
+Text Filename
}
enum RepeatType{
Daily
Weekdays
Weekly
Monthly
Yearly
}
Account "1" *-down- "1..many" AccountProject
Project "1" *-up- "1..many" AccountProject
Account "1" *-down- "0..many" AccountTask
Task "1" *-up- "0..many" AccountTask
Project "1" *-down- "0..many" Task
Task "1" *-down- "0..many" File
Task "1" *-down- "0..many" Step
Task -> RepeatType
@enduml
| false | true | false | false | class |
6f23bad394351e5404a795dd103179778be46d06 | e24f105e14f114d30bd79364320b07e11d35ce2f | /Plant_UML/Sequence_Diagram_04.puml | 64a1c87d88db7e4c5e0316c91c2ac52c8459a6fe | [] | no_license | Ying-LUO/Java2_Assignment2 | 3dd53cb521d106ab98555f0ccba046aed9e8bda3 | f47dcf8c59473af93bad27e4a6727c4eeafd4ee3 | refs/heads/master | 2022-12-07T08:06:39.248093 | 2020-09-02T04:20:32 | 2020-09-02T04:20:32 | 291,143,659 | 0 | 2 | null | 2020-09-02T04:20:33 | 2020-08-28T20:51:11 | Java | UTF-8 | PlantUML | false | false | 643 | puml | @startuml
title Lease daily slip to existing customer
actor MarinaManager
participant aSlip
participant aBoat
MarinaManager -> aSlip : leaseSlip(slip.width)
activate aSlip
aSlip -> aBoat : assignBoatToSlip()
activate aBoat
aBoat --> aSlip : boatDetails
deactivate aBoat
aSlip -> aDailyLease : create(startDate, numberOfDays)
activate aDailyLease
aDailyLease -> aDailyLease : calculateFee()
aDailyLease --> aSlip : endDate & fee
deactivate aDailyLease
aSlip -> aCustomer : assignCustomer()
activate aCustomer
aCustomer --> aSlip : customer details
deactivate aCustomer
aSlip --> MarinaManager : lease details
deactivate aSlip
@enduml | false | true | false | false | usecase |
e238e01d8589f7624d892989f4bef52662b9f2a1 | 775bc267d8aeddae2ddeb583a671c5c70bf0e4aa | /W01/191220102/uml/characters.puml | 90198526b1beadf4997c610cae960964b2dca55e | [] | no_license | Kisekis/jwork-2021 | 5c408d7df1fcf9f53f97ede96a7ed1d0c4fa1b58 | d86d9144d5d3cb5440e507c5ad9d6ed4c9e4a239 | refs/heads/main | 2023-07-31T11:42:44.961199 | 2021-09-13T12:50:29 | 2021-09-13T12:50:29 | 405,909,712 | 1 | 0 | null | 2021-09-13T09:26:03 | 2021-09-13T09:26:02 | null | UTF-8 | PlantUML | false | false | 647 | puml | @startuml
class Being{
String name
}
class Creature{
int health
int attack
int defense
String[] memory
speakTo()
listenFrom()
attack()
receiveAttack()
isDead()
jump()
dance()
struggle()
trap()
}
class Sword{
appear()
big()
hard()
soft()
}
class Yaojing{
int magic
attack()
}
class Monster{
boolean hasHardSword
boolean hasSoftSword
int hasSwing
attack()
swingSword()
hardSword()
softSword()
}
class Huluwa{
gift()
}
Creature --|> Being
Yaojing --|> Creature
Monster --|> Yaojing
Huluwa --|> Yaojing
Sword --|> Being
@enduml | false | true | false | false | class |
d7ad4b6615a6689407f7eef55328174de5b67227 | 9260b5115ccc69ceff13d856b627f59a6c522389 | /superphy/src/upload/uml/old_diagrams/loading_overview.puml | 6018698b9df2ab597ce6623b27cf013ab36f341d | [
"Apache-2.0"
] | permissive | kevinkle/semantic | c768b63eb0033bf1b2e090ddfbf8e67a32d33b21 | 286d3171dc225a81a000d67865c9956fe2b9e125 | refs/heads/master | 2021-01-12T00:12:55.127742 | 2017-01-26T00:07:03 | 2017-01-26T00:07:03 | 78,686,314 | 0 | 0 | null | 2017-01-26T00:05:51 | 2017-01-11T22:37:50 | Web Ontology Language | UTF-8 | PlantUML | false | false | 1,731 | puml | @startuml
title Superphy Loading Pipeline Overview
'Data input
actor Curator
interface "Web Front End" as UI
database "Genbank" as GB
database "Biosample" as BS
component [Miner] as Miner
component [Upload] as Upload
GB --> Miner: "Generic meta-data JSON\ne.g. accession: { attribute: value, ... }"
BS --> Miner
:User: --> UI
UI --> Upload
'Validation
component [Sequence validation, part 1] as SV1
Miner .. (Ontology based metadata\nextraction from\nfree-form text)
Upload .. (Metadata from user\naccording to ontology)
Curator --> Miner : "JSON validation and\noverride rules for data source"
Miner --> SV1
Upload --> SV1
SV1 .. (Initial checks based on attributes\ne.g. length, number and\nuniqueness e.g. MD5 Checksum)
'Computation
component [Superphy queue] as SQ
component [Load metadata] as LM
component [Panseq for AMR/VF genes] as PAMR
component [Panseq for pangenome] as PPG
component [AMR/VF MSAs and trees] as AMRTree
component [Pangenome MSAs and trees] as PGTree
component [Subtyping] as ST
database "SuperphyDB" as DB
component [SNP computation] as SNP
component [R/Shiny input] as Shiny
component [Sequence validation, part 2] as SV2
component [Global genome tree] as Tree
component [In Silico typing] as IST
component [Multi-locus Variable Number Tandem-Repeat Analysis] as MLVA
component [Multi-locus Sequence Typing] as MLST
component [Serotyping] as SRT
SV1 --> SV2
SV2 --> SQ
SQ --> LM
LM --> PAMR
LM --> PPG
PAMR --> AMRTree
PPG --> PGTree
AMRTree --> ST
PGTree --> SNP
PGTree --> Shiny
SNP --> Shiny
SNP --> Tree
LM --> Shiny
LM --> IST
IST --> MLVA
IST --> MLST
IST --> SRT
SV2 .. (Secondary checks based on\ncomposition e.g. core and\naccessory fragments,\nspecies e.g. E.coli fragments)
@enduml | false | true | false | false | usecase |
542d9a3fdcd34f510dfa24e3253ef75d82294cb6 | 398c5b33d0905b3b3f153b5baef434d66b6ead9b | /activities/images/TacticDDDMetaModel.puml | 6491ec6e337f4f007bb5bdbd5a67197b38b16cf9 | [
"CC-BY-4.0",
"LicenseRef-scancode-dco-1.1"
] | permissive | Jeket/design-practice-repository | 37c49d4a683cf5ec3104093cb62d2c28bb572ddc | 29f84b0eb34ac0d6b105d6c3fed51c4d9871db39 | refs/heads/master | 2023-07-13T20:52:59.084955 | 2021-08-19T12:16:44 | 2021-08-19T12:16:44 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,130 | puml |
@startuml TacticDDDMetaModel
class ApplicationService
class DomainService
class InfrastructureService
class Service {
+ statelessOperation1(valueObject1, rootEntityId)
}
note right of Service
Service types
(inheritance hierarchies)
match DDD layers
end note
class Aggregate {
- name
+ boolean checkInvariant1()
+ findRootEntity()
+ createRootEntity()
# openTransaction()
# commitTransaction()
# rollbackTransaction()
+ receiveAndDispatchDomainEvent()
}
class ValueObject {
- int attribute1
- String attribute2
- ValueObject attribute3
- EntityId attribute4
+ Result calculate()
+ String format()
}
note right of ValueObject
read only
end note
class RootEntity {
- EntityId globalId
+ Entity factoryMethod1()
}
note right of RootEntity
Also called Aggregate Root
end note
class Entity {
- EntityId localId
- EntityId localEntityReference
- Enum lifecycleState
+ EntityReference1 businessLogicOperation1(valueObject1)
+ ValueObject2 entityModifier1(entityReference1, valueObject2)
+ Enum stateTransition1()
+ processDomainEvent()
}
class AggregateRepository {
+ addAggregateRoot()
+ removeAggregateRoot()
+ searchEntity(byString)
}
note right of AggregateRepository
One repository per Aggregate is
recommended in "DDD Reference" by Evans
and "Implementing DDD" by Vaugnh
end note
class EntityFactory {
+ Aggregate createAggregate(creationInput)
+ Entity createEntity(creationInput)
+ RootEntity createRootEntity(creationInput)
+ ValueObject createValueObject(creationInput)
}
note right of EntityFactory
Only as needed
end note
Aggregate ..> "use" AggregateRepository
Aggregate <.. "instantiate" AggregateRepository
Aggregate ..> "use" EntityFactory
Aggregate "instantiate" <.. EntityFactory
RootEntity "instantiate" <.. EntityFactory
ValueObject "instantiate" <.. EntityFactory
Entity "instantiate" <.. EntityFactory
ApplicationService --|> Service
DomainService --|> Service
InfrastructureService --|> Service
Service ..> "use" Aggregate
Aggregate *-- ValueObject
Aggregate *-- RootEntity
RootEntity *-- Entity
Entity o-- ValueObject
@enduml | false | true | false | false | sequence |
91ebecdc1f93c9cc5f644f54d6abf8b74f3d260c | 51bbfaef0331f2ab3506802100a1d18b1f12c4e9 | /design-pattern/bridge/etc/bridge.puml | 0b10f01cfa109015b4483f0fb79028313f14450c | [
"Apache-2.0"
] | permissive | JaphyFan/spring-bootstrap | 6439c91d95f98c16dccb7c36b07bb8f777d04792 | c817b4a4f847d9b12c6613b2fedf9064f7fd40a9 | refs/heads/master | 2023-07-23T20:03:53.087571 | 2023-04-25T01:10:05 | 2023-04-25T01:10:05 | 228,553,612 | 0 | 0 | Apache-2.0 | 2023-07-07T21:52:20 | 2019-12-17T06:59:45 | Java | UTF-8 | PlantUML | false | false | 1,050 | puml | @startuml
'https://plantuml.com/class-diagram
package com.japhy.design.bridge {
interface Enchantment {
+ onActive(): void
+ apply(): void
+ onDeactive(): void
}
interface Weapon {
+ wield(): void
+ unwield(): void
+ swing(): void
+ getEnchantment(): Enchantment
}
class Sword {
- enchantment: Enchantment
+ Sword(enchantment: Enchantment)
+ wield(): void
+ unwield(): void
+ swing(): void
+ getEnchantment(): Enchantment
}
class Axe {
- enchantment: Enchantment
+ Axe(enchantment: Enchantment)
+ wield(): void
+ unwield(): void
+ swing(): void
+ getEnchantment(): Enchantment
}
class FlyingEnchantment {
+ onActive(): void
+ apply(): void
+ onDeactive(): void
}
class EatingSoulEnchantment {
+ onActive(): void
+ apply(): void
+ onDeactive(): void
}
Sword ..|> Weapon
Axe ..|> Weapon
FlyingEnchantment ..|> "Enchantment" Enchantment
EatingSoulEnchantment ..|> "Enchantment" Enchantment
Sword --> Enchantment
Axe --> Enchantment
}
@enduml | false | true | false | false | class |
9ccf780ab1bd32d6d6a9e9c87d5f3f8b2c7618aa | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/learning_plan/algorithms/ninth_day/ninth_day.plantuml | 4e05afbdbc9452c2c9ba3b89eea15229281bcf8a | [] | 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 | 701 | plantuml | @startuml
title __NINTH_DAY's Class Diagram__\n
namespace cn.shui.learning_plan.algorithms.ninth_day {
class cn.shui.learning_plan.algorithms.ninth_day.L542 {
{static} ~ dirs : int[][]
{static} - updateMatrix1()
- updateMatrix2()
- updateMatrix3()
}
}
namespace cn.shui.learning_plan.algorithms.ninth_day {
class cn.shui.learning_plan.algorithms.ninth_day.L994 {
- dc : int[]
- dr : int[]
- orangesRotting()
}
}
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 |
30977d7c079fdf712faafc01d7d88c8a2e19c0fa | 72723887e80db2fa9ceab3841916d22b5185a1c6 | /src/diagrams/setup/autotags.sequence.puml | 54069438b4aac3b546dee38b7e7cc66f31718a74 | [] | no_license | Mamen484/webapp | 55b504de64c08fe1cd8df43c5411c6dea67288ae | 84c41b6d0e7efa9bcc72639f9bdf3b620646cfdf | refs/heads/master | 2023-04-17T00:35:19.459974 | 2021-04-21T09:53:15 | 2021-04-21T09:53:15 | 315,639,307 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,526 | puml | @startuml
actor User
entity Webapp
entity "SF API" as api
User -> Webapp : has created a feed category mapping
Webapp -> api : GET FetchAutotagByCategorCollection
api --> Webapp : autotag channel attributes
Webapp --> User : display "Fill autotags area" \n with mandatory channel attributes
alt The channel allows any value for autotags
User -> Webapp : types a string //str// in an input
Webapp -> api : GET FetchMappingCollection
Webapp <-- api : _embedded.mapping[].catalogField
Webapp -> Webapp : filter results according to a user's input
Webapp -> Webapp : add curly brackets to filtered results
User <-- Webapp : display an autocomplete suggestion \nwith filtered results in curly brackets \n+ user's input string in square brackets: \n{str1} \n{str2} \n[str]
else The channel allows only authorized autotag values
User -> Webapp : opens a dropdown \nwith authorized attribute values
Webapp -> api : GET FetchAutotagByCategorCollection
api --> Webapp : an embedded **constraint** array
Webapp --> User : fills a dropdown \nwith **_embedded.constraint[].label** \nas options
end
User -> Webapp : clicks Save & next
alt some inputs are blank
User <-- Webapp : show validation error "This field is required" \nfor every blank field
else all inputs have values
Webapp -> Webapp : remove curly brackets \nand preserve square brackets \nfor not constrainted inputes
Webapp -> api : PUT MatchAutotagByCategory
Webapp <-- api: 200 OK
User <-- Webapp : load next category to be configured
end
@enduml | false | true | false | false | sequence |
a5fcda138f60c223c98c215162a8ef4c828a21bf | 95db096f36828b7124792f7ce52368a58783e9e9 | /docs/javadocs/soen6441riskgame/models/strategies/HumanStrategy.puml | 364c8e6abe7474379c7b740afc5d9cba236423b8 | [] | 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 | 2,208 | puml | @startuml
skinparam svgLinkTarget _parent
skinparam linetype ortho
set namespaceSeparator none
class "<b><size:14>HumanStrategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.HumanStrategy [[../../../soen6441riskgame/models/strategies/HumanStrategy.html{soen6441riskgame.models.strategies.HumanStrategy}]] {
+HumanStrategy()
+StrategyName getName()
+void reinforce(Player player,Country countryToReinforce)
+ArrayList<Country> attack(Player player,Country attackingCountry)
+void fortify(Country fromCountry,Country toCountry)
+void playTurn(Player player)
}
interface "<b><size:14>Strategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.Strategy [[../../../soen6441riskgame/models/strategies/Strategy.html{soen6441riskgame.models.strategies.Strategy}]] {
}
hide soen6441riskgame.models.strategies.Strategy fields
hide soen6441riskgame.models.strategies.Strategy methods
soen6441riskgame.models.strategies.HumanStrategy ..|> soen6441riskgame.models.strategies.Strategy
enum "<b><size:14>StrategyName</b>\n<size:10>soen6441riskgame.enums" as soen6441riskgame.enums.StrategyName [[../../../soen6441riskgame/enums/StrategyName.html{soen6441riskgame.enums.StrategyName}]] #white {
}
hide soen6441riskgame.enums.StrategyName fields
hide soen6441riskgame.enums.StrategyName methods
soen6441riskgame.models.strategies.HumanStrategy ..> soen6441riskgame.enums.StrategyName
class "<b><size:14>Player</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Player [[../../../soen6441riskgame/models/Player.html{soen6441riskgame.models.Player}]] #white {
}
hide soen6441riskgame.models.Player fields
hide soen6441riskgame.models.Player methods
soen6441riskgame.models.strategies.HumanStrategy ..> soen6441riskgame.models.Player
class "<b><size:14>Country</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Country [[../../../soen6441riskgame/models/Country.html{soen6441riskgame.models.Country}]] #white {
}
hide soen6441riskgame.models.Country fields
hide soen6441riskgame.models.Country methods
soen6441riskgame.models.strategies.HumanStrategy ..> soen6441riskgame.models.Country
@enduml
| false | true | false | false | class |
7c39b6dd939f282eb338b1f6294e8af238ce6365 | 84d49c29cfedd2d78f8d4381859b6e48d20b3509 | /job_referral_use_case_diagram.puml | 3d68c5cb561591cc0581051a32582ca31d248f2a | [] | no_license | poznas/hydra-aimo | 9e79ff6a0ff4a38871815bdd4ee33435a1a43c31 | e1497ee5e689e8d9f81f4c2e989924e2c355ace3 | refs/heads/master | 2020-04-14T00:45:27.398473 | 2019-01-21T12:25:05 | 2019-01-21T12:25:05 | 163,541,573 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 577 | puml | @startuml
left to right direction
actor user
usecase UC_7 as "**UC_7**
// Job //
Wyświetl listę ofert pracy"
usecase UC_8 as "**UC_8**
// Job //
Wyświetl szczegóły oferty pracy"
usecase UC_9 as "**UC_9**
// Referral //
Dodaj RA"
usecase UC_10 as "**UC_10**
// Referral //
Wyświetl listę RA"
usecase UC_11 as "**UC_11**
// Referral //
Wyświetl szczegóły RA"
user --> UC_7
user --> UC_10
UC_8 ..> UC_7 : extends
UC_9 ..> UC_8 : extends
UC_9 ..> UC_10 : includes
UC_11 ..> UC_10 : extends
@enduml | false | true | true | false | usecase |
63cea58cfd3645bc42a276c91b239e69c8403473 | f0f016da328b1e084f18b2a73f0a6c1f479f22b6 | /app/src/main/appcontext.puml | 3120c6ade67c404be1629ab7486e882a8767df76 | [] | no_license | sofina/MyDemo | c4eb12c650cff4bf787e9f71a535cf14894b8bc8 | 28fcebfa18479b517eb679e4995a0a5085d85701 | refs/heads/master | 2020-04-08T21:43:34.045813 | 2018-12-05T04:22:22 | 2018-12-05T04:22:22 | 159,755,979 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 492 | puml | @startuml
class RequestManager
class ApplicationLifecycle
interface Lifecycle
interface LifecycleListener
LifecycleListener <|-- RequestManager
Lifecycle <|-- ApplicationLifecycle
RequestManager -right- ApplicationLifecycle
interface Lifecycle {
+addListener()
+removeListener()
}
interface ApplicationLifecycle {
+addListener()
+removeListener()
}
interface LifecycleListener {
+onStart()
+onStop()
+onDestroy()
}
class RequestManager {
+onStart()
+onStop()
+onDestroy()
}
@enduml | false | true | false | false | class |
891338ce4afe26ff85b3584967a81387c4eeb5fc | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/full-payment-upon-demand@0.5.1.puml | 5dbc59c198967ad9e5ae389ea6ac6f3e5c26f8e0 | [
"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 | 899 | puml | @startuml
class org.accordproject.payment.fullupondemand.FullPaymentUponDemandTemplate << (A,green) >> {
+ AccordParty buyer
+ AccordParty seller
+ MonetaryAmount value
}
org.accordproject.payment.fullupondemand.FullPaymentUponDemandTemplate --|> org.accordproject.cicero.contract.AccordContract
class org.accordproject.payment.fullupondemand.PaymentDemand << (T,yellow) >> {
}
org.accordproject.payment.fullupondemand.PaymentDemand --|> org.accordproject.cicero.runtime.Request
class org.accordproject.payment.fullupondemand.FullPaymentUponDemandState << (A,green) >> {
+ ContractLifecycleStatus status
}
org.accordproject.payment.fullupondemand.FullPaymentUponDemandState --|> org.accordproject.cicero.contract.AccordContractState
class org.accordproject.payment.fullupondemand.ContractLifecycleStatus << (E,grey) >> {
+ INITIALIZED
+ OBLIGATION_EMITTED
+ COMPLETED
}
@enduml
| false | true | false | false | class |
97ef5ce0e645df57cae129b9ecc80f2e137d91f8 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-class-dokumentbeskrivelse.puml | c0c3015cff48b21abb1405b6d88d56de7886558c | [] | 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 | 2,465 | puml | @startuml
skinparam nodesep 100
hide circle
class Arkivstruktur.Dokumentbeskrivelse <Arkivenhet> {
+dokumenttype : Dokumenttype [0..1] [1..1]
+dokumentstatus : Dokumentstatus [0..1] [1..1]
+tittel : string
+beskrivelse : string [0..1]
+forfatter : string [0..*]
+dokumentmedium : Dokumentmedium [0..1] [1..1]
+oppbevaringssted : string [0..1]
+tilknyttetRegistreringSom : TilknyttetRegistreringSom [0..1] [1..1]
+dokumentnummer : integer [0..1] [1..1]
+tilknyttetDato : datetime [0..1] [1..1]
+tilknyttetAv : string [0..1] [1..1]
+referanseTilknyttetAv : SystemID [0..1] [1..1]
+kassasjon : Kassasjon [0..1]
+utfoertKassasjon : UtfoertKassasjon [0..1]
+sletting : Sletting [0..1]
+skjerming : Skjerming [0..1]
+gradering : Gradering [0..1]
+elektroniskSignatur : ElektroniskSignatur [0..1]
+eksternReferanse : string [0..1]
+virksomhetsspesifikkeMetadata : VirksomhetsspesifikkeMetadata [0..1]
}
class Arkivstruktur.Arkivenhet {
}
Arkivstruktur.Arkivenhet <|-- Arkivstruktur.Dokumentbeskrivelse
class Arkivstruktur.Dokumentobjekt <Arkivenhet> {
}
Arkivstruktur.Dokumentbeskrivelse "dokumentbeskrivelse 1" o--> "dokumentobjekt 0..*" Arkivstruktur.Dokumentobjekt
class Arkivstruktur.Merknad {
}
Arkivstruktur.Dokumentbeskrivelse *-- "merknad 0..*" Arkivstruktur.Merknad
class Arkivstruktur.Part {
}
Arkivstruktur.Dokumentbeskrivelse *-- "part 0..*" Arkivstruktur.Part
class Arkivstruktur.ElektroniskSignatur <<dataType>> {
}
Arkivstruktur.Dokumentbeskrivelse *-- Arkivstruktur.ElektroniskSignatur
class Arkivstruktur.Gradering <<dataType>> {
}
Arkivstruktur.Dokumentbeskrivelse *-- Arkivstruktur.Gradering
class Arkivstruktur.Kassasjon <<dataType>> {
}
Arkivstruktur.Dokumentbeskrivelse *-- Arkivstruktur.Kassasjon
class Arkivstruktur.Skjerming <<dataType>> {
}
Arkivstruktur.Dokumentbeskrivelse *-- Arkivstruktur.Skjerming
class Arkivstruktur.Sletting <<dataType>> {
}
Arkivstruktur.Dokumentbeskrivelse *-- Arkivstruktur.Sletting
class Arkivstruktur.UtfoertKassasjon <<dataType>> {
}
Arkivstruktur.Dokumentbeskrivelse *-- Arkivstruktur.UtfoertKassasjon
class VirksomhetsspesifikkeMetadata.VirksomhetsspesifikkeMetadata <<VirksomhetsspesifikkeMetadata>> {
}
Arkivstruktur.Dokumentbeskrivelse *-- VirksomhetsspesifikkeMetadata.VirksomhetsspesifikkeMetadata
class Arkivstruktur.Registrering <Arkivenhet> {
}
Arkivstruktur.Registrering "registrering 1..*" o--> "dokumentbeskrivelse 0..*" Arkivstruktur.Dokumentbeskrivelse
@enduml
| false | true | false | false | class |
508b1fd10a8f580d4348936f05f4d3f9f94e7691 | 257743b36dc69290310dd9ab562a6930c0fcd938 | /docs/guidebook/09-data/entity-relationship-diagram-read.puml | 3f0d40a9356b03986df3304c9f2d66c15e3f0a74 | [
"MIT"
] | permissive | chrisarmitage/super-duper-robot | 223991b46ce928f02265debcf4a6462f15b7acb2 | 9f57363d216965ad59b01afb349cbedb7b3ffe42 | refs/heads/master | 2020-04-21T13:00:41.535036 | 2019-03-12T17:14:18 | 2019-03-12T17:14:18 | 169,584,122 | 0 | 0 | MIT | 2019-03-12T17:14:19 | 2019-02-07T14:25:30 | PHP | UTF-8 | PlantUML | false | false | 516 | puml | @startuml
center header
Read Entity-Relationship Diagram for SDR
endheader
hide circle
hide empty members
!define pk(x) x <b>(PK)</b>
!define fk(x) x <b>(FK)</b>
skinparam class {
backgroundColor<<external>> LightCyan
backgroundColor<<incomplete>> LightPink
}
' ##### Basket Aggregate
package "Basket Aggregate" {
entity Basket {
Total
}
entity BasketItem {
pk(BasketItemId)
SkuCode
Title
Quantity
Price
}
}
Basket ||--o{ BasketItem
@enduml
| false | true | false | false | sequence |
4bbb901a8d60a5a995b683a4a27e5a3ab4fe1d19 | cb5fd3c318c3b1d032bb5eb47a858e7ef0278450 | /docs/architecture/indy-sdk-components.puml | 616782b0d4d7292f95aa15201a381002e5e4356b | [
"Apache-2.0"
] | permissive | Artemkaaas/indy-sdk | d78f06f834bdbbcd7f606c1f8ff0432fa32e3260 | 6fb162f89e830a4e89f8583cea9a0053797c3f6d | refs/heads/master | 2021-06-01T12:13:53.586049 | 2020-08-19T08:44:44 | 2020-08-19T09:45:04 | 92,382,515 | 3 | 0 | Apache-2.0 | 2019-08-19T11:11:19 | 2017-05-25T08:33:21 | Rust | UTF-8 | PlantUML | false | false | 1,297 | puml | @startuml
() "C Interface" as cinterface
[libindy] -- cinterface
package "Libindy language bindings" {
[Java Wrapper] as java_wrapper
cinterface <.. java_wrapper
[NodeJS Wrapper] as nodejs_wrapper
cinterface <.. nodejs_wrapper
[Rust Wrapper] as rust_wrapper
cinterface <.. rust_wrapper
[Python Wrapper] as python_wrapper
cinterface <.. python_wrapper
[ObjectiveC Wrapper (iOS)] as objc_wrapper
cinterface <.. objc_wrapper
[.Net Wrapper] as dnet_wrapper
cinterface <.. dnet_wrapper
}
node "Pluggable payments" as payments {
[libnullpay]
}
cinterface <.. payments
node "Pluggable wallet storages" as wallets {
[Postgres]
}
cinterface <.. wallets
[Indy CLI] as cli
rust_wrapper <.. cli
rust_wrapper <.. [LibVCX]
() "C Interface LibVCX" as cinterface_libvcx
[LibVCX] -- cinterface_libvcx
package "LibVCX language bindings" {
[ObjectiveC Wrapper (iOS)] as objc_wrapper_libvcx
cinterface_libvcx <.. objc_wrapper_libvcx
[Java Wrapper] as java_wrapper_libvcx
cinterface_libvcx <.. java_wrapper_libvcx
[NodeJS Wrapper] as nodejs_wrapper_libvcx
cinterface_libvcx <.. nodejs_wrapper_libvcx
[Python Wrapper] as python_wrapper_libvcx
cinterface_libvcx <.. python_wrapper_libvcx
}
@enduml
| false | true | false | false | deployment |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.