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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
23dc56e6beb8d698169643ffe82351889b6b2d72 | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/blue/1090657/sp3/dm.puml | bcf05750fe6bd45c923e5833451e016fca4d877a | [] | no_license | raulcorreia7/isep_lapr4_17_18 | 82672fca46e433856d52b3839e3739fa53b8f52c | 79217fa01912657da37ef6cdb1a05194dd2f5110 | refs/heads/master | 2020-04-15T17:52:21.964106 | 2019-01-09T17:13:14 | 2019-01-09T17:13:14 | 164,891,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 507 | puml | @startuml workbook.png
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
hide empty methods
class Workbook {
-isPublic
}
class WorkbookDescription {
-name
-description
}
class AccessList
class Access{
-email
-accessTyp... | false | true | false | false | class |
f76b1437d8f9e8d48411259b9880c40275d8883a | 03726524c5f152378f7ed47fc6a4a50fdd320f84 | /src/by/spalex/bmp/ui/controller/controller.plantuml | 94d925ca475d401f4f7265bd25a0afe91e025855 | [] | no_license | thatalex/bmpcoder | c8718b320908af3201489287fb6b639c992e40eb | fa609eeadc65a4c8d1ff153db0054119070e53f0 | refs/heads/master | 2020-03-23T13:23:23.935289 | 2018-07-20T14:06:54 | 2018-07-20T14:06:54 | 141,615,339 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,418 | plantuml | @startuml
package by.spalex.bmp.ui {
package by.spalex.bmp.ui.controller {
class CompareController {
{static} - BYTE_PER_ROW : int
{static} - COLUMN_WIDTH : int
{static} - COLORS : String[]
~ referenced : byte[]
- view : TableView<HexItem>
- colum... | false | true | false | false | class |
e2dcf110e34a9c34a7d0e4df417d9860740c6410 | cd01ac7f4b82f5f86eebc3c30b881301915342a6 | /app/src/main/java/com/teamsayy/drmednotifier/ClassDiagram.puml | 044850975dbef4ddf652812d7f1d73eb7377ac16 | [] | no_license | TeamSAYY/Dr._Med_Notifier | 2e1cc118b7c7f15249d62e5739cc725e743ab9b6 | f5a65f685e9c2b0534c71d112e25295ede66de71 | refs/heads/master | 2023-02-02T03:09:20.735953 | 2020-12-17T04:38:53 | 2020-12-17T04:38:53 | 294,763,549 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 20,777 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
skinparam legendBackgroundColor white
skinparam legendFontSize 50
skinparam noteFontSize 30
skinparam noteBorderColor black
skinparam linetype polyline
'skinparam linetype ortho
skinparam class {
BackgroundColor white
ArrowColor black
BorderColor blac... | false | true | false | false | class |
dd50af15b3f6df2949867ba6ed55bc7379d7dd4a | ee78251e468b32be4595e0670981340b9e48b901 | /specifications/software-design/subscription/sub-sequence-diagram.puml | 5b2a5c7c6c60a04c7ca2171d6fa74c49e6cdacbe | [] | no_license | KevenDvorianoff/Comixaire | 10479f840ef5a0054d47f7bf4449c5fa7ea6ce1b | bcc3e3de8d1e3f8f0f6606b6eeaaeee906fcd440 | refs/heads/master | 2023-02-09T23:35:16.619034 | 2021-01-10T15:08:18 | 2021-01-10T15:08:18 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 602 | puml | @startuml
autonumber
SubscriptionController -> SubscriptionFacade: getClientSubscriptions(String)
SubscriptionFacade -> DAOFactory : getSubscriptionDAO()
DAOFactory -> SubscriptionDAO ++ : <<creates>>
DAOFactory -> SubscriptionFacade : SubscriptionDAO
SubscriptionFacade -> SubscriptionDAO : findAllByCardId(String)
Sub... | false | true | false | false | sequence |
78ee42d7af82b3a10f43cc9662af5631f3b117d8 | fafaf973381b21bea8eb334545ded62282cba3a2 | /umls/usecase1.plantuml | 5cd50bc2a80e175bf0dd38e2b0ceab05e73d3326 | [] | no_license | recepkaraca/DesignPatternsCourse | d9edc61009b4313a08b0383473b0d97f8fb0a2dd | 69f507ebec842c6b50e9a2a093496f62760170fe | refs/heads/master | 2022-09-11T10:19:54.206890 | 2020-06-02T22:51:09 | 2020-06-02T22:51:09 | 245,816,321 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 109 | plantuml | @startuml
Recep -> (Run)
Recep --> (Use Case Run Faster)
:Recep's Sister: ---> (Use Case Run Faster)
@enduml | false | true | false | false | uml-unknown |
906d380c5f99cc0c263f054f9dc5da7dd5d353f9 | 186819bc98500f794e563bd3ba5a23073756a2ba | /PSP2/Hospital/src/main/java/com/hospital/Hospital/repository/doctorRepositoryImp/doctorRepositoryImp.plantuml | 6a355db6c190e90116f74cf6e017044019867ff9 | [] | no_license | macro161/PSP | 0e53943e4f8568b2c4b788524dc9e12f276d5c9e | 7e5e094bbe42af30006fb28d541229dea4efb610 | refs/heads/master | 2020-03-30T08:04:17.541705 | 2018-12-07T20:24:18 | 2018-12-07T20:24:18 | 150,986,741 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 997 | plantuml | @startuml
title __DOCTORREPOSITORYIMP's Class Diagram__\n
package com.hospital.Hospital {
package com.hospital.Hospital.repository.doctorRepository {
package com.hospital.Hospital.repository.doctorRepositoryImp {
class DoctorRepositoryImp {
~ doctors : List<Doctor>
+ getDoc... | false | true | false | false | class |
29e695bc798eb634e8659b3b1e14b39af4cd0cce | c8f3f6dc0c799f82deb504ddffa8e591ba2ef10d | /build/classes/designpatternsproject/designpatternsproject.plantuml | 8861892a89294e7e872032ea95f66876cb03e574 | [] | no_license | bahadircetin/DesignPatternsFirstProject | 0e799a8049db2935142cb8a8835a8f579df2b2a1 | 52bf40c18c3c11d9514df4f90e875cfefdcc11df | refs/heads/master | 2023-07-10T15:17:56.750020 | 2021-08-05T14:49:29 | 2021-08-05T14:49:29 | 393,032,093 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,576 | plantuml | @startuml
title __DES�GNPATTERNSPROJECT's Class Diagram__\n
namespace designpatternsproject {
abstract class designpatternsproject.Customer {
+ Customer()
+ performShopping()
+ setShoppingBehavior()
}
}
namespace designpatternsproject {
class designpatternsproject.Shoppin... | false | true | true | false | class |
5bfb6129444887b32dd2aa3ade8f7b86af9a8448 | d082f824b547d2ce3bfc66ee5a24239488551919 | /examples/diagrams/object.plantuml | da911d39bf96a9e9fa549dc82a6e7fb694fab68e | [
"MIT"
] | permissive | iris-retail/plantuml-styles | 26f1469c007cc38897723f15efca6f5606056213 | 52c1a0f038ba7ec69b96b909679852e5b9e48509 | refs/heads/main | 2023-03-28T04:33:38.849941 | 2021-03-13T20:18:51 | 2021-03-13T20:18:51 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 338 | plantuml | @startuml Object Example
object user
user : name = "Dummy"
user : id = 123
map "map: Map<Integer, String>" as users {
1 => Alice
2 => Bob
3 => Charlie
}
object London
object Washington
object Berlin
object NewYork
map CapitalCity {
UK *-> London
USA *--> Washington
Germany *---> Berlin
}
NewYork --> Capital... | false | true | false | false | sequence |
56e01704350689f95a1920239e6593a441329156 | 644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc | /docs/uml/software/old/device/services/UserInputService.puml | 508f31d353ba1090ed5013f92178dc33ce15328a | [] | no_license | tzAcee/photonized | c929a6c04bedd0304a4e427d6c2895cdf73568d3 | aa53ed7bda18959c58467fe4560dc3ff4e1ae422 | refs/heads/main | 2023-05-03T15:13:31.148910 | 2021-05-25T13:55:17 | 2021-05-25T13:55:17 | 316,536,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 95 | puml | @startuml
class UserInputService {
{static} + get_user_entry() : DeviceUserEntry
}
@enduml
| false | true | false | false | class |
45812404cb184bab2f4ad5993ff0171cb0e022dd | 19f793bed6a7ddbe4f01616e2374a9ddc459e8b1 | /doc/结构型模式/外观模式-时序图(5分).puml | 6309f51d6ac922949b790563c797687db2d551b0 | [] | no_license | 1wang1/design-patterns | 02a87e8c2f170f2a2de4993e8f11b9ef9a522627 | 5ebd98248ea5a035e19a843f823971676899a212 | refs/heads/master | 2022-12-19T04:30:30.790952 | 2020-09-27T11:42:41 | 2020-09-27T11:42:41 | 272,214,620 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 403 | puml | @startuml
participant Client
participant Facade
participant SystemA
participant SystemB
participant SystemC
autonumber
Client->Facade:create
activate Facade
Facade->SystemA:create
Facade->SystemB:create
Facade->SystemC:create
deactivate Facade
Client->Facade:wrapOpration()
activate Facade
Facade->SystemA:operationA()
F... | false | true | false | false | sequence |
10b261efc1bb60fb7593ea67bf551583ac53e11c | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/installment-sale@0.7.0.puml | 3fabbaea1cd67a03ddd3920aac3d2fc6cfc417d8 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | 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 | 2,129 | puml | @startuml
class org.accordproject.installmentsale.InitializeRequest << (T,yellow) >> {
+ Double firstMonth
}
org.accordproject.installmentsale.InitializeRequest --|> org.hyperledger.composer.system.Transaction
class org.accordproject.installmentsale.InitializeResponse << (T,yellow) >> {
}
org.accordproject.installme... | false | true | false | false | class |
1f25530d21229406577d062d087be1680f09c6e7 | 188aa3bd1c4fc0a88cab9726c2f2299f147e70d8 | /docs/UC_11/MD.puml | a3548d5e0e0d0e428b02bf8c6e8812c6d5bab2d3 | [] | 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 | 2,285 | puml | @startuml MD
skinparam classAttributeIconSize 0
hide methods
left to right direction
class App {
}
class Organization {
- String name
- String NIF
}
class Transaction {
}
class Task {
- String id
- String description
- Integer durationInHours
- Double costPerHourOf... | false | true | false | false | class |
8a00432a5ceed0f2d240fd34d91060e2d491f297 | 066a6ab3289dee21155bd6c05b972183cb3adfb3 | /docs/uml/entity.puml | 2e02f501f995012d6f44724505b02b8ed6f964d0 | [
"MIT"
] | permissive | jporsay/boids | bcac90c149800a7200a91451356b796b723127ad | af20cc0125b1b964c2a4b8552bb4546b2dd89832 | refs/heads/master | 2020-04-06T14:54:12.189467 | 2018-12-04T17:57:04 | 2018-12-04T17:57:04 | 157,558,516 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 358 | puml | @startuml
enum Type {
Boid(maxSpeed = 32.0, radius=0.1)
SpecialEntity(maxSpeed = 64.0, radius=1.0)
}
class Entity {
- id: Int
- type: Type
- radius: Double
- position: Vector3D
- velocity: Vector3D
+ toXYZ(): String
+ sees(other: Entity): Bool
+ distance(other: Entity): Double
... | false | true | false | false | class |
b1e7b8a50520a57407bffda8ae001d95c837153e | 1cf4490d48f50687a8f036033c37d76fec39cd2b | /src/main/java/global/skymind/training/advanced/gui/swing/ex3/ex3.plantuml | 567ce9f212af6c7a73b24055bc30993b102907b0 | [
"Apache-2.0"
] | permissive | muame-amr/java-traininglabs | 987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83 | a93268f60e6a8491b1d156fae183a108ff0d9243 | refs/heads/main | 2023-08-06T10:04:57.996593 | 2021-09-28T11:21:00 | 2021-09-28T11:21:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 745 | plantuml | @startuml
title __EX3's Class Diagram__\n
namespace global.skymind {
namespace training.advanced.gui.swing.ex3 {
class global.skymind.training.advanced.gui.swing.ex3.MySTextField {
~ button : JButton
~ textField : JTextField
+ actionPerformed()
{static} + main()
... | false | true | false | false | class |
15ef5f69a73bd63d2835a697ab0a762273b02d7d | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/InventoryEntryQuantitySetMessage.puml | 5f0c24f806786ab356c73eaab730fc310d092149 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,326 | 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 InventoryEntryQuantitySetMessage [[InventoryEntryQuantitySetMessage.svg]] extends Message {
id: S... | false | true | false | false | class |
20ff432db8f47d1fa01efba4da5276d439a51336 | 5154f1f50574e5238ba9fd189a1c52693eea8763 | /docs/_book/plantuml/EconomicProperties.puml | 1f08a61abc47004b20c81967f66a2d1cc84a4806 | [
"MIT"
] | permissive | darkar5555/HIT2GAPOnt | 04cdf08c6d4803c17d026b2b42d238c1fc8c9776 | 8b663ad8162debf72b946e2a1c103975c92b76bb | refs/heads/master | 2020-06-04T12:01:36.330677 | 2019-03-21T09:36:40 | 2019-03-21T09:36:40 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 454 | puml | @startuml
skinparam class {
ArrowColor DarkBlue
ArrowFontColor DarkBlue
BackgroundColor LightBlue
BorderColor DarkGrey
}
skinparam dpi 300
skinparam stereotypeCBackgroundColor Wheat
skinparam classAttributeFontColor Green
class Property <<ssn>>
class EconomicProperties <<hit2gap>>
class Cost <<hit2gap>>
cl... | false | true | false | false | class |
beea393cd118542127de0067098fa22641e42fa0 | 4beec2545e0bc9ae7f36905f46459521726e4747 | /asciidocs/plantuml/Kinokette.puml | 03aec82bea24711d961df29a7a33c2343dbff493 | [] | no_license | 2122-4ahif-syp/01-cld-hotel-christophhandel | 4dd1d15be9d09eb76de47e3a9278930c1fd5898c | da57be5124d318c29332773c07f7ac68781fb1ca | refs/heads/master | 2023-08-22T23:31:17.561355 | 2021-10-11T08:32:49 | 2021-10-11T08:32:49 | 415,830,025 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 719 | puml | @startuml
class Vorstellung
class Film
class Kino
class Ticket
class Saal
class Sessel
class Schauspieler
class Regisseur
Vorstellung "many" -left- "one" Kino
Vorstellung "many" -down- "one" Saal
Vorstellung -up- "one" Beginn
Vorstellung "many" -right- "one" Film
Vorstellung "one" -left- "many" Ticket
Film "many" -r... | false | true | true | false | class |
655fde85b8373d9f66fd1e4e9f43e22d6bee67b2 | e97fa247de81bda8f86620771f28d361b2565ff7 | /src/balapan/case230.puml | 233ff350ff204d1e5af7e75671070f854bd0978a | [] | no_license | billymontolalu/thesis | a7513e64edd847e6a98a33efdc0b93558cd9a0bb | e6975930b8d05aeb49f5dd0864e385147f191035 | refs/heads/master | 2020-04-12T08:11:46.233731 | 2017-01-19T02:19:13 | 2017-01-19T02:19:13 | 65,616,028 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 467 | puml | @startuml
Vehicle : String colour
Vehicle : int speed
Vehicle : int weight
Vehicle : int passenger
Vehicle : int maxWeight
Vehicle : turnLeft()
Vehicle : turnRight()
Passenger : int weight
Bicycle : int wheelSize
MotorVehicle : String engineType
Engineless --|> Vehicle
FourWheel --|> MotorVehicle
Truck --|> FourWheel
C... | false | true | false | false | class |
63b0e3088242c1bc4c6bd12c28fa689355369879 | 56dd9506e4f10ca79845d3dddb19c18aeb4a1cb3 | /sequence.puml | 07daae23dd218fc7d7fa8a524d7cc3d4bd159def | [] | no_license | AndreyBronin/meetup-mortgage | eb8bbe7a2ca3573e24b36c6b1eed0713b4069119 | 982f25d03dcc319238bb27ec9668547dbe8c8af7 | refs/heads/master | 2023-07-19T03:50:45.147897 | 2021-09-12T19:58:03 | 2021-09-12T19:58:03 | 360,285,303 | 5 | 1 | null | 2021-05-15T07:26:30 | 2021-04-21T19:35:20 | TypeScript | UTF-8 | PlantUML | false | false | 654 | puml | @startuml
title Send Mortgage Document
participant "Off-chain Storage" as Storage
actor GreenManager
participant GreenBank
participant BankRegistry
participant RedBank
group Send document
GreenManager -> Storage: saveFile(encriptedPayload): docId
GreenManager -> BankRegistry: GetBankAddress('RedBank')
GreenManager -... | false | true | false | false | usecase |
874c81f84e342d71937bc8074734822da811c837 | 80c70479e08124fb2137de9bffe3779214c83c32 | /classes.puml | 8e19f13de48580b1f0cf54292af5aeb2f4fc616d | [] | no_license | senichek/safetynet-project5 | 60e315c6f3bf7e9a7ba81e59cf23e4afc2857b33 | f36693555b0a41998b6a10525ad1ed1b2aa2a3d6 | refs/heads/master | 2023-08-25T07:14:40.337549 | 2021-11-06T15:46:03 | 2021-11-06T15:46:03 | 421,825,308 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,667 | puml | @startuml
class JsonReader {
+DataSource getData(String pathToJson)
}
class DataRepo {
+DataSource getData()
}
JsonReader *-- DataRepo
class PersonServiceImpl
interface PersonService {
+Person save(Person person)
+Person delete(Person person)
}
PersonService <|-- PersonServiceImpl
class URLsServiceImpl... | false | true | false | false | class |
fba9655ca7212cb7ffa65fac9c4509bb9393606e | 8376c811bbf1d42c3252f15990e3d5f43d0ab0cd | /plantuml/map-supplier-api.puml | d5bdc39e5a3b4f3cee90e185120871d2a9874c3c | [] | no_license | poznas/engineering-thesis | 48e1a95ce65ad6ca9a6a39fff960158f30434065 | 9f0e0b1fcc7279dc5f508dc35f33a0836f228ef0 | refs/heads/master | 2022-04-07T23:08:18.733142 | 2020-02-01T11:33:35 | 2020-02-01T11:33:35 | 227,904,496 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,873 | puml | @startuml
left to right direction
hide empty members
set namespaceSeparator none
note as N1
Name: <b><color:royalBlue>MapSupplier</color>
Version: <b><color:royalBlue>0.0.2</color>
end note
enum BasicWindDirection {
- N
- NE
- E
- SE
- S
- SW
- W
- NW
}
enum ChopSize {
... | false | true | false | false | class |
25dd4ef1e09c0b3288b72fe986f17b80492b9926 | 2242e2675ed7cb920335ada82f506bf3703df399 | /UML.puml | 63756def894878fde55a7381c2e703c912977b49 | [] | no_license | alfianisnan26/komoditasbuahpohon | 8f85fad32e40dca0cc4d07cb00b84314b6ce3c7e | e152d982ef51a7daa1914edfd7411041dc89a373 | refs/heads/master | 2023-04-09T17:33:15.694288 | 2021-04-24T03:01:19 | 2021-04-24T03:01:19 | 361,057,297 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,933 | puml | @startuml
interface oop.tugas.interfaces.Penghijauan {
~ boolean defaultPenghijauan()
~ boolean fotosintesis(double)
~ void tumbuhDaun(double)
~ void rontokDaun(double)
}
class oop.tugas.concretes.buah.BuahDurian {
+ Rasa ubahRasa()
+ UmurBuah ubahUmurBuah()
}
abstract class oop.tugas.abstracts.Buah {
+ UkuranTumbuh be... | false | true | false | false | class |
c78fdd5b6ec8b895d7ffa6b53daf4b71fb40d4df | c64b9e9225673fe3b818dd44052934641de8031e | /docs/development/diagrams/c4_l2.puml | fcb0102d492852c82f28318906e189d9f85f5c3b | [] | no_license | EdLaser/I3_Antragsverwaltungstool | ff50c1db63c5757d3f7c08d738347163c9b1b785 | d19a6c6965c13695999e0b746cced89dab827889 | refs/heads/main | 2023-06-19T02:23:12.410355 | 2021-07-09T11:47:33 | 2021-07-09T11:47:33 | 316,288,477 | 10 | 2 | null | 2021-07-02T19:25:04 | 2020-11-26T16:48:21 | HTML | UTF-8 | PlantUML | false | false | 714 | puml | @startuml "Level 2 - Container"
skinparam actorStyle awesome
actor Antragssteller <<Person>>
actor Präsidium <<Person>>
component "Antragsverwaltungstool" {
component [Django-Applikation] <<Container>>
note right of [Django-Applikation]
Stellt das graphische Overlay dar,
empfängt Nutzereinga... | false | true | true | false | usecase |
6e7126bbd626770f68933f3e80e3eacd0164c24f | bab3d9cedf71ba88a04413a22f15c63e8df665ec | /docs/atrax_component_diagram.puml | f75e1001c0f7aec976a8a2a655af5ce3c3f9b33e | [
"MIT"
] | permissive | zanachka/atrax | 69cd1ca5a42273cb8f2e908511b80d6c7421a87c | e28d5be7f8b9bcdbe234f29dc2bb242129171447 | refs/heads/master | 2022-05-05T23:25:17.632322 | 2022-04-19T03:29:04 | 2022-04-19T03:29:04 | 292,981,585 | 0 | 0 | MIT | 2022-04-19T11:10:59 | 2020-09-05T01:48:52 | null | UTF-8 | PlantUML | false | false | 2,363 | puml | @startuml
title Atrax Configuration Management System
skinparam componentStyle uml2
[Keeper Client] as KeeperClient
database "Keeper DB" as KeeperDB
() "HTTPS" as S3Https
package "EC2 Instance (1)" as frontier {
[Upstart] as FrontierUpstart
FrontierUpstart <-- S3Https : Packages
[Frontier] <-- S3Https : ... | false | true | false | false | sequence |
b95a096ddfe131afd499bc7d47872b9f5b1490f1 | 644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc | /photoniced/testiii/device/DeviceChanger.puml | e0476ad1ced5cc051fb002f04195dd9c02d810c6 | [] | no_license | tzAcee/photonized | c929a6c04bedd0304a4e427d6c2895cdf73568d3 | aa53ed7bda18959c58467fe4560dc3ff4e1ae422 | refs/heads/main | 2023-05-03T15:13:31.148910 | 2021-05-25T13:55:17 | 2021-05-25T13:55:17 | 316,536,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 272 | puml | @startuml
class DeviceChanger {
+ DeviceChanger(console:IConsole)
+ set_parser(parser:ICommandLineParser) : void
+ change() : void
}
IDeviceChanger <|-- DeviceChanger
DeviceChanger --> "_parser" ICommandLineParser
DeviceChanger --> "_Console" IConsole
@enduml
| false | true | false | false | class |
f6d2f734bf5bf20898d5cf10c2d702a2ffbb347b | 897c5f0768d85d6070cbac83453eaeda84f86ab7 | /SELAIN SISTEM/UML/SEQUENCE/admin/RestorePegawai.puml | 8fe02ebad3814a5c3867f1a36b50d3dcc4f0775f | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | fiqihrosady/sistem_kp | b593e68eda63e3c4b2953447a2aa8f25f33f9921 | 7b9060a89f852577a6f4c1ea2596b59beb5e5b77 | refs/heads/master | 2020-09-27T00:03:37.042300 | 2019-12-05T18:54:26 | 2019-12-05T18:54:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 710 | puml | @startuml
autonumber
hide footbox
title Mengembalikan Pegawai
Actor Admin
boundary Dashboard_V
boundary Trash_V
control Admin_C
control Pegawai_C
Entity Pegawai_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> Admin: Halaman Dashboard
Admin --> Dashboard_V: klik menu Trash Pegawai
Dashboard_V --> Pegawai_C: t... | false | true | false | false | sequence |
64c36f0ed3321e3dafe467cec416366024f94930 | abf589230768e5ffd04eaf72fe9d9d225b8143a8 | /assignments/i.murzakov/TP5/src/observer/observer.plantuml | a5634ee36e9e75882c18bbf7e3a775ea68a15b39 | [] | no_license | Nitrogen13/InnopolisDesignPatterns | 023ef734bc09ba77491c955253b055b87f6b60de | 2248590ffebd6ddcfd557106da598c5c0414c2da | refs/heads/master | 2022-04-26T15:41:30.482693 | 2020-04-17T16:47:54 | 2020-04-17T16:47:54 | 250,339,363 | 0 | 0 | null | 2020-04-17T06:11:59 | 2020-03-26T18:26:43 | HTML | UTF-8 | PlantUML | false | false | 3,034 | plantuml | @startuml
title __OBSERVER's Class Diagram__\n
class observer.CourseRecord {
- name : String
- numOfStudents : int
+ CourseRecord()
+ getName()
+ getNumOfStudents()
+ setNumOfStudents()
+ toString()
}
class observer.LayoutConstants {
{static} + barHeight : int
{static} + barSpacing : int
{static... | false | true | false | false | class |
5263b8d30b100b4129103deba398601b1cbb34fa | c7681ac0c02168534736a5fceac56a8735b7f728 | /mars-rover.puml | 5dbe8314016f8f485d603a66c35e2fb39b0078b7 | [] | no_license | abinormal/mars-rover-kata | a5fcece7f40db187f4b709c0170f726e593aa9f5 | af2b05e97a7973d5513499407d9a2a2e3df0b35e | refs/heads/main | 2023-08-28T13:35:35.999178 | 2021-10-19T14:05:56 | 2021-10-19T14:05:56 | 409,541,617 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 768 | puml | @startuml
'https://plantuml.com/class-diagram
Rover }-- Plateau
Rover -- Direction
Error -- Plateau
Error -- Vehicle
class Plateau {
- X_MIN: int = 0
- Y_MIN: int = 0
- X_MAX: int
- Y_MAX: int
+ Plateau(x: int, y: int): void
+ move(x: int, y: int, d: Direction): Error
- collisionCheck(): Error
- edgeCheck(): Error
... | false | true | false | false | class |
1872b5c5b3d91b0421df8b1e775b83f037f51d97 | 8847a16de4af8b759ad2673a5b875053896b8d41 | /src/CustomCarport.puml | 42a0802463139f37a98933fc0bd24c038137f4e8 | [] | no_license | Kvark96/FogCarport | 887eafab2d504a872ca2fe422ff92bbd832790be | ef71545d9253a58ab05fd9c87ea18b85d737f3ef | refs/heads/main | 2023-05-06T19:19:36.893816 | 2021-05-27T21:59:06 | 2021-05-27T21:59:06 | 363,885,796 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,352 | puml | @startuml
'https://plantuml.com/sequence-diagram
autonumber
@startuml
actor customer as customer
participant .jsp as jsp
control FrontController as fc
entity Command as cmd
control Facade as face
participant Mapper as map
database Database as dat
custom... | false | true | false | false | sequence |
09db45ffb66962cf223339a64453d8f009c9bdba | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/crm04_01/note_edition/i130339/crm_04_01_ssd.puml | 97e1e11ace6e654827766179a99518f25a1d4c3b | [] | no_license | 1130348/Confusao | 62e06a3428e4455807b6b247c52d9f94b95fa2c1 | 4fa082ace786a61c0868e6ff8f08ac2497fbabd3 | refs/heads/master | 2020-03-25T00:25:42.003519 | 2015-06-26T14:16:24 | 2015-06-26T14:16:24 | 143,185,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 466 | puml | @startuml doc-files/crm_04_01_ssd.png
actor User
participant "<<analysis>>\nSystem" as s
User -> s : Notes creation
s -> User: Show all contacts
User -> s: Selects one contact
s -> User: New window with contact information
User -> s: Selects button "Add note"
s -> User: Asks about information
User ... | false | true | false | false | usecase |
1dc11aed2059d606d2e29f2e8a525e681b3604fe | bdc6bbbe38175aefd65aea2e384d9a7c433eea87 | /plantUML/usecaseDiagram/UseCase.puml | 7795f4892ce51188d8f896f00c5213c54aab185e | [] | no_license | Ruiz16-17/Sofka_BuenasPracticas_Documentation_PlantUML | 59905380c4e992cc37ac08ca1318379caa6d4fb8 | 30c8a645c85ceb3f39d340f44a0c278d4eb60963 | refs/heads/master | 2023-08-28T08:21:54.034592 | 2021-10-25T04:42:12 | 2021-10-25T04:42:12 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 376 | puml | @startuml
left to right direction
actor Guest as g
actor LogginGuest as lg
package Question {
usecase "Create question" as CQ
usecase "Delete question" as DQ
usecase "Create answer" as CA
usecase "Delete answer" as DA
usecase "Read questions" as RQ
usecase "Read answer" as RA
}
lg --> CQ
lg --> DQ
lg --> CA... | false | true | false | false | usecase |
7b238acfddc216695d2b12125a6514ef2b82b3c9 | d5b91de7c10c7a6d79e6d6f0384d6d7f7bcb513c | /docs/diagrams/FindCommand.puml | 5e96a2838e5ce9eccf193e81cca57fd8a98603cf | [] | 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 | 1,383 | puml | @startuml
'https://plantuml.com/sequence-diagram
hide footbox
activate ":HdBuy"
":HdBuy" -> ":FindCommand": execute()
activate ":FindCommand"
opt user inputs not empty
":FindCommand" -> ":TextUi": showParameters(inputs)
activate ":TextUi"
":FindCommand" <-- ":... | false | true | false | false | sequence |
31213c8cf95f0ed181536d04eeba7e51a56666fd | 77b62d62f7bb492cb0ba2fe62131338b495f3e52 | /Documents/Shos.Chatter.Server/Controllers/UsersController.puml | 476f58d80510c981cee62f54633816eb038fe0cb | [
"MIT"
] | permissive | Fujiwo/Shos.Chatter | 0dc94cda60eab49363b1b04b1e189d014edf5852 | 41a95faba18049f3934b5b4d1268583ee43abc35 | refs/heads/master | 2023-03-17T23:26:10.709285 | 2021-03-11T05:37:09 | 2021-03-11T05:37:09 | 323,569,958 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 517 | puml | @startuml
class UsersController {
+ UsersController(context:ChatterContext)
+ <<async>> GetUsers() : Task<ActionResult<IEnumerable<User>>>
+ <<async>> GetUser(id:int) : Task<ActionResult<User>>
+ <<async>> PutUser(id:int, user:User) : Task<IActionResult>
+ <<async>> PostUser(user:User) : Task<Action... | false | true | false | false | class |
b0cd612b4f3fbafbfaea96b3df4720a09a60fe76 | c592ac18df1efc2d1f8c6d74e3982a4031892861 | /workshop1/uml/domain-model_3a.puml | 14f99e4b647b6abe6f41a7ff1bc012a919597686 | [] | no_license | jonasjberg/1dv607_workshops | ffac12c9258ac79e17c13a785ec032c55d4e5688 | d735dae6fa5dd7534f14566182b4a12b70baff59 | refs/heads/master | 2021-08-11T04:01:01.074775 | 2017-11-13T05:51:26 | 2017-11-13T05:51:26 | 103,867,858 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,666 | puml | ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' 1DV607 -- Object-Oriented Design and Analysis with UML
' Workshop 1: Domain Modeling
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Created by Jonas Sjöberg (js224eh) on 2017-09-04.
' Linnaeus University
' ""js224eh@student.lnu.se""
' ""http://www.j... | false | true | true | false | sequence |
66e3a8e472aaabd2ae5c5df2538f09c11a5dd353 | ed45ea4470bcfc497e2584697d7842a540e04fd9 | /ros2/navigation2/nav2_util/clear_entirely_costmap_service_client.puml | fe44bd5521e1b7b887bd145f492a966292ec7b08 | [] | 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 | 471 | puml | @startuml
'https://plantuml.com/class-diagram
namespace nav2_util{
class ClearEntirelyCostmapServiceClient<nav2_msgs::srv::ClearEntirelyCostmap>{
-- public method --
explicit ClearEntirelyCostmapServiceClient(service_name);
using clearEntirelyCostmapServiceRequest = ServiceClient<ClearEntireCostmap>::RequestType;
usin... | false | true | false | false | class |
68d8042b820a0609806d6390821d5f5df431fb43 | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/green/1160818/sp3/imgs/createsd.puml | d3e8df31fefd353f026b9c99699b296affe1dd29 | [] | no_license | raulcorreia7/isep_lapr4_17_18 | 82672fca46e433856d52b3839e3739fa53b8f52c | 79217fa01912657da37ef6cdb1a05194dd2f5110 | refs/heads/master | 2020-04-15T17:52:21.964106 | 2019-01-09T17:13:14 | 2019-01-09T17:13:14 | 164,891,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,231 | puml | @startuml analysis.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User->ReminderPresenter : clicks the create button
ReminderPresenter->ReminderPresenter : openCreatePopup()
User->Reminde... | false | true | false | false | usecase |
e3910b3822bddb58020b9ff15cc9ece402028855 | 4291ef524e205e9b7c7c479052e1fe40078a1f60 | /doc/part_four/co2-sensor.puml | 4a8f81cf36a161208492983fb6b8d4ea90b2ecec | [
"BSD-2-Clause"
] | permissive | nymann/portfolio-assignment | 4136ab71b2bac64d6a4474c76b16ee5e57f9d21d | abb6d840d6d9ae59b90e8417f140c2314b1e7a27 | refs/heads/master | 2023-04-27T00:19:10.391313 | 2021-05-21T21:02:46 | 2021-05-21T21:02:46 | 367,152,436 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 651 | puml | @startuml
skinparam roundCorner 10
skinparam shadowing false
skinparam classFontName Lato
skinparam classFontSize 16
skinparam defaultFontName Source Code Pro
skinparam defaultFontSize 14
skinparam ClassAttributeFontStyle normal
skinparam ClassBackgroundColor white
skinparam ClassBorderColor black
skinparam ClassBorder... | false | true | false | false | class |
95f556174e86dcd5d4d5dbaee4071824c6b3e4bf | 407c65079dda49dd9533f2606ccfb34aab3dd4e0 | /src/use-cases/UC001/UC1-B-CreateParty-1.puml | 8a1e86f639516d63301d1b2e326165870ba613d7 | [] | no_license | adepeufeilhoux/api-call-flow-test | 2e8c7d52ce324129100fd5211534125a2edb923f | 28f688b81f6f97f4344e1bc7dfebbd3cbca3a7ab | refs/heads/master | 2023-03-07T11:43:41.382381 | 2021-02-24T10:17:39 | 2021-02-24T10:17:39 | 341,839,629 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,142 | puml | @startuml
skinparam ParticipantFontColor automatic
Title: Party "Party creation - Step 1" creation
autonumber 6
actor person
participant EngagementManagement #Purple
participant Welcome #Red
participant PartyManagement #Red
== Creation of initialized Party (part I)==
EngagementManagement ->Welcome: //TMF701 PATCH Ses... | false | true | false | false | usecase |
efdfffb47b6c145eb252c3dabb5fd3ffe937a75b | 10ba145e3e26796ec618e76328f3ca90d4521b6a | /设计模式/java演示版/design-pattern/src/main/java/com/zhenhunfan/design/pattern/_02_factory/absfactory/pizzastore/披萨店案例类图.puml | f4bd4e550cd8cdfc863ff4505291c8f77860bca2 | [] | no_license | zhenhunfan/learn | a7fa4c39ce0e791313abaa51325591a6f98abf09 | bdb6538de38db9e3d9aa6a827f4a445e57325852 | refs/heads/main | 2023-03-30T14:22:26.202669 | 2021-03-30T02:19:20 | 2021-03-30T02:19:20 | 309,221,361 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 684 | puml | @startuml
abstract class Pizza{
void prepare()
void bake()
void cut()
void box()
}
abstract class Hotdog{
void prepare()
void bake()
void cut()
void box()
}
class CheesePizza{}
class PepperPizza{}
class CheeseHotdog{}
class PepperHotdog{}
Pizza <|-- CheesePizza
Pizza <|-- PepperPizza... | false | true | false | false | class |
6542a6b8e36dbe829f3c8f27f737bfacf5bf75b3 | 1ef13285393e39f7cf05fdbdd448d7773c051ab1 | /docs/diagrams/BackendDB.puml | 79bbcb66e62e82b16da20acbb8beaa86647a075d | [] | no_license | Doodle2Gather/Doodle2Gather | 3cdd6d476d491ddf20ed471f09d7391c8d2a04dc | 6f0900b5924485187659b6b43c018b722655eb02 | refs/heads/main | 2023-04-12T15:06:21.129117 | 2021-04-28T03:09:17 | 2021-04-28T03:09:17 | 345,558,113 | 10 | 4 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,633 | puml | @startuml
' STYLE START
hide empty members
skinparam shadowing false
' STYLE END
class "PersistedDTStroke" as PersistedDTStroke << (C, DarkSeaGreen) >> {
~{static} schema
~id : UUID?
~roomId : UUID
~doodle : PersistedDTDoodle
~strokeId : UUID
~strokeData : Data
~isDeleted : Bool
~createdBy : String
}
... | false | true | false | false | sequence |
a6344de570167a921b8d3d56fee64e3693b23306 | 341f738edd0a5aa6669a4d63851f8989c8f53387 | /documentation/faust_data_flow/global_faust_structure.plantuml | 962cc6fc7043b62c99c7456701e8561c9c651fa0 | [] | no_license | gfinak/faust_nextflow | bd7b306a6fdce97f5d838e589b4770dcbe8b6ef6 | 1e768d282f0e5152917c51670d860429ec0343b8 | refs/heads/master | 2022-11-27T06:40:25.827805 | 2020-07-28T23:55:42 | 2020-07-29T00:16:17 | 273,537,412 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,086 | plantuml | @startuml
top to bottom direction
hide circle
hide members
!global input_color = "#008000"
!global internal_requirement_color = "#ff004d"
!global output_color = "#0091ff"
!global adhoc_parameter_color = "#ff5900"
!global default_logic_color = "#000000"
package userInput <<Folder>> {
package inputFiles <<Rectangle... | false | true | false | false | class |
8d09cb13aa9233f0d4b46f61a9bc2c6d755832e0 | 261f3d4fd238b13676398b33df2304142bf505a0 | /docs/EventDiagram/SequenceDiagram/CommandDelEventAttendance.puml | b23401cea31090b692e25e66fd87284713378484 | [] | 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 | 1,607 | puml | @startuml
-> ":CommandDelEventAttendance": execute()
activate ":CommandDelEventAttendance"
":CommandDelEventAttendance" -> ":EventList" : deleteAttendance(eventName, memberName)
activate ":EventList"
":EventList" -> ":EventList" : checkEventExistence(eventName)
opt event does not exist
":EventList" --> ":CommandDelEv... | false | true | false | false | sequence |
94949077e876de8a80e66cee838897d9bc63082b | 3a44003060e3d27f6f0dc53946ab136c72c1a2ba | /diagrams/decision_engine/StateMachine_Decider.puml | 4258a6cc1af4fd599f7b484abd218578455133b8 | [
"BSD-3-Clause"
] | permissive | HEPCloud/documentation | 2528e24a7978c5c07c7d40724582510e4223f6ff | 9d71b83ff40472d8e3d355b71cc56b74652fe33e | refs/heads/master | 2020-12-06T05:28:53.348734 | 2020-02-20T14:46:55 | 2020-02-20T14:46:55 | 232,359,235 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 620 | puml | @startuml
skinparam shadowing false
state Init {
Init : run()
Init : consumes()
Init : produces()
}
state Failed {
}
state Shutdown {
}
state Operational {
Operational : Entry: evaluate()
}
state Problem {
}
[*] --> Init : New
Init --> Failed : Fatal Error
Init --> Operational : Ready -> Schedule... | false | true | false | false | sequence |
f6f9db222d267d0a9be65811f680e34a3e2495e3 | 136ce57f474d035a700706c5a2c829b716c32f1e | /cdct/diagramme_de_sequence/plantuml/afficher_manuel.puml | 9e4e5abd05a30d6724771b5866d8782957f8e314 | [] | no_license | SKAVALT-io/esidom_doc | fe98aefe219afc0d5761244c7a65977ca2953d55 | b04889428a1a913e381cc5fc8615c4c7e450c854 | refs/heads/main | 2023-03-11T08:41:02.553855 | 2021-03-02T02:21:34 | 2021-03-02T02:21:34 | 322,641,413 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 306 | puml | @startuml afficher groupe
actor "Utilisateur" as u
participant "Esidom front-end" as fe
participant "Esidom back-end" as m
participant "Home Assistant" as ha
u -> fe: Afficher un groupe
fe -> m: GET /group/{group_id}
m -> ha: ???
ha --> m: ???
m --> fe: 200 - Ok
fe --> u: Le groupe est affiché
@enduml | false | true | true | false | sequence |
4eeb264fb91e97cf72afe691dc8f640861a7e610 | ae856e50e04474c8ab1f4bd57ca78ba391ac8ccd | /ch08-command-patterns/src/exercise/ex02/ex02_1/command-pattern-enhanced-twobutton-controller.puml | ddd2666d5ddb7239130cf4e48debdf49ab6c29ea | [] | no_license | outofworld98/java-design-patterns | d7c41ad0a41bf1f3d1ba4a9f4f2a212658aec427 | 75964a5387cad3f54726d0f7ba98b0765ca0d650 | refs/heads/master | 2022-03-29T17:38:14.238273 | 2019-01-17T11:10:00 | 2019-01-17T11:10:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 303 | puml | @startuml
class TwoButtonController {
+ setCommand(command1 : Command, command2 : Command)
+ button1Pressed() : void
+ button2Pressed() : void
}
interface Command {
+ execute() : void
}
TwoButtonController -> Command : -command1
TwoButtonController -> Command : -command2
@enduml | false | true | false | false | sequence |
1f4ac5d793b8cba5964b9abcd82a5b5ee748281c | fcf80fddbd50b1e6a5fce6513e55d90f51c3a27f | /src/test/resources/expected/http-listener-test/expected-sample-api-v1-config.puml | 19f7adf0480783bb2c13b8cdd8067a14ae21a7b2 | [] | no_license | nabsha/mule2puml-maven-plugin | c84f0a8590c0e940efaaaf8fc852ec5cd7ee44b2 | e6ddf02d4b439a3bb705c410c233600627112ea0 | refs/heads/master | 2023-09-04T04:29:54.484882 | 2023-08-29T01:50:20 | 2023-08-29T01:50:20 | 156,675,303 | 2 | 1 | null | 2022-06-11T18:33:14 | 2018-11-08T08:35:31 | Java | UTF-8 | PlantUML | false | false | 187 | puml | @startuml
"/v1/test"-->"HTTPS://api.test.com:37101/#['getSchemeDtls']"
"HTTPS://api.test.com:37101/#['getSchemeDtls']"-->"/v1/test"
"/v1/test" --> "/v1/test" : Transform Response
@enduml
| false | true | false | false | sequence |
075f94f57f49245a2d5d9aef5bcb9b02b807e14c | ee96a70918e886f49a11a2646742ecd0615cd83d | /src/diagrams/firebase/models.puml | 8741bdc9a4f56bdeb968ecc7ca194599d63c162d | [
"MIT"
] | permissive | DorinR/Politisense | 675c8138b8e768d3962759c8a52c15dfd3b42756 | 921e9ab04b378ebe341186d32e5c9522cab624b6 | refs/heads/master | 2023-01-23T12:20:29.224166 | 2020-04-12T00:42:39 | 2020-04-12T00:42:39 | 317,986,401 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,183 | puml | @startuml
package Utils #e0e0d1 {
class Condition
}
package Models #e0e0d1 {
abstract class Model {
+ serialise(model: Model) : String
{static} + deserialise(json: Object, proto: Model) : Model
}
Model -up-> Condition
class Bill extends Model{
- id : Number
- number: ... | false | true | false | false | class |
347e8a50117ec3e0664e32e13cebb06c4b9fa80b | 4e65b4724b9d042bb45c32f217a1111c4259b280 | /TD3.plantuml | 97aa52a7db07f4868f12fe735bf4d80b743fb9e0 | [
"MIT"
] | permissive | IUT-Blagnac/bcoo-gotilarins | 9802fd2c82069bea9d619236140c7216a8e6cb21 | 10bb2b98ae0bef3696956b72e1bb282d76676d75 | refs/heads/main | 2023-04-11T08:07:36.864995 | 2021-04-27T13:32:26 | 2021-04-27T13:32:26 | 335,632,404 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 584 | plantuml | @startuml
hide circle
hide empty methods
hide empty attributes
class Stage{
lieu
dateDebut
dateFin
nomTuteurEntreprise
theme
noteStage
}
class Entreprise{
nom
adresse
siegeSocial
}
class Promotion{
}
class Etudiant{
numINE
nom
prenom
moyenneGenerale
}
class Gro... | false | true | false | false | class |
a90b5ed60b3c8391e8346f78adba52c6f36dce1d | 4da8eeb9abd4593204089ea697cdd50cadb3278f | /img/workflow.puml | 7d12bf7a71010576cf536114e0070adbeb31b6c5 | [
"MIT"
] | permissive | jbszczepaniak/spotify-cli | cc70e9ca1c0703675bb78f42b25836e3639c73fe | 3ecbefa5e4ae2ce653be18c2a159cee58e89b4dd | refs/heads/master | 2023-03-05T15:17:14.908628 | 2020-06-21T12:19:38 | 2020-06-21T12:19:38 | 121,683,100 | 141 | 10 | MIT | 2023-02-25T00:49:58 | 2018-02-15T21:09:17 | Go | UTF-8 | PlantUML | false | false | 1,189 | puml | @startuml
' skin BlueModern
' skinparam sequence transparent
' skinparam useBetaStyle true
' skinparam componentStyle uml2
' skinparam monochrome reverse
skinparam sequence {
LifeLineBorderColor blue
ArrowColor #222266
ParticipantBorderColor Black
ParticipantBackgroundColor #6A9EFF
ParticipantFontName Droi... | false | true | false | false | sequence |
ff4cc2cb91f8a6a7db2fb87308f6fce9b9915a25 | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao3/UC10/UC10_MD.puml | c43fe3c27dea23be2b472252ecc719cbefae5636 | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,133 | puml | @startuml
skinparam classAttributeIconSize 0
hide methods
left to right direction
class Plataforma {
-String designacao
}
class Organizacao {
-String nome
-String NIF
-String website
-String telefone
-String email
}
class Colaborador {
-String nome
-String funcao
-String telefone
-String email
}... | false | true | true | false | class |
7b8b83b7139e474e9e5b0e712774e0870205de58 | 9a6d6ef022ae45fa318f2628d8c462af135d3ca4 | /use-cases/worldSystem(2).puml | 7153f89b563c174625ae151747ea67587e11a25a | [
"Apache-2.0"
] | permissive | DevOpsGp4/DevOps4 | 058b8ca6c635e312935485d93b90dc0b9d375cb5 | abedc818a2d5e3cc5119b73da4b4758ce7d9d8e1 | refs/heads/master | 2020-12-07T12:34:52.777007 | 2020-02-07T11:50:12 | 2020-02-07T11:50:12 | 232,722,527 | 3 | 0 | Apache-2.0 | 2020-07-02T01:56:03 | 2020-01-09T04:30:56 | TSQL | UTF-8 | PlantUML | false | false | 3,850 | puml |
@startuml
rectangle Database
actor User as "stakeholder"
rectangle "Population System"{
/'Define for the countries'/
(countries report) as (country)
(countries in the world) as (world1)
(countries in the continent ) as (continent1)
(countries in the region ) as (region1)
(Descending population report) as (countries... | false | true | false | false | usecase |
eab45cae7f241e3b5c05d08a95bbdface25e1b76 | 3fa74677456f04e47046a78af63e460dfe1bc58f | /images/container_sequence.puml | e13da464d05f4ae8851414f825ac5825201bd39b | [] | no_license | Weltraumschaf/nano | 26e0e101a30f1fbf5f2d45c221b8c4f08d1aca42 | 9d0ca6b2b5b2eb1d5bc0835eb5cd847777c0dff0 | refs/heads/master | 2020-03-21T07:26:15.236746 | 2018-07-06T07:50:17 | 2018-07-06T07:50:17 | 138,280,111 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,629 | puml | @startuml Container Lifecycle Sequence
skinparam componentStyle uml2
skinparam sequenceParticipant underline
box "Nano container"
participant ": Container" as Container
participant ": ModuleFinder" as ModuleFinder
participant ": ServiceFactory" as ServiceFactory
participant ": Injector" as Injector
participant ": Serv... | false | true | false | false | sequence |
3bf4a8aa4bd55ebb48d870411ebf1ad4a15890aa | 2cb0d17b297862de0b2876905bc69fab6a3fda1a | /diagrams/interaction_diagrams/UC 3 - Create Project.plantuml | 4dc8f66d5270368dabebc52cdd03f58e5d66b4d8 | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | julienbenaouda/projectJJA | 507bd714ec752d41ce1ef2f7fd05104390f34e92 | 9063388043b79e68640379cda5f674df62f76213 | refs/heads/master | 2021-04-27T17:28:29.111045 | 2018-06-14T19:29:11 | 2018-06-14T19:29:11 | 122,321,355 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,309 | plantuml | @startuml
title "Use Case - Create Project"
-> ":Controller": createProject(String, String, LocalDateTime)
activate ":Controller"
":Controller" -> ":Clock": getTime()
activate ":Clock"
":Controller" <-- ":Clock": LocalDateTime
deactivate ":Clock"
":Controller" -> ":BranchOfficeManager": getCurrentBranchOffice()
act... | false | true | false | false | sequence |
f1d1cb92cef6bf8396fe3d0befcb17f5a45f11a7 | ee59870ee11e8404fef50bb7e25b3eb1c8186e92 | /plantuml/pcbnew_uml.puml | 00bddf1568081113e90fecc174d1a7898b3477cb | [
"Apache-2.0"
] | permissive | trevorpeacock/kicad_mmccoo | 7c7e46bd4c1353e0429dd66288efa2da8a8b7274 | 3f0efb38549f8de1daf2face6a15377084c5cde6 | refs/heads/master | 2021-07-14T10:08:34.038316 | 2020-10-10T03:12:07 | 2020-10-10T03:12:07 | 205,987,511 | 1 | 0 | Apache-2.0 | 2019-09-03T04:14:29 | 2019-09-03T04:14:29 | null | UTF-8 | PlantUML | false | false | 4,651 | puml | # Copyright [2017] [Miles McCoo]
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing,... | false | true | false | false | class |
92966fc62b67b69443b8bde2f251dbf215b36261 | 6d2ab6d2cc2157c1c0b744cb5e3d682597335b3a | /res/diagrams/misc/template.plantuml | e0c7b53346b2b2d3851fafb1763f392079e1a1bf | [] | no_license | chlablak/platinum-parsing | 319ca41be2c352831c5c3fab47c6299ee118568f | 2b8be943267a1305b4d295429d3702370f9ff153 | refs/heads/master | 2021-08-22T06:17:24.976284 | 2017-11-29T13:38:24 | 2017-11-29T13:38:24 | 84,449,306 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 280 | plantuml | @startuml
rectangle "Table LALR" as table
rectangle "Contexte" as context #Yellow
rectangle "Compilation" as compile
rectangle "<i>Template</i>" as template #Yellow
rectangle "Sortie" as output
table -- context
context --> compile
template -> compile
compile -> output
@enduml
| false | true | false | false | uml-unknown |
23c83edf97326a51b6f1ba7fa0e58ed88ff0c3c5 | 87027febfeaac25bcdecd455a7c2edc0ee5edf31 | /doc/uml/ts_simple.puml | d0e47a3821b6d2d3d19f8892ad35c3267fc80d98 | [] | no_license | Godotcoffee/nurupo | 28ddef7fde33db357ed4480cfd6380ca937ab963 | 83935d31c0e94648746fadb3680a6f5a2b365874 | refs/heads/master | 2020-04-10T09:37:27.672966 | 2018-12-28T00:31:13 | 2018-12-28T00:31:13 | 160,942,585 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 389 | puml | @startuml
actor Frontend as F
participant Gateway as G
participant ServiceDiscovery as D
participant AnyService as S
autonumber
F -> G : Send a request
activate G
G -> D : Discovery a service
activate D
D --> G : IP address of the service
deactivate D
G -> S : Dispatch the request
activate S
S --> G : Return a respon... | false | true | false | false | sequence |
06c4d58d0e1af3f32f8a56b4d0d81d6b3a2a540c | cbae2c225bd245204a40e41a25415c41604e6219 | /rasd/use_case_diagram/use_case_user.plantuml | 94b3546adb1fda48a81059a03a20d47c3f243283 | [] | no_license | fcremo/AlfonsoCarsenzuolaCremonese-ingsw2 | c15da77f1c33c9cdd0dd1dbe0c79bfe7bfea3903 | 931288cf6f6e98e177432e5445c6361a0c3443c4 | refs/heads/master | 2021-03-30T17:25:41.027189 | 2017-11-26T20:43:18 | 2017-11-26T20:43:18 | 105,372,279 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 942 | plantuml | @startuml
actor User
left to right direction
User --|> (Create new event)
(Create new event) ..> (Log In) :<<includes>>
User --|> (Edit an event)
(Edit an event) ..> (Log In) :<<includes>>
User --|> (Set the event as flexible)
(Set the event as flexible) ..> (Create new event) :<<includes>>
(Set the event as flexi... | false | true | false | false | usecase |
1af6fbb28314d849a01c559d30d4d6a189a5bf09 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderSetParcelMeasurementsAction.puml | e69711f4b8332e9a2a6879c3938aff6827703a62 | [] | 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 | 540 | 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 OrderSetParcelMeasurementsAction [[OrderSetParcelMeasurementsAction.svg]] extends OrderUpdateAction {... | false | true | false | false | class |
6932608665f728080a9d5225b6913d3f271321aa | 4cc053c0710a3067cc6f02c3a33b89200359818d | /diagrams/sequence-factory.puml | 17ea540ee3df3a87f18bfbcf2db3097741086a45 | [
"MIT"
] | permissive | vinogradnick/Pattern_AB_Factory_Singleton | 02ff336273b4d9cda323648a5dc7117118515c73 | a07f96bf53fa3c8da37fb102e69775db977bb1c4 | refs/heads/master | 2020-12-15T14:48:42.513283 | 2020-01-21T05:23:52 | 2020-01-21T05:23:52 | 235,143,180 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 543 | puml | ```plantuml
@startuml flex
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
}
activate Client
Client -> AbstractFactory: createFactory()
activate AbstractFactory
AbstractFactory -> ConcreteFactory1: new
activate ConcreteFactory1
Client <-- AbstractFactory: return ConcreteFactory
Clien... | false | true | false | false | sequence |
6f84019765707743f118132417e5e0aef4234c71 | 510e80a99b2eaf84824a20cb12f75d0d7bda7475 | /UML/interface.puml | 8012c232f20d90473f087481fe96ac34129afb37 | [] | no_license | lemon34/javaLearn | 654a98108c4d0c0c9391448608921e7facf407fc | fc8d144e359183c49e7e6684c37f8af508daa17b | refs/heads/master | 2023-08-31T10:39:03.708622 | 2023-08-12T02:22:56 | 2023-08-12T02:22:56 | 220,142,144 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 618 | puml | @startuml
'https://plantuml.com/class-diagram
top to bottom direction
package interface {
class AuthorizationController
class FinanceRequirementController
class SpaceController
}
class AuthorizationController {
+ assignAuthorization()
+ modifyAuthorization()
+ removeAuthorization()
+ query... | false | true | false | false | class |
3d52ea132172e8e37134231927bbf0e3a7acf3f2 | 76d5ef8f223d9235b15af71ecfce78f44ec67920 | /docs/plantuml/TclHdlVivado.puml | cfab1270c621610b8d0b3d55cc51b53c4e2b6fcc | [
"MIT"
] | permissive | pffmachado/TclHdl | 0c38ec941950f4498844314f501f8b6a2e0cc380 | 8b57c623903539d7f5cac8158ec49da17f18e529 | refs/heads/master | 2023-08-17T05:51:25.636519 | 2020-03-22T16:22:04 | 2020-03-22T16:22:04 | 245,398,720 | 5 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 270 | puml | '--
'-- Copyright (C) 2020 TclHdl
'--
'-- This is free software, licensed under the GNU General Public License v2.
'-- See /LICENSE for more information.
'--
@startuml
class vivado {
+project_create ()
+project_open ()
+project_close ()
+project_close ()
}
@enduml
| false | true | false | false | class |
2e1ae5ea5c77872fe66a3cdc9fff4f974bf8bc21 | 6f9566c44e5057a4c32a39985b713e7715e6cffa | /uml/snenglish/english_word.plantuml | f4002b5579c8ae7f9fc91164886091ae39db7a3d | [] | no_license | Alexander-Zyurkalov/MakePhrases | e1ffd9e61a83c14265ae5a62923cb3e813ccf115 | 332428a45105780c080a02c378477c5253e0e24e | refs/heads/master | 2020-03-28T11:19:49.916959 | 2018-12-01T18:43:08 | 2018-12-01T18:43:08 | 148,202,580 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 635 | plantuml | @startuml
package SNEnglish{
class EnglishWord{
{static}@HEADER
id
english
russian
sound
picture
example
regex1
added_at
created_at
updated_at
was_updated?(rowHash,the_row_was_created)
set_attrs(rowHash)
add_columns_to_... | false | true | false | false | sequence |
f3bb2e7a63e0e0e4c3c63da05226c3bb2bad399c | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/BusinessUnitParentChangedMessagePayload.puml | f195ef47b6b385cddd0422dae2cae2d3974f0589 | [] | 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 | 588 | 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 BusinessUnitParentChangedMessagePayload [[BusinessUnitParentChangedMessagePayload.svg]] extends Messa... | false | true | false | false | class |
3144ff8d198e9f14c7d72d33309dc895e603f10f | d5eb11e8b173b34cecdd4939f8c2d17905900082 | /docs/models.puml | 646a890bfb1f357c0ed126128bafe91ac11d7c38 | [] | no_license | gbalbuena/dndcli | 1f3d2564c54a13ddd8f595eeb972e9bcad0bf946 | c0d5759511cfb5a309b93fa0722d2b38f274df13 | refs/heads/master | 2023-01-13T04:22:00.923065 | 2019-10-30T01:57:00 | 2019-10-30T01:57:00 | 195,148,152 | 1 | 0 | null | 2023-01-04T12:47:19 | 2019-07-04T01:24:27 | JavaScript | UTF-8 | PlantUML | false | false | 419 | puml | @startuml models
object plane {
uuid
name
}
object player {
uuid
name
}
object character <<combatant>> {
name
race
class
}
object creature <<combatant>> {
}
object combat <<encounter>> {
timestamp
character = [ ]
creature = [ ]
}
object round {
combatant
action
}
object turn
player o-- " ... | false | true | false | false | class |
368939ce0c0de617f2ab1f49adf665d429fdbf80 | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /serviceSchema/ip/uml/serviceModelOverview.puml | ae4ee6239f8a6343d88d5a3d72e29d9c33d8e308 | [
"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 | 801 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class Ipvc {
"...attributes are not shown"
}
class IpvcEndPoint {
"...attributes are not shown"
}
class IpUni {
"...attributes are not shown"
}
class IpUniAccessLink {
"...attributes are not shown"
}
class IpUniAccess... | false | true | false | false | class |
ab2e3d3d39716f138a33fa7bf37dfd3f29b9fb36 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_PhoneNumberValidator.puml | 3139b2217ef9e7dcb0b4063a58b139cf6e070f22 | [] | 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 | 168 | puml | @startuml
class TMP_PhoneNumberValidator {
+ <<override>> Validate(text:string, pos:int, ch:char) : char
}
TMP_InputValidator <|-- TMP_PhoneNumberValidator
@enduml
| false | true | false | false | class |
74a3a07b5da13eb7d4e19ece315f0c1b741aeba3 | 48f480c503190d3e7c2196534c9dd9f33dc85e2e | /messaging-framework/protostub-state-machine.puml | a754d628c8dd2fca9b0c3ab4ad4663470532a259 | [
"Apache-2.0"
] | permissive | reTHINK-project/specs | 0646ca3bdf34b4d0ef35ce54a90f86ec5a78b1d9 | 52d52585bfd8cdc783512862b80228506215b0ae | refs/heads/master | 2022-11-01T17:53:27.814875 | 2019-11-04T11:02:25 | 2019-11-04T11:02:25 | 67,431,416 | 3 | 5 | Apache-2.0 | 2022-10-18T18:51:34 | 2016-09-05T15:21:40 | JavaScript | UTF-8 | PlantUML | false | false | 756 | puml | @startuml
state Deployment {
state "deployment-failed" as deploymentError
[*] --> deploying : loader.loadStub()\n is invoked
deploying --> deployed : loader.loadStub()\n is resolved
deploying --> deploymentError : loader.loadStub()\n is rejected eg timeout
deploymentError --> [*]
deployed -right-> Connect... | false | true | false | false | sequence |
41877e5e3b51831141c2b0ea822347b23a1cfe35 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/SystemOverview.puml | 6a3de686133e75c75ef0445830d590276a8c8437 | [] | no_license | ShisatoYano/SLAMDesignUML | 2b3af745ecf8ff1b88845e248a72c589fe9aa1ba | bb8678908952205d1fdc2ea5e49c9ca752e123b9 | refs/heads/master | 2022-11-25T17:49:03.514885 | 2020-08-02T00:27:38 | 2020-08-02T00:27:38 | 261,206,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 152 | puml | @startuml
usecase (Sensor data) as sns
usecase (SLAM) as slam
usecase (Map data) as map
usecase (Viewer) as vw
sns -> slam
slam -> map
map -> vw
@enduml | false | true | false | false | usecase |
da25b45b8aafa1febb389d588aac73fb1c091de5 | d6c36b5e77e9fbf33d30933cdacd341275278be0 | /doc/modelo.plantuml | 8ddcd703fc03343716e516b010d5333e8922f1c5 | [] | no_license | cesardiaz-utp/MisionTIC2022-Ciclo2-Unidad4-GestionEstudiantes | d1abee3cc765bdd38e56640587f9e5d7f0a954ad | 7d8dd0fc18ec36b9f37f4ff7b07477d295902822 | refs/heads/main | 2023-06-24T13:42:25.152343 | 2021-07-29T02:21:43 | 2021-07-29T02:21:43 | 390,538,464 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 643 | plantuml | @startuml gestion estudiantes
skinparam classAttributeIconSize 0
abstract class Persona {
- identificacion: Long
- nombre: String
}
class Profesor extends Persona {
- titulo: String
}
class Estudiante extends Persona {
- codigo: String
}
class Nota {
- nombre: String
- valor: Double
}
class... | false | true | false | false | class |
eb5bc7f0fe5bc19be0f2f9689651cc1ef3824856 | e52551f553f584d450e802c090d0387394c83943 | /Resource/README.img1.puml | 2169649e5b189278fa0bd5fa62bc86dd4b0a8aa4 | [
"MIT"
] | permissive | matanki-saito/dlldistributionserver | 25169657a5355ad233032ea6a05f90a90fb316bf | 081e4a8539a6e81593c1a52fd2702b0a2b2ed715 | refs/heads/master | 2021-12-08T13:06:04.797784 | 2021-11-30T16:54:40 | 2021-11-30T16:54:40 | 162,898,902 | 1 | 0 | MIT | 2021-11-30T16:32:26 | 2018-12-23T14:43:08 | Java | UTF-8 | PlantUML | false | false | 1,453 | puml | @startuml
participant User
participant Paradox_launcher
participant exe
participant version.dll
participant autoupdate64.bat
participant dllautoupdater.exe
participant Plugin64.dll
participant claes.exe
participant contentserver
activate contentserver
activate User
User -> Paradox_launcher: run
activate Paradox_lau... | false | true | false | false | sequence |
50656ef836b1635dda5cc3f22b614db7937f3941 | 432be9385e736def167d0898844765d6020787a5 | /src/org/csc133/a3/a3.plantuml | 7930a69525a3cab97951c57cbc3b55fce5c88298 | [] | no_license | PRattan0880/CSC133_Project | 2b459dfd778c3c5a1268f2d2aed50a55c1e95b1c | 4432fe74af3f8478f54ee1f77be9a912e23d00ad | refs/heads/main | 2023-07-11T14:43:58.745497 | 2021-08-20T17:21:47 | 2021-08-20T17:21:47 | 398,350,719 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 21,041 | plantuml | @startuml
title __A3's Class Diagram__\n
namespace org.csc133.a3 {
class org.csc133.a3.AboutCommand {
+ AboutCommand()
+ actionPerformed()
+ setTarget()
+ setTarget()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.AccelerateCommand {
+ AccelerateCommand... | false | true | false | false | class |
774cd5341e04a6ae85128ec4dbcdd7ac06d061b5 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/SeaShell.puml | 6f38fec4d3d3dbaca3b53ae20e0e2e05330344ac | [] | 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 | 313 | puml | @startuml
skinparam ClassBackgroundColor #SeaShell
skinparam ClassFontColor #SeaShell
skinparam ClassBorderColor #SeaShell
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
e19546c6d3b08db470509c25b44ca2fe739fae2f | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestRun/Tasks/LegacyEditModeRunTask.puml | 49c513afae291b9d500055ca54e9c6abd67f23b3 | [] | 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 | 186 | puml | @startuml
class LegacyEditModeRunTask {
+ LegacyEditModeRunTask()
+ <<override>> Execute(testJobData:TestJobData) : IEnumerator
}
TestTaskBase <|-- LegacyEditModeRunTask
@enduml
| false | true | false | false | class |
c5ec48cccf2e16900e069318d593835090f272d0 | ab1416f6fd6655094298e6c7bab1ac47d2533342 | /samples/PlantUML/casUtilisation.puml | be0451b0d3eefcc1fc664f0cd98df8e1863c2363 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | monkslc/hyperpolyglot | 6ddc09e9d10d30bd8ce5c80a3bd755fa5714d621 | a55a3b58eaed09b4314ef93d78e50a80cfec36f4 | refs/heads/master | 2023-05-26T15:26:14.686247 | 2023-05-17T13:51:31 | 2023-05-17T13:51:31 | 248,387,967 | 43 | 11 | Apache-2.0 | 2023-05-17T13:51:35 | 2020-03-19T02:02:35 | RenderScript | UTF-8 | PlantUML | false | false | 1,091 | puml | @startuml
' from https://github.com/teamflat/enflatme/blob/master/livrables/casUtilisation/casUtilisation.txt'
title Modèle d'usage\n <b>enflatme</b>
left to right direction
skinparam packageStyle rect
skinparam shadowing false
actor Visiteur as visiteur
actor Colocataire as coloc
actor :Responsable de la colocation:... | false | true | true | false | usecase |
1c5d51ac6811356b1dbc969208d20b97b4249fed | 79b1afae05be893d0d860ad88e065a1fe3fe7717 | /structure/proxy/uml/_example.puml | 3825d551633f5bd251a3cb54b78554d8c6b27d2b | [] | no_license | danielleberre/pattern-repository | 5dd0c84147f35c9e22abfe30abd93b8cb51560f3 | 68eab140c40174e2fc1769f4b718f7528b440921 | refs/heads/master | 2020-04-30T14:20:09.435842 | 2019-03-25T13:07:03 | 2019-03-25T13:07:03 | 176,888,097 | 0 | 0 | null | 2019-03-21T07:00:12 | 2019-03-21T07:00:10 | null | UTF-8 | PlantUML | false | false | 519 | puml | @startuml
skinparam nodesep 75
skinparam ranksep 50
hide empty members
class Main <<Client>>
interface Registry <<Subject>> {
+ {abstract} <<operation>> getPhoneNumber(String): String
}
Main .> Registry
class RemoteRegistry <<Registry>> {
+ <<operation>> getPhoneNumber(String): String
}
Registry <|-- RemoteRe... | false | true | false | false | class |
ffaf50353c1ae6d95d873bfa728d5ce2b2c7b0d5 | 89cc1f7fd46e4c499df86203d424758b01b976be | /doc/diagrams/sequence_diagram.puml | 567f55eab254816718652d066324e96bf60c7bcb | [
"MIT"
] | permissive | Daniel-W-Innes/SYSC3303-A3 | 5c5f71c79994d81f609ba85325469bcdcaaf7be9 | a3e5546d78b470fa6a5810a84d6b58cf3a39fe73 | refs/heads/main | 2023-03-16T12:40:16.635422 | 2021-03-07T17:58:31 | 2021-03-07T17:58:31 | 345,415,837 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,026 | puml | @startuml
'https://plantuml.com/sequence-diagram
skinparam style strictuml
actor User
participant Main
box Client #LightGreen
participant actor.Client as Client
participant stub.intermediate.ClientSide as sic
end box
box Intermediate #LightBlue
participant actor.intermediate.ClientSide as aic
participant actor.interm... | false | true | false | false | usecase |
d19aa65cec020782ee34f8090142535a4d5cc1d5 | 2224a126b01b992d959a6bd54f2d1011a5ba4d70 | /src/main/java/pt/ipp/isep/dei/project/controllers/configurehouseinformationfromjsoncontroller/SD_ConfigureFromJSON.puml | 186e7f8fd0d2bb9443f026e903e953e4b58db398 | [] | 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 | 3,340 | puml | @startuml
skinparam sequenceMessageAlign center
skinparam sequence {
ArrowColor Black
ActorBorderColor DarkBlue
LifeLineBorderColor black
LifeLineBackgroundColor LightGrey
ParticipantBorderColor Black
ParticipantBackgroundColor LightGrey
ParticipantFontStyle Bold
ActorBackgroundColor DimGrey
ActorFontColor D... | false | true | false | false | usecase |
87d4b77325d3af23e1d085c9e3095e1b36e13a0a | c5e90c064eb2f4194a1f25e62e71eecd66a4753a | /docs/usecase.puml | 3852f7cfcba313d50af34af9ede9d6f869fda77c | [] | no_license | MartonPeterMarton/AFP2020_autumn_teamA | 9e3efc6635177fe43aa85a86108390ff3f4b8bac | d5ced5229734bcf02bf2f4168bf5c01a51a53deb | refs/heads/master | 2023-01-11T00:00:10.002622 | 2020-11-18T10:37:49 | 2020-11-18T10:37:49 | 299,249,070 | 0 | 0 | null | 2020-11-18T10:36:36 | 2020-09-28T08:56:48 | Java | UTF-8 | PlantUML | false | false | 372 | puml | @startuml
left to right direction
actor "Costumer" as cst
package Aquapark {
usecase "Recieve ID" as UC1
usecase "Use Slide" as UC2
usecase "Pay Reciept" as UC3
usecase "Charged for slide" as UC4
usecase "Give back ID" as UC5
}
actor "Aquapark" as ap
cst --> UC1
cst --> UC2
cst --> UC5
UC2 .> UC4 : include... | false | true | false | false | usecase |
3780c875eef57cea5038bf05ed19c838c00d7be1 | e2c36562dfa9149d133290ca06c7701d84a12029 | /app/src/main/java/org/team7/wtp/wtp.plantuml | 76b21ebb736202fe8b891f7fbe4c0e941a116abd | [
"MIT"
] | permissive | lmcintyre/whosthatpokemon | cce54779d6fd7d95af1a6a1f62e6a617483ffc96 | 600b07969568cf85316e5fd144b4c2ee7824d26e | refs/heads/master | 2021-06-16T18:54:31.291743 | 2019-03-21T14:59:24 | 2019-03-21T14:59:24 | 174,248,867 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,283 | plantuml | @startuml
title __Team7 (Who's That Pokemon) Class Diagram__\n
skinparam monochrome true
package org.team7.wtp {
class GameModeSelectFragment {
+ onCreateDialog()\n - Creates the dialog
- updatePrefsAndGame()\n - Changes the gamemode preference,\nthen restarts the quiz with set mod... | false | true | false | false | class |
c9c401e8e18340554ff1dd474a692cdef8aa1a68 | 9428f536152d15f8c8ba0805aae5312a04b80ae2 | /movierental-v1.puml | 0dddb8787a6cc874bde94343691cb69fbc5588c1 | [] | no_license | SENG330/refactoring | eb2417ee5c55dcdc90ea8ec38c774ffe001ddae3 | 34f431a0eaa462d72f64a0355b0bafea4f4c6662 | refs/heads/master | 2020-04-09T01:09:26.222441 | 2018-12-01T00:42:34 | 2018-12-01T00:42:34 | 159,893,786 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 228 | puml | @startuml
class Rental {
daysRented: int
}
class Movie {
title: String
priceCode: int
}
class Customer {
+ statement(): String
- amountFor(): double
}
Customer "1" -left-> "*" Rental
Rental "1" -left-> "*" Movie
@enduml | false | true | false | false | class |
12edc2ddf6e5eecc507eb028ece36023590ebc1f | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShippingRateInputDraft.puml | 534a14375942f4474e17b9787560540940ad23b2 | [] | 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 | 5,534 | 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 ShippingRateInputDraft [[ShippingRateInputDraft.svg]] {
type: String
}
interface Classificatio... | false | true | false | false | sequence |
1998b3706fc30b528614d0bbb999fea4986a0c4e | 9de4b41bcb10bf965f5b3a1bc1bc712fea10eec2 | /docs/uml.plantuml | cef0861898e567dc03e0dec309205e7c35616ab6 | [
"MIT"
] | permissive | navikt/archiving-infrastructure | 3b9e644d1ab27e5c7b5a55f186f3a5e4f6661a6a | 960dac532780eb3e8e118a94704ef756e91209f3 | refs/heads/main | 2023-04-14T07:14:00.283985 | 2023-04-12T11:31:16 | 2023-04-12T11:31:16 | 213,859,254 | 0 | 0 | MIT | 2023-03-29T09:47:16 | 2019-10-09T08:11:20 | Kotlin | UTF-8 | PlantUML | false | false | 1,105 | plantuml | @startuml
actor ExternalService
participant Soknadsmottaker
queue Kafka
participant Soknadsarkiverer
queue ProcessingEvents
database Soknadsfillager
database Joark
ExternalService -> Soknadsfillager : Upload File (POST)
ExternalService -> Soknadsfillager : Upload File... | false | true | false | false | usecase |
d4b0a12dba628e599af64c876f8fd4ed1c0e719b | 962989bb15befd5177b53099836f5262cb2d82d0 | /5.1-data-model/pnf-chaining-data-model-04.puml | de431a0f670470988e5de03a533d857c1a0e4786 | [] | no_license | jnpr-tjiang/cfm-data-model | 25c12acca65e6a7e4db10058172665517a0f9c11 | 2046f7227f80f98d88844c256b310c442d9cd960 | refs/heads/master | 2020-03-16T23:10:44.612882 | 2019-02-04T05:51:27 | 2019-02-04T05:51:27 | 133,068,065 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,101 | puml | @startuml
skinparam object {
BackgroundColor PaleGreen
BackgroundColor<<PhysicalRouter>> Wheat
BackgroundColor<<PhysicalInterface>> Wheat
BackgroundColor<<LogicalRouter>> Wheat
BackgroundColor<<VirtualNetwork>> Wheat
BackgroundColor<<VirtualMachineInterface>> Wheat
BackgroundColor<<ServiceApplianceSet>> Wheat
... | false | true | false | false | sequence |
d5d3721d50c2c8783a16030c5a9e8c98e02e738b | b04d5166435afbe4a531aaccc447a40c92bb649b | /docs/UseCases/Use-Service/Monitor-Service.puml | 6c5b29aeaf63509801e3dd45b33d9ec8940a2f42 | [] | 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 | 279 | puml | @startuml
Actor "actorName" as A
box "Use-Service" #lightblue
participant CLI as CLI
participant Web as Web
participant "cloudlet" as S
A -> CLI : cloudlet-service-monitor()
CLI -> S : service/monitor()
A -> Web : service/monitor()
Web -> S : service/monitor()
end box
@enduml
| false | true | false | false | sequence |
01152c83503ccee5cc17688a9478939af463609e | 3069f97a4bf8d374ab21db27d3ca212fbe8742f2 | /documentation/SprintB/US_2053/US_2053_Remover_SD.puml | 6a676734d481efeec6522ccafc3bd1f745eb7a80 | [
"MIT"
] | permissive | guilhermeDaniel10/LAPR4_ISEP | dbd4d74dce74b4abc028264404a234b0c7fcb801 | 065d4e384f480b44db04d82e9301bce3109defa7 | refs/heads/master | 2023-08-16T22:30:02.149536 | 2021-10-06T22:38:25 | 2021-10-06T22:38:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,580 | puml | @startuml
actor "Responsavel Recursos Humanos" as RRH
participant AssociarColaboradorUI as UI <<presentation>>
control AssociarColaboradorController as Controller <<application>>
participant ListarColaboradoresService as listService
database ColaboradorRepository as Repository <<repository>>
participant Colaborador as... | false | true | true | false | usecase |
9c7e4e80a7e4b9606806439feecc9a649771d5f9 | 6dd26c98905399713f9b95943accd34d5848fa1d | /spisywarka.puml | aa2d59deb12ac2b90c704b679028b8b898ea0ceb | [
"MIT"
] | permissive | johnykvsky/spisywarka | 99c1c43e1448b91603c604acdc709202c39ed4d6 | 0822353ac0fcdb841c92789638a5df3e19dbb33f | refs/heads/master | 2023-04-30T21:18:16.112385 | 2022-01-17T20:41:10 | 2022-01-17T20:41:10 | 213,187,384 | 1 | 0 | MIT | 2023-04-19T21:10:20 | 2019-10-06T14:53:29 | PHP | UTF-8 | PlantUML | false | false | 945 | puml | @startuml
title Spisywarka
hide empty methods
hide empty members
class Item {
- id : Uuid
- name : string
- category : Category
- year : ?integer
- format : ?string
- author : ?string
- publisher : ?string
- description : ?string
- store : ?string
- url : ?string
- slug : string
+ Loan[] getLoan... | false | true | false | false | class |
77e75c899a0f85f865a8bfc92d4a9e8ec05c05b6 | 117a90114e3c40c87a4351df2077a36505b939f5 | /temporal-sdk/src/main/java/io/temporal/internal/statemachines/CancelWorkflowStateMachine.puml | 703d1646121a10443db84c028b8cc5952874691d | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | cfieber/sdk-java | eccf7836ff3b1222461a1b5377502141f3d44108 | 221c4bb6a197b52e1e242b3713bd61cd251b6190 | refs/heads/master | 2023-05-14T13:04:17.949997 | 2021-05-20T01:27:20 | 2021-05-20T01:27:20 | 364,964,573 | 0 | 0 | NOASSERTION | 2021-05-26T21:38:48 | 2021-05-06T15:57:15 | Java | UTF-8 | PlantUML | false | false | 1,363 | puml | ` Copyright (C) 2020 Temporal Technologies, Inc. All Rights Reserved.
`
` Copyright 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 file except in co... | false | true | false | false | sequence |
20cdae756713393a76fdd15ba037b99dfbfc4562 | d2a19b07354480392ca76f3a9cfdb59672b9bced | /internal/userInterfaces/ding3/sequence-diagrams/search/search-field-and-autocomplete.puml | dd992b08129065a2fd12498a9823769c1de81d74 | [] | 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 | 1,126 | puml | @startuml
autonumber
title Sequence diagram - Search field and autocomplete
actor "Patron"
participant "DDB CMS"
database "Opensearch service"
database "Ortograf service"
== Perform a search query ==
"Patron"->"DDB CMS": Enter cursor in search field.
"DDB CMS"->"Patron": Search field acti... | false | true | false | false | sequence |
614e519442690a47c086bc197e03ad760a5b760b | 2ed81bf10c4a7901707f9e14d8417906472f297f | /documentation/diagrams/diagram_sekwencji_kosc.plantuml | 4ca27769beeefcf495aead7ff37014dbede85fc4 | [
"MIT"
] | permissive | TheVivent-Politechnika-Lodzka/io_webrpg | 852d8b08208d2241e2b036fbee11cb661cb223a3 | 33df9f53f400deeb558e93f020216c28072aced6 | refs/heads/main | 2023-06-14T11:14:33.356773 | 2021-07-06T21:06:07 | 2021-07-06T21:06:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 520 | plantuml | @startuml
skinparam defaultFontName "Comic Sans MS"
header webrpg.pl
title "diagram sekwencji - rzut kością"
actor Player
participant "moduł kości" as ReactDice
participant "gameController" as GameController
Player -> ReactDice: rzucanie kością
activate ReactDice
ReactDice -> GameController: \n poinformowanie ... | false | true | true | false | sequence |
c312fb004850c0178a32d003a3eff683ceb40f54 | 271f0f3e3b3ea50976d5b48135549f5512360d1c | /app/src/main/java/keijumt/design_pattern/pattern/state/statePattern.puml | 0650dc1f36aa0d6be9d72ff054b7ebe158455a01 | [] | no_license | keijumt/design-pattern | cffea9727fa903ac3e4d42842e4ed34f6ec2e3c1 | ec811a9ea941ec442b20b81fd04a536082eab2bf | refs/heads/master | 2020-03-23T14:45:58.234219 | 2018-07-30T13:58:59 | 2018-07-30T13:58:59 | 141,697,922 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 282 | puml | @startuml
interface State{
+ printState()
}
class StopState{
+ printState()
}
class RunningState{
+ printState()
}
class Service{
+ state:State
+ setState()
+ printServiceState()
}
State <|.. StopState
State <|.. RunningState
Service o-- State
@enduml | false | true | false | false | state |
1075c9286ceec09f19202acbe5edcfa99bebfbbf | 0e617d1cbd73289a3ed081aa5b690be4f67307fd | /src/Class_diagram.puml | bfbae17e836201bfd50c4fb7674b3e549a561455 | [] | no_license | Youssef-Assbaghi/DifferntitaionCalculator | 057846fcc45b5feaa510bd7885ad8360e22def31 | 302fe08ee9ec6c5fa6d5d19dc8dae2a07e43687b | refs/heads/master | 2023-08-16T01:14:33.757728 | 2021-10-17T15:00:01 | 2021-10-17T15:00:01 | 418,165,891 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,708 | puml | @startuml
class DualNumber{
+double valor
+double derivada
+DualNumber(double x, double y)
+DualNumber()
+getValor()
}
class Expression{
+evaluate(DualNumber s)
+differentiate(String var)
}
class X{
+String str
+X()
+evaluate(DualNumber assignment)
+differentiate(String var)
}
Class ExpressioDosValors{
+Expression l... | false | true | false | false | class |
e2fa9522ef3b16fb31d3ec4f4f520e450afaa8dc | c800a9e50329b7396684ae18c153bae04446d17a | /docs/testsResults/T03_Should_create_simple_diagram_with_auto_entity_note.puml | a28fdb233b73a1ccb47698cf01e707c6bcd88efd | [
"Apache-2.0"
] | permissive | isukces/AutoUml | 5cae179ab7db7042d5b59960cb5aac3bb13522a1 | d4a64c9d6d05ac55e195425f45f11080cd294755 | refs/heads/master | 2023-09-01T05:31:23.658558 | 2023-08-19T14:26:18 | 2023-08-19T14:26:18 | 142,751,263 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 219 | puml | @startuml
title
Diagram Test2
end title
class Order2
{
}
note right of Order2
Note from annotation
end note
class OrderItem2
{
}
note left of OrderItem2
Note from UmlNote
end note
Order2 --{ OrderItem2:Items
@enduml
| false | true | false | false | class |
be62e950b8c2c815d53420d816a54327e431d828 | ae8d603e1a8a158e234db029994362498bd676cf | /Dossier de conception/V2/annuleLannulation.puml | 977296b78c9bc21dd362ac6e69e1ed1f10d85601 | [] | no_license | LeaMercier/Creation-of-a-mini-editor | 91a29f663c0ba822ec6b23aaaf84ae2058738715 | eee5fcd95a05ea43a43929a2c1d1169b8968eaa4 | refs/heads/master | 2023-04-08T11:16:27.934645 | 2021-04-17T11:13:04 | 2021-04-17T11:13:04 | 358,853,598 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 543 | puml | @startuml VueComportementale
skinparam Style strictuml
actor Utilisateur
Utilisateur -> Interface_Graphique : annule_l_annulation(selection, buffer)
alt etatListActionAnnullees != null
Interface_Graphique -> Annule_Et_Refait_Action : annulerLaDerniereAnnulation()
Interface_Graphique -> Annule_Et_Refait_Actio... | false | true | false | false | usecase |
c067f79e9fd067201b96318de4024df0f90798a9 | 973dcef38fb285cf4f14a2e937af23e26a05564b | /docs/Solution/Services/swarm-node-agent/Process.puml | 9ace76db1baa8528e5f47a9702ae6aad31f82b02 | [] | no_license | CAADE/CAADE | 6a0d37b31e77fd00eeb1ad056d17d484585cad96 | 3873453a14359879a146f1d5897554ae2e94bd96 | refs/heads/master | 2021-06-09T05:28:17.894441 | 2019-06-07T06:08:10 | 2019-06-07T06:08:10 | 104,078,969 | 1 | 0 | null | 2020-08-20T15:13:40 | 2017-09-19T13:32:11 | JavaScript | UTF-8 | PlantUML | false | false | 289 | puml | @startuml
partition "swarm-node-agent" {
}
partition User #cccccc {
(*) --> "Create Project"
--> "Write Code"
}
partition "swarm-node-agent" #lightblue {
"Write Code" --> "Test Code"
"Test Code" --> "Deploy Code"
"Deploy Code" --> (*)
}
partition Used #cccccc {
}
@enduml
| false | true | false | false | activity |
e7e31a42892b5425cced828b44af07f7d78916a9 | ee6841e96c76962e9f74ba032a25d2e923b7e42c | /casual-things/src/main/resources/books-mindmap/web-general/ch2/inputStream/inputstream.puml | 27d04fb605696634fe9dcce0a80428a48532bdeb | [] | no_license | physicsLoveJava/java-miscellaneous | 614cfbad7dd7679e99c561b210ebbbf1a9df941e | e7563fdc9b5f955662cba40fc48614e45747d020 | refs/heads/master | 2021-07-19T13:30:51.096326 | 2019-01-21T09:09:50 | 2019-01-21T09:09:50 | 105,858,854 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 745 | puml | @startuml
abstract class OutputStream
class FileOutputStream
class ObjectOutputStream
class SequenceOutputStream
class PipedOutputStream
class ByteArrayOutputStream
class FilterOutputStream
class StringBufferOutputStream
class BufferedOutputStream
class DataOutputStream
class BlockDataOutputStream
OutputStream <|--... | false | true | false | false | class |
8a745e2f4c75a9f0f2638b22085ce52265e28719 | aefb1807676f66cc46e45071b3deb1969e682322 | /SELAIN SISTEM/UML/SEQUENCE/administratorbka/VIewFileDisposisiBKA.puml | 05f2ea939501674a98601760de0c14fd24ccf139 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kurniado729/sistem_kp | f456f7a22392f99c117797370c9a8d70c96b0df4 | c77c7bc9aa28fe414be3254880112dbffb4b2ab2 | refs/heads/master | 2023-02-01T21:00:47.861038 | 2019-12-20T18:52:46 | 2019-12-20T18:52:46 | 220,038,247 | 0 | 1 | MIT | 2023-02-01T02:14:20 | 2019-11-06T16:12:42 | HTML | UTF-8 | PlantUML | false | false | 841 | puml | @startuml
autonumber
hide footbox
title Melihat File Persetujuan Disposisi BKA
Actor AdministratorBKA
boundary Dashboard_V
boundary SuratBKA_V
boundary PDF_V
control Admin_C
control BKA_C
Entity SuratDisposisi_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> AdministratorBKA: Halaman Dashboard
AdministratorBK... | false | true | false | false | sequence |
f1f2cf9e107583579a0e266d6a8396aecd9f81e4 | 3347f33cdb9e8620b0ff18c1f12e46d615601386 | /app/src/main/java/com/shoo/simplerx/uml/sequence.puml | 32e4ff1fda7536db0454363ad0888ed0002e718e | [] | no_license | YoungShoo/SimpleRx | 467ecc3dd89c77fd7f09bc4256126380ad64e45a | 952100b81afa7de83c647a01c12884e2b907af38 | refs/heads/master | 2020-02-26T13:56:42.854747 | 2016-09-19T18:19:04 | 2016-09-19T18:19:04 | 68,626,154 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 793 | puml | @startuml
' http://plantuml.com/skinparam.html
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
hide footbox
title Observable.just().subscribe()
participant Observable as OB
participant "act:Action" as act
participant "obs:Observable" as Ob
participan... | false | true | false | false | sequence |
650a18e08414b39ac5af59a6dae421d59fa34bf3 | 4279d4f730f6df88ac1f920a49a6c5862ee6739c | /src/main/java/com/example/customcontrollib/UML/IconView.puml | 3d6602757affea84b57ce0e0808ee671ac06fa94 | [] | no_license | zhangzhuo1024/customcontrollib | 3be33e3294be9891927a36b0dcb0c6c09a6fed5c | 015f59ba1f33e48849342b4c6a2c5f831fee8f2b | refs/heads/master | 2023-08-14T22:06:55.904052 | 2021-10-12T02:42:20 | 2021-10-12T02:42:20 | 291,948,364 | 0 | 0 | null | 2021-04-23T03:31:12 | 2020-09-01T09:00:12 | Java | UTF-8 | PlantUML | false | false | 359 | puml |
@startuml
View <|--IconView
IconView : mRedPointColor:String
IconView : mPaint:Paint
IconView : init(AttributeSet attrs)
IconView : startToMove()
IconView : ringChangeToRect(boolean isRingToRect)
IconView -- Paint
IconView -- RectF
Class01 <|-- Class02
Class03 *-- Class04
Class05 o-- Class06
Class07 .. Class... | false | true | false | false | class |
169bf87abee80bcfd83ae8710c16ab5a6289188e | 8f83adb253993728ad2b965efda9e2d0d9167ffd | /src/main/doc/resources/org/thegalactic/lattice/LatticeFactory.iuml | ecf1eccab41177e1263fa3802ba7db8d0211f6ef | [
"CECILL-B"
] | permissive | jcarbonnel/java-lattices | 3906f29a84526dfeb3af5d24f4429d22d56f82b1 | 6df82e197748a455b1d886247a11ec1a56055def | refs/heads/master | 2021-08-26T05:01:08.308878 | 2017-11-17T11:00:45 | 2017-11-17T11:00:45 | 109,843,590 | 0 | 0 | null | 2017-11-07T14:06:18 | 2017-11-07T14:06:18 | null | UTF-8 | PlantUML | false | false | 570 | iuml | package org.thegalactic.lattice {
class LatticeFactory {
.. Constructor ..
+LatticeFactory()
.. Generators ..
{static}+Lattice random(int nb)
{static}+Lattice booleanAlgebra(int nb)
{static}+Lattice permutationLattice(int n)
{static}+Lattice product(Lattice l,... | false | true | false | false | class |
0d8817038ea2b1c964ec8068f2a76d9cf8a6bded | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /examples/towards/foldleftimpl.puml | 9a3947b9d93f8c391bfc65dae41d379e473a3b11 | [
"MIT"
] | permissive | tizuck/scala-uml-diagrams | 4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b | c5c432132bff9df7ab60352f0e715583d9d51973 | refs/heads/main | 2023-03-01T02:44:15.288794 | 2021-02-03T22:26:55 | 2021-02-03T22:26:55 | 306,687,367 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 506 | puml | @startuml
class Iterable < T > <<trait>> {
<<def>> foldLeft <T2> (z:T2)(op : Function<T2,T,T2>):T2
}
hide circle
skinparam defaultFontName Source Code Pro
skinparam ClassStereotypeFontColor #1b1f23
skinparam class {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontCol... | 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.