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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1e1f4250b617e410956f3d1e5eccfef3a80826b1 | f4cdd5f5b4bf31ae281288e25b37bc771575823d | /images/07/retrieve_flexContainer.puml | 942998bad222cd8274d2f1aba789859babe8fb40 | [
"BSD-3-Clause"
] | permissive | ankraft/onem2m-jupyter-notebooks | 9af20d3c8e802c71133a78837696efcc20ccb8ed | 6481b757e7fc6ff718ae7a30ed0bc4256e8abf67 | refs/heads/master | 2023-08-17T15:32:45.684608 | 2023-08-07T12:32:16 | 2023-08-07T12:32:16 | 174,227,639 | 5 | 3 | BSD-3-Clause | 2023-08-30T00:06:12 | 2019-03-06T21:59:19 | Python | UTF-8 | PlantUML | false | false | 219 | puml | @startuml
hide footbox
!theme plain
skinparam backgroundcolor transparent
participant "Notebook\nAE" as AE
participant "CSE" as CSE
AE -> CSE: RETRIEVE [color]\ncse-in/Notebook-AE/Colour
AE <- CSE: Response
@enduml | false | true | false | false | sequence |
12238b3ee2f1eebac1c8520b5f5583e7b0dce571 | a047afd92ca0e112af65d4e1a3ffa0c5d4b3f9b8 | /source/images/concepts/open_funding_ledger.plantuml | 750ccc3e3985d48e4644e5b7fea526f614e18c2e | [
"CC-BY-4.0"
] | permissive | cryptphil/perun-doc | 9c98c2acb57e5a08aae916427b2b35e980236de6 | 7a432dcdf8d11c7817e08e90e42f2b6ad6ca57c5 | refs/heads/main | 2023-08-13T19:06:22.466947 | 2021-08-18T08:03:37 | 2021-08-18T08:03:37 | 411,830,302 | 0 | 0 | CC-BY-4.0 | 2021-09-29T21:10:04 | 2021-09-29T21:10:03 | null | UTF-8 | PlantUML | false | false | 682 | plantuml | ' SPDX-FileCopyrightText: 2021 Hyperledger
' SPDX-License-Identifier: CC-BY-4.0
@startuml open_funding_ledger
!pragma teoz true
hide footbox
skinparam SequenceMessageAlign center
participant "Alice" as alice
participant "Parent Layer\n(Blockchain)" as parentLayer
participant "Bob" as bob
alice -> parentLayer: Fund c... | false | true | false | false | sequence |
61ede4baada86931d6778c343a7ecc55814fb8eb | 1ac0a5cf0a74b207d7cdac817f81b15f452f494c | /Livrables/Diagrammes/Composants/UML/DishWasherController.plantuml | c55f46c96878815d212296f606041a4b2369d9d5 | [
"MIT"
] | permissive | HugoLA1/Projet-programmation-systeme | 1f143b71a52871ca3536b30d78592c29f19aae97 | 5262fa64cd862283078346b4f8a2aa69246d47d6 | refs/heads/master | 2020-06-01T10:33:49.688170 | 2018-12-13T13:22:55 | 2018-12-13T13:22:55 | 190,750,176 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 49 | plantuml | @startuml
class DishWasherController {
}
@enduml
| false | true | false | false | class |
5f37b7003feb4f6d1f23150ba0869d4846e45029 | 90792614e71981e6338c88e2f0df3cc9a8f6db49 | /docs/diagrams/sequence_diagram.plantuml | 7b64f7303b32b0fab3542053c72f581ff8cacf42 | [] | no_license | miroesli/DistributedWebScraping | 7723765776ad5a8dd6c1bb2f96d1b029bd25ad10 | 19cdc79c3fa8ee3f89a9a95ede3ee1a57cd01d27 | refs/heads/master | 2022-12-10T18:53:39.854155 | 2020-08-16T06:56:26 | 2020-08-16T06:56:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 262 | plantuml |
title New Mobile Clients Enter the Network
Mobile --> RoutingService: (IP, PORT)
RoutingService --> Mobile: leader(IP, PORT), [](IP, PORT)
Mobile --> Leader: JobRequest()
Leader --> Mobile: Job
Mobile --> Leader: JobComplete()
Leader --> Mobile: Confirmation
| false | true | false | false | sequence |
a36873b3afe7e0bb5fc2f964deaea3f546468145 | ba4094501875765afdd3f03caa01840024ddcb9e | /app/src/main/java/yyang3/tacoma/uw/edu/craftcellar/phase1.puml | 38ccc2c93d9855e6cca0ac03de9754ff8a2e9e19 | [] | no_license | yyang3/CraftCellar | 1583756584c58de15195fcba447d0a94132a5142 | 3fb4b8ccf98be6f1ffc1f506362079d6416d8c41 | refs/heads/master | 2021-01-01T03:39:29.008997 | 2017-04-10T00:44:11 | 2017-04-10T00:44:11 | 57,246,159 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,571 | puml | @startuml
class BeverageDetailFragment {
+ BEVERAGE_ITEM_SELECTED : String
+ UPDATE_URL : String
- mBrand: TextView
- mTitle: TextView
- mStyle: TextView
- mYear: TextView
- mDescription: TextView
- mABV: TextView
- mImage: TextView
- mRate: TextView
- mBeverage: Beverage
... | false | true | false | false | class |
151a4f191e74ec2dcb53a7df86122486f54d1417 | 82ed48c9ed9ed4ad1c56d5c9d02a9d7574c1f30d | /docs/StartPollutionSequence.puml | d54d5739c3f39000615b5df5db8441cd388972cf | [] | no_license | dmorenoh/pollutioncollector | f0fdbfa16a1c8b88b0751c9f36c70d4ae77f5d10 | 016e94ae56cbaf815baf6cedf87ca3cf17ed9ea5 | refs/heads/master | 2020-04-30T12:53:33.318152 | 2019-11-05T21:41:34 | 2019-11-05T21:41:34 | 176,838,304 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 406 | puml | @startuml
actor User
boundary Endpoint
control PollutionCollectorCommandHandler
entity eventBus
User -> Endpoint: start pollution collection
Endpoint -> PollutionCollectorCommandHandler: startPollutionCollection
PollutionCollectorCommandHandler -> PollutionCollectorCommandHandler: initializePollutionCollector
Pollution... | false | true | false | false | usecase |
880d9184c8ac225b51cd62f6023ccb28e6341c92 | 8d59d249826795ec374beeb8c2e699756e714b04 | /app/src/main/java/com/example/acrv/UMLDiagram/ApplicationUseCaseDiagram.puml | c2e485009c934f243833576f0571263eec9a13cd | [] | no_license | dayf0rdie1999/ACRV | 779686ac0a931510d50503937e7c195cf62e48e6 | 92e0f5abfff2ea7b95c1088cdf5a69c2890d8be5 | refs/heads/master | 2023-03-24T10:52:19.678790 | 2021-03-21T05:14:10 | 2021-03-21T05:14:10 | 342,399,702 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 922 | puml | @startuml
'https://plantuml.com/use-case-diagram
:User: as U
:WeatherForecaster: as Dev
package WeatherForecasterApp {
usecase "See Cities Weather" as UC1
usecase "Adding City Weather" as UC2
usecase "Seeing Personal City Weather" as UC3
usecase "Removing Personal City Weather" as UC4
usecase "Search Selec... | false | true | false | false | usecase |
b6776a7ea30b2c33ef05b46c7f877bf31b8c89eb | 6d52d8dbfa9e58a82ce873b9b9412af98b151874 | /docs/diagrams/SetBooleanCommand.puml | 7e7f17f7698ceb6ead00953cd8e295b6d97009a0 | [] | no_license | PraveenElango/tp | 59072e694da65abf1fb5b88a783f0a957af9ed66 | 58778e0f0e7c6648d758a6f41abcd47391d2ccd1 | refs/heads/master | 2023-01-06T16:21:12.970855 | 2020-10-26T17:28:42 | 2020-10-26T17:28:42 | 299,291,890 | 0 | 0 | null | 2020-10-11T03:05:42 | 2020-09-28T11:49:57 | Java | UTF-8 | PlantUML | false | false | 736 | puml | @startuml
[-> ":SetBooleanCommand" : execute()
activate ":SetBooleanCommand"
":SetBooleanCommand" -> ":BooleanTemplate" : setInput(template, 2, 0)
activate ":BooleanTemplate"
":BooleanTemplate" -> ":BinaryTree" : getT(2)
activate ":BinaryTree"
":BinaryTree" --> ":BooleanTemplate" : gate
deactivate ":BinaryTree"
":B... | false | true | false | false | sequence |
aa548f2cff71c9e0408f1ec0dda4cda7bf6d5ca7 | f0aa05e98fa78ca2162c71a759f3786a83a9921b | /doc/Sequence diagrams/Gold.puml | 2763f1c62cf21fa5e177ae39eea012fdd533b36d | [] | no_license | RobT00/BuggyDesignProjectTCD | 66c34a3ff5167e2f5ca015b8d3a70cb3bcf48fb8 | 4e67a42f578f368111dbac2b4a08c182edc52367 | refs/heads/master | 2020-11-25T00:33:56.717372 | 2020-04-09T20:54:14 | 2020-04-09T20:54:14 | 228,404,086 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 864 | puml | @startuml
!pragma teoz true
title Gold challenge sequence diagram
participant "Buggy 1" as b1 #f44
participant Station as s #44f
participant "Buggy 2" as b2 #4f4
note over s #fff: Ask user the number of buggies used\n\
and the number of laps to go [➔n]
note over b1, b2 #fff: Buggies in parking lot, stopped
loop n times... | false | true | true | false | sequence |
d2d25bb263410e2e14d176ed7757f797904896f7 | 0a0e986dd1f62801857242e14aac97cb9a0108c4 | /Proj/docs/uml/element.puml | fc616467795ca69aee012fe82e00f7636f2a736b | [] | no_license | JoaoCostaIFG/LPOO | 6bca97bcf5d65ca79b1d83ef322a70b9c14aa5a3 | 0db8aca4897f50d202ed695750c8ddf10ff100b7 | refs/heads/master | 2021-02-07T04:39:57.611429 | 2020-10-19T09:52:19 | 2020-10-19T09:52:19 | 305,335,228 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,722 | puml | @startuml
hide empty members
skinparam classAttributeIconSize 0
skinparam linetype polyline
skinparam shadowing false
/' Behaviours '/
interface Agressive {
+ getAtk() : int
+ setAtk(atk)
}
interface Collidable {
+ getCollider() : Collider
+ collidesWith(colidee) : boolean
+ shadowStep(position) : Position... | false | true | false | false | class |
bd5e6df2d272c0ccaa3a71f4454b05929503d8f7 | 7434fc14a1eec0716e2320cdb1ccc8488a81f32e | /xyz.elite.xtext.languages.plantuml/src/test/resources/notes.puml | 02c3aefc340e780c4c2e70c04eb6e288de0bf80a | [
"MIT",
"Apache-2.0"
] | permissive | elite-se/plantestic-team-2 | 07b6f0e6f6f817b2cd3a68e7520518f4feb4f1c7 | e0db4a4496e546efe3ba06c813fe6169103c7a0e | refs/heads/master | 2022-11-30T06:51:33.348412 | 2020-08-04T16:19:11 | 2020-08-04T16:19:15 | 270,653,236 | 0 | 0 | Apache-2.0 | 2020-07-19T11:47:52 | 2020-06-08T12:05:42 | JavaScript | UTF-8 | PlantUML | false | false | 357 | puml | @startuml
participant Alice
participant Bob
note left of Alice #bea : This is displayed\nleft of Alice.
note right of Alice: This is displayed right of Alice.
note over Alice: This is displayed over Alice.
note over Alice, Bob #FFAAAA: This is displayed\n over Bob and Alice.
note over Bob, Alice : This is yet anoth... | false | true | false | false | sequence |
0fdbe9dc6c49bf5b144f485f9590b19547479a39 | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/behavioral/iterator-class_example.puml | 61719b4bea5b031087822fc4c36735df5adea1cb | [
"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 | 666 | puml | @startuml
/' Iterator UML class diagram '/
/' By Nika Chkhartishvili '/
title Iterator
interface Iterator {
+first() : void
+next() : void
+isDone() : void
+currentItem() : Object
}
interface Iterable {
+createIterator() : Iterator
}
class Destinations {
+add(String value) : void
-desti... | false | true | false | false | sequence |
bb12352b0a5266ace303a989680a22a311021c74 | 98c049efdfebfafc5373897d491271b4370ab9b4 | /docs/SPRINT_2/UC32-Notify_client/UC32_SD.puml | 4b6ceec7e82e351e680fc7631bd17a9e2cfe0717 | [] | no_license | antoniodanielbf-isep/LAPR3-2020 | 3a4f4cc608804f70cc87a3ccb29cbc05f5edf0f3 | 7ee16e8c995aea31c30c858f93e8ebdf1de7617f | refs/heads/main | 2023-05-27T14:42:05.442427 | 2021-06-20T18:09:59 | 2021-06-20T18:09:59 | 378,709,095 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 631 | puml | @startuml
autonumber
actor "Timer" as TIME
participant ":ScooterDeliveryPlanningTask" as TASK
participant ":OrdersQueue" as QU
participant "orders:Map<Integer,List<Integer>>" as MAP
participant ":PlanningDB" as DB
participant ":EmailHandler" as eh
note over TIME: when time arrives
TIME -> TASK: run()
activate TASK... | false | true | false | false | usecase |
07341950c6d1cb31929a471c64b881458945c405 | bb45787262c6e205657147866df5e380ef066c5d | /hilt/Doc/tasks.plantuml | 031c0411ab3ae72c0f310dbbbe2e3fa7cdb50a43 | [
"MIT"
] | permissive | rschuitema/stm32 | 31da0f334113def2877e3bf2d7e0706d1adc7267 | 38f54f969f2dbe503f795ff111af74a59fb1175a | refs/heads/master | 2021-07-20T19:15:25.489966 | 2020-06-01T09:43:55 | 2020-06-01T09:43:55 | 157,507,623 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 982 | plantuml | @startuml concurrency view
rectangle i2c_service
rectangle gpio_service
rectangle dac_service
rectangle action_service
rectangle response_service
rectangle xxx_service
queue i2c_service_input
queue gpio_service_input
queue dac_service_input
queue xxx_service_input
queue action_service_input
queue response_service_inp... | false | true | false | false | uml-unknown |
78070ddfa0f14682a5bc6f72fbba26a652dcaef7 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductTypeAddLocalizedEnumValueAction.puml | 9ab57d4c0a0fcc52354e15f9c27aa01377ff9c2b | [] | 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 | 564 | 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 ProductTypeAddLocalizedEnumValueAction [[ProductTypeAddLocalizedEnumValueAction.svg]] extends Product... | false | true | false | false | class |
1f9b4ea40ccae90fca9837236cc91ad30f8d9712 | ce0643c50c3218277dc7443187acdf5da2210c52 | /static/images/uc-doc/administration/meetings.puml | d80a23f7b908656fbd29852f39a1e3c2d7eb3844 | [
"MIT"
] | permissive | wazo-platform/wazo-platform.org | 4618cad4955ada269ed319c887d5725e8543ce2a | 21584ce0ae1e4389d95d5aa0bee1183a726fa8c2 | refs/heads/master | 2023-08-31T08:09:37.738070 | 2023-08-30T14:50:20 | 2023-08-30T14:50:20 | 187,070,773 | 28 | 13 | MIT | 2023-09-07T13:49:07 | 2019-05-16T17:14:58 | SCSS | UTF-8 | PlantUML | false | false | 710 | puml | @startuml
actor Alice as alice
participant "Alice app" as alice_app
participant "Wazo Platform" as server
participant "Ethan app" as ethan_app
actor "Ethan" as ethan
alice -> alice_app: Create meeting
alice_app -> server: POST /users/me/meetings
server -> alice_app: 201 Created
alice_app -> alice: https://meetings.ex... | false | true | false | false | sequence |
e9b499463ee624467f020f8f0ecb7fa42b22a1cc | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintB/US/US11/US11_SSD.puml | 6fcc84230a5bae4e5cea36ecf6238aa10ccf8053 | [
"MIT"
] | permissive | wjacoud/DynaByte | 13f042b210f17830aa3eb31558d3f83d587ab436 | 3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3 | refs/heads/main | 2023-08-27T09:20:01.825322 | 2021-11-11T17:15:05 | 2021-11-11T17:15:05 | 427,082,047 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 632 | puml | @startuml
autonumber
actor "Administrator" as AD
activate AD
AD -> ":System" : asks to create a new parameter category
activate ":System"
":System" --> AD : requests data (code, name)
deactivate ":System"
AD -> ":System" : introduces data
activate ":System"
":System" --> AD : requests data (code,name,description)
dea... | false | true | false | false | usecase |
6e1a932cafb49ca273809518a8eab24eb73c5e67 | 373861653fd34beb6f2e073a3e77e07c9ebc7f5d | /de.gematik.ti.healthcard.common/src/main/java/de/gematik/ti/healthcard/control/common/overview.plantuml | 0955f03687cfac4eb52e58160f084b15bdc4ee9f | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardControlCommon | 3c190515d68689fe3d6aec1afaec3013e75011d5 | dddb68cecbfe446b6fd76874aac7569ca1fa27a2 | refs/heads/master | 2022-01-20T15:15:50.239121 | 2022-01-07T07:24:15 | 2022-01-07T07:24:15 | 214,093,084 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,193 | plantuml | @startuml
namespace de.gematik.ti.healthcard.control.common {
enum CARD_TYPE {
EGK
HBA
SMCB
UNKNOWN
}
class CardGenerationExtractor {
{static} + RADIX_16 : int
{static} + MIN_VERSION_LENGTH : int
+ getCardGeneration()
+ ... | false | true | false | false | class |
a177c4cdb780a18fdfdd8e07282c162e3cbffdb8 | fb71f4802819b0f9e5eb2f71bfe356258b8d1f57 | /ontrack-model/src/main/java/net/nemerosa/ontrack/model/links/branch-links-model.puml | 11fae907ba8ad8a5d5472d8e3efc4241e63598fc | [
"MIT"
] | permissive | nemerosa/ontrack | c5abe0556cc2cc6eb4109e0c2f045ae5cff84da3 | de5ae2ebd9d9a30dce4c717f57e4604da85f0b51 | refs/heads/master | 2023-08-31T11:02:35.297467 | 2023-08-28T17:59:07 | 2023-08-28T17:59:07 | 19,351,480 | 111 | 35 | MIT | 2023-08-31T13:21:53 | 2014-05-01T17:08:33 | Kotlin | UTF-8 | PlantUML | false | false | 1,059 | puml | @startuml
class BranchLinksNode {
branch: Branch
build: Build?
}
class BranchLinksEdge {
direction: BranchLinksDirection
}
BranchLinksNode *--> BranchLinksEdge: edges "0..*""
BranchLinksEdge o--> BranchLinksNode: linkedTo "1"
class BranchLinksDecoration {
id: String
text: String
description:... | false | true | false | false | sequence |
ef292c244f7bb1c3ff38e822096c2cb0e39ec7e2 | 005aa476ac9d11d36d1c0d202daa1e7c86df94c2 | /hedwig-jdesignpattern/docs/imgs/creational/simplefactory/simplefactory.puml | 4cc6a27d89c5b6e7ba72b4506b2a0aedc284f41b | [] | no_license | qdriven/designpattern-sanity | 51d2c9ebb1970c24bb2746ac6ba38ffd966a541c | c67622c9d153a9154e941fa2aad4ab1c10dd37a9 | refs/heads/master | 2022-12-06T22:02:15.117957 | 2020-08-21T05:59:25 | 2020-08-21T05:59:25 | 98,328,079 | 0 | 0 | null | 2020-05-15T19:22:30 | 2017-07-25T16:33:31 | Java | UTF-8 | PlantUML | false | false | 236 | puml | @startuml
interface Product {
+ void make()
}
Product <|-- BlueProduct
Product <|-- RedProduct
Product <|-- YelloProduct
class SimpleProductFactory{
+ Product create(String productName)
}
SimpleProductFactory --> Product
@enduml | false | true | false | false | class |
447edca70cb6e2f05ae66953610af02f1d2eaffa | 11eb610c81465b53d61aaf77f1f30bfd16eecd47 | /diagrams/class-general/src/class-simulation.puml | 9bd89a0297b4f37e43a8c26b5ce3cf4f83a10369 | [] | no_license | bauerkamil/hogwartSim | a0ff366bb764c325d4d98907edfbf06188a37455 | cc47e0cd27040520c4916d79cf64b12436591442 | refs/heads/main | 2023-05-24T10:08:02.273423 | 2021-06-15T21:42:28 | 2021-06-15T21:42:28 | 361,216,537 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 774 | puml | @startuml
'https://plantuml.com/class-diagram
skinparam classAttributeIconSize 0
skinparam maxMessageSize 125
package hogwartSim{
class Simulation{
- map: IMap
- dumbledore: IDumbledore
- rnd: Random
- creatureList: List<ICreature>
- itemList: List<IItem>
- maxIter:... | false | true | false | false | class |
de5fc74cac27a1752d9cbf69d66d6ec4443e0c61 | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 4_ Patrones de Diseño de Comportamiento/PrincipleAndPatternDesign/out/production/PrincipleAndPatternDesign/cu/datys/patterns/gof/behavioral/observer/class-diagram.puml | bf2c0ff248cfab3c0e267b8fc21c97107bf993fd | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 672 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #5cb85c
Title Observer Pattern
abstract class Observable{
+ {abstract} void attach(Observer observer)
+ {abstract} void... | false | true | false | false | class |
e033c237bdc17acae31051d2e0aa02d246e3a01e | b04d5166435afbe4a531aaccc447a40c92bb649b | /docs/Solution/Trust-Manager/UseCases.puml | 2ab3e7273bff1a2dbee60195538c0471a9215018 | [] | no_license | CAADE/CloudLet | bc8e2d2ca4662aa60732888d727fca11d4045f66 | 08066bb296578ca6dc60a20388b15cb0f08425c4 | refs/heads/master | 2021-07-24T19:23:37.384552 | 2018-08-11T13:37:52 | 2018-08-11T13:37:52 | 81,122,426 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 324 | puml | @startuml
left to right direction
skinparam usecase {
BackgroudnColor #ffffaa
BackgroundColor<<Main>> #lightblue
}
actor :User: <<Person>>
actor :SubSystem: <<Person>>
rectangle "Trust-Manager" {
UseCase UC1 <<Main>> as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> SubSystem
}
@end... | false | true | false | false | usecase |
d78203d7d3a8b2e96c2214ac45eadb1e19104823 | f8e357daee592f0c24cd2e5778c643a77b4a6404 | /06classdiagram/32_classdiagram_generics.puml | a7bbbbe5fc1bbda3685c04f578ffe3008853a0e5 | [] | no_license | jahmanitheone/plantuml | bd3914c882d79157f387aa84268510edbebb05c2 | dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1 | refs/heads/main | 2023-01-01T12:40:34.242849 | 2020-10-22T17:01:59 | 2020-10-22T17:01:59 | 306,404,003 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 325 | puml | '
'ClassDiagrams: Use generics
'
'You can also use bracket < and > to define generics usage in a class.
'It is possible to disable this drawing using skinparam genericDisplay old command.
'
'< xx>
'
'--------------------------------------
'
@startuml
class Foo<? extends Element> {
int size()
}
Foo *- Element
@e... | false | true | false | false | class |
1f68783dd62a989fa16e11ccb94acec7599efc1a | 92692d636eca83bf56f07c92b553265ee7203dcf | /src/main/java/com/peppayi/designpattern/headfirst/chapters/chapter07/uml/adapterpattern.puml | 180662c69d7bea4902fdbc74eff010a2c4b6f486 | [] | no_license | qingzhusay/design-pattern | 19aee4b20296b17539db12d5826d3fb97657880f | bd31c8a22b79290a65c86501a77516c8969a8318 | refs/heads/master | 2022-08-29T20:34:45.487283 | 2020-05-09T14:46:06 | 2020-05-09T14:46:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 524 | puml | @startuml
interface Target <<interface>> {
+ request()
}
class Adapter {
+ request()
}
Target <|.. Adapter
note left of Adapter
The Adapter implements the Target interface.
end note
class Adaptee {
+ specificRequest()
}
Adapter -right-> Adaptee
note bottom of Adapter
Adapter is composed with the Adapte... | false | true | false | false | class |
2d40db68f3d356fdd66bea696f9f052990284ed4 | 54ebd9eb2ddadc17b215617d96fac1f93f4acfef | /creational/1-simple-factory/2-simple-factory-furniture-simplest.puml | 47430232b0e8a39971e17447ae07169780e76c6f | [] | no_license | cesarkohl/design-patterns | acb42191662c141f064d9c90426dfd4491d43dfe | 991f83d0076b0a69e9d6b7c1163cf49fde3bfcbf | refs/heads/main | 2023-06-11T07:16:18.484116 | 2023-05-28T14:41:01 | 2023-05-28T14:41:01 | 199,520,479 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 189 | puml | @startuml
note as n2
const creator = new Creator();
const chair = creator.createChair();
end note
class Creator {
+ createChair(): Chair {}
}
class Chair {}
Creator o-- Chair
@enduml | false | true | false | false | class |
d0976e0a6983c40f78cb7acb43c0334c1e530bb2 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Utilities/Clipboard.puml | 718f1495f4c3493b6eb0f32b342403b5543f4fbb | [] | 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 | 1,318 | puml | @startuml
class Clipboard {
{static} <<readonly>> kListInitialSize : int = 10
+ Clipboard()
+ CopyItems(items:IEnumerable<ITimelineItem>) : void
CopyItem(clipItem:ClipItem) : ClipItem
{static} CopyItem(markerItem:MarkerItem) : MarkerItem
+ CopyTracks(tracks:IEnumerable<TrackAsset>) : void
+ ... | false | true | false | false | class |
7fcfc476eb45c231ef96c535460a812c5328aac5 | c5969fb12454d97bc4a29a88a5192f3f5eff5765 | /diagrams/Sequences/UsersManagement/Sequence_AddUser.puml | 9d1c89900fcbb8af04f03b92534e20928606c8a9 | [] | no_license | Xwyk/BileMo | 713dca788cdb3cc55686f3da748361af0fca3a3e | c5069f861109c76fb88d5c0819095bc6e84c0a57 | refs/heads/main | 2023-06-11T13:04:09.748514 | 2021-07-06T12:57:08 | 2021-07-06T12:57:08 | 369,250,043 | 0 | 1 | null | 2021-07-02T12:01:38 | 2021-05-20T15:11:58 | PHP | UTF-8 | PlantUML | false | false | 552 | puml | @startuml
'https://plantuml.com/sequence-diagram
autonumber
actor "Authenticated client" as client
actor System as system
actor Database as db
client -> system : send HTTP POST /api/users/{id} with JSON object
system -> system : create User object from JSON object
system -> system : c... | false | true | false | false | sequence |
7852b1574042798198103ee7c7cfea8ca2379f32 | e7aab27dc3b56328c92d783d7fa8fce12d8ac544 | /kapitler/media/uml-class-dokumentflyt.iuml | b259957c5eaba042170a67f5df992aaf14a642fa | [] | 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 | 312 | iuml | @startuml
class Sakarkiv.Dokumentflyt {
+systemID : SystemID [0..1]
+flytTil : string
+referanseFlytTil : SystemID [0..1]
+flytFra : string
+referanseFlytFra : SystemID [0..1]
+flytMottattDato : datetime
+flytSendtDato : datetime
+flytStatus : FlytStatus
+flytMerknad : string [0..1]
}
@enduml
| false | true | false | false | class |
b0a63375e3358d940d2a1b24a253667a565708b7 | 58f5766244826918a3cf79312f861f76c5aa6f7d | /Documents/uml/Services/ViewServiceProvider.puml | b0297137fb1114a90de14dc7be350bdf51e49bf2 | [
"MIT"
] | permissive | BillKrat/CsvEditSharp | 3835aa9d7955a33830be47b044d3c05763c68dff | a91334a8aa1b08c4f7fe38116892b088e92d4da4 | refs/heads/master | 2022-01-28T15:31:06.719793 | 2019-07-28T11:39:25 | 2019-07-28T11:39:25 | 198,216,226 | 0 | 1 | MIT | 2019-07-22T12:10:45 | 2019-07-22T12:10:44 | null | UTF-8 | PlantUML | false | false | 452 | puml | @startuml
class ViewServiceProvider {
+ OpenFileSelectionService : IFileSelectionService <<get>>
+ SaveFileSelectionService : IFileSelectionService <<get>>
+ GenerateConfigDialogService : IModalDialogService<GenerateConfigSettings> <<get>>
+ SaveConfigDialogService : IModalDialogService<SaveConfigSettin... | false | true | false | false | class |
7f84fe4314e349d61437276b49514c5fec92c42a | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/BusinessUnitResourceIdentifier.puml | adec2b22742737f3d724963b8d7014872e01252a | [] | 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,791 | 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 BusinessUnitResourceIdentifier [[BusinessUnitResourceIdentifier.svg]] extends ResourceIdentifier {
... | false | true | false | false | sequence |
69021663aa16aca1b945c0cb8eb379f3eec24b46 | 65d20a2522663f335ac05ff61a0d00cb3c9e02d6 | /设计模式/行为型模式/14.Command命令/command.puml | 122a1827ae5c31639a7a0b2f79f0132caf864850 | [] | no_license | GungnirLaevatain/doc | 3f436387665cd67b93e84df0a0c92f9f894ad4a3 | 519643453e49a5a82e4a971597d186bfdc280116 | refs/heads/master | 2020-08-08T15:52:54.217559 | 2020-03-16T02:10:08 | 2020-03-16T02:10:08 | 213,863,201 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 575 | puml | @startuml
interface Command{
+ {abstract} void execute()
}
class InfoCommand{
- LogReceiver logReceiver
+ InfoCommand(LogReceiver logReceiver)
+ void execute()
}
class ErrorCommand{
- LogReceiver logReceiver
+ ErrorCommand(LogReceiver logReceiver)
+ void execute()
}
class Invoke{
+ void invoke(Comman... | false | true | false | false | class |
5c3dc5855aa4182bf2b9074833c53a70dd88304a | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /serviceSchema/sdWan/uml/swVc.puml | ff6a16a0324817592929884fc9ee77d62e5c9de8 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Legato-SDK | b2ed422108f4bbb5d3aff27123d3f31305fd808f | 7f723970592cc5020aaaa0d2ffe30de6a73b3d97 | refs/heads/working-draft | 2023-07-06T06:44:01.113378 | 2023-06-23T14:14:48 | 2023-06-23T14:14:48 | 94,903,642 | 5 | 4 | Apache-2.0 | 2022-05-04T10:22:56 | 2017-06-20T15:00:38 | null | UTF-8 | PlantUML | false | false | 1,736 | puml | @startuml
skinparam {
FontName Times
ClassBackgroundColor White
ClassBorderColor Black
ClassBorderColor<<ServiceSpecification>> FireBrick
}
!define datatype(x) class x << (D,#FF7700) DataType>>
datatype(SwVc) {
swVcIdentifier: SwVcIdentifier [1]
ucsList: Ucs [1..*]
reservedPrefixes: Ipv4O... | false | true | false | false | sequence |
60cf055f28cbdba604b255f326a1a358aba65fe2 | 17fe0f5df5b8d1ad7ab001775c37cf6c9ca3084e | /observer/uml.puml | 9970c0de5bd0a12d0857cb58994135cf34528822 | [] | no_license | lazy3311/design_patterns | a91c86a17aeb8bda3564c2f4db2cd8f5774b63ea | f8da613ecf14d9f47fac67d1efafbafe6156f0b1 | refs/heads/master | 2022-12-09T20:32:13.457813 | 2020-09-11T09:25:31 | 2020-09-11T09:25:31 | 286,716,509 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 789 | puml | @startuml observer_pattern
!define DARKORANGE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
abstract class Subject {
+ {abstract} register();
+ {abstract} unregister();
+ {abstract} notify();
}
class ConcreateSubject {
+ registered_observer;
+ register... | false | true | false | false | class |
a959f3c965159b1ab4c2eab2fbd360ce77d83148 | baf18fbf9ad3fbc94fc7e7aa22c1daec5dce57ce | /ProyectoTDP/src/GameData/GameData.puml | ec338b810a998225d44f1272c882671d683f01c0 | [] | no_license | Nicolas-Guasch/Proyecto-TDP | 9dc37086538f8f7b96cd2cad2981b0176a858439 | 0e2e0bc65790cf9a8c615163bcd0f3c84bcd3327 | refs/heads/master | 2020-03-26T09:52:51.608125 | 2018-11-30T01:31:33 | 2018-11-30T01:31:33 | 144,770,001 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,537 | puml | @startuml
skinparam classAttributeIconSize 0
package GameData{
class GameSettings{
+ TieBulletSpeed: final float
+ TieSpeed: final float
+ FirstBossSpeed: final float
+ PlayerBulletSpeed: final float
-GameSettings()
+ {static} GetInstance():GameSettings
+ b... | false | true | false | false | class |
6a0a269aa8ba01823b4215135de5c69e84739043 | 5dc9e41cc781a3ce07954ad8b4e70ff66ab124ee | /docs/alfresco-identity-service/alfresco-identity-service-4.0.0.puml | 063013ac2168f417fd91fadc6325c9d0349b71d3 | [
"Apache-2.0"
] | permissive | melahn/helm-chartmap | ada77202fdc8002788ac75ef2fe734d06e2c5f7e | 82c99f6ca09b54e7c7901c065f5d3fe6d0d1800d | refs/heads/master | 2022-10-15T08:43:17.746888 | 2022-09-23T00:11:42 | 2022-09-23T00:11:42 | 249,056,151 | 2 | 0 | Apache-2.0 | 2022-01-05T00:16:08 | 2020-03-21T20:33:46 | Java | UTF-8 | PlantUML | false | false | 2,257 | puml | @startuml
skinparam linetype ortho
skinparam backgroundColor white
skinparam usecaseBorderColor black
skinparam usecaseArrowColor LightSlateGray
skinparam artifactBorderColor black
skinparam artifactArrowColor LightSlateGray
title Chart Map for alfresco-identity-service:4.0.0
'There are 4 referenced Helm Charts
artif... | false | true | false | false | usecase |
b8b53a46c1a39225ca6ae3522e1c561cb35df7dd | 8f18b6f5eb73b1f84d73fc4e77f8795333d89702 | /src/main/java/UML/SequenceDiagram_ViewOrder.puml | d9a556a78af5eaa54b6ebd57d6b779c46b0ab911 | [] | no_license | NikolajX4000/Sem2Exam | 2b132d7733aaa7a0340cdca99eb80697f109d3a4 | 2e74cda6d83cab6c190be7959fc94d0985a346e0 | refs/heads/master | 2020-03-10T17:37:13.385377 | 2018-06-01T15:48:31 | 2018-06-01T15:48:31 | 129,504,246 | 3 | 0 | null | 2018-06-01T15:35:36 | 2018-04-14T09:50:11 | Java | UTF-8 | PlantUML | false | false | 493 | puml | @startuml
actor Kunde
boundary "index.jsp" as index
boundary "specificUserOrders.jsp" as suo
participant "CmdShowOrders.java" as cmd
participant "OrderMapper.java" as OM
database "Database" as DB
Kunde -> index : start
index -> cmd : Indtast email
cmd -> OM : Find ordrer
OM -> DB : kig efter ordrer i databasen
... | false | true | false | false | sequence |
68a771f9b329131937d31fad08af06671126a872 | cdae9f2c0be2ac42d728f1895a6d9284eab7e02c | /bachelor/images/src/pu/usecase/user_to_user_document_share.plantuml | b0dd9adc17e39f7c6fb62b13417144ccbcd640d1 | [] | no_license | fab-du/documentations | 943c7b8edf6fdd605feb54337616d19ac92446f3 | 2fd118d6e25f72472ef0bd36bc64fa964344238c | refs/heads/master | 2021-01-21T14:01:15.730145 | 2016-05-09T16:43:07 | 2016-05-09T16:43:07 | 53,966,952 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 131 | plantuml | @startuml
note "share document between two users" as Note
actor Bob
actor Alice
Alice -right- Note
Note -right-> Bob
@enduml
| false | true | false | false | sequence |
31d7da8e256f6a5c02bd68ad567a54f13a454598 | d57ebc7b49fe0b04e6fe13bce97e099603dfc86a | /temporal-sdk/src/main/java/io/temporal/internal/statemachines/LocalActivityStateMachine.puml | 27e068360c870e706759ccb2256192038bd62318 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | mfateev/temporal-java-sdk | 6f3cff2c1b97b7c0664682b95427e272cfbf704b | c5f0ebbe8a5cd52ee018809ecdd466379b5a7339 | refs/heads/master | 2023-07-04T10:05:15.312011 | 2022-11-24T04:44:50 | 2022-11-24T04:44:50 | 250,878,598 | 0 | 0 | Apache-2.0 | 2023-03-13T09:56:57 | 2020-03-28T19:39:37 | Java | UTF-8 | PlantUML | false | false | 1,763 | puml | `Copyright (C) 2022 Temporal Technologies, Inc. All Rights Reserved.
`
`Copyright (C) 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
`
`Modifications copyright (C) 2017 Uber Technologies, Inc.
`
`Licensed under the Apache License, Version 2.0 (the "License");
`you may not use this material except in... | false | true | false | false | sequence |
43464a4fd06e4cee29d21ab43afcb9101e104226 | 54ebd9eb2ddadc17b215617d96fac1f93f4acfef | /behavioral/mediator/mediator-simplest.puml | d8a48396c707deec727cf0826c2115347331d4d6 | [] | no_license | cesarkohl/design-patterns | acb42191662c141f064d9c90426dfd4491d43dfe | 991f83d0076b0a69e9d6b7c1163cf49fde3bfcbf | refs/heads/main | 2023-06-11T07:16:18.484116 | 2023-05-28T14:41:01 | 2023-05-28T14:41:01 | 199,520,479 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 181 | puml | @startuml
object AirTrafficControl
object Flight1
object Flight2
object Flight3
AirTrafficControl <--> Flight1
AirTrafficControl <--> Flight2
AirTrafficControl <--> Flight3
@enduml
| false | true | false | false | object |
7512328f609692ef293b92256da2bde1aeac8d45 | 03559493120a4be98d2642fe747ca7c0a3c651ec | /app/src/androidTest/java/com/team/deminder/deminder/deminder.plantuml | df07df098cc6e03deca37a81433d39c49f80042d | [] | no_license | Kalkihe/Deminder | f718b4a88133fad05038cd1bc3ab473b8f20f45c | 879212194c7c3e717ef8ae2310083e266767c21f | refs/heads/master | 2020-03-30T19:38:34.183808 | 2019-06-19T07:34:44 | 2019-06-19T07:34:44 | 151,551,599 | 0 | 4 | null | null | null | null | UTF-8 | PlantUML | false | false | 363 | plantuml | @startuml
title __DEMINDER's Class Diagram__\n
package com.team.deminder.deminder {
class ExampleInstrumentedTest {
+ useAppContext()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact phi... | false | true | false | false | class |
ac283b10977edcf88333c143275c0e673ec87e28 | 4b81e72878f40b705ac32cf8e136311dc4dc3699 | /app/src/main/java/sud_tanj/com/icare/Frontend/Listener/Listener.plantuml | f13c7d1ef6cd2ff6fef573ae92c3e0e03291adf7 | [] | no_license | sudtanj/iCare-PHR | 826f6e1ffa0b4217ed128a36386a7494e22c521e | 2d334a5dd7854b8cc204dd8adbe9f74d86c7d694 | refs/heads/master | 2020-03-23T04:46:07.948787 | 2019-12-22T03:22:09 | 2019-12-22T03:22:09 | 141,104,375 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 609 | plantuml | @startuml
title __LISTENER's Class Diagram__\n
package sud_tanj.com.icare {
package sud_tanj.com.icare.Frontend.Listener {
class FirebaseProfilePictureListener {
- drawerProfile : DrawerProfile
- baseActivity : DrawerActivity
+ FirebaseProfilePictureListener()
+ onR... | false | true | false | false | class |
94026b16982702941ddc1d25f9f191a1a1fdee25 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CustomLineItemStateTransitionMessagePayload.puml | 5dae7ae9e6fe77f8961d90f048da27d92b45c36f | [] | 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 | 668 | 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 CustomLineItemStateTransitionMessagePayload [[CustomLineItemStateTransitionMessagePayload.svg]] exten... | false | true | false | false | class |
c463bf50815ca3be023358c236542d6cd343892e | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CustomerSetSalutationAction.puml | 2e635f3d8783e9c346624ff6ff6ebd46472ae4b3 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 455 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface CustomerSetSalutationAction [[CustomerSetSalutationAction.svg]] extends CustomerUpdateAction {
ac... | false | true | false | false | class |
f2487728a2ae8caa0a23e56b1b7c8893c51816de | b615d963ae1cfa22289775c561dd073b55a71ebd | /docs/uml-class-diagrams/display01/test/DisplayGpsInterfaceImplementationTests/DisplayGpsInterfaceImplementationTests.puml | c2df9e445ade35a908d7d3fab9537e190f25fe03 | [] | no_license | elilley15/csi-3370-software-project | 8062dddf435ab0c7941acdf03225f84c18457947 | d2642cf649dabeafd6d9753c483b9df265d85118 | refs/heads/main | 2023-01-18T15:48:03.237629 | 2020-11-28T21:24:10 | 2020-11-28T21:24:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 155 | puml | @startuml DisplayGpsInterfaceImplementationTests
package edu.oakland.test.display01 {
class DisplayGpsInterfaceImplementationTests {
}
}
@enduml | false | true | false | false | class |
9e89310eee01ff42cf6f1e8a2638a0803b224205 | 2a6fcecdec038858bc06ded709316b7c522bd64a | /docs/diagrams/LearnCustomCommandsActivityDiagram.puml | 9ff94a02744ef8cf99be5301371c704b0f29f6ad | [
"MIT"
] | permissive | kerwin97/main | d8369914e365e7692f4b6c286ba85bc4f12a1489 | 41e7d681d79bf1dd4607d6d0dbe004206f60beca | refs/heads/master | 2020-07-28T00:46:41.080042 | 2019-11-11T16:11:18 | 2019-11-11T16:11:18 | 209,257,456 | 0 | 0 | NOASSERTION | 2019-11-11T14:54:50 | 2019-09-18T08:27:06 | Java | UTF-8 | PlantUML | false | false | 669 | puml | @startuml
(*) --> "User makes an error and enters a
wrong command that TutorAid does not recognize"
if "" then
--> [[User wants to discard error] "Type in 'cancel'"
-->(*)
else
-->[[User wants to learn error as a command] "Type in intended command"
--> if "" then
--> [[User inputs another command th... | false | true | false | false | activity |
4ac391e8abbf33917e53c76bcd1a37de776bdaae | 85f2e796c6c71b5b9e705ba14bc028484d80717a | /src/docs/factory_method.puml | bf69a1cf22aae4674e8599e90573e3bba4eab0c8 | [] | no_license | cutem-0104/DesignpatternIntroduction | c6c52ce18f9e8290e7ef2320938cf314ebce8b50 | 9786b90ac9eb12733785aa96d4d6f41264046e91 | refs/heads/master | 2020-03-22T03:58:16.979520 | 2018-07-02T15:50:06 | 2018-07-02T15:50:06 | 139,463,949 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 554 | puml | @startuml
package framework {
abstract Factory {
create()
{abstract}createProduct()
{abstract}registerProduct()
}
abstract Product {
{abstract}use()
}
Factory -r-> Product: creates
}
package idcard {
class IDCardFactory {
owners
createProduct()
... | false | true | false | false | sequence |
8cc246948bc1676ff5047115a5126bf78a4d3ab6 | 92977ea6ba766b9d87fcfc6dce5b6d0c712aa3d2 | /docs/diagrams/DietTrackerHeightCommandClassDiagram.puml | 9be23496fe73d013251652111c040e89cf285065 | [
"MIT"
] | permissive | WillySeahh/main | 202ea13b74807727fa8b1010b30139a034b8d94e | 664611ec114ad35b7528bab89ca4c47876b28f22 | refs/heads/master | 2021-01-05T16:17:11.402471 | 2020-04-16T18:11:29 | 2020-04-16T18:11:29 | 241,072,558 | 0 | 0 | NOASSERTION | 2020-02-17T09:52:59 | 2020-02-17T09:52:58 | null | UTF-8 | PlantUML | false | false | 2,603 | puml | @startuml
/' @author @jarrod-bob'/
/' Got inspiration and adapted
from https://github.com/AY1920S2-CS2103T-W12-1/main/blob/master/docs/images/DeliveredClassDiagram.png '/
skinparam backgroundColor #ffffff
skinparam classAttributeIconSize 0
hide circle
class HeightCommandParser implements Parser {
/' Methods '/
... | false | true | false | false | class |
349cbaacf017602e4835ee7251d43ca474c9a053 | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /documentation/serviceApi/pm/performance/media/src/useCase22Polling.puml | fd540f1488e136698131274e7eb9797c1c4ebc74 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Legato-SDK | b2ed422108f4bbb5d3aff27123d3f31305fd808f | 7f723970592cc5020aaaa0d2ffe30de6a73b3d97 | refs/heads/working-draft | 2023-07-06T06:44:01.113378 | 2023-06-23T14:14:48 | 2023-06-23T14:14:48 | 94,903,642 | 5 | 4 | Apache-2.0 | 2022-05-04T10:22:56 | 2017-06-20T15:00:38 | null | UTF-8 | PlantUML | false | false | 560 | puml | @startuml useCase22Polling
hide footbox
participant "Buyer/Client" as B
participant "Seller/Server" as S
alt Performance Job generates report
S -> S : collect data
S -> S : create PerformanceReport
else
B -> S : POST {{baseUrl}}/performanceReport (PerformanceReport_Create)
S -> S : basic validation
S --> B ... | false | true | false | false | sequence |
ff4f6dd58b0d6b11b25daaa08c5133818cb631e9 | b39b777bb471e58742521cd7e6f85fad76db2ea7 | /S1.puml | ddf94c4b646354c2cad548138486cfe9a0ae2355 | [] | no_license | Andribi/AmbrogioDiagrams | a2cccc17af6aaae051d1820d65f792e9f11fb366 | d9c9ee886a37d62b65abd4af94aff56a0f090d28 | refs/heads/master | 2023-02-07T06:03:29.707839 | 2020-12-23T16:28:27 | 2020-12-23T16:28:27 | 312,039,702 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 566 | puml | @startuml
title Connessione automatica
Actor Utente as ut
activate ut
database TinyDB as tdb order 50
ut -> App: Accesso all'App
activate App
App -> tdb: Ricerca dispositivo preferito
activate tdb
alt Dispositivo esistente
tdb --> App: ID Dispositivo
App -> Arduino: Richiesta di connessione\na ID Dispositivo
... | false | true | false | false | sequence |
bc071da97ec0d6351957e137ecb1360371d1bddc | 7769f6bb151fbe2d58d7bcd54386a0cf7b7a9419 | /architecture/imap/diagrams/nsImapProtocol.puml | 2b07a96a176aeda4f482cd3b4f456912eee5ff01 | [] | no_license | bcampbell/tb-notes | b853d11b7aeeebf6e1c7b9069ac25ff05d6aedf4 | a79031ec11f6aff1592ce55a61afe85153e2433a | refs/heads/master | 2023-05-25T19:34:44.376874 | 2023-05-24T01:12:52 | 2023-05-24T01:12:52 | 145,787,876 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,120 | puml | @startuml
skinparam linetype ortho
left to right direction
interface nsIImapProtocol
interface nsIRunnable
interface nsIInputStreamCallback {
onInputStreamReady(nsIAsyncInputStream)
}
class nsSupportsWeakReference
interface nsIImapProtocolSink
interface nsIMsgAsyncPromptListener
interface nsIProtocolProxyCallback... | false | true | false | false | class |
71c03fe656f0854e99f75a9a9ea2189b1caef5f4 | e361963948d32c8a83693d38730fd49b46d23442 | /Akali/src/Akali/Akali.plantuml | e020fc6ee1f0edcd5f4b66fc424921f643fbe35a | [
"MIT"
] | permissive | Mauville/Akali | 9a6ce8d9efcd5fa67677ab6bab168cfe98ed3e30 | 17ae85f98980cee790da53c5ae18225800ad7a0e | refs/heads/master | 2020-05-06T15:20:41.293597 | 2019-05-07T16:26:16 | 2019-05-07T16:26:16 | 180,184,899 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 364 | plantuml | @startuml
title __AKALI's Class Diagram__\n
package Akali {
class Main {
+ start()
{static} + main()
}
}
Main -up-|> Application
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact ph... | false | true | false | false | class |
b192e7b373af4024de6b9077311471e7bc98ee55 | 935fbccebbb287e83e9ef25cb7f04d89f6c9609d | /docs/sequence diagram/should have/search_user.puml | 6f685c09c25a16ed741d7b09c21de211fa74b6a4 | [] | no_license | enneagone/alexandrie-front | a1a141a3c1d00c515eee7954fbd46f39836435c7 | b9072d73469e3b7265ee0e5f84b148127597019a | refs/heads/master | 2023-01-06T22:35:40.799718 | 2020-06-05T20:37:14 | 2020-06-05T20:37:14 | 246,086,608 | 1 | 0 | null | 2023-01-06T02:38:47 | 2020-03-09T16:28:15 | TypeScript | UTF-8 | PlantUML | false | false | 243 | puml | @startuml
Actor Utilisateur As U
Participant Application As A
U->A: l'utilisateur cherche un pseudo
Alt Utilisateur non existant
A->>U: indique qu'il y a aucun utilisateur
Else Si utilisateur trouvé
A->>U: affiche l'utilisateur
end
@enduml
| false | true | true | false | sequence |
8fafd7b01dbb64eb77ebe7f9671e708eb2730250 | 532461252879f2e0f8b67ff3e70ae2c0e1083f33 | /AA2/use_case_global.plantuml | 640f437a5ba6ae22a2a3a1b0ff17a03c5e853f28 | [
"MIT"
] | permissive | FocusCompany/Documents | 2da60735e45bfc2af5336973d2899ea118b3a0f4 | 36d52a5426b0eac2c0d08c00f449ac32069addc6 | refs/heads/master | 2021-05-07T07:19:26.807783 | 2018-08-16T17:00:55 | 2018-08-16T17:00:55 | 109,117,519 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,015 | plantuml | @startuml
left to right direction
actor Utilisateur
rectangle Frontend {
Utilisateur --- (Accéder à ses activités)
Utilisateur --- (Connexion)
Utilisateur --- (Inscription)
Utilisateur --- (Modifier paramètres)
(Accéder à ses activités) <.. (Filtrer les activités) : <<extend>>
(Accéder à ses activités) .> (Connexi... | false | true | true | false | usecase |
da1285249273c7e155f7c0199212a30c63a3a42e | e0a1d78200e643260c9bb573b878038013ed37f7 | /docs/pumls/ArchitectureDiagram.puml | cabc47c97af1ad8a5e45c53f86c16b7272ba9b9d | [] | no_license | xingyuan123/tp | a5fc67991627e086c2560188d18607b682ffe729 | 3789c16f414471b53efcdcee310c97db4b92402e | refs/heads/master | 2023-08-26T14:22:18.513113 | 2021-11-08T04:33:33 | 2021-11-08T04:33:33 | 412,330,294 | 0 | 0 | null | 2021-10-01T04:49:08 | 2021-10-01T04:49:07 | null | UTF-8 | PlantUML | false | false | 673 | puml | @startuml
'https://plantuml.com/component-diagram
!include <office/Concepts/documents>
!include <office/Users/user>
Package Architecture <<Rectangle>> {
Class Ui #fedcba
Class Member #d83815
Class Entry #f3f609
Class Parser #f3f609
Class Attendance #9218dd
Class Training #008b8b
Class Command
Class Storage #ffffff
}
... | false | true | false | false | class |
2ec66cf212544a8a3d657bc8b1cfed7f025352ac | 8c16ce0ac608ebebde84af133a7164e1052c1e43 | /Diagramas/clases.puml | d40bafe2d3cc539f9a65b7d69ff47c7560433cd6 | [] | no_license | dcharua/An-lisis-y-Modelacion-Software | 0851cebd218d935e82fb704a540cb4bab6cbfeb7 | 5a844cf052712370f0210553854923c2ab138fbc | refs/heads/master | 2021-01-15T19:06:36.865644 | 2017-11-08T15:41:47 | 2017-11-08T15:41:47 | 99,808,937 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 382 | puml | @startuml
Class Persona{
String nombre
int edad
char genero
}
Class Profesor
Class Interfaz
Class Transporte
Class Asientos
Class Cumbias
Persona <|-- Profesor : anota
Interfaz <|.. Profesor
Profesor -- Transporte : usa >
Transporte o-- Asientos : aggregation
Transporte *-- Cumbias... | false | true | false | false | class |
779c76084cecd1062019ee3a19994dc45d37403e | fc73e4bf76325fd287b24cdb7a1c677aca5514af | /xyz.elite.xtext.languages.plantuml/src/test/resources/all-features.puml | ddd6c2d3ca1f65851976fe41b834b2998c1e3f25 | [
"MIT"
] | permissive | elite-se/elite-se.xtext.languages.plantuml | 6e56f92e92da1bdfc4d784952f86f465d29cfea1 | b73534943e0b6f31297d53ee21c52742045925d6 | refs/heads/master | 2022-11-14T19:16:32.311731 | 2020-07-13T13:32:02 | 2020-07-13T13:33:30 | 278,386,884 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,219 | puml |
@startuml
' Configuration
header All Features PUML Diagram
footer Seite %page%/%lastpage%
skinparam roundcorner 25
title TITEL =)
hide footbox
actor "Alice" << (O, #eeaaaa) >> #aF7
autonumber 3 2
[--> Alice : Externer Trigger
activate Alice
participant "Multiline\nBob" as Bob
autoactivate on
Alice -> Bob : start(... | false | true | true | false | usecase |
055b3878692fd77d96f013f8d7de72ac721c04ff | 786b8d255485f952a5761abff55a191fd736dc1e | /main/java/com/gmail/ib/projectCrypt/ui/ui.plantuml | 2f15eae76f096b35239da38dd74a63ecc6a46510 | [] | no_license | notd5a-alt/projectCrypt | 3e5149217bde9b573b674beecc99e9a09fa70319 | 2f46d41160963bc4f78b49e5ad6a9db6b8ac7845 | refs/heads/master | 2022-04-11T10:50:28.626265 | 2020-03-24T11:39:07 | 2020-03-24T11:39:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,391 | plantuml | @startuml
title __UI's Class Diagram__\n
namespace com.gmail.ib.projectCrypt {
namespace ui {
class com.gmail.ib.projectCrypt.ui.ConfirmDialog {
+ ConfirmDialog()
}
}
}
namespace com.gmail.ib.projectCrypt {
namespace ui {
class com.gmail.ib.projectCrypt.ui.ErrorView {... | false | true | false | false | class |
04098749e0a27a5490c70a8687725ce2abbb7626 | 23eebc652cc34d63a61ab645cccb3e0d12192028 | /documentation/implementationview/repository/puml/ImplementatrionView.puml | 88f8871752785892032499f669c887f74856f76d | [] | 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 | 615 | puml | @startuml
'together con todas las del servidor
' '' con las del cliente
component agrimManager as "agrimManager.war" <<WAR>>
component jsf as "JSF"
component primefaces as "Primefaces"
component java as "Java EE"
artifact database as "Database" <<MySql>>
component hibernate as "Hibernate"
package api as "api"
packag... | false | true | false | false | class |
8390a260b3e9396191d7c0c715296b63c562863b | 0b195ec0c59fa8abcecd08c66675e762d401b0b8 | /src/academy/mindswap/sims/house/house.plantuml | 8e3023c2a1a926fbb58da04850088a1a8c7ac113 | [] | no_license | didivassi/Sims | e280b3e01885d1d78e7337a1d6f7fbb66ef44ed0 | 1baee7ad17cd90009661dda63d61e1931d8957ef | refs/heads/master | 2023-05-15T02:44:30.300259 | 2021-06-08T08:30:45 | 2021-06-08T08:30:45 | 374,364,223 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,702 | plantuml | @startuml
title __HOUSE's Class Diagram__\n
namespace academy.mindswap {
namespace sims {
namespace house {
class academy.mindswap.sims.house.House {
- MAX_DIRTINESS_LEVEL : int
- dirtinessLevel : int
- rooms : ArrayList<Room>
+ House()
+... | false | true | false | false | class |
8c7ea8059cf3e5c1f9aa2564392f4af28e6bea29 | 5574398f358d809864626fd89c0e8961860c3b9f | /UML/Estrategia.puml | 4813d066193adfc2bf80b136341ec0f4a9eac6a1 | [] | no_license | dunay2/rentalDecorator | d32111f4b78668545d4614d3c58f4dabb3159736 | bc35a472fb23dc534d89b4173fc8ec714591ae24 | refs/heads/master | 2023-02-23T23:43:39.851268 | 2021-01-28T11:16:38 | 2021-01-28T11:16:38 | 266,306,181 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 406 | puml | @startuml
class Customer
{
+numberOfRentalsWithDifferentOffices(CalculateNumberOfRentalsDO ca):Integer
}
Abstract class Rental
interface CalculateNumberOfRentalsDO
{
+calculate(rentals:Rental[]):Integer
}
Customer ..> CalculateNumberOfRentalsDO
Customer "1"- "*" Rental:" makes "
CalculateNumberOfRentalsDO <|.. ... | false | true | false | false | class |
faf0406e2f08e2117f14e15a57090c901e04855a | 3b2c90b89c045353b799ead5a800f95785cda9cd | /uml/factory.puml | 2e103e4f23dbe22a0169041fe95054a2c352fc69 | [] | no_license | pers0n4/daily-scheduler | 8f2ae6b5909c7edcebd180095e926d003995a453 | a09e12a259a303c34a467c6ab179783c11196a5a | refs/heads/main | 2023-05-13T05:17:42.009372 | 2021-06-05T15:40:15 | 2021-06-05T15:40:15 | 361,421,579 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 383 | puml | @startuml factory
interface User {
~getUserName() : String
~getPassword() : String
}
interface UserFactory {
~create(String, String) : User
}
class CommonUser implements User {
~username : String
~password : String
}
class CommonUserFactory implements UserFactory {
~create(String, String) : CommonUser
}... | false | true | false | false | class |
fa3da494c6cd8314cad9165cdc69388eb33a9123 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/Events/Signals/SignalReceiver.puml | 99bce416731b7813fa9fb90c9968520cb0dc525c | [] | 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 | 1,245 | puml | @startuml
class SignalReceiver {
+ OnNotify(origin:Playable, notification:INotification, context:object) : void
+ AddReaction(asset:SignalAsset, reaction:UnityEvent) : void
+ AddEmptyReaction(reaction:UnityEvent) : int
+ Remove(asset:SignalAsset) : void
+ GetRegisteredSignals() : IEnumerable<SignalA... | false | true | false | false | class |
589d07f7afd36a46c3bbe9ef3b11c4d00c770efa | ed45ea4470bcfc497e2584697d7842a540e04fd9 | /ros2/navigation2/nav2_planner/planner_server.puml | 0b70a985edc8c60b1d6bd95051046bed9026ba4d | [] | 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,700 | puml | @startuml
'https://plantuml.com/class-diagram
namespace nav2_planner{
class PlannerServer{
-- public method --
PlannerServer();
~PlannerServer();
using PlannerMap = std::unordered_map<std::string, nav2_core::GlobalPlanner::Ptr>;
nav_msgs::msg::Path getPlan(start, goal, planner_id);
-- protected method --
nav2_util::Ca... | false | true | false | false | class |
aa207bbfb4f1d648c01ec0030b6f4edf8b09aa72 | 92dc3f15de7761ad32a6bc5ca2973c227bafdd46 | /diagrams/T2b.puml | 8bbd3a86a5f126a6d835b7e6d8bfe88e08fe5fea | [] | no_license | bhnatkowska/ClassDiagramComparison | bfcaf68ec2f10e46abb81d4461591b869a658248 | aee3f7a89c69667ee1c85f2b0961f2b5febb8172 | refs/heads/master | 2023-02-14T02:25:39.835157 | 2021-01-03T10:43:00 | 2021-01-03T10:43:00 | 326,383,253 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,460 | puml | @startuml
class OrderDetails {
od_orderLineNumber : Integer
e_jobTitle : String
}
class Dummy3 {
o_orderDate : String
o_status : String
}
class Customer {
c_customerName : String
c_phone : String
c_addressLine1 : String
c_customerNumber : Integer
c_contactLastName : String
c_contactFirstName : String
c_city : String
c_... | false | true | false | false | class |
10b6a5db7dc7fa81278ce35ab214bfb0624c3ac0 | 8bf775240facf29d08f57be6e5f2a4975c5086e7 | /app/app.plantuml | 59ae9ca47563230eaf7e5e839e76948bc803cfb9 | [] | no_license | Merdzhanov/HealthyApp | 0e0724a799f6e7987d0043e898faa82172d89744 | a002cfef0efc1bdffa1fb490915aa47e09cdcfbc | refs/heads/master | 2020-03-26T21:57:51.034523 | 2018-08-20T14:02:52 | 2018-08-20T14:02:52 | 145,421,740 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,912 | plantuml | @startuml
title __APP's Class Diagram__\n
package com.deviantsatyr.healthy {
package com.deviantsatyr.healthy.authentication {
class BaseActivity {
}
}
}
package com.deviantsatyr.healthy {
class BuildConfig {
}
}
package com.deviantsatyr.healthy {
package com.deviants... | false | true | false | false | class |
40b0eb20327973659d0e3b610ed4db3b30e7c63e | 1fef2f0f0ad13aebb3d3f732d0cae8867ee8e87c | /plantuml/Microwave.Test.Unit/CookControllerTest.puml | bc13f2b2dc3dda7c1ca0fcef1945b07d6cfdb4d3 | [] | no_license | eengstroem/MicrowaveOven | b9711c314f053f00f9208cae69085d7bdf0ba3d4 | ac721f24f0025f5e10f50d4d58c4a7ad30f9fbd2 | refs/heads/master | 2023-04-25T09:55:42.513911 | 2021-05-24T16:45:23 | 2021-05-24T16:45:23 | 363,380,008 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 368 | puml | @startuml
class CookControllerTest {
+ Setup() : void
+ StartCooking_ValidParameters_TimerStarted() : void
+ StartCooking_ValidParameters_PowerTubeStarted() : void
+ Cooking_TimerTick_DisplayCalled() : void
+ Cooking_TimerExpired_PowerTubeOff() : void
+ Cooking_TimerExpired_UICalled() : void
... | false | true | false | false | class |
11c359dbdb78bc6cf9ca35f7ebd81a85e6585a56 | 128331354dfdc23feac9288a9d3956480f2b9601 | /out/production/Java_Final_Project/com/bank/GUI/Components/Components.plantuml | ec1b67d06de433f581ed4e5bc3171ecc2f15d07d | [] | no_license | SamerAtawna/JavaBank | d812a16e6bdb09f3e62d0236ce866a5e161a0e01 | 240715f240ebb9035f852d4402d17aaa04d32c95 | refs/heads/master | 2022-12-14T10:26:04.406020 | 2020-09-09T11:13:21 | 2020-09-09T11:13:21 | 272,089,064 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,707 | plantuml | @startuml
title __COMPONENTS's Class Diagram__\n
namespace com.bank.GUI {
namespace Components {
class com.bank.GUI.Components.Bottom {
~ calc : JButton
~ icon : ImageIcon
~ icon2 : ImageIcon
~ trans : JButton
+ Bottom()
}
}
}
namespace c... | false | true | false | false | class |
9711a97fe44fa5c81a2bc41e2d576270adf2240c | 487fe3499dd9b1480c42067416409603f311fe29 | /Projekt_new.plantuml | d47f1b17bcad3e0228a51b7d4263d86db987bcfd | [] | no_license | ddoox/PO_EventsManagement_Project | 44dcad7e87ee61f0ce42c784c402d194cedffb39 | c8ad7e8148f75222e86cb9b719742c34f9a38a38 | refs/heads/master | 2022-07-27T00:16:35.673257 | 2020-05-18T16:00:09 | 2020-05-18T16:00:09 | 264,986,558 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,023 | plantuml | @startuml
title __PROJEKT's Class Diagram__\n
package model {
class Bilet {
}
}
package model {
class BladMiejsce {
}
}
package model {
class BladWiek {
}
}
package model {
class ListaOrganizatorów {
}
}
package model {
class Main {
}
}
... | false | true | true | false | class |
30abd16cf20ba512b0f6c60c7fcf956bc02d3d47 | 1d0613fb401e92b6861ea3f615561df854603db6 | /KiBuzzard/deps/fonttools/Doc/source/designspaceLib/v5_class_diagram.puml | 31f9e9c361ea7cb42ff90b987899c7b8eef8e38b | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"OFL-1.1",
"BSD-3-Clause",
"Apache-2.0",
"CC-BY-SA-4.0",
"CC-BY-SA-3.0"
] | permissive | gregdavill/KiBuzzard | 8c84a4339108c9942e1ec0e05e4110bba49fd265 | 88c4129b3fbed2cad718c01e5e2d29204e2f2071 | refs/heads/main | 2023-09-01T19:46:45.146077 | 2023-08-31T11:55:10 | 2023-08-31T11:55:10 | 328,686,533 | 358 | 36 | MIT | 2023-08-31T12:12:45 | 2021-01-11T14:16:42 | Python | UTF-8 | PlantUML | false | false | 6,925 | puml | @startuml v5_class_diagram
title
Designspace v5 Class Diagram
<size:12>Note: the ""Descriptor"" suffix is omitted from most classes
end title
' left to right direction
skinparam class {
BackgroundColor<<New>> PaleGreen
}
class DesignSpaceDocument {
+ formatVersion: str = None
+ <color:green><b><<New>> elidedFa... | false | true | false | false | class |
54b4c8b697919dab8364b0c0470dd648d586bee2 | 898d82eeabb1fc98006e54be6f9d0ea7dd5df39c | /diagrams/owner_accept_agreement.puml | 1422c84a01bd1038b130e169a9a1859c0cfc1802 | [] | no_license | lecler-i/mani-home-specs | d2d5de134f741109e7ad5523f5b069e685f27ec3 | 8eb4f57f86b83313fd684f4fd80a6327dd9b8abf | refs/heads/master | 2021-01-19T09:05:59.945504 | 2017-05-18T21:27:49 | 2017-05-18T21:27:49 | 87,724,697 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 63 | puml | Actor Owner as u
(accept agreement) as temp
u -right-> temp
| false | true | false | false | usecase |
8c33d8e7415260728db9585e196b9a5b7b78be04 | 91cc372e0ac19fe7dd67f5c712801de341d975b8 | /uml/rd 042/end.puml | 0658cf956ca0ebc171fa3e2ccfeda035c7b1a27f | [] | no_license | Alser69rus/A3135 | 76d62eb826d22e96da22774d9210927c4f7a397d | c06155783a1ffa8ff79f746edf441c6df1e82f2f | refs/heads/master | 2022-12-07T12:10:41.344543 | 2020-08-30T14:51:52 | 2020-08-30T14:51:52 | 291,405,161 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 128 | puml | @startuml
[*]-->upr_rd
upr_rd-->ptc:False
ptc-->ptc:upd
ptc-->rd:ptc<=0.005
rd-->air:False
air-->report:yes
report-->[*]
@enduml | false | true | false | false | sequence |
dcd672710ab02e0250d00ce08f0e30a4af643fe1 | be3a5e5be36aa341c28c3596bd657f3b580819dd | /exercise46/docs/diagram.puml | d55825d4bd9990a6f8b6759ce90de2f0e640567e | [] | no_license | pothyn/davis-a04 | 2588076f633cbee2966b4c9ce383136d72c0cf70 | 0203cf78ee7c60af7e1c395209648e630e8057c8 | refs/heads/main | 2023-08-21T22:08:59.967163 | 2021-10-15T16:21:37 | 2021-10-15T16:21:37 | 415,346,543 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 222 | puml | @startuml
class Solution46 {
-frequency: Hashmap<String, int>
-textParsed: ArrayList<String>
+main(String[]): void
+readFromFile(String): void
+generateTable(Hashmap<String, int>): String
}
@enduml | false | true | false | false | class |
2bc282153e5fba14650dfe887aec2a8b1bbd86ab | 4b9896696781aea0bbdedd7db74bc72476163978 | /plant-uml/gitlab-cicd-system.plantuml | 7bd66afd1ee0ad3cdfcef2ddcd4efcce12e8beae | [
"MIT"
] | permissive | Eifel42/microservices-basics | a18d45e9022ab1ae1df0da0e211dfe5a1725a65c | 4a5ca4e64874b819a0e89eeabd908cd0abcdc7ed | refs/heads/main | 2023-05-02T11:11:55.932801 | 2021-05-15T12:46:36 | 2021-05-15T12:46:36 | 365,198,396 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 522 | plantuml | @startuml
skinparam componentStyle rectangle
package "Local PC" {
component [Developer 1] as d1
}
package "CI/CD System" {
component [GitLab CI/CD] as gl
component [Artefact Repository - Nexus] as nexus
component [Code Quality - sonarqube] as sq
}
package "Prod... | false | true | false | false | component |
622c4edb543bb43be3ba3286ecebb910acff8682 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-class-plan.iuml | f27db1069503670ff37977990c6d3d7edbb71678 | [] | 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 | 218 | iuml | @startuml
class Arkivstruktur.NasjonaleIdentifikatorer.Plan <Nasjonalidentifikator> {
+kommunenummer : string [0..1]
+fylkesnummer : string [0..1]
+landkode : Land [0..1]
+planidentifikasjon : string
}
@enduml
| false | true | false | false | class |
6e3d7f93844f7d9e6864c7cee25070df54727fec | a3a48bef46b31fcdd914f8ab67f5282f560d5c28 | /hipparchus-geometry/src/site/design/twoD.puml | dac96fc2813a7a87c9f309fef1b482d645b28c7e | [
"BSD-3-Clause",
"Minpack",
"Apache-2.0",
"MIT",
"GPL-2.0-only",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla"
] | permissive | Hipparchus-Math/hipparchus | f88ebc1e4a9ab8cd698f258564ecfcda75a389a6 | fc5af4e976fb48de690c6670b0bc0214d0b095db | refs/heads/master | 2023-09-04T12:34:51.209790 | 2023-09-01T17:26:49 | 2023-09-01T17:26:49 | 60,063,484 | 114 | 41 | Apache-2.0 | 2023-08-19T10:30:33 | 2016-05-31T06:24:32 | Java | UTF-8 | PlantUML | false | false | 2,426 | puml | ' Licensed to the Apache Software Foundation (ASF) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' The ASF licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use ... | false | true | false | false | class |
88611fb38307055319d4fb830301114b7b1f2904 | 166731f8c1d25286a263538efbe0cc0423420b1b | /DevOps4NonDevs/diagrams/webarchitecture.plantuml | 109dceb34d6206a5a8f7d08a5fbf8cd0021031e9 | [
"CC-BY-4.0"
] | permissive | brightcoast/DevOpsFor | 288c7c5354fc00d96a0a31e738de9b2bb1314227 | 9ea23b9630069ecb5962833f9a77391bba4cf555 | refs/heads/master | 2020-05-23T07:36:25.423246 | 2019-05-16T00:09:36 | 2019-05-16T00:09:36 | 186,680,088 | 0 | 0 | null | 2019-05-14T18:41:48 | 2019-05-14T18:41:48 | null | UTF-8 | PlantUML | false | false | 394 | plantuml | @startuml
actor User as user
package "Browser" {
node "User Interface" as client
}
user -left-> client
package "Application" {
node "Application\nServer" as app
node "API\nServer" as api
}
package "Database" {
database "Application\nDatabase" as db
}
interface "Other\nApplications" as other
client --> app... | false | true | false | false | sequence |
078ecfe9ae29184c20e282e64eab7b3761e38989 | f8e357daee592f0c24cd2e5778c643a77b4a6404 | /08_sequencediagram/08_sequence_participant_order.puml | 4e3bd73b484f8faa6314c498d2b33a131884dcb1 | [] | no_license | jahmanitheone/plantuml | bd3914c882d79157f387aa84268510edbebb05c2 | dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1 | refs/heads/main | 2023-01-01T12:40:34.242849 | 2020-10-22T17:01:59 | 2020-10-22T17:01:59 | 306,404,003 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 265 | puml | '
'Sequence Digram: Participant Ordere
'
'You can use the order keyword to customize the display order of participants.
'
'--------------------------------------
'
@startuml
participant First order 10
participant Middle order 20
participant Last order 30
@enduml
| false | true | false | false | sequence |
576e9fad465e528945daafbeb80315593533cee4 | 8a63b0892998da88f779e8a105831b644232540c | /DesignPatternlib/src/main/java/com/lhf/designpatternlib/proxy/proxy.puml | 6d602cfdf1aa8adfdfcad3b6a879b46dda39c8ab | [] | no_license | Joshua-Lu/MyStudyApp | b57311677135f3f5e0c98236afbbb14bdae8cbf1 | 6ca03dfd1bcbcb72bf53459949ee34a1879535b7 | refs/heads/master | 2023-08-09T19:00:38.909776 | 2023-07-30T16:15:28 | 2023-07-30T16:15:28 | 225,662,424 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 331 | puml | @startuml
interface ISubject {
void request()
}
class RealSubject implements ISubject {
+ void request()
}
class ProxySubject implements ISubject {
- ISubject realSubject
+ ProxySubject(ISubject realSubject)
+ void request()
- void postRequest()
- void preRequest()
}
ProxySubject *-- ISubje... | false | true | false | false | class |
0b87faaf82bdcc5595fb7842434d7acdfaebf8ec | 4743382c91e4afba68052bd1dedf27750b37beba | /src/main/java/AMCWardPanels/TableFrames/Discharge/Discharge.plantuml | 8698b685a696b0fb757d0f145f659ca5b7fc85da | [] | no_license | felipe-rg/GoingWithTheFlow | d5890046d86988c09a2165ce4e5d15534b5075ec | 0bb815555eb9fd2baad0e63aee05d7b736c8c3da | refs/heads/master | 2023-02-17T15:52:43.822817 | 2021-01-14T18:33:41 | 2021-01-14T18:33:41 | 321,016,403 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,712 | plantuml | @startuml
title __AMCWardPanels.TableFrames.Discharge Package Diagram__\n
namespace AMCWardPanels {
namespace TableFrames {
namespace Discharge {
class AMCWardPanels.TableFrames.Discharge.DisTable {
+ DisTable()
}
}
}
}
namespace AMCWard... | false | true | false | false | class |
f2d35aae314912c2aff3fce4cd9146746462c1e7 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ParcelItemsUpdatedMessagePayload.puml | 21102c7d5d72e40502895f2f0bb4644fc17ceb2a | [] | 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 | 608 | 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 ParcelItemsUpdatedMessagePayload [[ParcelItemsUpdatedMessagePayload.svg]] extends OrderMessagePayload... | false | true | false | false | class |
fd238ab6696d5ef7849143df93f157f5819cb01c | 917f31739dd08e3ba0323c8ff11cfa516b3a4633 | /Diagrams/UseCases.puml | 8a5dc08f8f3bec3a75890648a41fd15af936bf38 | [] | no_license | josianni/TodoListSchmitt | e0e1c23664c62d97775a389577f65a87a788214c | f4f15ec74cc396fb64bb5087a2ba1a20437974e7 | refs/heads/master | 2023-01-24T06:37:37.061177 | 2020-10-23T02:30:07 | 2020-10-23T02:30:07 | 291,382,034 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 297 | puml | @startuml
User -up-> (Create Todo List)
User -up-> (Add Item)
User -up-> (Add group) : Group itens
User --> (Move Item to other item)
User --> (Mark as done Item)
User --> (Unmark as done Item)
User -> (Delete Item)
User ->(Delete Todo List)
User --> (Login)
User --> (Share Todo List)
@enduml | false | true | false | false | sequence |
355222b001e78afcb5f235b042045c68fcf7763a | d14759fc0992dd90dd59341a092958b1032854da | /Nitrol/UML/Diagrame_seq/ModererOeuvreSequence.puml | b33376165b35caba3bbcdb2aa13d686723416cc4 | [] | no_license | ulyssedahiez/nitrol_Burdy_Dahiez | 13ea81f7689ebc5a457beaf5bc8b9caa1efdde56 | e42f251be0a7a77d67b4edbe7c583716e3c85979 | refs/heads/main | 2023-01-28T04:30:05.598650 | 2020-11-30T18:39:54 | 2020-11-30T18:39:54 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,943 | puml | Modérer une œuvre numérisée
Description : Les bibliothécaires sont avertis des numérisations œuvres à modérer.
Acteurs : Bibliothécaire, serveur de la Bibliothèque Nationale de France
Prérequis :Le fichier d’une œuvre numérisée doit avoir été déposé et soumis en modération
Étapes :
1. L’un des bibliothécaires ... | false | true | true | false | sequence |
7cd5f52cae2d715bc9da3a083aa82c5d38a17000 | 42ff70bf7cc4a7c0105f66c0b8b8aed91f89a47d | /architecture/structurizr-Compilation-sequence.puml | 46fda3dd0d3ffa43a2d7a91e5e5cbdfd4cadb92e | [
"Apache-2.0"
] | permissive | DavidGregory084/inc | 1ac5bac1f225712743ca5380378d370612609ac1 | b8db145937e27c8662468f09318a05b3b6ae277b | refs/heads/master | 2022-04-30T07:10:52.843237 | 2022-03-15T18:36:30 | 2022-03-15T18:36:30 | 136,540,312 | 13 | 1 | Apache-2.0 | 2022-03-15T18:36:31 | 2018-06-07T23:05:28 | Scala | UTF-8 | PlantUML | false | false | 1,642 | puml | @startuml
title inc compiler - Dynamic
skinparam {
shadowing false
arrowFontSize 10
defaultTextAlignment center
wrapWidth 200
maxMessageSize 100
PackageBorderColor<<group>> #cccccc
PackageFontColor<<group>> #cccccc
}
hide stereotype
skinparam sequenceParticipant<<8>> {
BackgroundColor #85bbf0
FontCol... | false | true | false | false | sequence |
716f440fa5695445cffe7c0fb312cf99df985518 | 8e0e85b3875e06a4d76b4298decb879026847d7f | /docs/Skeleton/diagrams/Craft_robot/comm/1.CanCraft_robot.puml | a33486b969ec74e6a2e816887ab23a57e832b527 | [] | no_license | viseguard-studios/Documentation | fba5030594be0303374d70019c7ea759316a96fe | 290312ddbeab9cf9a28147c868f3330475aebd6d | refs/heads/main | 2023-05-13T12:00:34.417075 | 2021-06-06T07:52:49 | 2021-06-06T07:52:49 | 338,383,487 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 216 | puml | @startuml
rectangle "s: SpaceShip" as s
rectangle "recipe: RobotRecipe" as recipe
title SpaceShip can craft robot
s -right- recipe: 1: CanCraft(s) \n ----> \n 2: true \n <- - - - \n 3: Craft(s) \n ---->
@enduml | false | true | false | false | sequence |
dd444856ac47a72193c1a99285fa7bb8c9409bb3 | 5069944d4b644c23d8f011d011fb3ca168465309 | /observer/Go/observer1/observer.puml | 98f3e9912ad77ce7645aa1270dd0c37db975d7e7 | [] | no_license | hidenorigoto/practice-design-patterns | 46d7f18eaa546e350564d123d67838ae5b79ed00 | f04422671bdbd3fe701a71e03d55bf29bdeb6223 | refs/heads/master | 2020-08-29T16:34:10.235631 | 2019-10-28T16:41:32 | 2019-10-28T16:41:32 | 218,094,348 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 234 | puml | @startuml
interface Observer {
Notify(message s)
}
class Publisher {
AddObserver(Observer o)
RemoveObserver(Observer o)
NotifyObservers(message s)
}
class TestObserver implements Observer {
}
Observer <-- Publisher
@enduml | false | true | false | false | class |
a59fbea510ba54e602ca7b3c3ada10f34f5e35cb | b2281338312f6cf7c8e134d67bf1ed5d85ae5ed5 | /TD4/exo1.plantuml | 0b97ddc8ea2a01f91694838ab70a1123a30b4069 | [
"MIT"
] | permissive | IUT-Blagnac/bcoo-LordHugo02 | b3136a66301c6bc340585878cd6535054a8d9d8b | 39943919d0a0858ddc6c0ab602b8fec91093547a | refs/heads/main | 2023-04-14T17:54:29.352678 | 2021-04-27T13:31:31 | 2021-04-27T13:31:31 | 335,632,481 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,648 | plantuml | @startuml Titre
'--------------------------------
' Parametres pour le dessin
'--------------------------------
'--http://iut-blagnac.github.io/POO/TD3.html--
hide circle
hide empty members
hide empty methods
'--------------------------------
'4.2.1
'2.1.1. Énoncé
'Dans un établissement scolaire, on désire gérer la r... | false | true | true | false | usecase |
6d97ccab975d1f880f3419191c5c873755058aad | 8acb6cba492b0f28b54f190763be30107cef2716 | /DesignDocuments/UML/Sequence/GetROMCode.plantuml | 9c09ef67849a8384ff886dd6cbc2ca4feba030c0 | [] | no_license | ShujiMikami/OneWireDriver | 011b60f7a26462cec7cb225c2b9e5200c02b7752 | 5d537499f25a2b4ef7c3f01ecd1b76bcb151e0dd | refs/heads/master | 2020-03-25T15:41:53.432404 | 2018-08-13T14:21:41 | 2018-08-13T14:21:41 | 143,896,913 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 467 | plantuml | @startuml
hide footbox
title GetROMCode sequence
participant "OneWireDriver" as ModuleOneWireDriver<<M,Green>>[[../Class/OneWireDriver.svg]]
-> ModuleOneWireDriver : GetROMCode(buffer : ONE_WIRE_ROM_CODE_t*, count : uint8_t)
activate ModuleOneWireDriver
ModuleOneWireDriver -> ModuleOneWireDriver : copy foundRO... | false | true | false | false | sequence |
cf5b1f57b862336edf1ef3a79406168245f66447 | 37ac48a4546e19489e67b36ed14e2978e8809269 | /docs/Diagramas/Codigo/DiagramaDeSecuenciaPaisDefensorPierdeTodasLasFichas.puml | f948e4767a6d8a286e45f200e4675b899f3f2f1c | [
"MIT"
] | permissive | SantiagoVaccarelli/Algo3-TP2-TEG | a9a1422ea34c406caf34ef46810fd68fb3e7bd52 | 2691b2fa63131620f5df9d465c73de3fa4d87947 | refs/heads/master | 2023-07-07T21:40:39.974717 | 2021-08-12T02:01:21 | 2021-08-12T02:01:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,418 | puml | @startuml DiagramaDeSecuenciaPaisDefensorPierdeTodasLasFichas-v0.1
Participant Batalla
Participant PaisEnemigo as "paisDefensor: Pais"
Participant EjercitoEnemigo as "ejercitoDefesor: Ejercito"
Participant Pais as "paisAtacante: Pais"
Participant Ejercito as "ejercito: EjercitoAtacante"
Batalla -> PaisEnemigo: perder... | false | true | true | false | sequence |
6f26b57496d99cfe8fcc6a4eb30e1f3c9654a84b | e31b7f835fc74e8fdd19e85432fdd362c11eaef1 | /src/main/resources/ex43.puml | 86296767cd9458e6b3ec981f1ff72020a370d4e1 | [] | no_license | lhernandez97/hernandez-cop3330-assignment3 | 07e92d8064fc52ed8be32ba5ba5b393721cc8fd2 | 2b69edc66f6e7da7270c422921cd446724909c9c | refs/heads/master | 2023-09-05T20:58:30.576483 | 2021-10-12T03:54:41 | 2021-10-12T03:54:41 | 416,174,982 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 290 | puml | @startuml
'https://plantuml.com/class-diagram
class App
class WebsiteMaker
App <|- WebsiteMaker
class App {
main()
}
class WebsiteMaker {
+String directorypath
createWebsite() : String
html() : String
javascriptWebsite() : String
cssWebsite() : String
}
@enduml | false | true | false | false | class |
20601877583036a8e95a120c38a426890d4f5062 | a30b93addd419ce3dde8643ee0ad244aaeda5a31 | /src/06_3_cd_history.puml | 6656e910d5fa19240c86ee8c3462f6d0effb16c2 | [] | no_license | mosser/ood-dojo | 484ae52842522c6f622b9c8a89644b1f98d84d9d | eaddb9c943dc9ee901e3e841673e4902156c3e81 | refs/heads/master | 2020-03-30T13:13:53.645253 | 2018-10-03T21:23:59 | 2018-10-03T21:23:59 | 151,264,520 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 895 | puml | @startuml
skinparam nodesep 60
skinparam ranksep 60
skinparam class {
backgroundColor<<external>> #D3D3D3
}
hide stereotypes
class Portfolio {
~ {static} findByName(String): Project
+ create(String, String): Boolean
- addToPortfolio(Project): Boolean
- isAvailable(String): Boolean
}
class Project {
+ na... | false | true | false | false | class |
b5fe60a4467b53d06ea617950b372c3afde4eb95 | 2e56358cf164cc395bf43ec3ee9b54a55c30f5bb | /RUP/Design/Analisys view/Usecase analisys/21_ShowUserScore.puml | 6f22d3588ba605116634151470a6e94de16fdb63 | [
"Apache-2.0"
] | permissive | fraylopez/RUP-Arquitecturas-Agiles | 8111875c8510282f3b461e6c7150032b421a386d | eaaeb12d65dca79ae9a42e3dad7943e96dfb9e26 | refs/heads/main | 2023-05-31T02:01:52.815596 | 2021-06-05T07:08:26 | 2021-06-05T07:08:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 514 | puml | @startuml ShowUserScore
skinparam boundary {
backgroundColor DodgerBlue
borderColor black
}
skinparam control {
backgroundColor LimeGreen
borderColor black
}
skinparam entity {
backgroundColor Orange
borderColor black
}
actor Actor
boundary BorrowView
control BorrowController
entity BorrowRepository
Ac... | false | true | false | false | usecase |
78e9dcfccd7cbf44f1f6d070133272e1ac0fdedb | c7cb5313eb87571374025cb1ec1ec7de41006e79 | /puml/InvitationHarness.puml | 4381b8a80c45a4694bd6a67d1211d9a7df69e44b | [] | no_license | twshelton/serverless | 04a9851faeddbee689b113dc90052cb120340ef9 | c2fb65c4b4b3b37100bb9c7d21181b5845116d9b | refs/heads/master | 2023-06-05T14:28:26.646447 | 2020-12-14T18:59:47 | 2020-12-14T18:59:47 | 379,318,876 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,489 | puml | @startuml
skinparam maxmessagesize 200
skinparam arrowsize 10
title Establish Connection
box "Test Facility" #lightblue
participant "Harness" as th
participant "CUEmulator (td)" as td
participant "TestQ" as tq
end box
note over th, td
API, web page, python?
end note
box "CULedger API" #lightgreen
... | false | true | false | false | sequence |
afad23abd181dc59d523373967753d55a3850411 | 9792af2d921ed424e70cea6868cc239076f2e833 | /optimus-learning/optimus-spring/src/main/java/stu/beancycle/Tomcate启动spring容器启动过程.puml | ace6174961061c941b160b722a073bee4efa5e98 | [] | no_license | Ulicong/optimus-zeus | 7e3f54091727f3f82194d3b791b31dca0336f77a | 1d2ff423571bb2ea99fe35bcb26fe85c33556ad9 | refs/heads/master | 2021-01-19T21:05:05.694413 | 2017-06-21T14:24:06 | 2017-06-21T14:24:06 | 88,514,169 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 324 | puml | @startuml
Tomcat -> ContextLoaderListener:read web.xml
ContextLoaderListener -> ContextLoader : initWebApplicationContext
ContextLoader --> XmlWebApplicationContext: new
XmlWebApplicationContext -> ConfigurableWebApplicationContext:transform
ConfigurableWebApplicationContext -> AbstractApplicationContext :refresh
@end... | false | true | false | false | sequence |
017dc922e353a345a750698764fe12c8c245cb1c | ef4f9913b31c7ce6c913c8adcced062c0d5db5f9 | /design-patterns/codebase/src/main/resources/uml/bridge/solution-class-diagram.puml | 1426a6020e9d32bf6bc4eb679f13d39db4311ded | [] | 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 | 602 | puml | -@startuml
node Bridge {
abstract class CloudResource{
CloudProvider provider
}
interface CloudProvider{
allocateStorage()
freeStorage()
acquireMachine()
releaseMachine()
}
CloudResource *-right- CloudProvider : > contains one instance
}
package Abstractions {
class MachineCloudResource{}
class... | false | true | false | false | class |
87a58530d713cfe6a89a64cf9485ba9e11fdd578 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/Sienna.puml | 0dfb292c502657d25801355aaba49284e2d2542a | [] | no_license | weedySeaDragon/plantuml-documentation | 1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba | 3c23cd2cd7fc1b4a85423ef9861711907fab2296 | refs/heads/develop | 2022-12-09T05:57:04.055959 | 2022-05-12T16:05:20 | 2022-05-12T16:05:20 | 165,910,589 | 55 | 6 | null | 2022-11-22T10:34:29 | 2019-01-15T19:28:35 | SCSS | UTF-8 | PlantUML | false | false | 307 | puml | @startuml
skinparam ClassBackgroundColor #Sienna
skinparam ClassFontColor #Sienna
skinparam ClassBorderColor #Sienna
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
9cacd943e65b8e82cf7d19c3211dec05b9d8bc07 | b7481d04bfed6f935b2accf597a249ea5a377780 | /Lab4_Composite/Diagrams/Sequence diagram.plantuml | 2a6fbd1c4a4c2e71334a2ba6bb889c5f9a3bfbd4 | [] | no_license | cuptain/Software-architecture-design | 7b53abf532cea4f9440ebb55a7c3eeb646b673bf | daa6f5e141630d4022e2640db4f1e898bcb3ea5e | refs/heads/master | 2021-01-01T07:36:36.337816 | 2020-03-03T19:57:06 | 2020-03-03T19:57:06 | 239,173,965 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 907 | plantuml | @startuml Sequence Diagram
skinparam Style strictuml
skinparam SequenceMessageAlignment center
participant "Program" as P
participant "Component" as Compon
participant "Leaf" as L
participant "Composite" as Compos
P -> Compos: new
activate P
activate Compos
Compos --> P: Car
P -> Compos: new
Compos --> P: Engine
... | false | true | false | false | sequence |
e0fbc9aaef2acd9385f413adb27cc825e6b00cd0 | be809e6091a45ffded8f21b1b48a4e232d12ad90 | /Documentation/Diagrams/Source/NUCLEO-F103RB/Storage_Class_Diagram.plantuml | d3e476ef9589bf215f450a612364b359ee79707d | [
"MIT"
] | permissive | RobertGawron/HardwareDataLogger | 0ac9c585f2e28d8bca6d53e6610d1309b9c65140 | 9f97124f8060b7caf4c65e2e26831bb8a3c6070d | refs/heads/main | 2023-08-17T23:19:34.865717 | 2021-09-26T17:12:50 | 2021-09-26T17:12:50 | 304,281,614 | 1 | 0 | MIT | 2021-09-26T17:12:50 | 2020-10-15T09:52:45 | C | UTF-8 | PlantUML | false | false | 1,379 | plantuml | @startuml
package BusinessLogic {
interface IMeasurementObserver
}
package Device {
interface IStorage {
+void init()
+void deinit()
+void write()
-void serialize()
}
/'
note right of WifiStorage
ESP8266MOD has only Wifi support.
In future it would be possible ... | false | true | false | false | class |
cdbe08b7bb75b150ecdaec4fb1330907ef3b0fdc | 98c049efdfebfafc5373897d491271b4370ab9b4 | /docs/SPRINT_2/UC5-Scooter-Delivery_Plan/CD.puml | be71dcdcfe208b2c128a5e8776d73129b556933a | [] | no_license | antoniodanielbf-isep/LAPR3-2020 | 3a4f4cc608804f70cc87a3ccb29cbc05f5edf0f3 | 7ee16e8c995aea31c30c858f93e8ebdf1de7617f | refs/heads/main | 2023-05-27T14:42:05.442427 | 2021-06-20T18:09:59 | 2021-06-20T18:09:59 | 378,709,095 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,200 | puml | @startuml
class LinkedList<String> {
+String removeFirst()
+String removeLast()
}
class ScooterDeliveryPlanningTask {
+ScooterDeliveryPlanningTask()
+run()
+changeStates(Integer courierNIF, Integer scooterID, Integer pharmacyID)
}
class OrdersQueue {
+Map<Integer, List<Integer>> getOrders()
+... | false | true | false | false | class |
2144e266df999699d1776438e54e391c8212cba7 | 55dec528f5453a2715feef0444b42672029ea65f | /Diagram/UMLDiagramFinal_code .puml | f766a0072b1820116b151facfdb5899729fc95db | [] | no_license | antonioGamiz666/MineSweeperTQS | f7b90c4c28b0d43f0e326ab6beddb43c79575fea | 3db72eefa5fe7af09b8111b88c9d45438382464a | refs/heads/main | 2023-01-11T22:51:05.601561 | 2020-11-16T22:52:41 | 2020-11-16T22:52:41 | 302,349,578 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,950 | puml | @startuml
Game "1"<--> "1" Player
Game *-- "1" Board
Game "1" <-- "1" Ranking
Board *-- "*" Square
RankingPlayer "0..10" --* Ranking
class Printer
{
-{static} char squareNotSlected
-{static} char squareSelected
-{static} char mine
-{static} char flag
+ showRanking(Ranking)
+ printMen... | false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.