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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3f2c3aae4b94ef3dc98fd40e3b3d19476cb2c202 | ecc219554fe9c14d408eb3e300c88087ddd7879d | /src/main/java/com/shiye/mir/annotation/12.puml | e9c5b339f5affca37b20dcf978a45e58b89c818c | [] | no_license | Evilock/bfsu-cs-mir | 219a6c6a068b03e561c8aad68eb5459f7de1c840 | 8f5ad31aecc37215c808a0890ba19643308f7642 | refs/heads/master | 2023-03-19T08:11:10.921532 | 2021-03-18T06:56:39 | 2021-03-18T06:56:39 | 298,587,872 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,473 | puml | @startuml
participant Actor
Actor -> MusicSeparateController : getMusicFile
activate MusicSeparateController
MusicSeparateController -> WordsUtils : blankToUnder
activate WordsUtils
WordsUtils --> MusicSeparateController
deactivate WordsUtils
MusicSeparateController -> SeparatedService : uploadMusic
activate SeparatedS... | false | true | false | false | sequence |
2b2afb6e4ffcce76c182df6c87e5ae5ca867e243 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ReviewStateTransitionMessagePayload.puml | 39e726ec25558a2309d71e7ba45d0a8afb945ed0 | [] | 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 | 663 | 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 ReviewStateTransitionMessagePayload [[ReviewStateTransitionMessagePayload.svg]] extends MessagePayloa... | false | true | false | false | class |
3ffe306b61c2c95aea83a8325823394b0577a12b | a2ab004cfda29bd9d492ce2a127e53dd6a402fdf | /docs/设计模式/工厂模式/UML/传统方式.puml | c7f8bb6e16ca2a9ea0ef21419fc3652385237c3a | [] | no_license | kuainiao/java-study-code | 8ae103791b3bff35529076f4efc389edec3f6aab | aca8e7addbd9be2c7c65af046659b87b039d1b79 | refs/heads/master | 2020-12-31T22:45:15.550233 | 2019-12-23T10:45:15 | 2019-12-23T10:45:15 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 454 | puml | @startuml
abstract class Pizza{
abstract void prepare()
void bake()
void cut()
void box()
}
class CheessPizza{
void prepare()
}
class GreekPizza{
void prepare()
}
class PepperPizz{
void prepare()
}
class OrderPizza{
+ void traditionWay()
- String getType()
}
Pizza <|-- CheessPizz... | false | true | false | false | class |
066f889e22ad7c5142888ae7dd12415865992463 | 61f6a3452ee4ded9ebdfdb5028545d672d8f40af | /AutoCompletionSystem/src/actualizator.puml | 62da18ae64320e02b886e997134b1aeff82244f0 | [] | no_license | scatalin/licenta | ce5387edc0d685c79b18c10623b3cb51fff164b9 | 9349d677b9ade4da41b32c95429ce80ee7049e72 | refs/heads/master | 2021-01-10T19:28:09.475799 | 2015-09-13T19:02:05 | 2015-09-13T19:02:05 | 22,123,620 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 333 | puml | @startuml
package dictionary{}
package filtering{}
interface Rule {
applyRule(Integer weight)
}
filtering -> Updater
Updater -> dictionary
Updater --> Rule
RuleFactory -> Rule
Rule <|-- UserWordRule
Rule <|-- ActualityRule
class RuleFactory{
createRule(String mode) : Rule
}
class Updater{
updateWord(String wor... | false | true | false | false | class |
fbad7cbfb8074250cbbc6667fcf1518acf940c83 | 481b39c385626de444f15a78113dd6f002c6a55f | /my-factory-method-0/etc/my-factory-method-0.urm.puml | 870f12ea68772a6f9a0f66921b4116dabc34a928 | [
"MIT"
] | permissive | ele7ija/java-design-patterns | a5219010ebe103d0873ac2760523413617fa9175 | 97dd568a40bb7c1287c0851512ca0473e7b7174d | refs/heads/master | 2021-01-05T09:35:23.325638 | 2020-02-24T21:46:02 | 2020-02-24T21:46:02 | 240,975,045 | 0 | 0 | null | 2020-02-16T22:18:43 | 2020-02-16T22:18:43 | null | UTF-8 | PlantUML | false | false | 2,316 | puml | @startuml
package com.iluwatar.my_factory_method_0.library {
class Database {
- ip : String
- type : String
+ Database()
+ Database(active : boolean, dateAdded : Calendar, dateRemoved : Calendar, activities : ArrayList<String>, ip : String, type : String)
+ Database(ip : String, type : String)
... | false | true | false | false | sequence |
06301844b7d3db66cd83ced7fff599904a61e5e8 | 7060d9d78ec435edcc865b9f134b13f8028a1d1b | /diagrammes/mpd.puml | 2cd9ae03f167292053583c48b05ba89ea3933e61 | [] | no_license | yoboitel/OC-Projet5-Todoc | 69ee5f26a372a86979d4b9b69aa8729baf123a9d | 1ca4903bd426da2e65d9886afd3a67ea8e5f5504 | refs/heads/master | 2021-01-02T01:13:08.004318 | 2020-02-14T11:13:49 | 2020-02-14T11:13:49 | 239,427,378 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 232 | puml | @startuml
class Project {
long: id [PK]
___
String :name
int: color
}
class Task {
long: id [PK]
___
long: project_id [FK]
String: name
long: creation_timestamp
}
Project "1"---"*" Task
@enduml | false | true | false | false | class |
9793b064ba471e5bb60a1458898d1d263bede06b | bcb7fd9ec9e69e52780b27da867b8055dfdc043c | /src/lattice/ImplicationalSystemReader.iuml | 1fc2af2ee0cc158b97077b6fc87401043ebeb478 | [
"CECILL-B"
] | permissive | vanthonguyen/lattice-sequence | 2e962d089b0053ba90332932fe3881dfe8ec71ac | 72ebfe551ef013da521b81121e3f98164b2a00bf | refs/heads/master | 2020-04-15T07:22:32.920465 | 2015-02-01T17:33:59 | 2015-02-01T17:33:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 136 | iuml | package lattice {
interface ImplicationalSystemReader {
+void read(ImplicationalSystem system, BufferedReader file)
}
}
| false | true | false | false | class |
178afcf577262ec2630219b028041e9e50b3ee27 | 973dcef38fb285cf4f14a2e937af23e26a05564b | /docs/Solution/Hybrid-Cloud/Process.puml | 324667b5292261dc349c227c07370f177e194a12 | [] | 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 | 314 | puml | @startuml
partition "Hybrid Cloud" {
}
partition User #cccccc {
(*) --> "Create Project"
--> "Write Code"
}
partition "Hybrid Cloud" #lightblue {
"Write Code" --> "Test Code"
"Test Code" --> "Deploy Code"
"Deploy Code" --> (*)
}
partition Used #cccccc {
"Test Code" --> "Do Something"
}
@enduml
| false | true | false | false | activity |
2c9fcbce81858f99ed86f66abb675b69f91f53c6 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Telemetry/Telemetry-Aggregator/UserInteraction.puml | c3d24e49b8fb5c8d96a2d40b23570cfe604fa87e | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 185 | puml | @startuml
rectangle "Diagram TBD"
@enduml
actor User
User -> "Telemetry/Telemetry Aggregator": UseCase
"Telemetry/Telemetry Aggregator" -> bin: bin-name()
bin -> sailsjs: bin/name()
| false | true | false | false | sequence |
8ab5e2f7191b5c22f223ee3e06f2e11112e77260 | 3bd40419e10e7492e89b3c944ed12f02d912f541 | /src/UMLClassDiagram.puml | 1a53df48343aee3d9856b20d521936b42208c1e1 | [] | no_license | DmitroKihtenko/NCTaskManager | 1c389d3403b712a458cc3cd025ba940fcda660ec | ce568925ecd0ab4034443bf7fa9741ed9a5360bb | refs/heads/master | 2023-03-02T01:19:13.738756 | 2021-02-12T20:19:32 | 2021-02-12T20:19:32 | 308,717,759 | 0 | 1 | null | 2021-02-12T20:19:33 | 2020-10-30T18:51:23 | Java | UTF-8 | PlantUML | false | false | 9,799 | puml | @startuml
'https://plantuml.com/class-diagram
interface Cloneable
interface Externalizable
interface Iterable
interface Thread
class Task {
-logger: static Logger
-title: String
-start: LocalDateTime
-end: LocalDateTime
-interval: int
-isPeriodical: boolean
-isActive: boolean
+Task(title: String, time: LocalDateTime... | false | true | false | false | class |
5a3d51dbd335520d817daa9024a7f070ee4d0d38 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ExtensionAction.puml | b8b2262473c39e31904c41dddb5a636558feb84c | [] | 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 | 571 | puml | @startuml
hide methods
enum ExtensionAction {
CREATE
UPDATE
}
interface ExtensionInput [[ExtensionInput.svg]] {
action: [[ExtensionAction.svg ExtensionAction]]
resource: [[Reference.svg Reference]]
}
interface ExtensionTrigger [[ExtensionTrigger.svg]] {
resourceTypeId: [[ExtensionResourceTypeId.s... | false | true | false | false | sequence |
63ec90f2d996e02440c425fcb850a6334465562c | 1fe4423196d5d71d9d68565b98c4b691256aadee | /src/site/markdown/plantuml/nazgul_tools.puml | dd330aa1a04772d4c55b133bf01c5eb044bced12 | [] | no_license | lennartj/jguru-codestyle | 570708a0a26bd97a95a6d3ffed757dc730239308 | 9bbbf06d74aaed067b5c2db47f3ac02e2c23a895 | refs/heads/master | 2023-07-05T16:41:02.341291 | 2023-06-25T20:53:48 | 2023-06-25T20:53:48 | 124,448,922 | 4 | 0 | null | 2020-10-28T07:33:59 | 2018-03-08T21:15:23 | Kotlin | UTF-8 | PlantUML | false | false | 658 | puml | @startuml
skinparam component {
BackgroundColor<<External>> #EEEEFF
BorderColor<<External>> black
}
component codestyle
component "nazgul-tools-root"
node poms {
component "tools-parent"
package external {
component "parent"<<External>>
component "reactor-parent"<<External>>
}
... | false | true | false | false | class |
2b6b8118e2d567211d2fdba9a3eb441d0844c377 | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/core07_01/search_text/core01_01_analysis.puml | fe0b28e4a22bbc3b1b95beeb6761c0b091a8e85a | [] | 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 | 311 | puml | @startuml doc-files/core07_01_search_text.png
actor user
participant "UIController" as UI
participant "SearchAction" as sa
participant search
user -> UI: choose "Edit -> Search and Replace"
UI -> sa: actionListener()
sa -> user: "String or Regular expression to search"
sa-> search: create()
@enduml
*
*/ | false | true | false | false | sequence |
04b617dfed55f5cef1f869cfa809c38d506eff71 | 17a6a64d2275c47c9b205f088394b4937292f9f5 | /docs/clamp/acm/api-protocol/puml/ParticipantMonitoring.puml | 24f25d7c21545433e6003ca183b35e70cb3e7bd8 | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | onap/policy-parent | 2e8db0a82311ed576a2d3166ac293b8b5687987c | b12c67854c70ae410e02af501126ecf8434e5dd9 | refs/heads/master | 2023-08-16T15:28:59.552318 | 2023-08-04T13:00:54 | 2023-08-08T10:14:28 | 159,416,823 | 3 | 1 | NOASSERTION | 2021-06-29T19:01:07 | 2018-11-27T23:53:56 | null | UTF-8 | PlantUML | false | false | 135 | puml | @startuml
Participant -> CLAMP_Runtime: Participant Status [periodically from each Participant in all Automation Compositions]
@enduml
| false | true | false | false | sequence |
71cbf1c560cfa911b2b8fde2414ac793280cfd6f | d765e68ed6715429becb71ef608081b888e3c1f4 | /app/src/test/java/com/apps/jivory/googlemaps/googlemaps.plantuml | 5222f0cf7c127d485879133e9f6c187e00667a13 | [
"MIT"
] | permissive | jaredaivory/CSE248FinalProjectAndroidApp | 7e731022b86a6761648410f1a15b5e6a11706f03 | 732ed2f501b42f253b2955a46d15753f4c4d43ae | refs/heads/master | 2023-04-06T21:28:33.469252 | 2018-12-17T19:00:45 | 2018-12-17T19:00:45 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 362 | plantuml | @startuml
title __GOOGLEMAPS's Class Diagram__\n
package com.apps.jivory.googlemaps {
class ExampleUnitTest {
+ addition_isCorrect()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact phil... | false | true | false | false | class |
2e5041dd833453d6b0c7adf7e55c2ea7eb156782 | 8c59fbc94a2ba7fa9a12c10991fe334cda0df128 | /metrics/web/docs/features/builds_aggregation/diagrams/build_days_sequence_diagram.puml | 21654bc321cbea88b804865eeeee761d022c380d | [
"Apache-2.0"
] | permissive | solid-vovabeloded/flank-dashboard | 7e952fa1399585d3f15cae2ed2cab435fb82df3f | 15dae0c40823cc12886a1bb0c087442c0697ac89 | refs/heads/master | 2023-07-11T19:54:58.430004 | 2021-08-06T10:29:26 | 2021-08-06T10:29:26 | 389,593,827 | 0 | 0 | Apache-2.0 | 2021-07-26T10:33:52 | 2021-07-26T10:25:59 | null | UTF-8 | PlantUML | false | false | 1,914 | puml | @startuml build_days_sequence_diagram
skinparam BoxPadding 10
actor Bob
box "presentation"
participant "Dashboard Page" as UI << (C,#ADD1B2) >>
participant ProjectMetricsNotifier << (C,#ADD1B2) >>
end box
box "domain"
participant ReceiveBuildDayProjectMetricsUpdates << (C,#ADD1B2) >>
end box
box "data"
... | false | true | false | false | usecase |
4108213b14bb35e909fcd53ab1dd8bfb7f825356 | 0aeddc470dac2fbdc1544d641d7b927a8a64cbda | /thingml-gen/UML/BLE_PAIR/BLE_PAIR/docs/HCISocketProxyImpl_Socket.plantuml | 319ae15ef41adca9816d91885a045fa4511f99c0 | [
"Apache-2.0"
] | permissive | ffleurey/ThingML-BLEGateway | d2b77481ad7ce3d8bdc62fa66160cda9124b47ab | e486bf2ff3a58f28ada62726bb21a283b43e26cb | refs/heads/master | 2021-09-04T06:12:54.986012 | 2018-01-16T16:11:14 | 2018-01-16T16:11:14 | 108,272,066 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 15,724 | plantuml | @startuml
skinparam defaultTextAlignment left
caption Behavior of thing HCISocketProxy
[*] --> Socket
state Socket{
state Closed{
Closed : entry / CloseSocket()\n
Closed --> Opening : Socket?Open
}
state Opening{
Opening : entry / OpenSocket()\n
Opening --> Open : [(SocketIsOpen() > 0)]\naction Socket!Opened(GetBTA... | false | true | false | false | sequence |
b458de1bc30888565bb4dc278f722e0e54cc3c2b | 57fbc019b098405977ffe0e93551d48425ba78d0 | /services/payment-gateway/payment-gateway-3.plantuml | f6b0848a345a8bcc118f823b13582eeb26ed7919 | [] | no_license | 3rdstage/models | 40922c538ad3b56a555817d2258ee5f863002fca | 7d6d41020f53fb39eace3fa3987af63a56d0ace3 | refs/heads/master | 2023-07-19T08:53:40.724866 | 2023-01-09T09:00:46 | 2023-01-09T09:00:46 | 205,056,655 | 0 | 2 | null | 2021-11-04T06:22:06 | 2019-08-29T01:39:54 | D | UTF-8 | PlantUML | false | false | 2,157 | plantuml | ERROR: type should be string, got "\r\nhttps://plantuml.com/sequence-diagram\r\n\r\n@startuml\r\nHide Footbox\r\nTitle Credit Card Payment through Payment Gateway\r\nSkinparam Sequence {\r\n GroupBorderThickness 1\r\n GroupBorderShadowing false\r\n}\r\n\r\nActor \"Donator:d2\" as d2\r\nActor \"Donator:d1\" as d1\r\nParticipant Platform as p\r\nParticipant \"Payme\\nGateway\" as pg\r\nParticipant \"VAN\\nProvider\" as van\r\nParticipant \"Credit Card\\nIssuer:cc1\" as cc1\r\nParticipant \"Credit Card\\nIssuer:cc2\" as cc2\r\nParticipant \"Account:acct-d1\" as acct_d1\r\nParticipant \"Account:acct-d2\" as acct_d2\r\nParticipant \"Account:acct-p1\" as acct_p1\r\nParticipant \"Account:acct-p2\" as acct_p2\r\n\r\nGroup Donator 'd1' -> Project 'p1'\r\nd1 -> p ++ : donate for project 1\r\nActivate d1\r\nd1 <<-- p -- : redirect to payment gateway\r\n\r\nd1 -> pg ++ : request card payment\r\n pg -> van ++ : request card payment approval\r\n van -> cc1 ++ : request card payment approval\r\n Return approve\r\n Return approve\r\nReturn\r\nDeactivate d1\r\np -> cc1 : request settlement\r\nActivate p\r\nDeactivate p\r\ncc1 -> acct_d1 : withdraw\r\nActivate cc1\r\nDeactivate cc1\r\ncc1 -> acct_p1 : deposit\r\nActivate cc1\r\nDeactivate cc1\r\nEnd\r\n\r\n|||\r\n|||\r\n\r\nGroup Donator 'd1' -> Project 'p2'\r\nd1 -> p ++ : donate for project 2\r\nActivate d1\r\nd1 <<-- p -- : redirect to payment gateway\r\n\r\nd1 -> pg ++ : request card payment\r\n pg -> van ++ : request card payment approval\r\n van -> cc1 ++ : request card payment approval\r\n Return approve\r\n Return approve\r\nReturn\r\nDeactivate d1\r\n\r\np -> cc1 : request settlement\r\nActivate p\r\nDeactivate p\r\ncc1 -> acct_d1 : withdraw\r\nActivate cc1\r\nDeactivate cc1\r\ncc1 -> acct_p2 : deposit\r\nActivate cc1\r\nDeactivate cc1\r\nEnd\r\n\r\n|||\r\n|||\r\n\r\nGroup Donator 'd2' -> Project 'p2'\r\nd2 -> p ++ : donate for project 2\r\nActivate d2\r\nd2 <<-- p -- : redirect to payment gateway\r\n\r\nd2 -> pg ++ : request card payment\r\n pg -> van ++ : request card payment approval\r\n van -> cc2 ++ : request card payment approval\r\n Return approve\r\n Return approve\r\nReturn\r\nDeactivate d2\r\n\r\np -> cc2 : request settlement\r\nActivate p\r\nDeactivate p\r\ncc2 -> acct_d2 : withdraw\r\nActivate cc2\r\nDeactivate cc2\r\ncc2 -> acct_p2 : deposit\r\nActivate cc2\r\nDeactivate cc2\r\nEnd\r\n@enduml" | false | true | false | false | sequence |
841e39f5798d5da92b7b166d9fbe44f3f33a690f | 01cb5dea2df442ad2bf4b3e7122ebb1355459cab | /simi/doc/puml/src/simi_data.puml | 9c258ec827884e9dc6c6f3a3f1d56ecf5dac0887 | [
"MIT"
] | permissive | Luescher/simi | a48b0cc5abe59087b6e9a017c09470e4f3d550f6 | addabd782a82171b0afdedc4ad3cb643b1923ee6 | refs/heads/master | 2022-11-27T07:20:07.996250 | 2020-07-28T15:18:19 | 2020-07-28T15:18:19 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,134 | puml | @startuml
class "SingleLayer (SL)" as sl << package Core >>
package data {
abstract class "DataSetView (DSV)" as dsv
abstract class "DataSet (DS)" as ds
abstract class "DataTheme (DT)" as dt << Datenbezug >>
package tabular {
class "TableView" as tv
class "TableDS" as tds
class ... | false | true | false | false | class |
c0cfeb2fda9a9cbaa1786c9dfb8e9b06fdeedd42 | 79ec6b1606fed4c2e899ca482441a12b388b2ed0 | /_drafts/flink-source/AboutRpc.puml | aac5b55af8dfea728aa7e42934d4eb06d160c257 | [
"Apache-2.0"
] | permissive | ihanyong/ihanyong.github.io | 7f9fb34b48ae2793ad08978c45013fae95acf07a | b25225f4a1338a1a0b1087434aefd6b04157eb9b | refs/heads/master | 2022-11-02T01:30:49.420462 | 2020-04-03T08:46:22 | 2020-04-03T08:46:22 | 52,254,975 | 0 | 0 | null | 2022-10-05T19:58:55 | 2016-02-22T07:23:37 | CSS | UTF-8 | PlantUML | false | false | 1,597 | puml | @startuml
interface AutoCloseableAsync
interface LeaderContender
interface RpcGateway
interface FencedRpcGateway
RpcGateway <|-- FencedRpcGateway
abstract class RpcEndpoint
AutoCloseableAsync <|.. RpcEndpoint
RpcGateway <|.. RpcEndpoint
abstract class FencedRpcEndpoint
RpcEndpoint <|-- FencedRpcEndpoint
interface... | false | true | false | false | class |
c52db143ce90d111b1353bd5d4ce677b7a5ed767 | 6e30d5b3d773278394abbe71164bf1b8aff94b8d | /RoommateWrangler/app/UML/UseCaseDiagram.puml | e96f268f2af559488d364fab9c53ba58f37eab71 | [] | no_license | irocketh/RoommateWrangler | 2ffdbcbd60a4a71cc5307f958cd5b80cd7411664 | 539b26e4181eb4d5da0604e9423fd8c519db35c7 | refs/heads/master | 2020-12-24T16:50:18.964057 | 2015-05-19T02:23:22 | 2015-05-19T02:23:22 | 35,854,456 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 584 | puml | @startuml
left to right direction
skinparam packageStyle rect
actor wrangler
actor roommate
rectangle RoommateWrangler {
wrangler -- (manage bills)
wrangler -- (manage groceries)
wrangler -- (add roommate)
wrangler -- (reset)
roommate -- (send bill reminder)
(manage bills) .> (add bill): <<includes>>
(manage bills) .>... | false | true | false | false | usecase |
d4839224a799551ddfb677018c5096a65a1c76b8 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/Delivery.puml | 919ecbc74ef7664a807a31e41bc93cee96be2b2f | [] | 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 | 3,748 | 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 Delivery [[Delivery.svg]] {
id: String
key: String
createdAt: DateTime
items: [[Deli... | false | true | false | false | sequence |
b571c1ae587d1e64e84cc8491a119bfca5834bdf | c67b1739f49309eb25dccfd00995f4a06e6df14b | /extras/as-is.puml | 35b3753a2652635f6629c9a729e097e1465baed6 | [] | no_license | rtroyh/excel-commons | 122e342f19e807c932f9a9793a1f59c2960e54e3 | c476a1af7bbd58ade0d01362803afc0859681704 | refs/heads/master | 2020-04-06T23:57:25.408455 | 2018-11-16T15:29:07 | 2018-11-16T15:29:07 | 157,886,095 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,068 | puml | @startuml
class ExcelBuilder{
+{method} void createExcel()
}
class DefaultSheetBuilder{
..Constructor..
+DefaultSheetBuilder(ISheetCreator,ISheetPopulator)
..Metodos..
+{method} populate(Sheet sheet)
+{method} createSheet(Workbook wb) : Sheet
+{method} getSheet() : Sheet
}
interface IWor... | false | true | false | false | class |
2896022bdcf5a245899d4cb819955f71a4e84f76 | 872b26386679b17f492c547179e491d1ac1d3735 | /docs/diagram.puml | 86a60cf97d7616ef2dc8d80af8ea13d76c67d329 | [] | no_license | FareedAlly/Ally-app1-deisgn | e69fd4d65d5988fcbb4281982334cbf33f8348ee | 130c505c6d55c7c76a7a23f5b00191222d8ae8f4 | refs/heads/main | 2023-08-16T01:12:39.489112 | 2021-10-25T04:19:33 | 2021-10-25T04:19:33 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,408 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Application
{
+Menu.fxml
}
class AllToDoListsController
{
+void addListClicked(ActionEvent event)
+void deleteListClicked(ActionEvent event)
+void editListClicked(ActionEvent event)
+void exportListsClicked(ActionEvent event)
+void viewLi... | false | true | false | false | class |
977421c530055211106950ff2bfb3786060c9dc9 | bcb7fd9ec9e69e52780b27da867b8055dfdc043c | /src/lattice/ConceptLatticeWriter.iuml | 60c83103a63382a99c39cd2652bf19cceb035b22 | [
"CECILL-B"
] | permissive | vanthonguyen/lattice-sequence | 2e962d089b0053ba90332932fe3881dfe8ec71ac | 72ebfe551ef013da521b81121e3f98164b2a00bf | refs/heads/master | 2020-04-15T07:22:32.920465 | 2015-02-01T17:33:59 | 2015-02-01T17:33:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 128 | iuml | package lattice {
interface ConceptLatticeWriter {
+void write(ConceptLattice lattice, BufferedWriter file)
}
}
| false | true | false | false | class |
042ccf5618b6ed4299cefdef98dbe3732284b069 | 752e97f7af708a7ab346c0829bf969109cba56d8 | /Design/UML/seq_graybox.puml | cb71cc8c6cc1895c88bac1ebf247598e60e6b925 | [] | no_license | mbartelsman-dev/contextPlease | cc203a5c598ce296e761799c56a636c1ebc90bab | d0d7aedd9b17259e7b31d386eb8b7ef980d5cb81 | refs/heads/main | 2023-04-20T23:54:04.853987 | 2021-05-13T14:54:52 | 2021-05-13T14:54:52 | 347,995,978 | 0 | 0 | null | 2021-05-13T14:54:53 | 2021-03-15T14:12:21 | null | UTF-8 | PlantUML | false | false | 472 | puml | @startuml
actor User as Usr
participant Interface as Int
participant Kernel as Ker
boundary System as Sys
Usr -> Int: Command line arguments
Int -> Int: Validate input
Int -> Usr: Inform user of status
Int -> Ker: Arguments
Ker -> Ker: Build configuration
Ker -> Ker: Read model file
Ker -> ... | false | true | false | false | sequence |
f89de25ce8c01872c3762707a8970f92b15f54ca | 132ef5628c030633f792e93bcce14b37e41c178f | /plantuml/architecture.plantuml | c0e7bff1adf17bc5e2a945a5d974361e0a3d22e6 | [
"Apache-2.0"
] | permissive | mschmnet/ghost-blog | fa22f102c818f87ef2e2f92f5767fdecd3c7d9cb | d1b9326714f327e8106de2190d8cb2605b3f5061 | refs/heads/main | 2023-03-29T19:53:33.911148 | 2021-04-06T21:29:35 | 2021-04-06T21:29:35 | 354,972,504 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 797 | plantuml | @startuml
actor "Blog visitor" as actor
folder "Linux server" as server{
card "Port 443" as ssl_port
node "Docker" as docker_all{
folder "main docker containers" as docker{
node "NGINX \n(acting as reverse proxy and \nproviding SSL/TLS encryption)" as nginx
database "MySQL" as mysql
node "Ghos... | false | true | false | false | usecase |
ec555516f9aebcba5eeb2a9ee98fb05e5f898e1b | b5ae0e8d3af2213ffd3778cb432b8db4fb32003a | /exercise44/docs/exercise44_Diagram.puml | 2af4ed92c0c01b0a24831e38efd82d6169e49feb | [] | no_license | JMoore910/moore-a04 | 84b925e51d355d22f3e861df319ea024d5e1dbd7 | d1739102d442b1bf75bf841982fd5c9abd0c7310 | refs/heads/main | 2023-08-22T20:00:18.826462 | 2021-10-15T23:53:48 | 2021-10-15T23:53:48 | 411,442,497 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 651 | puml | @startuml
class Solution44 {
'/*
'* UCF COP3330 Fall 2021 Assignment 4 Solutions
'* Copyright 2021 Jeanne Moore
'*/
+main()
SearchJsonArray object
}
class CreateJSONArray {
+readJsonFile(String file): JsonArray
}
class SearchJSONArray {
Scanner object
CreateJSONArray object
Product object
-getUserSearch(): String... | false | true | false | false | class |
865265e53f467e8e454bb32b119b8aa29302f6fb | 70786b0bdfc8315e1b0f12da3e4a320d88e1a6d4 | /docs/dex_class_loader.puml | 2755f27601cfc9aada6ba8321269c8bb0a497c64 | [] | no_license | shellever/DexClassLoader | d7ef2b2682917cbc91b9ae11b00c986627106d76 | bb0d8fdf820aa19e9adf422faef33d3a69808ff2 | refs/heads/master | 2020-03-27T14:47:11.517220 | 2018-08-30T01:19:58 | 2018-08-30T01:19:58 | 146,678,864 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 190 | puml | @startuml
abstract class ClassLoader
class BaseDexClassLoader extends ClassLoader
class DexClassLoader extends BaseDexClassLoader
class PathClassLoader extends BaseDexClassLoader
@enduml
| false | true | false | false | class |
b55cb079bd44f407033b397e617da277548a6e11 | 625517108615e50180082e3c6d7d1444f643485e | /test/fixtures/state-simple-composite-state/in.plantuml | 02b13bfbe9881ad6b8ebac8c1e5813782992bae7 | [
"TCL",
"BSD-3-Clause",
"HPND",
"LicenseRef-scancode-unknown-license-reference",
"OpenSSL",
"LicenseRef-scancode-openssl",
"MIT",
"LicenseRef-scancode-ssleay-windows",
"ISC",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | Enteee/plantuml-parser | 180c370b3025bb7566bd86576d327364b3d5a425 | 765ac61d0c29c7c8f39310cfa7c385017997aeb8 | refs/heads/master | 2023-07-26T02:00:39.582527 | 2023-03-27T20:49:09 | 2023-03-27T20:49:09 | 177,091,179 | 132 | 33 | Apache-2.0 | 2023-05-21T07:11:53 | 2019-03-22T07:20:31 | TypeScript | UTF-8 | PlantUML | false | false | 247 | plantuml | @startuml
title Simple Composite State Model
[*] --> NeilDiamond
state NeilDiamond
state "Neil Diamond" as NeilDiamond {
state Dancing
state Singing
state Smiling
Dancing --> Singing
Singing --> Smiling
Smiling --> Dancing
}
@enduml | false | true | false | false | state |
ba08c2b50e0a669ec39958e2094e52d3be849f9a | bf3e610c8668e525aedcca58ddbe9da7c19e427e | /docs/design/y-flow/reroute-y-flow.puml | b651df33edda3e0883fd007d54ebbff7c2992ec9 | [
"Apache-2.0"
] | permissive | telstra/open-kilda | 874b5204f8c2070860a2e7fc6f8be368a5d18726 | 686d31220f1033595d7f1d4374544af5ba9c42fe | refs/heads/develop | 2023-08-15T21:24:21.294425 | 2023-08-14T08:51:52 | 2023-08-14T08:51:52 | 104,974,693 | 82 | 70 | Apache-2.0 | 2023-09-14T19:11:22 | 2017-09-27T05:13:18 | Java | UTF-8 | PlantUML | false | false | 3,108 | puml | @startuml
title Reroute y-flow
boundary Northbound
box "Reroute Topology" #LightBlue
participant RerouteBolt
participant FlowRerouteQueueBolt
end box
box "Flow HS Topology" #LightGreen
participant YFlowRerouteHub
participant PathComputer
participant FlowRerouteService as "FlowRerouteService + FSM"... | false | true | false | false | sequence |
ec4d44c7f0a69ba28d7ab9759a3b08afa80fd35c | 0e77931d2c14df03c6643c905ce009d86370a976 | /packages/oda-model-next/src/diagrams/Model.puml | 21f8edb0eacad86e78da659e03079e099131072d | [
"MIT"
] | permissive | ODA-js/oda-js | 047ea285c40555a41b0e084d5d7cd42632381793 | 6b35295097040d2f5aaaaac869475d094e6e9202 | refs/heads/master | 2023-01-12T17:07:23.858901 | 2018-09-07T12:14:42 | 2018-09-07T12:14:42 | 89,712,548 | 0 | 1 | null | 2023-01-06T03:23:49 | 2017-04-28T14:13:40 | TypeScript | UTF-8 | PlantUML | false | false | 640 | puml | @startuml model
interface IPackage
interface IPackagedItems
interface IEntity extends IPackagedItems
interface IEnum extends IPackagedItems
interface IEnumItem
interface IField
interface IModel
interface IMutation extends IPackagedItems
together {
interface IRelation
interface IBelongsToMany extends IRelation
... | false | true | false | false | class |
f8f24610059f1a8019f9c66b3c0e603b671317f6 | e4d7533e85e90acb2800f77d2633a09dc5cd20df | /myassets/puml/ci.puml | e816cb6eafd20e501250f215ec85438d63df2f16 | [] | no_license | acloudstack/rest-api-todo | 90aaae65054811d3cafc1568e8c77731a1ce8b0e | b74a85949d3e4c0bceb508a0e9137f9c809ae83b | refs/heads/main | 2023-04-19T05:47:09.106728 | 2021-04-21T19:09:34 | 2021-04-21T19:09:34 | 359,908,078 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 835 | puml | @startuml
title CI CD - GitHub, Travis, Docker, Heroku
skinparam componentStyle uml2
package "Development" {
component Developers
}
package "Source Cotrol - GitHub" as GitHub {
component "Pull Request" as PR
}
package "CI CD - Travis" as Travis{
component "Fetch Changes" as FT
component Build
component "... | false | true | false | false | sequence |
97167459edff1b1ec7605ae4a7210ecef537ece3 | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/ComponentCore/ComponentType-Class.iuml | c89ca7c11cc048d3fbd4a1da612769c64916e54b | [] | no_license | SeraphinaMJ/Reformed | 2d7424d6d38d1cfaf8d385fade474a27c02103a5 | 8563d35ab2b80ca403b3b57ad80db1173504cf55 | refs/heads/master | 2023-04-06T00:40:34.223840 | 2021-05-06T11:25:51 | 2021-05-06T11:25:51 | 364,884,928 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 313 | iuml | namespace SceneManagement {
class ComponentType {
{static} +ForConcrete()
{static} +ForAbstract()
{static} +ForInherited()
+Name()
+operator==()
+operator<=()
+HasParent()
+GetParentType()
}
}
| false | true | false | false | class |
4619821d07cfda4a249e81104adc2afda1e86031 | f6a435a5b1df067e3d9e2144c2e91c0f814018e2 | /Entities.puml | 8f81a759d84cb96dabc2a4426977b7dbe6e7af5f | [] | no_license | harlanjim/annie-service | 3d831dafe04f3560e8e5a3517833c442518f019a | 7d49e3c8d967fb5d1ddb30bd2511f1c18f16c843 | refs/heads/master | 2023-06-01T13:47:31.498160 | 2021-06-18T15:33:00 | 2021-06-18T15:33:00 | 281,770,387 | 0 | 0 | null | 2020-12-08T03:09:15 | 2020-07-22T19:53:40 | Java | UTF-8 | PlantUML | false | false | 1,051 | puml | @startuml
' hide the spot
hide circle
' avoid problems with angled crows feet
skinparam linetype ortho
entity "User" as user {
*id : number <<generated>>
--
*username : text
*hash_password : text
*role : text
locked : boolean
profile_id : number <<FK>>
}
entity "UserSession" as usersession {
*id : n... | false | true | false | false | sequence |
ba128c17b8a324b42eeb51045926b75d21620ac1 | f576ded7c7322e8bb02ac9334761cafcf0106385 | /Singleton/output/NotUseSingleton.puml | 2a61eb3d7de6a9f66ab81d273edeb6667ed886e2 | [] | no_license | Zukky55/design_pattern | 233c7befca30d98af43804450c41f9fea36e4b0e | 512464b01c23029db879b48a3e5533ec910724e8 | refs/heads/master | 2023-01-10T17:34:28.021070 | 2020-11-17T06:13:51 | 2020-11-17T06:13:51 | 304,786,374 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 125 | puml | @startuml
scale 2
class NotUseSingleton {
instanceID : int
+ NotUseSingleton()
+ GetInstanceID() : int
}
@enduml
| false | true | false | false | class |
9e08eea3f7e54275ac98d78ba6230a53f5da7701 | 172c36a6435a5076537f60976734bf9979b46ed3 | /Diagramas/entrega6.puml | 41e9c1bccecebd267b2ad45a7e5f64b0b0a3872b | [] | no_license | esanchezventurini/QueMePongo | f76012ed2a136bbcbc99c29d806163ac26be2b82 | 337dbcd758c9aa1ae965173aa40273164dd837be | refs/heads/master | 2023-08-23T13:51:59.466273 | 2021-10-14T03:01:15 | 2021-10-14T03:01:15 | 359,634,585 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,792 | puml | @startuml
abstract class ObserverAlertas {
List<Usuario> observadores;
public void suscribirObservador(Usuario usuario)
public void desuscribirObservador(Usuario usuario)
public abstract void notificarObservadores(List<String> alertas)
}
class TormentaObserver extends ObserverAlertas{
public void notificarO... | false | true | false | false | class |
be16ca9c70fa5b4a37fd2c5dcf8a11c00047d8a6 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StoreSupplyChannelsChangedMessage.puml | 29e2da6a3057def84a16f1b97651b9ecea735b05 | [] | 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,295 | 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 StoreSupplyChannelsChangedMessage [[StoreSupplyChannelsChangedMessage.svg]] extends Message {
id:... | false | true | false | false | class |
572d47e72444a5c75a94b165a093e1c1e8baf8b0 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/MintCream.puml | bd52d7892b88e4f42e3c03e63bd99a50ff8aa92c | [] | 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 | 316 | puml | @startuml
skinparam ClassBackgroundColor #MintCream
skinparam ClassFontColor #MintCream
skinparam ClassBorderColor #MintCream
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
5606f96f3412e3f56d37cd8f6a4fabc94969771f | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/UseCases/Manage-Applications/Deploy-Workload.puml | b0d87d7ec2f532c29701d904b7d97838d9cae386 | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 289 | puml | @startuml
Actor "actorName" as A
box "Manage-Applications" #lightblue
participant CLI as CLI
participant Web as Web
participant "Edgeville" as S
A -> CLI : Edgeville-workload-deploy()
CLI -> S : workload/deploy()
A -> Web : workload/deploy()
Web -> S : workload/deploy()
end box
@enduml
| false | true | false | false | sequence |
613bc286bc89da86c2c668d3e249ffb8e98dea25 | c8b226052253fc523ddccdf846cb7bdb96cff35e | /clientfx/src/com/blackhearth/securevoipclient/client/register/dto/dto.plantuml | 4a40ba219a2c7d069c18fc0e1c1f581363752bb4 | [] | permissive | 517435708/TIP | 50bb55479c5d217bb52bd2c361b8472d88d9b244 | 713158c0ee7677d9031e51bbd630ebf1a8fb2527 | refs/heads/master | 2022-12-23T20:36:16.554721 | 2020-09-27T15:44:26 | 2020-09-27T15:44:26 | 247,706,067 | 0 | 0 | MIT | 2020-09-27T15:44:39 | 2020-03-16T13:13:56 | Java | UTF-8 | PlantUML | false | false | 1,268 | plantuml | @startuml
title __DTO's Class Diagram__\n
namespace com.blackhearth.securevoipclient {
namespace client {
namespace register {
namespace dto {
class com.blackhearth.securevoipclient.client.register.dto.RegisterRequest {
- nick : String
- publicKey : String
... | false | true | false | false | class |
ffa74c0d44e06d2bbd5b2376a3b96a6b9d213287 | c96079e1420618477b5e65855bf1c8ad12c92781 | /assets/proposals/0245-sharing-wifi-ssid-and-password/secure_service.puml | 2ba7ebb7fbe3183c3d97b6c37fdfcc9939443b30 | [] | permissive | smartdevicelink/sdl_evolution | 1b13e7d90acb14856ecbad2f7e4adef444673620 | c8a0c076825b1b7e2d40570fe47d553d0111cf2f | refs/heads/master | 2022-11-04T11:41:53.841970 | 2022-10-26T17:03:00 | 2022-10-26T17:03:00 | 63,362,559 | 42 | 172 | BSD-3-Clause | 2022-10-26T17:03:02 | 2016-07-14T19:08:19 | Objective-C | UTF-8 | PlantUML | false | false | 1,136 | puml | @startuml
!pragma teoz true
title Secure service
participant HMI
participant SDL
participant APP
note over HMI, APP: APP allowed to use feature by policies
HMI -> SDL : <b>OnSystemCapabilityUpdated : \n\
\t autoJoinWiFiSupported : \t true \n\
\t canHostWiFiNetwork : \t true \n\
\t preferredNetworkHost : \t MOBILE \... | false | true | false | false | sequence |
1812515c6b096c4abab7d01037e6d8780d172b55 | 00a11d9d2b5d4960108fdc9ecef28cf680331a89 | /physicalweb-model.puml | cf632ff80410a8e82bd5b6fedc04d04ee279f841 | [] | no_license | sudhakso/adwise | bea7f5dbe3b5a126cf6adeb9437a16e172068d39 | e0b7eee35582884781efb845106c912dc4cede57 | refs/heads/master | 2022-12-03T23:42:55.425081 | 2018-01-23T17:59:25 | 2018-01-23T17:59:25 | 133,013,996 | 0 | 0 | null | 2022-11-22T00:54:12 | 2018-05-11T08:43:09 | Python | UTF-8 | PlantUML | false | false | 476 | puml | @startuml
Venue "1" *-- "many" Sensor : aggregation
Sensor <|-- MediaSource
OOHMediaSource <|-- MediaSource
DigitalMediaSource <|-- MediaSource
MediaAggregate "1" *-- "many" Venue: aggregation
OOHMediaSource "1" *-- "1" Venue: aggregation
MediaAggregate "1" *-- "many" AmenityExtension: contains
AmenityExtension "1" *-... | false | true | false | false | class |
3a8d330f865aa09b379a584f39662df24d3ec4ec | 34bdf231372cb89efc88592d53e16cc410e54672 | /ACOO/Systeme-echange-livre.puml | 0ca0dfa2b6a32c9f84c37ee3631f9a2a8df2a9a9 | [] | no_license | pinicc/LOG210-exercices | c38ca5acae589d9afd6f324ff1a59b93e1e407e1 | 707fc3979bc86ab43d423a17ac17d973aa62936d | refs/heads/master | 2023-08-30T06:08:51.011249 | 2021-11-11T14:50:21 | 2021-11-11T14:50:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 16,173 | puml | @startuml mdd-cu01
title MDD CU01 - Ajouter un livre à échanger
class BDD <<Organisation>>{
}
class C as "Client" <<Role>> {
string nomUtilisateur
string motDePasse
}
class L as "Livre" <<Objet physique>>{
condition condition
}
class DL as "DescriptionLivre" ... | false | true | true | false | usecase |
cd57263d5671fe7617642971856211971d6c195b | 0880b7cd3408228d33fb52e1cd6fcfca632ea27d | /puml/Solution43Diagram.puml | bc2dcc17507d2cfcd37f141ce4385cccb22340b7 | [] | no_license | xariadavis/davis-cop3330-assignment3 | ef07577f6b9fed4cf1f10440eb167d5a18dce592 | 2775e242cd78261b8e0a6c9ab4897a8fae3bb53d | refs/heads/main | 2023-06-05T09:26:44.367204 | 2021-06-21T02:50:29 | 2021-06-21T02:50:29 | 378,788,471 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 395 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Solution43 {
+ main
}
class Website {
+ Website constructor
+ void setSiteName
+ void setAuthorName
+ void promptForCSS
+ void promptForJS
+ File createAllDirectories
+ File createHTMLDirectory
+ File createJSFolder
+ File ... | false | true | false | false | class |
d3a42ae8fec731b059039a21d006d717093d4281 | ddd27ef7207e3b508ba557b6f5ca1b2bd172a734 | /app/UML/Ryan/RyanConc4.puml | e2fe7b0290aa51366ea2fb68ead2a3feaf175167 | [] | no_license | QRP0002/Wireless_Quote | 7c095f66043b7780f03d624be2fe7956b3369a27 | 0b4762a69db0ebada3d518573e7618a0e57f0368 | refs/heads/master | 2020-06-04T02:48:51.629364 | 2015-05-01T12:49:49 | 2015-05-01T12:49:49 | 33,549,841 | 0 | 0 | null | 2015-04-16T20:57:50 | 2015-04-07T14:57:28 | Java | UTF-8 | PlantUML | false | false | 1,266 | puml | @startuml
User -> SystemHomePage : Log In
activate User
activate SystemHomePage
activate UserHomePage
SystemHomePage -> UserHomePage : onCreate()
UserHomePage -> UserHomePageController: onCreate
activate UserHomePageController
User -> UserHomePage : Click Manage Quote
UserHomePage -> UserHomePageController : Send Info... | false | true | false | false | sequence |
025d6546f08b63179e27eb61639f00089a2f27c2 | 394a56ac07462a7305e934de37c3ed3a5363f56a | /Análise/UC9_Efetuar_Candidatura/UC9_DC/UC9_DC.plantuml | 3cda98fac234463a4b1ee607fac184d37ab4c626 | [] | no_license | pedro-miguez/upskill_java1_labprg_grupo3 | 69ab871772f2a2faba901ee894aea2f8fe7392bb | 99bed16b491e8f0fbceb86e621cb9164e7722586 | refs/heads/main | 2023-03-24T02:26:43.964110 | 2021-03-22T10:50:54 | 2021-03-22T10:50:54 | 331,625,464 | 1 | 0 | null | 2021-03-19T18:00:07 | 2021-01-21T12:45:29 | Java | UTF-8 | PlantUML | false | false | 2,227 | plantuml | @startuml
title UC9 - Efetuar Candidatura \n
Class AreaFreelancerUI {
}
Class EfetuarCandidaturaController {
+ArrayList<Anuncio> getAnunciosMatched(String emailFreelancer)
+efetuarCandidatura(Anuncio anuncio, String emailFreelancer, LocalDate dataCandidatura,
double valo... | false | true | false | false | class |
1c654ac6e9b5e1225de280b9c6a162edd61df12b | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedOrderSetItemShippingAddressCustomTypeAction.puml | 0d7655dbbaaef058065313ced446561d26d6cc78 | [] | 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 | 622 | 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 StagedOrderSetItemShippingAddressCustomTypeAction [[StagedOrderSetItemShippingAddressCustomTypeAction... | false | true | false | false | class |
c9866110173712ede4e711468d5e06bdf3d94d21 | 8924ecd4f95779e9d23bfd40bd731753b005695d | /doc/gameScenario.puml | a80305663e4da58e17aef4065ee2dff25041be21 | [
"MIT"
] | permissive | yoo2001818/react-against-humanity | 0c9a0d8af9efbc8091f7c826fc22d2d29fce6205 | 09cb97865cc2d9ad090ff2d1503dd004c1655510 | refs/heads/master | 2021-01-09T21:48:25.355911 | 2017-03-11T14:57:36 | 2017-03-11T14:57:36 | 46,529,738 | 4 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,327 | puml | @startuml
[*] --> Init: init
state Init {
[*] --> Connecting: connect
Connecting -> ConnectionError: error
Connecting --> Lobby: success
ConnectionError --> Connecting: connect
}
state Lobby {
[*] -> Fetching: fetch
Fetching -> ShowList: success
ShowList -> Fetching: search
ShowList -> Fetching: fe... | false | true | false | false | sequence |
98c99616077d7626c7fc59217131666daa99699e | fbffcfc6090b0abe66fa57b2fcc8f4bc4f2ecaee | /Permits and Licences/Construction Ecosystem/InteractionDiagrams.puml | a29e2b3156163e4c9414a5f04e46c929a9c5fc00 | [
"Apache-2.0"
] | permissive | vinomaster/integrations | 59995f0994821034716a73f99c98afd273d94607 | 1a7c9f1c6d47b9c55942c046ac506b6d4877844c | refs/heads/master | 2021-08-22T23:33:03.969465 | 2017-11-29T23:16:33 | 2017-11-29T23:16:33 | 112,539,141 | 0 | 0 | null | 2017-11-29T23:19:44 | 2017-11-29T23:19:44 | null | UTF-8 | PlantUML | false | false | 1,074 | puml | @startuml
skinparam ParticipantPadding 20
skinparam BoxPadding 20
=== Get Commercial Building Permit ==
participant "Corporate Registry" as Registry
participant "Building Owner" as Owner
participant "Contractor" as Acme
participant "City" as City
participant "WSA" as WSA
note left
end note
Owner -> Owner: Assemble ... | false | true | false | false | sequence |
d4341ed9812bd2a66f83bc4c9d61f08c2b149ef1 | 01cb5dea2df442ad2bf4b3e7122ebb1355459cab | /simi/doc/puml/src/simi_flow.puml | e7f2cd4671e071296a437f43de9e14fef7493837 | [
"MIT"
] | permissive | Luescher/simi | a48b0cc5abe59087b6e9a017c09470e4f3d550f6 | addabd782a82171b0afdedc4ad3cb643b1923ee6 | refs/heads/master | 2022-11-27T07:20:07.996250 | 2020-07-28T15:18:19 | 2020-07-28T15:18:19 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 172 | puml | @startuml
class "SingleLayer (SL)" as sl << package Core >>
package Flow {
class "Job" as job
class "LayerUsage" as lu
}
job "1" -- "1..*" lu
lu "*" -- "1" sl
@enduml | false | true | false | false | class |
8aa259bb95aba6d4af0e7e94b27df67f2f1c97a0 | 5992899e0dc7e047598bf810d6d66fb171b6b8fa | /src/main/javadoc/resources/fr/kbertet/io/Writer.iuml | be552963ef0dac21d9f87c4ca9e06f8408f43b49 | [
"CECILL-B"
] | permissive | kbertet/java-lattices | 9e237162ce8330f64769e27284a7f98fa189206f | ddca76f97c41024866e3f3a32b719cb0492c034b | refs/heads/master | 2020-12-03T09:19:43.451861 | 2014-12-12T11:20:45 | 2014-12-12T11:20:45 | 29,913,611 | 1 | 0 | null | 2015-01-27T12:41:58 | 2015-01-27T12:41:58 | null | UTF-8 | PlantUML | false | false | 104 | iuml | package fr.kbertet.io {
interface Writer<E> {
+void write(E e, BufferedWriter file)
}
}
| false | true | false | false | class |
c1adbaebccb999b5541c9f322b2d8f022a61b0b9 | 8eeaa622bd21c275f3c6995d3f1b3657b68b0618 | /src/Docs/_new/2-internals/1-core/10-erd/_puml/erd-shopware-core-content-deliverytime.puml | 592b693da1a3626521716467fc212aba8dee563a | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | Gamingpc/platform | 79282f0e78f9346b4fa02a7907975890200d8ac8 | 47169962a2d7fa4b232ad63d3611ac392ba3ddf4 | refs/heads/6.0-dp | 2023-04-06T14:37:58.066081 | 2019-07-15T06:24:42 | 2019-07-15T06:24:42 | 188,271,256 | 3 | 2 | MIT | 2023-04-04T01:25:29 | 2019-05-23T16:35:37 | PHP | UTF-8 | PlantUML | false | false | 2,063 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we u... | false | true | false | false | uml-unknown |
4d7138084557fde87172aa29bb46eda0256f9a4b | cc20c4c1b3f658bdb711619a7580fd0609d11dec | /uml/as4.puml | d0e04cf80c3bd5778853e85105ee21aafbf619a6 | [] | no_license | ajdahcode/bagarra-cop3330-assignment4 | c9d732158281e587b6d4f3f2632bc788dc2f948d | 1c7d9398f58b44daea34ea1208ac6b1c301c612a | refs/heads/master | 2023-08-19T19:09:40.058443 | 2021-10-25T23:42:34 | 2021-10-25T23:42:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 68 | puml | @startuml
class App {
extends Application
Start()
Main()
}
@enduml | false | true | false | false | class |
d97adcb25689277bd21400579b3645f24e89b4c2 | da8a5eb24053f1ac6b989fe9363b5f42e32ff388 | /architecture/architecture.puml | 7b132792cfe9d8eff4bf4d45e5f7f4f5a085b733 | [] | no_license | petervdm/hackathon-2015 | eee214762ad6a6c0ad4011695865b0825b63f435 | 2ab660696ac3c4eb83d6f3ac01d1f74f79dc1a9f | refs/heads/master | 2016-09-10T18:51:23.727933 | 2015-08-19T14:11:46 | 2015-08-19T14:11:46 | 41,021,502 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 510 | puml | @startuml
cloud "exernal services" {
[twitter-api]
[datum-box]
[word-cloud]
}
cloud "google" {
node vm1 {
[twitter-feed] <<scala>>
}
node vm2 {
[enricher] <<dropwizard>>
}
node vm3 {
database tweets <<mysql>>
}
node vm4 {
[aggregator]
}
node vm5 {
[front-end] <<ruby-on-rails>>
}
}
[aggreg... | false | true | false | false | sequence |
c7b501bdb1fc1cf7ee9cddefc8c13b23b3dbd828 | 2224a126b01b992d959a6bd54f2d1011a5ba4d70 | /src/Docs/Sprint3/SequenceDiagramModel.puml | 053f0105efc32dc822635ed8498c7a1811b62e18 | [] | no_license | 1181687/hateoasToy | f7d5f6aeffe15f30adea325f40670f0e0b15cc35 | 0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375 | refs/heads/master | 2020-05-24T10:01:58.451415 | 2019-05-15T11:02:39 | 2019-05-15T11:02:39 | 187,203,481 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,163 | 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 | sequence |
c95c7657cc1049cff89799887f079e4d2e67db68 | cc7061bd2972740e2714aeeb07bc0c0cc714a0eb | /html/src/com/code/adventure/game/client/client.plantuml | d675f07d75da46a3964b2cbed53abe01d0627c57 | [] | no_license | DevHamx/Code-Adventure | 315df6ba937f11cfaee1ef5ed3ac75e9abc85e23 | ed9d79504bbdac49d11fe84fa4819b59e61fd585 | refs/heads/master | 2020-06-11T14:09:42.109347 | 2019-06-26T23:56:10 | 2019-06-26T23:56:10 | 193,993,091 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 425 | plantuml | @startuml
title __CLIENT's Class Diagram__\n
package com.code.adventure.game.client {
class HtmlLauncher {
+ getConfig()
+ createApplicationListener()
}
}
HtmlLauncher -up-|> GwtApplication
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketc... | false | true | false | false | class |
47093a868b588dabcb197e77745b342889fa27f9 | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao2/UC1_CD.puml | f87e2f51367d1f25633d1899d1b637309e685bd6 | [] | 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 | 1,701 | puml | @startuml
skinparam classAttributeIconSize 0
class Colaborador {
-String nome
-String funcao
-String telefone
-String email
+Colaborador(nome,função,tlf, email)
+String getNome()
+String getEmail()
}
class EnderecoPostal {
-String local
-String codPostal
-String localidade
+EnderecoPostal(local,... | false | true | true | false | sequence |
fbf72b52e3b7ff717f025d0e553e7e117d0eeed8 | f12cda9a8bd887e1ac151257ac672f6b26e2dfc6 | /src/com/jambit/onboarding2020/tbrpg/domain/Room/Room.plantuml | 3db383e0b263ccbd142b596a847be8de2153b104 | [
"Apache-2.0"
] | permissive | jambit/onboardingphase2020_TextbasedRPG | 04f81709ae0b03cd39d0da8b17b578b1d5f9d0b0 | 116c8db39f34ea28b05fbddde8cd133d83928811 | refs/heads/Development | 2022-12-28T13:36:26.169235 | 2020-09-25T11:28:01 | 2020-09-25T11:28:01 | 294,055,805 | 2 | 0 | Apache-2.0 | 2020-09-25T11:29:12 | 2020-09-09T08:49:20 | Java | UTF-8 | PlantUML | false | false | 6,007 | plantuml | @startuml
title __ROOM's Class Diagram__\n
namespace com.jambit.onboarding2020.tbrpg {
namespace domain.Room {
abstract class com.jambit.onboarding2020.tbrpg.domain.Room.AbstractRoom {
+ enter()
+ printRoomMessage()
+ printWelcomeMessage()
+ skip()
}
}
}... | false | true | false | false | class |
273b2c33a8c2db1172324abcca35327ef57f91e5 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AttributeDefinitionTypeConflictError.puml | c7b3fa45ed069dbfa949f54036ccc251d779300d | [] | 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 | 572 | 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 AttributeDefinitionTypeConflictError [[AttributeDefinitionTypeConflictError.svg]] extends ErrorObject... | false | true | false | false | class |
6ee04385c3392daa1b497248946d00d8f94a8fc8 | 2fe964e752c35cf63d1d8e726fd7292cad5182d7 | /diagrams/receive-asset.plantuml | 9572b712bbce99b6ab29c72d2cbca542c54ca89f | [
"MIT"
] | permissive | blockrockettech/tally-api | 8d49f89bf67d3c9b12b3623e0aa8ae72e8a05d52 | 9d2a8cb63379401f4aacb5bdffc0e7347c648d8c | refs/heads/master | 2020-04-03T19:50:28.620704 | 2018-12-11T16:56:03 | 2018-12-11T16:56:03 | 155,537,433 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 568 | plantuml | @startuml
actor User
actor Merchant
boundary MobileApp
alt
group receive asset
group user presents QR
User <--> MobileApp: open QR code
User -> Merchant: present QR code
end
group merchant scans QR
Merchant <--> MobileApp: open app
MobileApp <--> User: scans QR code
MobileApp -> ... | false | true | false | false | sequence |
091cd333ee501bfc3e489720723c37ce20db780b | d1b69b640d9fa5df4a6cd7dd2e07b473096df76f | /architecture-overview.puml | cae0e0854a65a316801e2c38ce9ac2ba468394eb | [
"Apache-2.0"
] | permissive | bitblit/Epsilon | fe49e2377b23b18a49222e5ac4054a589c457f87 | 30bebb0caf058c8f846b72659b598f8b6b19f981 | refs/heads/master | 2023-08-08T05:08:32.883973 | 2023-06-01T22:03:30 | 2023-06-01T22:03:30 | 140,783,809 | 5 | 6 | NOASSERTION | 2023-05-03T07:21:18 | 2018-07-13T01:56:35 | TypeScript | UTF-8 | PlantUML | false | false | 2,439 | puml | @startuml
object LocalServer #lightgrey
object Lambda #lightgrey
object EpsilonGlobalHandler
object EpsilonInstance {
config: EpsilonConfig
parsedOpenApiDoc: OpenApiDocument
modelValidator: ModelValidator
webHandler: WebHandler
backgroundHandler: BackgroundHandler
backgroundManager: BackgroundManager
}
o... | false | true | false | false | class |
6e3bf84d125b6592371d73cf8e6a123a0a3ddf3c | 29933d72db3a9754029143f1e8486b3233992c10 | /weather-management/src/design/WeatherForcastSequence.puml | 0c64ca53b0c0fc0c267d8f1b06e0e155eb427f75 | [] | no_license | share-coder/weather-management | 11dc46040f6ceb2fc0ab106a28b8cc8247172513 | faed76701c223ab94a574e0c09799026ebb3cb1a | refs/heads/master | 2023-02-16T05:02:23.305656 | 2021-01-11T07:20:03 | 2021-01-11T07:20:03 | 328,395,407 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 343 | puml | @startuml
autoactivate on
'actor client
'actor client
ApiClient -> WeatherController: Find weather forecast GET v1/weathers/forecast
WeatherController -> WeatherService
WeatherService -> WeatherForecast
WeatherForecast --> WeatherService: Success
WeatherService --> WeatherController: Success
WeatherController --> ApiC... | false | true | false | false | sequence |
36c46cead98adcbdc0f844e28d10ad47e7b77b02 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Items/ClipItem.puml | 0f90b1f9de35f235a80f77ff4a2fbb77e8052bf4 | [] | 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,089 | puml | @startuml
class ClipItem {
+ ClipItem(clip:TimelineClip)
+ start : double <<get>> <<set>>
+ end : double <<get>>
+ duration : double <<get>>
+ IsCompatibleWithTrack(track:TrackAsset) : bool
+ PushUndo(operation:string) : void
+ supportsBlending : bool <<get>>
+ hasLeftBlend : bool <<get>... | false | true | false | false | class |
b30fe11b6465083c0f9a65406c5343cc59abc9e2 | 128104090f1ad35d40fe5a82e6d36c13cf377db8 | /quiztaker-class.puml | 9fd25eadfa7b28d6fa4ae1e90978befcdb686850 | [] | no_license | jitterted/quizdown | c3cd7bbbedfd12dbbd4119f28e15b4214322adb1 | 9d42ec0cf96847863892441ad42612c9e2d36ab3 | refs/heads/master | 2022-10-19T04:17:40.747860 | 2022-09-27T00:20:04 | 2022-09-27T00:20:04 | 185,881,555 | 2 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,160 | puml | @startuml
title "What it is now"
package "Quiz Creator Bounded Context" {
entity Quiz <<AggRoot>> {
Quiz ID
}
interface AnswerValidator
class DefaultAnswerValidator <<Value Object>>
AnswerValidator <|-- DefaultAnswerValidator
entity Question <<Entity>> {
QuestionNumber
... | false | true | false | false | sequence |
f164b23957d03e241cd39673d2384508bf6c7cbe | 1a2d98d49e2dcb8e65afe76b5ae867815922e6ea | /Http2Codec.puml | 93236b1b13d92b1ed12760746a4b346e48e7570b | [] | no_license | booqin/OkHttpSample | 113bef89509a08fb982cb26f258f1ff9e4640f0e | d52ac04d5a7063dedcadbcb73ce596dc8325162e | refs/heads/master | 2020-03-28T13:38:20.994576 | 2018-09-28T07:56:05 | 2018-09-28T07:56:05 | 148,413,158 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 880 | puml | @startuml
'abstract class AbstractList
'abstract AbstractCollection
'List <|-- AbstractList
'Collection <|-- AbstractCollection
'Collection <|- List
'AbstractCollection <|- AbstractList
'AbstractList <|-- ArrayList
'class ArrayList {
'Object[] elementData
'size()
'}
'
'enum TimeUnit {
'DAYS
'HOURS
'MINUTES
'}
inte... | false | true | false | false | class |
65907ae6f6836c13267b14b3c5d5af2ef24d9795 | 597178adbaefefe46cff55935fcb43a71485fa05 | /artifacts/sipity-batch-ingest-sequence-diagram.puml | 111c827e57c6e46d3405498ce59d88e7efde9fbf | [
"Apache-2.0"
] | permissive | ndlib/sipity | 891e09d9b97aa1900340bd2bc7c7ce8876e512c9 | 1e1e4c88f6745458c2ec7568f9a3e0c732dc3987 | refs/heads/master | 2022-08-05T05:54:34.722627 | 2022-07-29T14:23:39 | 2022-07-29T14:23:39 | 26,916,085 | 17 | 5 | Apache-2.0 | 2022-07-29T14:23:40 | 2014-11-20T14:31:53 | Ruby | UTF-8 | PlantUML | false | false | 902 | puml | # Render via PlantUML
# Generated via plantuml-preview (https://github.com/peele/plantuml-preview) in Atom
@startuml
title Sipity Export to CurateND Ingest Life-Cycle
actor "Crontab"
control "Sipity Application"
database "Batch Processing Queue"
control "Batch Daemon"
database "Fedora"
boundary "curate.nd.edu"
bounda... | false | true | false | false | sequence |
9a9b45d293212f250fa59e31380f14e2833f7945 | 4f148a73b12ab289dd0c866ed7e8e4ff832252ae | /Wiki/diagram.puml | ff6f53a764e6f9789e5ea19f69af1845dd09389b | [] | no_license | blumzi/ASCOM.Wise40 | 282b05263fbcec2a7ac3f91368a0a4f6a9c1c971 | 38046f78a9c4063fcb30d107fc7113ecc3a46fcc | refs/heads/master | 2022-11-06T15:00:12.509555 | 2022-10-28T10:55:28 | 2022-10-28T10:55:28 | 53,922,649 | 5 | 1 | null | 2022-07-13T05:59:33 | 2016-03-15T07:09:01 | C# | UTF-8 | PlantUML | false | false | 178 | puml | @startuml
Alice->Bob: Authentication Request
Bob ->Alice: Authentication Response
Alice->Bob: Another authentication Request
Alice<--Bob: Another authentication Response
@enduml
| false | true | false | false | sequence |
4a5d8f5fa8631ca51657e5e96fe7290d9c4359b0 | b038203821d22f0ae9db9697aaf5b41b9f77a40d | /src-gen/serviceSystem_BC_SimplyGo_ServiceProviderEngagement.puml | 6f47eec75273801ec9796fedc0c6714686930297 | [] | no_license | NormanBaechtold/ServiceSystem | 5b9ad5f8bf1860154b70f79f0f33d6fe17cac35a | ba125d9cb21cec6a894cef3936cce7dcbc21b5c9 | refs/heads/master | 2023-08-20T23:35:47.215567 | 2021-10-06T09:08:54 | 2021-10-06T09:08:54 | 394,977,218 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 669 | puml | @startuml
skinparam componentStyle uml2
package "'ServiceProviderEngagement' Aggregate" <<Rectangle>> {
class ServiceProviderCustomerJourney <<(V,DarkSeaGreen) Value Object>> {
String travelerPreferredTouchpoints
String travelerEngagementPatterns
ServieProviderServiceExchange provideTouchpoints()
}
class Ser... | false | true | false | false | sequence |
8bd1083a1b9fc0ca1e2bbb9ba98861375a2567d5 | c5385df53279249998f5d05eaf2e858195c079e0 | /docs/src/030_Development Guide/SynchronuousResourceComponentLoad.puml | 0a1a794833ae2b7605d82bea889586d5a7fa72cb | [
"MIT"
] | permissive | anupammaiti/aem-react | b5dce0b7bb770abd7b219747a2c010db27549ea8 | 7c370c2aa5f0307192828eca715c24bb42111584 | refs/heads/master | 2021-01-21T17:10:19.479052 | 2018-05-11T06:50:18 | 2018-05-11T06:50:18 | 91,938,754 | 0 | 0 | MIT | 2018-05-11T06:50:19 | 2017-05-21T06:56:03 | Java | UTF-8 | PlantUML | false | false | 455 | puml | @startuml
React -> ResourceComponent: componentWillMount()
activate ResourceComponent
ResourceComponent -> Sling: subscribe(this.getPath(), this, {deph: this.getDepth()})
Sling --> ResourceComponent : json
ResourceComponent -> ResourceComponent: setState({state: STATE.LOADED})
activate ResourceComponent
ResourceCompo... | false | true | false | false | sequence |
9bc61b835c9b8ecbeb78484fd5461b9f5ba3a63f | 00e96cdfef944acdf88e436d0aa147b3bf34c8cb | /doc/class.puml | a65a4461d27b3bebfd8a684a757814b325e446af | [] | no_license | bdelaup/upy_sim | 10c915695583ebde2930befb6140f46015c13d75 | 712e4def38974f2c79e1fa055c51db48a36cc3ee | refs/heads/main | 2023-04-15T23:40:34.091913 | 2021-04-10T21:31:34 | 2021-04-10T21:31:34 | 354,590,077 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,203 | puml | @startuml
hide attributes
class Pin {
+init(id, mode, pull, af)
+high()
+low()
+on()
+off()
+toggle()
+value()
+value(val)
}
interface Ihm {
{abstract} add_element(name, element)
{abstract} refresh_elements()
}
class IhmBasic {
+add_element(name, element)
+refresh_... | false | true | false | false | class |
790383a353e8c0ee2db97baeed4289167303fd05 | 054360fcc58599d8df1a6c77d976cd544f5e5b80 | /UML_Modelling/useCase.puml | 55b4223f6bb1131fa9c421d3b968271db6931cbe | [] | no_license | antonianwufo/mv_bootcamp | 14bfa2339be799a31c17061e10079f59f6601437 | fb41b6c4e4cc781cae6878dd570d87dbce392dfb | refs/heads/main | 2023-06-26T18:30:59.311484 | 2021-07-22T10:08:17 | 2021-07-22T10:08:17 | 381,036,595 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 804 | puml | @startuml
skinparam actorStyle awesome
left to right direction
actor Security
actor CabinCrew
actor Pilot
actor BorderControl
actor BaggageHandler
actor Mechanic
actor Passenger
actor FriendFamily
actor TaxiDriver
rectangle System {
usecase MonitorActivity
usecase BoardAircraft
usecase GoThroughSecurity
usecase Fix... | false | true | false | false | usecase |
05a7463d44b23c3fbcd620129b2dce648ea8933b | 1a4425d261b5b2b4b838ace7faaea783c3d23529 | /use-cases/use-case-2-diagram.puml | 44c28f2cf0062dc3da9708146b49e3804420a6a1 | [
"Apache-2.0"
] | permissive | WezYoung/SEmethodsCoursework | 3d1c7e681d8056e6361a964f96dfc07cd534b630 | 4003f4236809909f1ef91b44560106353648a1ce | refs/heads/master | 2020-12-20T08:16:16.145665 | 2020-03-16T16:06:58 | 2020-03-16T16:06:58 | 236,011,641 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 310 | puml | @startuml
actor HR as "Statistic Analyst"
rectangle Database
rectangle "Country Program " {
usecase UC1 as "Gets (N) from user"
usecase UC2 as "Get top (N) Countries by size"
usecase UCa as "Displays report"
HR - UC1
UC1 - UC2
UC2 ..> UCa : include
UC2 - Database
}
@enduml | false | true | false | false | usecase |
5775017099cb9a483a2793767aecdb5dd4dc4829 | 2b57f2f9730d87e73369ff88f4275d9714c297e8 | /docs/diagrams/closing-be-conns-single-layer.puml | ec24c1542b1870ab9dceb07e2243a55416cd7213 | [
"Apache-2.0"
] | permissive | 0x13337/http-desync-guardian | 7b8f1dc46531f1ed515b152e289b554410ee9b97 | 7dd6f37171f0a8428d259f2631aee5e7b01a1d64 | refs/heads/main | 2023-02-11T00:23:13.643842 | 2020-12-31T18:39:49 | 2020-12-31T18:39:49 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 599 | puml | @startuml
skinparam backgroundColor #EEEBDC
Actor Attacker #red
Actor User #lime
Attacker -> Proxy: POST /foo [GET /poison]
activate Proxy
Proxy -> Backend: POST /foo
activate Backend
Backend x-> Proxy: /foo 200
deactivate Backend
Proxy -> Attacker: /foo 200
deactivate Proxy
activate Backend
Backend x-x Proxy: /poi... | false | true | false | false | sequence |
a24ef12033f7acb2c4479a2fd7c98cfb0ba91f2b | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_SpriteAssetImportFormats.puml | ba395b81c2d982e77545a41dd9335b5c0c3a8831 | [] | 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,099 | puml | @startuml
enum SpriteAssetImportFormats {
None= 0,
TexturePackerJsonArray= 0x1,
}
class TexturePacker_JsonArray {
}
class SpriteFrame <<struct>> {
+ x : float
+ y : float
+ w : float
+ h : float
+ <<override>> ToString() : string
}
class SpriteSize <<struct>> {
+ w : float
+ h : floa... | false | true | false | false | class |
7bd9f75bdb6986cf9b8a47d488cddf653ac1ec30 | 84039bf9a80039400f9dcfe303222145ca354e10 | /puml/HospitalNotificationMessageHeader.puml | 5bde2acab55ae7b5073c5e482e73110d0424b349 | [
"MIT"
] | permissive | tmsMedcom/dk-medcom | d570d7aa5842ec50f19c594113568e88dbcb67b8 | 6ecf74788e2839327015e569fd06de93e41aa9d8 | refs/heads/master | 2023-06-12T07:42:56.063194 | 2021-06-29T08:28:01 | 2021-06-29T08:28:01 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 591 | puml | @startuml HospitalNotificationMessageHeader
hide empty members
class "MedComHospitalNotificationMessageHeader" as messageHeader <<MedComMessagingMessageHeader>>
class "MedComMessagingOrganization" as organization
class "MedComCorePatient" as patient
class "MedComHospitalNotificationEncounter" as encounter <<MedComCo... | false | true | false | false | class |
222250d3d7eff6200a3a81b4443ba1821ef60032 | 7f2e0fd28cf5e8b8bcd65d0d0b1eb12c70c50037 | /accountManagementUML.puml | 3d9ba0843c360da76b08b96e7fcdf4c3dc876646 | [
"MIT"
] | permissive | callmekungfu/chad | 0c083aea913743ab01d07437885708aa94f0a865 | fa660996980ffd5893840c1707333e48ca131366 | refs/heads/master | 2020-12-14T04:38:27.678175 | 2020-01-18T16:39:37 | 2020-01-18T16:39:37 | 234,643,070 | 2 | 1 | MIT | 2020-01-17T21:53:25 | 2020-01-17T21:53:24 | null | UTF-8 | PlantUML | false | false | 1,180 | puml | ```plantuml
@startuml
skinparam backgroundColor HotPink
abstract class User{
-firstName
-lastName
-userName
-password
-role
}
class Administrator extends User{
}
class ServiceProvider extends User{
}
class Client extends User{
}
class Rat... | false | true | false | false | class |
064ecf85b49901cafa2f2f27e447f7386ec36b78 | 1242d5849259f14b5b64b7154d7a5578bcf71fd9 | /docs/diagrams/CommandExecutionSequence.puml | 2c55c717e50fa9b1426423ca91753c58bef33200 | [] | no_license | ShawnTanzc/tp | 1dace8e93ff2df315a1232bff6fa4e1d4a3ab94d | 95c9dec7804d9b9a69ba4d7247aaa8a6598d012b | refs/heads/master | 2023-01-11T18:29:02.736920 | 2020-11-09T14:34:28 | 2020-11-09T14:34:28 | 297,359,335 | 1 | 0 | null | 2020-09-21T14:09:06 | 2020-09-21T14:09:05 | null | UTF-8 | PlantUML | false | false | 1,565 | puml | @startuml
activate ":Trippie"
":Trippie" -> ":Ui" : greetUser()
activate ":Ui"
":Ui" --> ":Trippie"
deactivate ":Ui"
":Trippie" -> ":Storage" : setupMasterFile(trippieData)
activate ":Storage"
":Storage" --> ":Trippie"
deactivate ":Storage"
loop !isExit
|||
ref over ":Trippie", ":TrippieData", ":Parser", ":... | false | true | false | false | sequence |
a595cd2cc1948e6ef472664112135a54dddfdfb4 | c030cf5bccaa4839f359c3dd188c0bbcfedd5750 | /app/docs/ApplicationUML.puml | 1ca60745fb050f5628d728aca7ffa6300162d96c | [] | no_license | airick17/heston-app1-design | a802eba65688940adbfd75017012b52d8cba9a9f | fb352949ffddf25b9e4898ef570abf3b23db21f5 | refs/heads/main | 2023-08-26T14:44:45.878639 | 2021-10-25T02:49:07 | 2021-10-25T02:49:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 965 | puml | @startuml
'https://plantuml.com/class-diagram
class Application{
+main()
+start()
}
Application --> Controller
class Controller{
private ArrayList<ToDoList> fullList
private ArrayList<ToDoList> selectedLists
+getFullList()
+setFullList()
+getSelectedList()
+setSelectedList()
+addToDoList()
+removeToDoList()
+rename... | false | true | false | false | class |
624d06c64dbb03a2d5856c997b2e61c225497eed | 82999d9950387c4e61d7de372b42bb8def1f142a | /06_observer_pattern/uml/diagram.puml | e0e0d0e121129a8e7091a1da0161db042774db0e | [] | no_license | hamza95525/studies | c6c50d7ff92d0078cd78f0066558e03331cb2be6 | d353bfedb8e96c63d78099e16b0ee7b3e695fa8a | refs/heads/master | 2020-12-28T12:51:27.860129 | 2020-02-05T00:54:07 | 2020-02-05T00:54:07 | 238,338,626 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 837 | puml | TODO: Create class diagram...
@startuml
class Observable {
-std::set<Observer*> observers
+void registerObserver(Observer*)
+void unregisterObserver(Observer*)
#void notifyObservers(float)
}
interface Observer{
+void notify(float)
}
class Displacement{
-float value
+void set(float)
}
class Acceleration{... | false | true | false | false | class |
52c3656efef26a1a73c8929da6327284cf13eef5 | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/green/1140572/sp2/SSD_MonetaryLanguage.puml | fdb212f39969abc55296814bca8c656a6ee374b0 | [] | no_license | Fuel4us/GWTFinalProject | 3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb | b6c2f6add1687ca7800a9ec243edbe067ca6090c | refs/heads/master | 2020-03-21T19:47:13.534718 | 2018-06-28T05:33:43 | 2018-06-28T05:33:43 | 138,969,901 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 302 | puml | @startuml Pedro
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User->Website: Selects the cell and enters the expression
Website->User: The system evaluates the expression and show it
@enduml | false | true | false | false | sequence |
7bbe33f446e4ee913950604026d0e7297ea979a2 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Cloud-Stack/Data-Coordinator/UseCases.puml | d2417643c681912ee19187069bbf49b302a35f3b | [] | no_license | CAADE/ADC | bec251477e457a9ee4eca673fdab04b65c4290f5 | a81ba7532e7092ab564bcb30f8ec36bab3b71d0b | refs/heads/master | 2021-06-23T22:20:00.239150 | 2019-04-03T05:15:20 | 2019-04-03T05:15:20 | 104,887,854 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 339 | puml | @startuml
left to right direction
skinparam usecase {
BackgroudnColor #ffffaa
BackgroundColor<<Main>> #lightblue
}
actor :User: <<Person>>
actor :SubSystem: <<Person>>
rectangle "Cloud-Stack/Data-Coordinator" {
UseCase UC1 <<Main>> as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> Su... | false | true | false | false | usecase |
c355656b98ec896834416e68571434a890e7b08b | d7d3ca3c06d8459fe0908c01ab1a0d6234621235 | /docs/src/schematics/components.puml | 103010a7b4df4c04a656937a5dcaed2a8b7c0a9a | [
"Apache-2.0"
] | permissive | citizenos/citizenos-api | 04419b4543a71662a844b1882ea4ab92ccc2c933 | b39cce22824f03719146fb426b9d12894865f255 | refs/heads/master | 2023-08-30T23:38:34.742971 | 2023-08-21T12:04:56 | 2023-08-21T12:04:56 | 127,151,369 | 30 | 6 | NOASSERTION | 2023-08-31T07:39:52 | 2018-03-28T14:18:49 | JavaScript | UTF-8 | PlantUML | false | false | 1,026 | puml | @startuml
scale max 1024 width
skinparam component {
BorderColor black
BackgroundColor gold
ArrowColor black
}
skinparam actor {
BorderColor black
BackgroundColor white
}
skinparam database {
BackgroundColor 87B5FF
}
actor User
actor Partner
database "citizenos-api-db \n(postgres)" {
["public.*"] #w... | false | true | false | false | usecase |
6a957a0e3ac058c08c585bc2c159f38475fd5bbe | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/UseCases/Manage-Users/List-User.puml | ef6ef241511577dcd42ac3c6706c3af2232d363e | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 244 | puml | @startuml
Actor "actorName" as A
box "Manage-Users" #lightblue
participant CLI as CLI
participant Web as Web
participant "c3" as S
A -> CLI : c3-user-list()
CLI -> S : user/list()
A -> Web : user/list()
Web -> S : user/list()
end box
@enduml
| false | true | false | false | sequence |
4b523a3aaa604ba9a2c27398ebbf685642bfa49a | 85ca1f81ee9fdcdfaa9930a5c1729910f6a0bd4c | /src/main/java/Server/Server.plantuml | 5ff0ed034d859f74bc5fccfd4c031482fae3c860 | [] | no_license | shetina-shesh/QuizApp-FX | b9b2f1e665e81fae4c2e54d0b2b251e18275af8f | 7dbc7d9379f8ac0cac050cdbe1cc962216a833a2 | refs/heads/master | 2020-06-11T07:41:20.606250 | 2019-07-01T16:01:35 | 2019-07-01T16:01:35 | 192,404,022 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 890 | plantuml | @startuml
title __SERVER's Class Diagram__\n
package Server {
class Connection {
- socket : Socket
- out : ObjectOutputStream
- in : ObjectInputStream
+ Connection()
+ sendString()
+ receiveString()
+ sendFile()
+ receiveFile()
+ getRemoteS... | false | true | false | false | class |
e02517ae330b3a653ef3fa6ba8b73df57e37f1b4 | 8ec1fb16b350f453824ca50174347688b310ce2c | /aula07/Ex2/Ex2.plantuml | 11f96416e0b28c2cf30f12fd23c7f26b24925e91 | [] | no_license | oEscal/PDS | 2f32cd491a0a963e3b7182f772d8699ba82f3bf3 | 5feca5f16979319869da5fcf97ae3f3dfbbf1986 | refs/heads/master | 2020-04-25T00:23:09.561837 | 2019-06-03T09:17:43 | 2019-06-03T09:17:43 | 172,376,799 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,385 | plantuml | @startuml
title __EX2's Class Diagram__\n
package aula07.Ex2 {
class CoderFilter {
+ CoderFilter()
+ next()
- changeRandomLetters()
}
}
package aula07.Ex2 {
class ReverseFilter {
+ ReverseFilter()
+ next()
}
}
package aula07.Ex2 {
class Ter... | false | true | false | false | class |
4d051447add6749fac8199b57fec984ac40d00f3 | 8dcd1fda2772a3153f09f9fb83ccca6fd411fa5f | /plantuml/Member.puml | 51b44077ef6f359fd5ee9b85e53a9e8df122d0be | [] | no_license | georgio/ood-3 | eef514ae561beca1fcaf200d326f1c6cab8e50e3 | 72d5f3ee4da2de3e2c343a5aa725c5fa6f235dab | refs/heads/master | 2022-04-21T08:17:49.376166 | 2020-04-24T15:09:31 | 2020-04-24T15:09:31 | 258,545,931 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 664 | puml | @startuml
class Member {
- name : String
- address : String
- phoneNumber : String
- id : String
- balance : Double
- lastCheckout : DateTime
+ Member(id:String, name:String, address:String, phoneNumber:String)
+ getId() : String
+ setId(id:String) : void
+ getName() : String
... | false | true | false | false | class |
b621d890a5fcc13be2c418f98d628eeb77dea54d | 50a44f031ffae86ea9e89a8d4ad011984e29e0e5 | /src/output/Registry/Registry.plantuml | 38bcb0e31f03363e6783a64b376e132a7d414247 | [] | no_license | nahtan11/PokerGame | bc721f6c8c8bab24f7b196024428af5a3d309e66 | cb54b4da27896c51961f54b98aeeee01574e2ff2 | refs/heads/master | 2020-09-03T16:03:19.902485 | 2019-11-26T23:28:01 | 2019-11-26T23:28:01 | 219,505,104 | 0 | 1 | null | 2019-11-26T23:03:51 | 2019-11-04T13:13:38 | Java | UTF-8 | PlantUML | false | false | 937 | plantuml | @startuml
title __REGISTRY's Class Diagram__\n
namespace output.Registry {
class output.Registry.Encryption {
+ produceHash()
}
}
namespace output.Registry {
interface output.Registry.ICheckUser {
{abstract} + checkUser()
}
}
namespace output.Registry {
class outp... | false | true | false | false | class |
f235a0d5eb0eb79e3efe7152f420d9c5310db5c2 | 9c2325c052d34768b6899b3394fa464c54db57d5 | /docs/TP5-observer.plantuml | 1a2111779db2a04c3d8774665cd4e6f0c08d50df | [
"MIT",
"CC-BY-SA-3.0"
] | permissive | IUT-Blagnac/cpoa-tp5-MelvinSDRS | 7dcdba0356b7ef4bb79eda805770a4cf4773280d | b47801fcaef0c1dc4489591c5b8aa54cf52130df | refs/heads/master | 2023-01-29T20:50:55.847572 | 2020-12-11T22:31:17 | 2020-12-11T22:31:17 | 319,557,887 | 0 | 0 | MIT | 2020-12-08T08:47:09 | 2020-12-08T07:18:03 | Ruby | UTF-8 | PlantUML | false | false | 1,473 | plantuml | @startuml
class JPanel
interface ActionListener
interface ChangeListener
interface Observer{
void update(Observable o)
}
class BarChartObserver [[java:main.java.observer.pattern.BarChartObserver]] {
-Vector<CourseRecord> courseData
+BarChartObserver(CourseData data)
+void paint(Graphics g)
+void update(Obse... | false | true | false | false | class |
7612dfcfa14969ca36f8ef595b7a115131a0c8f4 | 3576ec713485a374cd82f4db2df455e2108fbf46 | /concepts/0051-dkms/puml/burn-identity-with-agents.puml | d6a26e495284a68f8baf4a213f2974dad8afc312 | [
"Apache-2.0",
"LicenseRef-scancode-dco-1.1"
] | permissive | hyperledger/aries-rfcs | b5de0c6f3b6855c6b66039b3f3580e062d238cdf | 097053c6e91f16d4dad18b5367cf338721423dc7 | refs/heads/main | 2023-08-31T08:13:57.556336 | 2023-07-24T21:30:11 | 2023-07-24T21:30:11 | 185,645,683 | 340 | 259 | Apache-2.0 | 2023-09-13T01:20:18 | 2019-05-08T16:49:20 | Python | UTF-8 | PlantUML | false | false | 481 | puml | @startuml
skinparam sequenceArrowThickness 2
skinparam roundcorner 15
skinparam maxmessagesize 100
skinparam sequence {
ArrowColor grey
LifeLineBorderColor grey
ParticipantBorderColor grey
boxbordercolor white
ParticipantFontSize 17
actorfontsize 17
boxfontsize 17
boxfontcolor grey
ActorBorderColor grey
... | false | true | false | false | sequence |
0e4ee973b9f48a390451a7e93a92a8b4ec76d5c6 | 19de0597a5790bab6ff021899b4479506ae0829a | /uml/class_diagrams/gui_class.plantuml | 294b2c3d4c7f88f9827b6ab359187e9796e4ad53 | [] | no_license | bbucsy/projlab_holy_oil | e703a3ac579555a6c62f91051d7fbb5572c88d30 | a1c4e9b953e7f7c22dabbd935abb461f9cacd409 | refs/heads/master | 2023-05-02T06:22:36.234536 | 2021-05-09T09:46:04 | 2021-05-09T09:46:04 | 342,634,410 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,707 | plantuml | @startuml classdiagram
skinparam ClassAttributeIconSize 0
skinparam CircledCharacterRadius 0
skinparam CircledCharacterFontSize 0
skinparam ClassFontStyle bold
class JFrame {}
class JPanel {}
class JPopupMenu {}
' package: viewcomponents
interface IViewComponent << interface >> {
{abstract} + UpdateComponent()
}
... | false | true | false | false | class |
bb027732f5219995d9571d136f521e4fb9aa9e03 | 042b522e8f6e05d7c8edda35106abf9b0b32d10d | /gha/src/hu.bme.mit.mcmec.tricheckparser/src/main/java/hu/bme/mit/mcmec/tricheckparser/dsl/dsl.plantuml | 0428e62149750d8ffbbec3e24163e3854acb14d2 | [] | no_license | leventeBajczi/prog3 | c5a3024c58f2e964f1b809feb6fc5f03756a1a5d | 23cd59006c03331deb7b33ce1e389df2dd350e4b | refs/heads/master | 2020-03-28T02:34:29.312264 | 2018-11-03T21:32:47 | 2018-11-03T21:32:47 | 147,580,561 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 811 | plantuml | @startuml
title __DSL's Class Diagram__\n
package hu.bme.mit.mcmec.tricheckparser.dsl {
class MyTriCheckLitmusVisitor {
~ lines : List<String>
~ threads : Map<String, List<String>>
+ MyTriCheckLitmusVisitor()
+ visitThreads()
+ visitThread()
+ visitLine()
}
... | false | true | false | false | class |
73a674590ae63518d069917092b60f65c88d1a7a | 1ecbe75d13e45e5e7daae306ec34f62d2fcc6ddf | /images/templateMethodExample.plantuml | b31340534ff710a391208522599b9ee7260edcd3 | [] | no_license | skiadas/SoftwareDevelopmentPracticumCourse | 77ba943e6856e9a841b1f94aabd52c695a635812 | f8fccfcd9a9410a191455484c6a7b9927e325ed2 | refs/heads/master | 2020-04-15T23:40:28.229011 | 2019-12-06T15:16:56 | 2019-12-06T15:16:56 | 165,113,828 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 291 | plantuml | @startuml
skinparam linetype ortho
title Template Method Pattern
abstract class FTP {
sendFile(File file)
{abstract} sendPacket(Packet packet)
}
class XModemFTP extends FTP {
sendPacket(Packet packet)
}
class YModemFTP extends FTP {
sendPacket(Packet packet)
}
@enduml
| false | true | false | false | class |
5e487f48d05be4399512f2a7e85be2ed1918d193 | b7bb3f20096cbbfaa123ae7b7b786d936496fb67 | /templates/template3.puml | 88a878b0d3f012dad64eeff70a909308b80e4a02 | [] | no_license | madhub/plantuml-designs | c82c3a9667b99588ffb8b6fa5a358b49e658150a | c97bc28faae3f489189b5148c1ac7a1e11107ec7 | refs/heads/master | 2023-04-16T12:09:51.925070 | 2021-05-02T11:52:59 | 2021-05-02T11:52:59 | 295,026,632 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 644 | puml | @startuml xyz
' Look and Feel helpers
component abc {
}
newpage
class foo
foo --> bar
foo -[bold]-> bar1
foo -[dashed]-> bar2
foo -[dotted]-> bar3
' More layout instructions
' a -[hidden]L-> b
' etc
newpage
skinparam linetype ortho
skinparam groupInheritance 2
abstract class Component
class Leaf extends Compo... | false | true | false | false | class |
2626d0608570a1082595caa990857eee00937ad6 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Tests.Mocks/MockSellerAccessor.puml | 573eb3d2a9450be4caeb0347b41d7bef0c739677 | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 287 | puml | @startuml
class MockSellerAccessor {
+ MockSellerAccessor(data:MockData)
+ Delete(id:int) : void
+ Find(id:int) : Seller
+ Save(seller:Seller) : Seller
+ TestMe(input:string) : string
}
MockBase <|-- MockSellerAccessor
ISellerAccessor <|-- MockSellerAccessor
@enduml
| false | true | false | false | class |
e33959d6f5a5d909d5995fa9ba8ef8d5ced49d64 | b3bf695e51091f4bf6acaa761f197576f29fa4d8 | /source/levels/levelHelpers/navigators/Navigation.plantuml | 5a7f3733f0d0179970cc5b2e2d5190d3d915f301 | [] | no_license | Anthony-Guillaume/Ultimate_FPS | c68bebf56a015fae2b3b0968aafebbc2b5606fbf | 1533de75d8622807036e6962cb55a4ea53633947 | refs/heads/master | 2023-07-10T01:29:58.793251 | 2021-07-26T18:00:38 | 2021-07-26T18:00:38 | 326,765,756 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 376 | plantuml | @startuml
class Waypoint
{
platformId
type
position
}
class Link
{
weight
}
class JumpLink
{
velocityNeeded
}
class Graph
{
}
Link <|-- JumpLink
Graph *- Waypoint
Graph *- Link
@enduml
Hypothèses :
- le graphe est dit "sparse", car le graphe est peu connecté (<< N²)
--> Liste adjacence semb... | false | true | true | false | class |
4b3b869f30ea2d796fd888db971e55c31aaf526e | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/patterns/builder-example-2.puml | 4515bcf5ec689bc1812777a061549779eb5c14b5 | [
"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 | 1,296 | puml | @startuml
package builder {
enum Armor {
+ CHAIN_MAIL
+ CLOTHES
+ LEATHER
+ PLATE_MAIL
}
enum HairColor {
+ BLACK
+ BLOND
+ BROWN
+ RED
+ WHITE
}
enum HairType {
+ BALD
+ CURLY
+ LONG_CURLY
+ LONG_STRAIGHT
+ SHORT
}
enum Profession {
+ MAGE
+... | false | true | false | false | class |
c7690a0d264216070ee38e4778f8cfd51c754b5b | 2dca336471539b64baa3baab71006e322b0cc33c | /doc/flow.puml | 85827ec0c4c37717d5a093f7891943f39b30c416 | [
"MIT"
] | permissive | ziemsky/gdrive-uploader | 20615a661de3aead82b0fce2536b60c33174d88a | bcaab60a52abc473e259da32ad5c73839ffc5c59 | refs/heads/master | 2022-08-23T15:08:14.089260 | 2022-05-15T09:43:03 | 2022-08-07T14:01:34 | 137,949,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,677 | puml | @startuml
title Service orchestrates the flow
SpringIntegration -> Securer: secure(files)
activate Securer
Securer -> Securer: identifyDailyFolders(files):dailyFolders
Securer -> FileRepo: identifyMissingFolders(dailyFolders)
activate FileRepo
loop [dailyFolders]
FileRepo -> GDriveClient: doesExist(folder):bool... | false | true | false | false | sequence |
87d1e08c592fb272a0a1ee2063645484280e41a8 | 897c5f0768d85d6070cbac83453eaeda84f86ab7 | /SELAIN SISTEM/UML/SEQUENCE/admin/addsubmenu.puml | 67bf0e62c042d80f4e5b3e257f844e687da52ff7 | [
"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 | 1,182 | puml | @startuml
autonumber
hide footbox
title Menambah Submenu
Actor Admin
boundary Dashboard_V
boundary Submenu_V
boundary AddSubmenu_V
control Admin_C
control Menu_C
Entity Submenu_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> Admin: Halaman Dashboard
Admin --> Dashboard_V: klik menu Submenu management
Dashboa... | false | true | false | false | sequence |
be9469c87beb3548359d3c3c1f45e81c73514685 | 46e33026e71172b64599f96adde7f212ca59a8e1 | /static/img/plantuml/70_reference_release_flow.puml | ac12b14c85bc5bd5d1c17d6e897169470e93673c | [
"Apache-2.0"
] | permissive | argosnotary/docs | f1526bb72e15fd66c84691fcfaad47538b258125 | 35c2f9434dba6408e0abdee3871f9c9e09b4887b | refs/heads/master | 2023-01-02T11:42:22.616185 | 2020-10-22T16:58:58 | 2020-10-22T16:58:58 | 264,984,465 | 0 | 1 | Apache-2.0 | 2020-09-25T09:52:35 | 2020-05-18T15:39:22 | HTML | UTF-8 | PlantUML | false | false | 1,527 | puml | '
' Copyright (C) 2019 - 2020 Rabobank Nederland
'
' 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 o... | false | true | false | false | sequence |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.