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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ac43ed5431fc005ae49c257abfc6e6fa807b40b3 | 8e7b0836bf147fd73746ea078304de8978f7a1e8 | /java-framework-dubbo/Dubbo-tolerant.puml | 512480bdf4c086bdbee11514878b16779c1ace73 | [] | no_license | chuckie-xch/java-core | 069cdfe92da00437ba69e546b53a02a6862c4778 | 9066a8d535d592cb8ef82beb8f1aa6849ee89816 | refs/heads/master | 2021-07-10T12:56:35.793747 | 2018-12-07T15:13:58 | 2018-12-07T15:13:58 | 129,107,436 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 329 | puml | @startuml
InvokerInvocationHandler -> MockClusterInvoker: invoke
MockClusterInvoker -> AbstractClusterInvoker: invoke
AbstractClusterInvoker -> AbstractDirectory: list
AbstractDirectory -> RegistryDirectory: doList
AbstractClusterInvoker <-- RegistryDirectory: invokes
AbstractClusterInvoker -> FailoverCluster: doInvoke... | false | true | false | false | sequence |
8ac27aa42b624a07cba50dcea61d93ad57a00b4c | 0cc492a562e79dde5c9e00be9e6c3501edf484eb | /docs/module-graph-loading.puml | 0551e580dc558101d51c4568af490490d72b07d4 | [] | no_license | mthmulders/jpms-hexagonal-architecture | 69e6f2bf1111048cf36be830605b2fb4908d5148 | 50b4c4bd76e435f79280fa6e5852f6a0c6893cdb | refs/heads/master | 2022-04-29T04:26:26.100393 | 2020-04-22T10:37:07 | 2020-04-22T10:37:07 | 258,156,876 | 0 | 0 | null | 2020-04-23T09:36:45 | 2020-04-23T09:36:44 | null | UTF-8 | PlantUML | false | false | 424 | puml | @startuml
title: Module Graph
package "Module Path" {
[another.unused.module] as unused #red
[my.starter.module] as starter #lime
starter --> [java.base]: requires
starter --> [my.core.module]: requires
[my.core.module] --> [java.base]: requires
[my.infra.module] --> [java.base]: requires
[my.core.module]... | false | true | false | false | sequence |
77f38347a3e7622ac7eb5df5b24d365fc486890b | ae856e50e04474c8ab1f4bd57ca78ba391ac8ccd | /ch06-singleton-patterns/diagrams/singleton-pattern-collaboration.puml | 6332bcfdc62bc7f878e0282b3752ca62000267da | [] | 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 | 115 | puml | @startuml
title Singleton Pattern
class Singleton {
- instance
- Singleton()
+ getInstance()
}
@enduml | false | true | false | false | class |
94ecddda220d4342a673947740b2c44b6e1927ee | 2d645ffc27d398e5bbb5cb51d6fd200d4921bdf8 | /src/Symfony/Component/Workflow/Tests/fixtures/puml/arrow/simple-workflow-nomarking-nofooter.puml | a2800a627f81d88a73559bdcb4190b63ce094c66 | [
"MIT"
] | permissive | ergiegonzaga/symfony | 528e89636e1d55c5884cb15e2d7de05dac47deb7 | 6b1d607261feb538c767da80add3f52ed5b96adc | refs/heads/master | 2021-05-01T18:42:59.706357 | 2018-02-13T03:43:48 | 2018-02-13T03:43:48 | 121,006,793 | 0 | 0 | MIT | 2018-02-13T03:43:49 | 2018-02-10T10:42:01 | PHP | UTF-8 | PlantUML | false | false | 381 | puml | @startuml
allow_mixing
title SimpleDiagram
skinparam titleBorderRoundCorner 15
skinparam titleBorderThickness 2
skinparam state {
BackgroundColor<<initial>> #87b741
BackgroundColor<<marked>> #3887C6
BorderColor #3887C6
BorderColor<<marked>> Black
FontColor<<marked>> White
}
state "a" <<initial>>
sta... | false | true | false | false | sequence |
2d931d4aabb757d2e45b4f53a751c28e90900648 | ddd27ef7207e3b508ba557b6f5ca1b2bd172a734 | /app/UML/Page2.puml | c5778a6977edc0e29ec436991c08dd958d3d0dfa | [] | 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 | 544 | puml | @startuml
class ActivityBar {
logout()
homepage()
}
class EditCustomerQuotePage {
editTextFields()
submitChanges()
}
class EmailCustomerQuotePage {
send()
}
class SystemHomePage {
login()
}
Page -- ActivityBar
Page <|-- SystemHomePage
SystemHomePage -- CustomerHomePage
CustomerHomePage -- Mana... | false | true | false | false | class |
fe567b85ef943fb6d38cbf3254e83d0d5a2af1aa | cd46a7f084e1a7ddea394b0e0dfffc35fb7edcd5 | /src/ChestiiRandom/ChestiiRandom.plantuml | 42b1537dbcd2b818427bd022ef1c019f58df84ca | [] | no_license | IulianMurariu-Tanasache/ProiectPAOO_FirstDungeon | 0338c66822bfa8ee1139da18c79ca0e291e1d66c | a2a23eaadc01fd6f70f57b9dbf85ae21f3a6e73d | refs/heads/master | 2023-05-07T20:43:23.334249 | 2021-04-24T09:04:47 | 2021-04-24T09:04:47 | 361,116,355 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 538 | plantuml | @startuml
title __CHESTIIRANDOM's Class Diagram__\n
namespace ChestiiRandom {
class ChestiiRandom.FunctiiStaticeRandom {
{static} + isOutofBounds()
}
}
namespace ChestiiRandom {
class ChestiiRandom.MutableBoolean {
+ val : boolean
+ MutableBoolean()
+ MutableBoole... | false | true | false | false | class |
ee623b8a21c89f26235836dbbb2e73a7d6d3346a | 70779029a8fbd05f6a0ea5c36e12e8fc6744fe77 | /EdgeManager/InternalCommandRouting.puml | 6e23348003e32c1987d628d7320877b948f25510 | [] | no_license | se-edge/framework-diagrams | 1e526beadb7e2ca73e6762e8761db833bb446826 | f6791b0a2c7b692c66fc076ab5b3c2dca90345f0 | refs/heads/develop | 2021-07-08T02:18:08.117942 | 2021-02-11T13:53:18 | 2021-02-11T13:53:32 | 234,077,942 | 0 | 0 | null | 2021-04-02T14:31:22 | 2020-01-15T12:40:10 | Shell | UTF-8 | PlantUML | false | false | 841 | puml | @startuml
participant Cloud order 10
participant EdgeManager order 20
participant MqttClient order 30
participant Application order 40
... "APPLICATION INIT" ...
EdgeManager --> Application: Run ($InstanceID) of Application
Application -> Application: Start $InstanceID
... "SEND COMMAND" ...
Cloud -> EdgeManager: Co... | false | true | false | false | sequence |
a9a4f1bb51a49a1873f6fe4fbbecc4d27745e9a9 | d658077b97f29ee990ee9fb828d8c94934477628 | /src/test/resources/classdiagrams/splitting-1.puml | edcceead2b15d8719046a868c5af2547fdfccffd | [
"Apache-2.0"
] | permissive | verhage/plantuml-parser | 7fd40e8591c1548c5c417a0facf806e8c246a8b0 | c792da387dd0a05b9737c69d3454d1f0d3a797a3 | refs/heads/master | 2022-11-12T02:36:14.941532 | 2020-07-05T20:29:27 | 2020-07-05T20:29:27 | 277,164,332 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 203 | puml | @startuml
class Bar1
class Bar2
together {
class Together1
class Together2
class Together3
}
Together1 - Together2
Together2 - Together3
Together2 -[hidden]--> Bar1
Bar1 -[hidden]> Bar2
@enduml
| false | true | false | false | class |
f2db61f527f2c8fe21e92e396c049a3742984fb4 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.ide.vscode@1.2.1/Editor/ProjectGeneration/GUIDGenerator.puml | e29edda066739a1acdd41a8586a80be76b5cf7ca | [] | 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 | 367 | puml | @startuml
interface IGUIDGenerator {
ProjectGuid(projectName:string, assemblyName:string) : string
SolutionGuid(projectName:string, extension:string) : string
}
class GUIDProvider {
+ ProjectGuid(projectName:string, assemblyName:string) : string
+ SolutionGuid(projectName:string, extension:string) : str... | false | true | false | false | class |
7de253e7bb82f0a8986213a217ca29a04d7011a3 | 06b4f9b29e51db9eef79b9f9828f3aa369840ec1 | /src/main/java/map/map.plantuml | 8f289b276f6152cd2f2114ed1c3005ca3bb2d473 | [] | no_license | inf112-v19/Thebadguys | d650f57d5b23824e82498cfc55c7026d29a59762 | ec1cbbd1ab466b1482fb0a72b466f351481d4917 | refs/heads/master | 2020-04-19T11:14:13.465654 | 2019-05-03T17:29:09 | 2019-05-03T17:29:09 | 168,161,605 | 0 | 0 | null | 2019-03-08T14:24:40 | 2019-01-29T13:44:35 | Java | UTF-8 | PlantUML | false | false | 2,063 | plantuml | @startuml
title __MAP's Class Diagram__\n
package map {
class GameMap {
- tiles : IGrid<MapTile>
+ GameMap()
+ isExpressConveyerBelt()
+ isConveyerBelt()
+ nextConveyerBelt()
+ isHole()
+ isSpinLeft()
+ isSpinRight()
+ isCheckpoint()
... | false | true | false | false | class |
bf5a1e7d88fe8517399e2d7e7c44983fffc86a8f | be03c24d9586225725ad748c6db3f23a23e5a818 | /TurboDuckRace/resources/UML/TurboDucks.puml | e1257168c2b7f9953158dcd0da16449cc832ef89 | [] | no_license | dzheng24/TurboDuck | b7b7fc8524795ad1132e072b442811fb438b08c9 | 46dfe0645fb160f3f70a9d0c1a07956f8edea239 | refs/heads/master | 2022-11-11T15:44:04.536868 | 2020-06-25T18:34:47 | 2020-06-25T18:34:47 | 273,594,342 | 0 | 0 | null | 2020-06-25T17:28:48 | 2020-06-19T22:02:17 | Java | UTF-8 | PlantUML | false | false | 1,389 | puml | @startuml
class Prompter{
+runRace()
+chooseAward(Map<Integer, Duck> racers)
-boolean doThing(String message)
-int getAwardChoice()
+printBanner()
-String getFilePath(String defaultPath)
}
Duck --> DuckFarm
Enum Color{
YELLOW,
ORANGE,
PURPLE,
RED,
BLACK,
BROWN,
GREEN,
BLUE,
MAGENT... | false | true | false | false | class |
7e10e6dacc365139ecaa80b95cbdf49295e410f3 | 5182c071d0316eff5aad407dff1872e3ef8f0c10 | /readmeFiles/User.iuml | 6384dcccf2b438c4a183543cd1062741d53b4342 | [
"Apache-2.0"
] | permissive | fh-erfurt/1234Altwagen | 99bdd696c68b32fb20577ab5b6b411d65853eaae | 3a90aa709cbfb481a74cdaa94ea16c7579c9c7a0 | refs/heads/master | 2020-08-29T12:27:59.230959 | 2020-08-03T17:08:57 | 2020-08-03T17:08:57 | 218,030,883 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 337 | iuml | @startuml
class User {
#firstname: string
#lastname: string
#eMail: string
#password: string
#userAddress: Address
+User(String, String, String, String, Address)
{method} getter und setter
+equals(Object): boolean
+listCarsForSale(): ArrayList<Car>
+listMyRequests(): ArrayList<Re... | false | true | false | false | class |
f1c1d707b74f7f00b1c12abf72315d148311bd80 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestRunner/Utils/IEditorCompilationInterfaceProxy.puml | f4104d4edf37a0e74b9508460b94e0472e60bf7d | [] | 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 | 177 | puml | @startuml
interface IEditorCompilationInterfaceProxy {
GetAllEditorScriptAssemblies() : ScriptAssembly[]
GetAllPrecompiledAssemblies() : PrecompiledAssembly[]
}
@enduml
| false | true | false | false | class |
a70c8b3611a0e2029f70f023feddefd0c8cdc38e | c800a9e50329b7396684ae18c153bae04446d17a | /docs/testsResults/T09_Should_add_sprite.puml | 5fcf108dd81e399bd9f176355d41849d0b912c6c | [
"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 | 523 | puml | @startuml
title
Diagram Test
end title
sprite $test [50x100/8z] {
xTH5ZiL034NHHzd_aflHglgMco5t6fsW7M3UcJW5yL0u6WlE0Esf-Fp7OAB7IA1FUP4jjimHxvFiUrUhpqqyzSXARDuKMIkF8SpI5un8viBuR07YSpiZr-Ex
1udm72ddBks43nEFqKvYIqxO3wES8nQ9cnot6y8aVk9qr6s8Ok8v9Mm5oo4F1N-cy4Pe9o2kHLX44nDNqHFD19HO9EaYzgd-z_ietoNCEXCk9Q76N2IEkHVK
UWwv5Kf7gk1... | false | true | false | false | class |
f6742d2faf8a3c16c3be6b66b5c278aa06be572d | ba8fb309e22f35423ac57f99496fe980cfb35edd | /root.plantuml | 68e3e908c95372858b3a29846d3c3e96e45f6af9 | [] | no_license | yaroslavPodymsky/repositoryOne | 969a25c167dfe4eed192dd8070b52ecc5ecea869 | 0ae4c00baa1062ad1235fb184d828d639492ac8f | refs/heads/master | 2023-07-16T21:06:41.828234 | 2021-09-01T12:06:18 | 2021-09-01T12:06:18 | 401,990,418 | 2 | 1 | null | 2021-09-01T12:03:45 | 2021-09-01T08:40:22 | Solidity | UTF-8 | PlantUML | false | false | 1,557 | plantuml | @startuml Root
skinparam WrapWidth 250
skinparam classAttributeIconSize 0
class Root{
+_rootData: RootData
+_pubkeyOwner: uint256
+_addrOwner: address
+_totalGranted: uint128
-_checkAmount (amount:uint128)
+uploadWalletCode (codeWallet:TvmCell)
+deployWallet (pubkeyOwner:uint256, addrOwner:addr... | false | true | false | false | class |
58f9ad869bc4dedf52003e91eba8a3406f188155 | 1ac0a5cf0a74b207d7cdac817f81b15f452f494c | /Livrables/Diagrammes/Composants/UML/ViewController.plantuml | c4062556c3b0600dc1984083f87f55ea1dd1d3af | [
"MIT"
] | permissive | HugoLA1/Projet-programmation-systeme | 1f143b71a52871ca3536b30d78592c29f19aae97 | 5262fa64cd862283078346b4f8a2aa69246d47d6 | refs/heads/master | 2020-06-01T10:33:49.688170 | 2018-12-13T13:22:55 | 2018-12-13T13:22:55 | 190,750,176 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 66 | plantuml | @startuml
class ViewController {
+ ViewController()
}
@enduml
| false | true | false | false | class |
ae3daac68f429cee058fe45b654b5ebb9b75013a | fafaf973381b21bea8eb334545ded62282cba3a2 | /UML_Class_diagram/scenario_uml.plantuml | bdf35995850d100d9b1942826694f23c112705cf | [] | 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 | 899 | plantuml | @startuml scenario_uml
left to right direction
class Account{
number
balance
deposit()
withdraw()
}
class Customer{
address
card_number
pin
}
interface Person{
firstName
lastName
}
class ATM{
location
managedby
withdraw()
deposit()
checkBalance()
}
class Bank... | false | true | false | false | class |
d1a5f216d4f10f4441bf4745806163878c791f8f | 989b3152bddfc7a4a6f155115f3528e00dac0158 | /docs/umls/stateGame.iuml | 8059e7ebb97f9af2618fe9f8dba592bf25b073b9 | [] | no_license | up201806330/ASCIIValley | aa5904c13aa3b41e5c4551e0add5f53b6d89514a | 5e908626e1a4cae1cefde3d3323a2d90d755bdf9 | refs/heads/master | 2023-02-20T23:49:37.835398 | 2021-01-26T16:38:10 | 2021-01-26T16:38:10 | 308,782,804 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 662 | iuml | @startuml
skinparam linetype ortho
class GameController{
GameState state
void setGameState()
}
interface GameState{
void execute()
ActionEvent processKey(KeyStroke key)
}
class MenuGameState{
void execute()
ActionEvent processKey(KeyStroke key)
}
class InGameState{
void execute()
ActionEvent process... | false | true | false | false | class |
b3181af8fd3631c7025c1f38c0395755ce182a7c | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/signature-name-date@0.1.1.puml | f79118024314f36afa9221d78d215a5022a796d3 | [
"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 | 269 | puml | @startuml
class io.clause.signature.namedate.SignatureClause << (A,green) >> {
+ String signatureAnchorTag
+ String nameAnchorTag
+ String dateAnchorTag
}
io.clause.signature.namedate.SignatureClause --|> org.accordproject.cicero.contract.AccordClause
@enduml
| false | true | false | false | class |
7f4d5513b06df381c934a96a9c6c04c8cb31c55e | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/payments-service/Application/Database/DatabaseContext.puml | 0a8730af3e9c4b479c8903e276f7772cabdcdcaa | [] | no_license | converge-app/uml-diagrams | b0638f3b801ced52b650025b1b81d29f4ff345fe | 4202d41a464838d7604062e407b065bf512ad8d6 | refs/heads/master | 2020-11-25T09:53:56.136779 | 2019-12-17T12:11:29 | 2019-12-17T12:11:29 | 228,607,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 479 | puml | @startuml
interface IDatabaseContext {
Payments : IMongoCollection<Transaction> <<get>>
Accounts : IMongoCollection<Account> <<get>>
IsConnectionOpen() : bool
}
class DatabaseContext {
- <<readonly>> _database : IMongoDatabase
+ DatabaseContext(settings:IDatabaseSettings)
+ Payments : IMongoColl... | false | true | false | false | class |
1b66fc7950b3e1a7a34de86796dad943fddf0772 | a6c6260c47cfd485d9efada5d5465f8e76fd9fd6 | /docs/Libgdx_ATC_Simulator/Design_and_API/NavData/Class_Design.puml | b5555be700df32ad00804a7bed630105f81a3c54 | [
"MIT"
] | permissive | kellpossible/libgdx-atc-sim | de1a0c6bdf4aef62f81be8054bb6b0fef9169057 | b469ccc3245004d36a9e0f6d1d27651182ba2962 | refs/heads/master | 2020-03-16T21:28:47.083340 | 2019-07-03T04:29:20 | 2019-07-03T04:29:20 | 133,000,560 | 1 | 3 | MIT | 2019-07-03T04:29:21 | 2018-05-11T06:47:03 | Java | UTF-8 | PlantUML | false | false | 312 | puml | @startuml
package "NavData" {
class Airport
class Beacon
class DirectionalBeacon
class Fix
class ILS
class VOR
class Waypoint
Airport --|> Waypoint
Beacon --|> Waypoint
DirectionalBeacon --|> Waypoint
Fix --|> Waypoint
ILS --|> DirectionalBeacon
VOR --|> DirectionalBeacon
}
@enduml
| false | true | false | false | class |
ff899c04cc75ab0688f8c4950d60368871d962bf | d5b91de7c10c7a6d79e6d6f0384d6d7f7bcb513c | /docs/diagrams/CommandClass.puml | db29790ab477dbe780236f5330276c2b03bbdcb8 | [] | 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 | 712 | puml | @startuml
'https://plantuml.com/class-diagram
hide circle
skinparam classAttributeIconSize 0
!define ABSTRACT {abstract}
abstract "{abstract} \n Command" {
+ execute() : void \t\t ABSTRACT
+ isExit() : boolean
}
class ClearCommand {
+ execute() : void
}
class CloseCommand {
+ execute() : void
}
class Defaul... | false | true | false | false | class |
26c6f971fa28c9caf39cda7a8756cecad8b4aac9 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-codelist-partrolle.puml | a4370766ff88bd524b0577bbc34e5b44fab704e3 | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 170 | puml | @startuml
skinparam nodesep 100
hide circle
class Kodelister.PartRolle <<codelist>> {
+Klient = KLI
+Pårørende = PAA
+Formynder = FORM
+Advokat = ADV
}
@enduml
| false | true | true | false | class |
b6625894723a9935c726da3f25b3566939a6895e | 8eeaa622bd21c275f3c6995d3f1b3657b68b0618 | /src/Docs/_new/2-internals/1-core/60-rule-system/_puml/rule-classes.puml | 492ef639fc1dca0e6c5471fc1092bca981fb790c | [
"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 | 587 | puml | @startuml
hide empty members
class Rule
class Container
class OrRule
class AndRule
class "...Rule" as containerRule
class AmountRule
class CountRule
class DateRule
class "...Rule" as primitiveRule
class Scope
class "...Scope" as someScope
class LineItemScope
class CartScope
Rule <|-left- Container
Container <|-- A... | false | true | false | false | class |
703fdb3efa2dc30493c0251d30a115c7a488cccc | cac0f6435c91134d07aa0eab66745e64c37e9106 | /docs/diagrams/src/protocol.puml | c929be5cb3e3087f462b84f8b26ccec5f508065e | [
"MIT"
] | permissive | ShaharHD/document-template | 2f83c0ac50f33390d61a96547b6c99c78abb03e5 | fc04bc0ad2f927ef93865bc801331ab745cf039c | refs/heads/master | 2020-05-23T21:01:58.057151 | 2019-08-13T21:09:08 | 2019-08-13T21:09:08 | 186,943,739 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 663 | puml | @startuml protocol
autonumber "<b>(##)"
hide footbox
actor Operator
Operator -> ServiceA : Export JSON
Operator -> ServiceB ++ : Process JSON
group 1st JSON File
ServiceB -> API : Message
note left: ID: **1** Type: **SEQUENCE**
ServiceB -> API ++ : Sequence
API -> Processor ** : Transmit
return Mess... | false | true | false | false | usecase |
d15962f8c835276419c44a0b4b8e5a92c309b7cb | b582b2522fd68b6903f8318725308c22fbc97563 | /cardreader.provider.bluetooth.feitian/doc/plantuml/BFEICRP/FeitianCardReaderProvider.plantuml | 20f533a949401183beda3df51e5f362eeae7cdc3 | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-Bluetooth-Feitian-Android | 4a8bb848ef0894c7da3516a82150a8cef6079fd8 | 5acf358dd6a5819c20b85d5b778d1aa487f7b3d7 | refs/heads/master | 2022-01-12T05:42:43.524841 | 2022-01-07T07:24:26 | 2022-01-07T07:24:26 | 214,090,891 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 367 | plantuml | @startuml
package de.gematik.ti.cardreader.provider.bluetooth.feitian.control {
class FeitianCardReaderProvider {
- providerDescriptor : ProviderDescriptor
+ FeitianCardReaderProvider()
+ getCardReaderController()
+ getDescriptor()
}
}
FeitianCardReaderProvide... | false | true | false | false | class |
d3b34a8dd0110856c52f1221e02ad79695335cf0 | ccc6f7079448a80fc400c527099ac01d0184bf16 | /buttonTree.puml | 4e0e64cb52771a59695cdc35d41d2521af97c9a4 | [] | no_license | Androm517/SimpleCalculator | 7acd0b3967727959d2641a19ff91865ed84ab564 | ef1478d3dfd39fea65d31e96c79cb1ce3007f5d4 | refs/heads/master | 2020-06-17T09:42:16.799466 | 2019-07-08T20:52:11 | 2019-07-08T20:52:11 | 195,884,373 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 231 | puml |
@startuml
Plus "4" --> Operator
class Command {
calculator
name
command
str()
}
Zero "10" --> Number
Ans "2" --> Function
Function --> Command
Operator --> Number
Number --> Command
Number : execute()
Function : Execute()
@enduml
| false | true | false | false | class |
3b7414953d77cad22f8ae22b27a7271b202e8e07 | 2f155271d292d377036fa1f443bf6ad4635f3469 | /sequence_diagram/new_track.puml | a0232cd35726a3b985683583860407b06fe88644 | [] | no_license | austudio-team/austudio-uml-graph | 1519a4589469e943a11d899d743d023b3f42b584 | e22788d17814ae3e61703e0daf414f60bab2b25c | refs/heads/master | 2021-03-03T09:13:02.261657 | 2020-03-29T17:54:45 | 2020-03-29T17:54:45 | 245,948,897 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 534 | puml | @startuml
actor User
User -> ControlBar: Click
activate ControlBar
ControlBar -> ChannelAction: addChannel(0)
deactivate ControlBar
User -> AudioChannel: Right Click
activate AudioChannel
AudioChannel -> AudioChannel: contextMenuHandler
activate ContextMenu
AudioChannel -> ContextMenu: render
User -> ContextMenu: Cl... | false | true | false | false | usecase |
a67dc00670877b171b1837b061765abcb5ec2f38 | 187e1f1901cd60cd52d97f2557152bcdb5f174e3 | /firebase_analytics_log_login_sequence.puml | ebe4fef15febe2f94f45d1a0081cd05a4463c119 | [] | no_license | solid-dimakoniaiev/test_buildkite | 7e9554c6881c2403e04b0ea49bba3b4b139a4b63 | c4bc58c7fefa369d447de67e739dfe8632c12e80 | refs/heads/main | 2023-01-21T23:20:18.848091 | 2020-11-25T11:23:50 | 2020-11-25T11:23:50 | 305,688,022 | 0 | 0 | null | 2020-10-26T16:11:59 | 2020-10-20T11:37:07 | null | UTF-8 | PlantUML | false | false | 956 | puml | @startuml web_layers_sequence_diagram
skinparam ParticipantPadding 20
skinparam BoxPadding 10
actor Bob
box "presentation"
participant UI << (C,#ADD1B2) >>
participant AnalyticsNotifier << (C,#ADD1B2) >>
end box
box "domain"
participant LogLoginUseCase << (C,#ADD1B2) >... | false | true | false | false | usecase |
e672578acd565d0cc260255d29d65f5e7600f2e2 | 92addf9ac745235fb51e5e3a0abd2494db5f9f4b | /src/main/java/ex45/exercise45_UML.puml | 5d8bc7b263cc894bc9c1448744edab0137916a4d | [] | no_license | vishal8557/choday-cop3330-assignment3 | bd61e8060aba52f8d5376e6df2faedc02ed1d3d3 | d81199eae03bf0404114aa812f8c3f50f425e2db | refs/heads/master | 2023-08-31T07:45:19.655353 | 2021-10-11T18:26:49 | 2021-10-11T18:26:49 | 416,053,974 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 197 | puml | @startuml
'https://plantuml.com/sequence-diagram
class App{
- App : List<String>
- wht_wre_pting_in_the_otput_now -> ArrayList
-doing_the_bff_writer_now.write -> this_is_the_line.get(VC)
}
@enduml | false | true | false | false | class |
4354898114a9330f31aa2b1879bf7a60e8c65124 | 6669afd15b835e4029133102cfffbdc63764286e | /docs/diagrams/ClearCommandSequenceDiagram.puml | 18dda1f7924f282fcc0f5d948662d2ff2cf0f0b7 | [] | no_license | jerichochua/tp | 852d34673f31b7d728af310a7985d51cd6409c99 | d8b562a2aab468abf75cdd0f28b9d64eeb7ca1c1 | refs/heads/master | 2023-01-21T17:48:15.520953 | 2020-11-09T15:38:41 | 2020-11-09T15:38:41 | 297,093,690 | 0 | 0 | null | 2020-09-20T14:27:09 | 2020-09-20T14:27:08 | null | UTF-8 | PlantUML | false | false | 1,301 | puml | @startuml
skinparam Shadowing false
participant ":Fitr"
participant "<<class>>\n:Parser"
participant ":ClearCommand"
participant ":ListManager"
participant ":StorageManager"
activate ":Fitr"
":Fitr" -> "<<class>>\n:Parser" ++ : parse("clear ...")
create ":ClearCommand"
"<<class>>\n:Parser" -> ":ClearCommand" ++
retu... | false | true | false | false | sequence |
d002b9050b90f55510d9f7f90c47811077ce8700 | 6c4a53bd2eace62b028297f19b80c5be08966cb0 | /MastersEVCS/HoltCryptoToolClassDiagram.puml | be882e6ec01259aa0703e5d129e6345982993c57 | [] | no_license | amh0029/Masters_Proj | 012ad783fe0788934dd37ec601aa497d3a58c84d | b895b8cf88ec9c32728d2ce82b22230511a2426b | refs/heads/master | 2021-01-20T04:36:40.074730 | 2016-04-06T01:54:06 | 2016-04-06T01:54:06 | 43,176,374 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,068 | puml | @startuml
class Masters_Proj.DecodeFrame
class Masters_Proj.DirectoryCustomFilter
class Masters_Proj.EncodeFrame
class Masters_Proj.ExtendedVCS
class Masters_Proj.ImageCustomFilter
class Masters_Proj.MainFrame
class Masters_Proj.Pixel
'Showing the dependencies
'MainFrame uses EncodeFrame and DecodeFrame (General Dep... | false | true | false | false | class |
03b084b15d8cb55139f286ada7621f8536d88aca | a37cdc656e7476dd965aa86fdf36e6b15efe4a49 | /docs/use_cases/use_cases_device_on_ledger_certification.puml | 17b85d5c47b0a08a829fc5cdf9777cf6e81791f8 | [
"Apache-2.0"
] | permissive | chandarana/distributed-compliance-ledger | 55267db5e16247de442989104fb54fe311c7f3ed | 9ab0d85b92c435a2d928ec817e11c5e294b288e5 | refs/heads/master | 2023-07-29T22:59:05.297950 | 2021-06-28T07:42:37 | 2021-06-28T07:42:37 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,906 | puml | @startuml
!pragma teoz true
hide footbox
actor Vendor as V
actor "Test House" as T
actor "ZigBee Certification" as ZB
actor User as U
entity Device as D
database Ledger as L
note over V, L
In this case Device Certification is done on Ledger:
- Device doesn't have any certification when issued
- Test and Certification... | false | true | false | false | usecase |
0fcb796cee5d2ee049661d646657ffaaf102e262 | beaaf9af37b9eb0ae9cbc592324b137229cc7141 | /UML/Instance.puml | f6dfd6505dd0be6a68f643127060fa2b4faf0119 | [] | no_license | rom111419/UML-in-Markdown | 46c9c0da395665e9e90ca166b5d0cc68660cddf9 | a91b78221e691b228c0253572346b8d92f289ea2 | refs/heads/master | 2021-09-14T07:51:40.562580 | 2018-05-10T07:36:30 | 2018-05-10T08:26:03 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 180 | puml | @startuml
Instance <|-- VulkanRootObject
class Instance {
-- Contructors & destructors --
- Instance()
-- Public methods --
+ Initialize() : bool
}
@enduml
| false | true | false | false | class |
ffd6bbc31e1d506100b093be71358a20fe351827 | 0db2a1b3f42bc02382a3ef4dcc292a327aa574e0 | /documents/version_3/diagrammes/sequences/etreMort.puml | 383cea14e1c050b1edb20cca897a2f7421cfac3c | [] | no_license | arnoux23u-IUTNC/2021_COO_Zeldiablo | 9d872fbaf107b05f02c5d1a5bc4f4bc3c314b94e | 2b44e0479eacb3114f897d82bc57372a89ae68af | refs/heads/main | 2023-09-02T13:52:01.393111 | 2021-11-15T21:47:07 | 2021-11-15T21:47:07 | 368,554,956 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 203 | puml | @startuml
title "Méthode de vérification de la fin du jeu"
participant "JeuPerso : a" as a
-> a : etreFini()
activate a
alt ! pj.etreMort()
<-- a : false
else
<-- a : true
end
deactivate a
@enduml | false | true | true | false | sequence |
2e99eed290b58407e6d64d2b8f9aa105386560b2 | 136ce57f474d035a700706c5a2c829b716c32f1e | /cdct/diagramme_de_sequence/plantuml/lister_pieces.puml | 8ae4d6a21e812ac9bbe71326e6ffa237550e80e0 | [] | 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 | 376 | puml | @startuml lister pièces
actor "Utilisateur" as u
participant "Esidom front-end" as fe
participant "Esidom back-end" as m
participant "Home Assistant" as ha
u -> fe: Lister les pièces
fe -> m: GET /rooms
m -> ha: WS: {type: "config/area_registry/list"}
ha --> m: WS: {type: "result", success: true, result: []}
m --> fe... | false | true | true | false | sequence |
dea44c8f127bc3751088b38abb77c33f273ee220 | eecd1c77822c65c4710343842ad0ebf5ef00faf4 | /Diagramy/petclinic.plantuml | ecd9c70fd3298e46a2c8fa4e72aceca2db632d1e | [] | no_license | Serionus/softwareEngineeringPetClinic | 85c4ea77ee114e50dbca0cc330e8c435f155a967 | 08e5acbe4299b5de773261f798c1b2c1d17b5d2a | refs/heads/main | 2023-06-08T13:18:00.616989 | 2021-06-25T14:19:42 | 2021-06-25T14:19:42 | 351,232,601 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,987 | plantuml | @startuml PetClinic
' abstract Human{
' -String firstname
' -String surname
' -String login
' -String password
' }
' entity Owner extends Human {
' -Long ownerId
' -List<Pet> pets
' }
' entity Vet extends Human {
' -Long vetId
' -List<Visit> visits
' }
' entity Visit {
' -Long v... | false | true | false | false | class |
d0815175253c5aef7499168f52072bb6d0c76a65 | 366b04c0ecc60f4f827ccc25cc47201652cf29e8 | /src/factories/simpleFactory/implementation_02/uml/Factory_02.puml | a0c161b1f681ac1f55fd6e20cdaafeb8ce5d13c2 | [] | no_license | vitalispopoff/designPatterns | c14b6d222603d6873229b17254b4e001b1b23bac | 9d90e87ddbd6f964ba681c7bb13b94551383ff07 | refs/heads/master | 2022-11-16T10:20:38.580475 | 2020-06-20T21:36:16 | 2020-06-20T21:36:16 | 267,718,159 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 559 | puml | @startuml
+class ToyProducer{
+{field} Factory
--
+{method} Toy produceToy (String){constructToy(...)}
}
+abstract class Toy{
+{field} String toyName
+{field} boolean forGirls
--
}
+class ToyBall extends Toy{
}
+class ToyDoll extends Toy{
}
+interface Factory{
--
... | false | true | false | false | uml-unknown |
39502b81f49149a3e1bd1d9a993b040ddf48e1d7 | 978121af0d8c73bb701d34095429612d5786f696 | /src/conceptionComptagePoints.puml | db29fdbcc1f7df9abd74180366d91a9a42efc04a | [
"MIT"
] | permissive | ueisd/compteurpoints-jeu-go-java | b97eda30c87d8def3c4af75c1ae900dae8d0de2c | 25ee6e471b076afd39fd4e536434fe63ff4d0cd4 | refs/heads/master | 2023-05-31T03:53:06.414844 | 2021-06-05T14:14:06 | 2021-06-05T14:14:06 | 374,130,993 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,860 | puml | @startuml
Board .. EncirleAreaComparator
class EncirleAreaComparator {
+ boolean isAreaAisInAreaB(EncircledArea areaA, EncircledArea AreaB, Board b)
+ boolean isCloudIntersectionAisInCloudIntersectionB
+ boolean isCommonContentIsNoMansLand(EncircledArea areaA, EncircledArea areaB)
+ boolean isMinleftO... | false | true | false | false | class |
9907bc93bdfe8ff275d39053547c3cf3ce8a68fe | b90fdc8479805f468b4eab02c997eaaf30e975b1 | /app/src/main/java/com/example/quiztest1/quiztest1.plantuml | ed5acc83930bb2849da52f9a63a5be84ee79c341 | [] | no_license | LexuLexu/Kanji_Quiz | 0a7b0046284641fee749f2a84f68016d0059c6cc | 6c5d09006042cdbe06f3d10a71c6eea5728e2374 | refs/heads/master | 2022-12-07T04:29:03.237323 | 2020-08-13T13:21:05 | 2020-08-13T13:21:05 | 275,585,263 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 12,272 | plantuml | @startuml
title __QUIZTEST1's Class Diagram__\n
namespace com.example.quiztest1 {
class com.example.quiztest1.AboutActivity {
+ go_to_questions()
+ load_bottom_bar()
# onCreate()
}
}
namespace com.example.quiztest1 {
class com.example.quiztest1.EndlessActivity {
+... | false | true | false | false | class |
685618695ac12a48186ffc1460c16ef1387de982 | f98146a6316186037693fbc5a4a33b9d5d836aef | /metamodel.puml | 3144c1d0afd00a555f97660943e83b948cbd4a64 | [] | no_license | johnwelford/standardsModel | 17857dbc929542cfe0b107293df4a844b1f8361a | c47f71cfc9b8d456f38d6d00966a20ad24041ca3 | refs/heads/main | 2023-07-04T12:46:55.874894 | 2021-08-09T11:58:35 | 2021-08-09T11:58:35 | 393,913,572 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,107 | puml | @startuml
'title Standard modelling metamodel
!startsub STYLE
class test
!endsub
'scale 1000 width
'skinparam packageStyle frame
'skinparam linetype polyline
'top to bottom direction
hide empty members
'hide circle
'hide stereotype
' spare colours from the palette... #FE88B1,#C9DB74,#8BE0A4,#B497E7,#D3B484,#B3B3B3
... | false | true | false | false | class |
860a7f7380f9d5aa3bcc6b5a05a2f7fc56ac6383 | 30efad7f2916f48d8ba7d74b9d4b208c6fe91c9e | /trabalho1/casoUso.plantuml | c8da34abaf0c18d74f73237fd1d2ff6785ce6722 | [] | no_license | RenataBrito/ModelagemOrientadaAObjetos | c67360923733746cac878e415d46885261cfd66c | 6b39d64fc0b9d141de6a89f4a69c58ce6a24776b | refs/heads/master | 2023-01-10T13:15:13.487354 | 2020-11-17T01:33:13 | 2020-11-17T01:33:13 | 313,473,984 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,724 | plantuml | @startuml Trabalho 2
left to right direction
skinparam Style strictuml
actor "Usuario do Sistema" as u_Sys
actor "Usuario cadastrado" as u_Cad
actor "Host" as host
actor "Sistema" as sys
'Casos de uso do usuario do sistema
usecase "Enviar mensagem" as msg
usecase "Iniciar conversa por chat" as chat
usecase "Fazer l... | false | true | true | false | usecase |
15e788fbf6aa1d4ae3000a545e1a5e5cd224b92f | f59219b49fe406be0dae496c9fd9418e802719da | /src/main/java/reflec/aop/cglibtest/AOPSEQ.puml | c5c1eb145ca89a4521a5ecd57866dba8a1033b54 | [] | no_license | Somersames/JavaBasis | 40eb2c3eae7b15876b235c395475f372123c681d | bf4ea40546a2872089dee42ef4e20d88aeaed566 | refs/heads/master | 2021-01-23T05:46:21.604713 | 2018-09-17T14:47:10 | 2018-09-17T14:47:10 | 86,323,213 | 6 | 5 | null | null | null | null | UTF-8 | PlantUML | false | false | 429 | puml | @startuml
CGLIBProxy -> ProxyUtil: new()
ProxyUtil --> Reflect: new()
Reflect --> Reflect: getAnnotationClass()
Reflect --> ProxyUtil: return reflect
ProxyUtil --> CGLIBProxy: return proxyutil
CGLIBProxy --> Enhancer : getProxy()
Enhancer --> CGLIBProxy : return enhancer
CGLIBProxy --> ProxyUtil : generateEntity(ProxyE... | false | true | false | false | sequence |
c6d26e7d764e1efa7ab56c23467c7add852b0a6d | 75732426f13d523ab1c7be7bee23c2152eb9a77c | /documents/diagrams/services_tracker_services_add_async_seq.puml | 49c98c80730df2342030d1a812027adcf3c6db70 | [
"Apache-2.0",
"BSD-3-Clause",
"MIT"
] | permissive | apache/celix | 841da4d364432bff49c796f908d64090cec1d759 | 28118976b802f421f4789ece0c15e791f542712f | refs/heads/master | 2023-09-04T22:17:43.815664 | 2023-09-04T01:22:00 | 2023-09-04T01:22:00 | 22,781,134 | 158 | 114 | Apache-2.0 | 2023-09-12T01:22:30 | 2014-08-09T07:00:07 | C | UTF-8 | PlantUML | false | false | 1,544 | puml | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file ... | false | true | false | false | usecase |
bd8fb71ee297f1df4c0fc8548dba87ade0bd8d30 | 8be3422f65841c4f40f9cf261fdc00e2ff34fc06 | /src/main/java/com/madrat/spaceshooter/apiserver/controllers/controllers.plantuml | 4089fdf7bf8102070dd42b557349c972bada8bd2 | [] | no_license | m4drat/spaceshooterserver | e3be93ead00a77b56d12e73c9c5cd215ca0b87bf | 237ec0d1fd721cfaf818af83f00cab4a70e9d6da | refs/heads/master | 2020-05-18T06:45:13.605821 | 2019-04-30T10:55:11 | 2019-04-30T10:55:11 | 184,242,404 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,199 | plantuml | @startuml
title __CONTROLLERS's Class Diagram__\n
package com.madrat.spaceshooter.apiserver {
package com.madrat.spaceshooter.apiserver.controllers {
class ErrorHandler {
+ handleError()
+ getErrorPath()
}
}
}
package com.madrat.spaceshooter.apiserver {
package co... | false | true | false | false | class |
b3096fc59eb7643abe13f1bed2af04b778464544 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Security/Detection/Logical.puml | 544b241105f5bda809f62fbeac0c6eb7e54713d7 | [] | 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 | 356 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "User" #ffffcc {
}
package "Used" #ffffcc {
}
package "Security/Detection" #lightblue {
interface "Security/Detection" {
}
CLI ()-- "Security/Detection"
REST ()-- "Security/Detection"
Web ()-- "Security/Detection"
}
User --> "Security/Detecti... | false | true | false | false | class |
0f12cf1d75a4b0d784fac675bf6dc37555ad89ea | a2b0ac8457f74007105c64007cdea45c059a54c7 | /uml/proje.puml | 04261a58d5a43b494ba9bf47b4206ffdaf1adcd2 | [] | no_license | brkyc3/yazilim-tasarim-kaliplari | 1337c0b47801ea912ee59dd3ba17ca28015d5bea | a6dcaf3d60e0d3eb70580a60eb121930ab08eeec | refs/heads/master | 2020-04-27T09:15:15.644052 | 2019-06-03T14:27:01 | 2019-06-03T14:27:01 | 174,206,985 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,775 | puml | @startuml
class User{
-fields
+ find_similars()
+ save_image()
}
abstract class AbscractSubscriber{
+ {abstract} update()
}
class Image{
- observerCollection
- _notify()
+ subscribe()
+ unsubscribe()
+ save_image()
}
class Trainer{
- newImagesCount
- customLoss
+ reTrain()
}
class CustomLoss{
}
Trainer o-- Ded... | false | true | false | false | class |
4a090e8e4aaf322e1c0bd1e4c61c8db925eb1862 | a76e7ded7055b62cf913ba91d8f8e745f443530f | /moneytransfer/src/main/kotlin/moneytransfer/cleanarch/Repositories.puml | f0c25014e5a2f76279b486c017a2fff61d693880 | [] | no_license | michaem/DDDSample | 7acbbb5d81aa9120a3a7b4611c4c0edc5965c01c | b1887c425a48d8e2a1f87632fd961a234620ed04 | refs/heads/main | 2022-12-27T22:48:48.832296 | 2020-10-13T17:13:41 | 2020-10-13T17:13:41 | 301,216,256 | 6 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,257 | puml | @startuml
package "Country Domain Layer" <<Rectangle>> {
interface CountryRepository {
+ findCountryById(id: CountryId) Country
+ getCountries(): Country[]
}
}
package "Country Data Layer" <<Rectangle>> {
}
"Country Data Layer" <|.. CountryRepository
package "Transfer Domain Layer" <<Rectangle... | false | true | false | false | class |
9d542ec4d8fdd70372a02906aad11fb26aafacc7 | 3c949255d2fc5b9dc3344ced65c177855fde567e | /springframework/src/main/java/com/study/springframework/ApplicationContext.puml | 68e4d4a0aa4ef2384c46d1da1ac24d2806d2f01a | [] | no_license | Danny20151987/github | 5da07a879ba05dac7d52e6ebb7e731da8e883276 | 89778b783ef146cccf1ea4aa8851c64ab5325105 | refs/heads/master | 2020-09-24T17:23:02.147455 | 2019-12-04T08:05:33 | 2019-12-04T08:05:33 | 225,806,892 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,354 | puml | @startuml
interface ApplicationContext
interface ConfigurableApplicationContext
ConfigurableApplicationContext -up-|>ApplicationContext
abstract class AbstractApplicationContext
AbstractApplicationContext .up.|>ConfigurableApplicationContext
class GenericApplicationContext
GenericApplicationContext -up-|>AbstractApp... | false | true | false | false | class |
7e39f6e89649563ffc101f1bca430fcd0f5fa333 | e8f8ae9657345bef73b15725afaa8ace5236ed69 | /ssi/images/PrivacyConsent_Issuance.puml | 287114ca7fb09220e26e1d639e07a266d37adaf5 | [
"Apache-2.0"
] | permissive | hesusruiz/PrivacyCred | 9d7d4dc15691f86687542fcc552f6c0c77a59927 | 9d9d27685df67ef6ca9a177d2341b4d2b42392fd | refs/heads/main | 2023-06-08T21:31:13.509017 | 2021-06-25T15:40:00 | 2021-06-25T15:40:00 | 351,330,154 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,064 | puml | @startuml PrivacyConsent_Issuance
autonumber
skinparam sequenceArrowThickness 3
skinparam roundcorner 10
skinparam maxmessagesize 300
box "Issuer" #f1f9ff
database "Issuer\nbackend" as IS
end box
box "Citizen" #f1f9ff
actor "Citizen\nwith\nmobile" as CI
end box
box "Trust Framework" #f1f9ff
participant "Unive... | false | true | false | false | sequence |
48150bbab220a9fed47fbe70612f9267fe839b52 | 5bdbd6738fe541bd2e09ee38cdcf8e5396e969e4 | /hadoop/src/hsso/mutual-auth-ssl.puml | 052376d26613f244e372dcac7e560b72bffa4955 | [] | no_license | kminder/puml | a788960884f2cabea5ff3daf05818716c0c28489 | bc65fc266143105da327d94e1fc6a91677093412 | refs/heads/master | 2021-01-20T06:25:50.168990 | 2013-06-18T17:20:54 | 2013-06-18T17:20:54 | 10,411,289 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,653 | puml | @startuml
autonumber
participant Installer as I
participant Client as C
participant IDP as IDP
participant NameNode as NN
participant DataNode as DN
participant HSSO as SR
== Service Bootstrap ==
I->SR: [HTTP]\npreregister(svc-type=nn)\n:sr-reg-url,sr-pub-key,reg-code
activate I
I->NN: [Puppet]\nfirstLaunch\n(sr... | false | true | false | false | sequence |
bcc1eadc4074e0f904c1a1a81d59c12830b8d3db | dcca4c0aa19e3085bd37640a52b07fa02396b1d8 | /4.Behavioral Design Patterns/2.Command/src/main/java/com/howtodoinjava/diagram/CommandClassDiagram.puml | 302b5fa56b2ff9bec7ebc68801d93bcf5c2d4b7e | [] | no_license | drronidz/design-patterns-java-maven | 8df24c5bdd021dd45018faf3937b767609e880eb | aa580cd4cc6caa25a418a71bd5af06f86bd354a6 | refs/heads/main | 2023-07-15T15:26:04.451482 | 2021-08-25T23:45:35 | 2021-08-25T23:45:35 | 392,855,046 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,088 | puml | @startuml
'https://plantuml.com/class-diagram
interface ICommand <<Java Interface>> {
+ execute () : void
}
class Light <<Java Class>> {
Light()
turnOn () : void
turnOff () : void
}
class Fan <<Java Class>> {
Fan()
start () : void
stop () : void
}
class StartFanCommand <<Java Class>> {
... | false | true | false | false | class |
7aeff8c253b60b18601426fbc100cbefaac39148 | dec75933ae28d0c4c69bc0616f074274838c1d44 | /doc/source/bambuk_agent_data.puml | 05fd02c7eb98975fced64c6830bb6762207dab0d | [
"Apache-2.0"
] | permissive | lionelz/networking-bambuk | 8c9783411d8cac0077d54ba4b94e5d894434518c | a7d1ad804c4bf47c6a4aacf21e8123d431752f25 | refs/heads/master | 2020-04-12T06:30:13.519467 | 2017-07-03T10:43:56 | 2017-07-03T10:43:56 | 61,096,063 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,396 | puml | @startuml
enum entity_type {
port
subnet
network
security_group
fdb_entry
}
class connect_db {
version
..
Map<(entity_type, id), value>
}
class fdb_entry {
segment_id
..
network_type
..
ports(mac_address, ip_address)
}
class connect_db_update {
entity_type
... | false | true | false | false | class |
f406a0569d0612c4034308f362b45b3c25c46e6c | 319488df94b7f979aaa11c71088151b868a4bd8a | /demoLSPBeverageManager/src/com/example/ocp/demolspbeveragemanager/demolspbeveragemanager.plantuml | a0bb582feca305c5f68f25c097ab51be1dfbc877 | [] | no_license | ccabrejo20/SOLIDDemos | 0864ad080a1f35f492845d1cc78ad80b0583075e | 8dbb918f710f62d520eda00146a0b1d54a02b244 | refs/heads/master | 2022-12-07T02:28:40.710654 | 2020-08-08T03:47:56 | 2020-08-08T03:47:56 | 285,679,469 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 460 | plantuml | @startuml
title __DEMOLSPBEVERAGEMANAGER's Class Diagram__\n
namespace com.example.ocp.demolspbeveragemanager {
class com.example.ocp.demolspbeveragemanager.StarbuzzCoffee {
{static} + main()
{static} + printBeverageInfo()
}
}
right footer
PlantUML diagram generated by SketchIt! (h... | false | true | false | false | class |
1e8b95b70bd448a89b050a2870ade946ae3e8f25 | ee78251e468b32be4595e0670981340b9e48b901 | /specifications/usecases/return/return.puml | 53a6eaf93e61552104b68dfb6ebbc1b85ac66853 | [] | 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 | 204 | puml | @startuml Manage returns
left to right direction
actor Employee as E
rectangle "Manage returns" {
usecase "Return library item" as R
usecase "Create fine" as F
}
E -- R
R <-. F : extends
@enduml
| false | true | false | false | usecase |
e14ef32b7b92282678b8c1c0802a6bba586af51e | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TaxedPrice.puml | 82266ac51e7b309cb262d68aa33ee25a17c4f588 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 8,636 | 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 TaxedPrice [[TaxedPrice.svg]] {
totalNet: [[CentPrecisionMoney.svg CentPrecisionMoney]]
tota... | false | true | false | false | sequence |
c5d676984a3dd11c38f2d1bf76ddb80936a6dc78 | 87cde44ffb99a6e47f70b11faf6e18a6e395e0c7 | /src/main/java/ex44/ex44.puml | 99548e88d168d122bab13f23fcc0af4d26413935 | [] | no_license | ajdahcode/bagarra-COP3330-assignment3 | a61b44c455def5602477c7efde27363afe59d778 | bc1c88ceba738a9083527ed033e55c595eab1387 | refs/heads/master | 2023-08-22T03:03:11.699932 | 2021-10-12T04:03:25 | 2021-10-12T04:03:25 | 416,169,837 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 76 | puml | @startuml
class readJson{
Inputname
}
scn <- file
readJson <- scn
@enduml | false | true | false | false | class |
e35742e5e4f5194993170a3ec745fe42daedf100 | e032dab934c4fa3ff55da94de2f15d246a4aed8c | /design-pattern/src/main/java/wr1ttenyu/f1nal/study/designpattern/pattern23/adapter/objectadapter/objectAdapter.puml | 8cfee18c9b98a6b91208c991fcfea16c6935351e | [] | no_license | wr1ttenyu/f1nal | 9d21aeb1ae14505fc2e9add9220f81719840f37f | fd27d32d2f877ea98c19d892d13df36a99059a46 | refs/heads/master | 2022-07-07T02:15:25.931532 | 2020-06-11T01:19:16 | 2020-06-11T01:19:16 | 207,061,707 | 0 | 0 | null | 2022-01-12T23:05:07 | 2019-09-08T04:31:27 | Java | UTF-8 | PlantUML | false | false | 439 | puml | @startuml
class Voltage220V
class Voltage220To5Adapter
interface IVoltage5V
class Voltage5VPhone
Voltage220V --o Voltage220To5Adapter
Voltage220To5Adapter ..|> IVoltage5V
Voltage5VPhone ..> IVoltage5V
class Voltage5VPhone {
+charging(IVoltage5V voltage5V):void
}
class Voltage220To5Adapter {
-voltage220V:Vo... | false | true | false | false | class |
f4188f4e9d79eeaed4d48d75c68f2819db308cb4 | 462b9598f08a48ab835f0b189d4d344560965227 | /src/main/java/csheets/worklog/n1120035/sprint4/Multiple_Sharing_Analysis_01.puml | 342378db249ae89428e3bc18dd86180e3311f3a1 | [] | no_license | VitorMascarenhas/LAPR4-2016 | 19f5593b98b81763f77021fb04278ed231337028 | e53a5a46c0e09fbc155fb91f2010d50532de85d2 | refs/heads/master | 2020-03-19T10:31:05.321699 | 2018-06-06T19:49:19 | 2018-06-06T19:49:19 | 136,027,190 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 390 | puml | @startuml doc-files/Multiple_Sharing_Analysis_01.png
actor User
participant "<<analysis>>\nStartSharingPanel" as UI
participant "<<analysis>>\nStartingSharingController" as ctrl
participant "<<analysis>>\nSharingIdentifier" as domain
User -> UI : start()
UI -> ctrl : new controller()
ctrl -> domain ... | false | true | false | false | usecase |
837cd9ad3d1fdb9264ea2f417f18b60d47f12759 | e24d4aea2451e553138ff4b834548358d810160c | /docs/gamepad.puml | 38920dffca9364da9069116a3b04f8569bd1bf85 | [
"MIT"
] | permissive | fal-works/broker | 50b460269302b1ce2492d63a54d1aaa2e047f678 | 8b09f95920a58a2bcd214908f42a7935d6f24c4b | refs/heads/master | 2021-04-22T22:43:09.555654 | 2020-09-01T08:25:01 | 2020-09-01T08:25:01 | 249,878,522 | 13 | 2 | MIT | 2020-09-01T08:22:22 | 2020-03-25T03:31:23 | Haxe | UTF-8 | PlantUML | false | false | 977 | puml | @startuml gamepad
' ---- (style) --------------------------------
skinparam shadowing false
skinparam backgroundColor White
skinparam package {
BorderColor #A0A0A0
FontColor #A0A0A0
}
skinparam class {
BackgroundColor White
ArrowColor #202020
BorderColor #202020
FontColor #000000
}
skinparam note {
Back... | false | true | false | false | class |
eafe4511eec5cdd1529c70e28a6a41240529d077 | 593dff2f34283338a40dd914010cb518d281486e | /Docs/DomainModel/PreStart.puml | 01b37cdc3655d4df9ce19cdb2028aaa4f69ea573 | [] | no_license | x-USantaTecla-game-uno/requirements | 7527c412569451dceacab061f1103e25618958c3 | 16e62a846757e6bdc5c89d9869e2a2943036d3a7 | refs/heads/main | 2023-08-23T09:41:00.101607 | 2021-10-18T16:31:50 | 2021-10-18T16:31:50 | 383,190,547 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 351 | puml | @startuml
title 6 players PRESTART example
Uno *-- DrawPile
Uno *-- DiscardPile
Uno *-- "6" Player
Uno *-- Turn
Turn *-- "6" Player
Turn *-right- Direction
Turn ..> Clockwise : "starts on"
Direction <|-- Clockwise
Direction <|-- CounterClockwise
Player *-- " 7" Card
DrawPile *-- "108 - 6 * 7 " Card
Disca... | false | true | true | false | class |
ea9a212cbd77cf5bb6691d1af3e57bbe5e642360 | 7b86a31cabc8a3f8c87995005675f82a7a39be22 | /test5/system.puml | 2366ae6baaf15105636b93211af3c1dc4ca0f407 | [] | no_license | 748580573/is_analysis | f8c241365f8dda070a70c349e21d8f0cba491435 | 827d589a52c72332882eb1d8a0fb842d60b835ac | refs/heads/master | 2020-03-07T14:41:13.744509 | 2018-06-06T14:09:04 | 2018-06-06T14:09:04 | 127,532,744 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 410 | puml | @startuml
class system{
-Admin admin
..
-Book book
..
-Reader reader
..
-Lend_list lend_list
--
+boolean lendBook(int bookId,int readerNumber)
..
+boolean returnBook(int bookId,int readerNumber)
..
+boolean addBook(Book book)
..
+Book deleteBook(int bookId)
... | false | true | false | false | class |
f39dcedb60bc6c108c68c2d119badd0c5a89facb | f186398d5e92752e98f1be186e211a22c50a26ec | /diagrams/usecases/Chấm công.plantuml | 4bc9d5c27a247cf83c97064d2da31e16f0325440 | [] | no_license | loia5tqd001/HRM-UIT | 76f5e77cd7514d491596922f10d9d39a3222596e | afa8fb5b107a37f1ee623fabf782d37b03381aba | refs/heads/main | 2023-06-19T09:50:00.207031 | 2021-07-20T12:45:59 | 2021-07-20T12:45:59 | 382,784,477 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 999 | plantuml | @startuml "Chấm công"
left to right direction
skinparam packageStyle rectangle
actor Manager
actor User
User <|-- Manager
package "Chấm công" {
User --- (Chấm công vào)
User --- (Chấm công ra)
User --- (Xin nghỉ phép)
User --- (Hủy xin nghỉ phép)
User --- (Xem chấm công)
Manager --- (Xem chấ... | false | true | true | false | usecase |
7d486be91f200d2c735fcb24febebca7c9723e8c | e0a1d78200e643260c9bb573b878038013ed37f7 | /docs/pumls/AttendanceComponent.puml | a54d4f71b1227230a1fcb829396179ebc5d1aa44 | [] | no_license | xingyuan123/tp | a5fc67991627e086c2560188d18607b682ffe729 | 3789c16f414471b53efcdcee310c97db4b92402e | refs/heads/master | 2023-08-26T14:22:18.513113 | 2021-11-08T04:33:33 | 2021-11-08T04:33:33 | 412,330,294 | 0 | 0 | null | 2021-10-01T04:49:08 | 2021-10-01T04:49:07 | null | UTF-8 | PlantUML | false | false | 467 | puml | @startuml
'https://plantuml.com/component-diagram
Package Attendance <<Rectangle>> {
Class Attendance
Class AttendanceList
}
Package Member <<Rectangle>> {
Class Member
}
Package Training <<Rectangle>> {
Class TrainingSchedule
}
Package Storage <<Rectangle>> {
Class AttendanceStorage
}
AttendanceStorage ..> Attend... | false | true | false | false | class |
230d9521479abc049db86998256c643b0895e896 | e37f3afef19b8ee31f0cb5815f7814e110d4b910 | /src/main/java/ex45/uml.puml | 8456c2dfac5df6c02965bcb5514de6b21642d060 | [] | no_license | judahlibera/Libera_cop3330-assignment3 | 5cf0f7aab0b0a1b6e2e22fa7813a9778afed4cb9 | c9d77ae387a093a18024d7406566317099c6919d | refs/heads/master | 2023-08-22T04:52:36.792562 | 2021-10-11T23:50:05 | 2021-10-11T23:50:05 | 416,120,029 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 112 | puml | @startuml
'https://plantuml.com/class-diagram
class main {
+main(String[] args)
+gettext(File ofp)
}
@enduml | false | true | false | false | class |
1928befca607c2018dc63891c255786d1b284159 | eaf0f934854e6f48673512c8b7b8392c271a9d45 | /docs/diagrams/AddCommandClassDiagram.puml | 98a28dbaa0aa7da3f136165dd697abb238eee701 | [
"MIT"
] | permissive | Criss-Wang/tp | 6ec66a1e97886c226fbc5f3a09675dae77c6fc49 | 379bec989f6549d5683403658a62d060509df877 | refs/heads/master | 2023-01-19T15:49:40.596917 | 2020-11-07T09:25:55 | 2020-11-07T09:25:55 | 294,726,141 | 0 | 0 | NOASSERTION | 2020-09-11T15:02:52 | 2020-09-11T15:02:51 | null | UTF-8 | PlantUML | false | false | 1,542 | puml | @startuml
skinparam backgroundColor #ffffff
skinparam classAttributeIconSize 0
hide circle
abstract class "{abstract}\nCommand" {
+ {abstract} execute(model : Model) : CommandResult
}
interface Model <<interface>> {
+ addSupplier(Supplier supplier) : void
+ hasSupplier(Supplier supplier) : boolean
+ a... | false | true | false | false | class |
1f1372903b42f1dac52d49a1969c8581a3a1c1bc | d211cd6ca54a9f36a9b81a7c9cdd967370033be7 | /l7_homework04/src/Task1/Diagram.puml | 65fa0ee047447a0a385b49b6e8206d8abcbb00b6 | [] | no_license | Galg8/ItStepPublic | 7fdfd66358bafbf669a2dc31641ecb3f44f6e8e4 | c364b493db1436e113af6e5fde7a4f9e3def8fc8 | refs/heads/master | 2023-03-22T09:54:42.238107 | 2021-03-09T10:23:58 | 2021-03-09T10:23:58 | 345,610,883 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 492 | puml | @startuml
'https://plantuml.com/class-diagram
class Task1
interface FlashLightInterface
class FlashLight
class ChinaBattery
Task1 <|-- FlashLightInterface
FlashLightInterface <|-- FlashLight
FlashLight <|- ChinaBattery
class Task1 {
+main()
}
interface FlashLightInterface {
+switchLight();
+inputBattery(ChinaBatt... | false | true | false | false | class |
494027ca59c7b2a8a229f2da19bde0807afa4703 | 09dd82ab9e2208874199a3add31d10ee0c172b59 | /diagrams/documents/read-document-sequence.puml | 20a2232dcaccaa9bba915635cf3ca5f057c08af3 | [] | no_license | Olam-Platform/olistics-node | bdf2c106d9ba21b1851d99e45947d7aa31a82d21 | 2b3db2f5f829218f21d1bbaeda3bdfdafe5b13e5 | refs/heads/master | 2020-03-21T20:43:28.904419 | 2019-01-13T14:31:41 | 2019-01-13T14:31:41 | 139,023,964 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 494 | puml |
@startuml
title __High-Level read document sequence__
actor user
box "Olistics Node" #LightBlue
participant "Olistics backend" as ob
database "Ethereum Private" as ep
database "IPFS" as ip #99FF99
end box
user -> ob : read document request
ob -> ep : verify permission request
ep --> ob : verify permission response
... | false | true | false | false | usecase |
395a2be5e01775f168b8ab70b58d90671ff3f721 | 37f90cb1b53631755f7214916e41c1368cfe4754 | /docs/model/peer-recognizes-peer.puml | 0a4fd218c7308cadac59f20f00c5c4e49434ddfe | [] | no_license | wlucjan/peer-recognition | 9e0dc7c13e01adb468d2e71ed1cf9229d9b268d8 | 4adf69c57c91365403f858c026df732b7d54da47 | refs/heads/master | 2023-01-15T23:22:25.039919 | 2020-04-10T14:14:01 | 2020-04-10T14:14:01 | 251,328,628 | 0 | 0 | null | 2022-12-10T23:37:21 | 2020-03-30T14:22:16 | TypeScript | UTF-8 | PlantUML | false | false | 707 | puml | @startuml
actor User
autoactivate on
User -> PeerRecognitionService: recognise(PeerRecognitionRequest)
PeerRecognitionService -> PeerRepository: findOne(giverId)
return Peer
PeerRecognitionService -> PeerRepository: findOne(receiverId)
return Peer
PeerRecognitionService -> OrganisationRepository: findOne(giverOrgani... | false | true | false | false | usecase |
9f3326598b3ba50d5e9185a7969d88a935cde07b | 0aeddc470dac2fbdc1544d641d7b927a8a64cbda | /thingml-gen/UML/BLE_PAIR/BLE_PAIR/docs/ExitHandler_Handler.plantuml | 2492d0a5f3dadeb04e239ef75757fe9883589794 | [
"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 | 352 | plantuml | @startuml
skinparam defaultTextAlignment left
caption Behavior of thing ExitHandler
[*] --> Handler
state Handler{
state Waiting{
Waiting : entry / do \n'_handler_instance = _instance;'\n'signal(SIGINT, catch_sigint);'\nend\n
Waiting : e:Signals?Quit / \naction do \nprint "Exiting!\\n"\n'exit(' & Quit.code & ');'\nen... | false | true | false | false | state |
486082e0f28c7c1d37ad48f4420a10301986a0ce | b1bb437a80bab0d65a80584eda2d27fbb3f3f981 | /sequence2.plantuml | 81292d7fd25cad4783f1e6c82fc94951c7214d70 | [] | no_license | 14FRS851/plantuml_with_gravizo | 314e6ea5e8cf3b4a057f7737b7c21b51ea1110bd | ef2d64d3d02451da4e72bdd85f05e3b5c0cdcf13 | refs/heads/master | 2020-06-09T17:19:14.772299 | 2019-07-24T14:49:50 | 2019-07-24T14:49:50 | 193,475,859 | 0 | 0 | null | 2019-06-24T09:33:13 | 2019-06-24T09:33:13 | null | UTF-8 | PlantUML | false | false | 406 | plantuml | @startuml
scale max 1000 width
actor "Admin"
actor "Timer"
group Synchronous Process
"Admin" -> "Web UI" : postProcessRequest()
"Web UI" -> "API": storeProcessRequest()
"API" -> "DB": insert()
end
group Asynchronous Process
"Timer" -> "API": batchProcess()
"API" -> "API": listPendingRequests()
"API" -> "D... | false | true | false | false | sequence |
738e5bfcf477164e1015aacbbd0c7bbe060b3a3a | af58d804a143e9035d77645dbe5d90c739aaa723 | /assets/plantuml/state_pattern.puml | 4e26937c9a5bc6076598a5e87a0ffe25626e8c5d | [
"MIT"
] | permissive | koko-u/oop_rust | 6348bb8f58637a4246d5cec877014856bff87b0a | 59daa53ff42523a25c6d2819d2aa838faccd08fe | refs/heads/master | 2020-05-07T09:11:29.073820 | 2019-04-20T00:03:03 | 2019-04-20T00:03:03 | 180,366,514 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 693 | puml | @startuml
skinparam classAttributeIconSize 0
class Context {
- state
+ Request()
{method}
{method}
}
note "Request() {\n state.Handle();\n}" as N1
interface State {
+ Handle()
{method}
{method}
}
object ConcreateStateA {
+ Handle()
{method}... | false | true | true | false | state |
57bd2f8d639984a56392c38f7a8cb7a48ac02e30 | 9c44ede4b46571a3d9a11918caa7a3d44a2c3105 | /src/main/java/com/wwxiong/patterns/adapter/objectadapter/objectdapter.puml | df669630dc2c5fc16a3bbd1b852efe735627053a | [] | no_license | LensXiong/design-pattern | df4ebd92185cf4d001556b1f417d45218e0de7ff | 09b3ae3a6bfddc0c8362580e92a4b2e41b2ffae7 | refs/heads/master | 2020-09-20T18:44:04.657239 | 2019-12-04T08:56:46 | 2019-12-04T08:56:46 | 224,562,008 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 304 | puml | @startuml
interface IVoltage5V
Client ..> Phone
Client ..> VoltageAdapter
Client ..> Voltage220V
Phone ..> IVoltage5V
Voltage220V --o VoltageAdapter
IVoltage5V <|.. VoltageAdapter
Phone : charging():void
IVoltage5V : output5V():void
Voltage220V : output220V():void
VoltageAdapter : output5V:int
@enduml | false | true | false | false | class |
6d4a9905f94e786a1693d693a34dadb39ff8dc65 | be8809a8a149101db53bae0cfe8f4b57812573cd | /model.puml | c6cd9242ac7db733de648784eafb83220d7761f4 | [] | no_license | NIU1600697/nbody1 | 14a9f41066f6a75c7de04be87803396447713310 | 8cd9aefed1f9c6c4ccceb69930a9b44747ec69a0 | refs/heads/master | 2023-03-14T01:17:39.561965 | 2021-03-01T12:06:56 | 2021-03-01T12:06:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 963 | puml | @startuml
skinparam classAttributeIconSize 0
class Body {
- r : Vector
- v : Vector
- mass : double
+ move(f:Vector, dt:double)
+ forceFrom(b : Body) : Vector
+ draw()
+ draw(penRadius : double)
+ toString()
}
class Universe {
+ n : int
+ Universe(fname : String)
+ increaseTime(dt : double)
+ draw()
+ {static} main(... | false | true | false | false | sequence |
b3cb4242168fae0511b7ed76218b4a0fad680207 | 952306da4d2f63f5d2bf1ae083755073aae7c0d8 | /mojaloop-technical-overview/central-bulk-transfers/assets/diagrams/sequence/seq-bulk-1.1.1-bulk-prepare-handler.plantuml | c722c3138b0adf73300071b8a677771fd63f4763 | [
"Apache-2.0"
] | permissive | oderayi/documentation | 2d39a9cea0bc524b228de323ab06b4d3d8731d3a | 5a7d06a2c8e5d330bae063c0f4488587d914f727 | refs/heads/master | 2021-07-18T01:34:17.448352 | 2019-09-06T07:00:48 | 2019-09-06T07:00:48 | 210,317,065 | 0 | 0 | null | 2019-09-23T09:35:16 | 2019-09-23T09:35:15 | null | UTF-8 | PlantUML | false | false | 25,087 | plantuml | /'*****
License
--------------
Copyright © 2017 Bill & Melinda Gates Foundation
The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the Licen... | false | true | true | false | sequence |
0c9c0eefe6071b57270ab518b02eafb27cd95de2 | c6ed09339ff21fa70f154f34328e869f0dd8e394 | /Qiita/20210131/event-based_stock-management/stockmove_state.puml | 4ed803417e7d90d8dccde745d6441683d0154404 | [] | no_license | fits/try_samples | f9b15b309a67f7274b505669db4486b17bd1678b | 0986e22d78f35d57fe1dd94673b68a4723cb3177 | refs/heads/master | 2023-08-22T14:35:40.838419 | 2023-08-07T12:25:07 | 2023-08-07T12:25:07 | 642,078 | 30 | 19 | null | 2022-12-28T06:31:24 | 2010-05-02T02:23:55 | Java | UTF-8 | PlantUML | false | false | 436 | puml | @startuml
[*] -> Nothing
Nothing -> Draft : started
Draft -> Assigned : assigned
Draft -> Shipped : shipped
Draft -> Arrived : arrived
Draft --> Cancelled : cancelled
Draft --> AssignFailed
Draft --> ShipmentFailed
Assigned -> Shipped : assign-shipped
Assigned --> ShipmentFailed
Shipped -> Arrived : arrived
Arrive... | false | true | false | false | sequence |
122065e7b3c7bf4fb8d2336aed3c677a981082eb | 9738105752fd6763fac57347d1c9fa31dbd0d03f | /src/Template/Template.plantuml | e2be3ffd2bebe4a0f971c3fb0d8e9708548a0a97 | [] | no_license | Kenzki/design-patterns-dvd-store-system | 5c6f3787a32b3ccfba3092e77975962fc4e3e0ba | 299cbc477c1e88b8cebcd778551f1a2fabdfcd10 | refs/heads/master | 2022-12-02T17:14:15.889515 | 2020-08-22T22:29:35 | 2020-08-22T22:29:35 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 928 | plantuml | @startuml
title __TEMPLATE's Class Diagram__\n
class Template.Action {
+ Action()
+ title()
~ description()
~ releaseYear()
~ review()
}
class Template.Comedy {
+ Comedy()
+ title()
~ description()
~ rel... | false | true | false | false | class |
724a33627f9a8d2caccc3fdcfdd080029fe93275 | c815f9c82c1400f76243750cd0ec609d217b9943 | /semaphore/etc/semaphore.urm.puml | a94ff5a7cacecbaa807810db131aa581a446e554 | [
"MIT"
] | permissive | mikulucky/java-design-patterns | 6ab10e9e5c95b6caffebf045d37d04a1571bc0cd | cbbf3bf08842723964719ed7d8ab92864ec5a58d | refs/heads/master | 2021-01-17T23:34:49.962450 | 2016-09-28T19:54:28 | 2016-09-28T19:54:28 | 48,302,802 | 1 | 1 | null | 2016-01-02T23:58:44 | 2015-12-20T01:00:47 | Java | UTF-8 | PlantUML | false | false | 1,248 | puml | @startuml
package com.iluwatar.semaphore {
class Fruit {
- type : FruitType
+ Fruit(type : FruitType)
+ getType() : FruitType
+ toString() : String
}
class App {
+ App()
+ main(args : String[]) {static}
}
class Semaphore {
- counter : int
- licenses : int
+ Semaphore(licens... | false | true | false | false | class |
96bb4f670b6a5bfe0a094818ce934776aa0a105e | b5bc19cdf4e40c24fb4a028c42cc73d112760547 | /Arithmetic/src/main/resources/AIO.puml | 67cb578f46678e5d99435090b143ae48e4d6de0e | [
"Apache-2.0"
] | permissive | 793753509/InterviewIForJob | 5b92bae2f72a73ffb36e2cee8638b8bfe3000a2f | 2c3f5fc4e1aa599581223000b5ac591e43bc1388 | refs/heads/main | 2023-03-29T04:18:57.081000 | 2021-04-03T05:00:40 | 2021-04-03T05:00:40 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,101 | puml | @startuml
interface AutoCloseable
interface Closeable
interface Channel
interface AsynchronousChannel
abstract class AsynchronousFileChannel{
+ static AsynchronousFileChannel open(Path file, OpenOption... options);
+ final Future<FileLock> lock();
+ {abstract} Future<FileLock> lock(long position, long size, bool... | false | true | false | false | class |
0ab72d3f33a005c2f70c5bb3720a9a2c5eee1a9a | 35fb4960297c31a530317e50ed8ec31b8dfd671b | /BranchMerge/branch01.puml | 332a43e58812c084415846b9b700390d16087841 | [] | no_license | jalbertomr/githubBloggerDoc | cedf2e38f54b3ee620ae7d1a38a3ce860d3bf166 | a36f5650b5252967f56ce6bcfba3e790908e1edb | refs/heads/main | 2023-01-31T04:40:23.795375 | 2020-12-16T04:35:45 | 2020-12-16T04:35:45 | 321,867,336 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,116 | puml | @startuml
scale 350 width
title <color:silver><size:25>Very simple Branch and Merge jalbertomr.blogspot.com
skinparam backgroundColor royalblue
skinparam arrowcolor white
skinparam arrowfontStyle bold
skinparam arrowfontcolor w
skinparam state {
backgroundColor SkyBlue
BorderCol... | false | true | false | false | sequence |
910f064115903adb90833a0345bd457913d899f0 | 3f2928ee022c41d2f6e87c3fdae17942dafd4602 | /app/src/main/java/com/example/keystone_try/Util/Util.plantuml | 9373d5ea92e6ae2cd9241d3026944f1afb2dce20 | [] | no_license | BohanShi/keystone_try | 022b9d97ee622ef587b1ec39c5dfbc1fc4bba72a | 13cd8416ea644308269558e8f8843f71b291d07e | refs/heads/master | 2023-01-06T13:43:35.151210 | 2020-11-04T04:12:57 | 2020-11-04T04:12:57 | 291,482,189 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 553 | plantuml | @startuml
title __UTIL's Class Diagram__\n
namespace com.example.keystone_try {
namespace Util {
class com.example.keystone_try.Util.DatabaseReference {
}
}
}
namespace com.example.keystone_try {
namespace Util {
class com.example.keystone_try.Util.MetionString {
+ re... | false | true | false | false | class |
b797e1410ebd4cb65ed7cbb3f91e0bb8681a2eb3 | 78ce57f14f72b18bacac8ae20f63c6a1f9774463 | /src/main/java/com/renzhi/demo/DesignClass.puml | a0e12b3f12fcbb74bd10edeb020fb651d163dc7e | [] | no_license | renzhizuo/demo | 6f0eccbc92542f0c8b918c7626d9c72dd866a0f5 | aab6b3d144cc426789111b7dd66393c39d44ece0 | refs/heads/master | 2023-06-05T12:50:02.921682 | 2021-06-26T12:54:21 | 2021-06-26T12:54:21 | 337,625,678 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 544 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
interface Service
class A{
B a
void test()
void testC(C c)
}
class B
class C
class D
class F
A -- F
A --|>D
E <--* A
A o-- C
A ..> B
Service <|.. A
List <|-- AbstractList
Collection... | false | true | false | false | class |
a04c311fd0065a612e8b07fed4c684f7f0f69eb1 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Services/edgeville-manager/UserInteraction.puml | dc05c6134e286f85b34b3ccba4f8c4a26a688753 | [] | 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 | 93 | puml | @startuml
rectangle "Diagram TBD"
@enduml
actor User
User -> "edgeville-manager": UseCase
| false | true | false | false | sequence |
8144def0dc80d974da95d89e1478112895aa267b | 99e30b1a90b71697f7958eefdc9ab85c3c8140dc | /docs/diagrams/src/my-002.puml | 7aa319aadff19becec649946d1d0bdc59abcdb78 | [] | no_license | AlanJui/python-with-vuepress | 2b1956d00c80ce90866829185b6ec561407436be | 91bd43819f46b44b9fc3e510757304f388635519 | refs/heads/main | 2023-03-13T09:22:44.203931 | 2021-02-25T06:59:39 | 2021-02-25T06:59:39 | 342,117,370 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 142 | puml |
@startuml
class PaymentDetail {
PMId: number
CardOwnerName: string
CardNumber: string
ExpirationDate: string
CVV: string
}
@enduml
| false | true | false | false | class |
1d6cfc5d98b5f0c7892944f1d901a4aa29ebf313 | e9484221b0c6ba02e8734ee8012e6fd51603bf5f | /source/puml/user_analysis/search_air_temp_datasets.puml | 182a1287b815ed66b412af97ac9fa9746d340e3d | [] | no_license | metno/S-ENDA-documentation | 91ec3d69bb94f3c2e6902478b179821eaf0b98d7 | a8c109a440587105509f800429d83657939c1c1e | refs/heads/master | 2023-02-23T16:06:50.410409 | 2022-02-14T17:17:06 | 2022-02-14T17:17:06 | 227,606,604 | 2 | 7 | null | 2023-02-15T11:21:12 | 2019-12-12T12:52:31 | Python | UTF-8 | PlantUML | false | false | 349 | puml | @startuml
actor "Level 4 projections producer" as PP
actor "Level 2/3/4 data producer" as DM
database "Level 2/3/4 data" as DMC
PP -> DM : Ask for aggregated time\nseries of air temperature
PP -> DM : Ask for gridded histor-\nical weather observations
PP -> DM : Ask for climate model\ndata
DM -> DMC : Get URIs
DM -> ... | false | true | false | false | sequence |
82a4d9c4a9faf7530e06920ab1290ff845c422e7 | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 5_ Patrones de Diseño en la Programación Modular/MultiModuleApp/out/production/null_object/cu/datys/null_object/spi/class-diagram.puml | 3a70915f6e010101442f26df884815638d86bf1d | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 742 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam packageFontSize 18
skinparam classStereotypeFontSize 18
skinparam titleFontColor #5cb85c
'skinparam titleFontColor #FFFFFF
'skinparam titleFont... | false | true | false | false | sequence |
1782ce083f666782f9eaf9737fb0f1276920cc00 | 84c271515f256c12ca317d8789892ef8e3e1aa7f | /classDiagram.puml | 3b249074acdab5c4230690fa8d3552be93069034 | [] | no_license | Futuring-Earth/flutter | cf09a618cbd9d8b86f2d09e459bba8313537b065 | 840b1540cffcffb571aca4487da28bdbb3911cf2 | refs/heads/master | 2022-11-12T15:41:14.921159 | 2020-07-08T17:09:18 | 2020-07-08T17:09:18 | 258,011,069 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 42,975 | puml | @startuml
set namespaceSeparator ::
class "app::constants::global_settings.dart::Constants" {
{static} +String firebaseProjectURL
}
class "app::constants::global_settings.dart::APIPath" {
{static} +String challenge()
{static} +String challenges()
}
class "app::constants::keys.dart::Keys" {
{static} +String a... | false | true | false | false | class |
0f0a055f95d05c8b7e85ff568076f960708b8924 | 4427407fbc40775830f61bf47030f0c42ccb1b37 | /Composant.puml | d2ac2dbf66d8bec38daadd4bba204982da132f88 | [] | no_license | mennio/MAPC1 | 91aa009ae42620b693c372229c7b6ee2be9dee4f | 66fb46c45850593795399ffbae0cdfa02169205c | refs/heads/master | 2023-08-20T10:32:42.255533 | 2021-10-19T10:37:04 | 2021-10-19T10:37:04 | 418,852,494 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 686 | puml | @startuml
'https://plantuml.com/component-diagram
abstract ComposantImpl
{
- name : $
+ this (in name : $, in o: Owner)
getOwner(): Owner{ return Owner}
getName() : String{ return name }
}
class Owner {
-name: String
+this (in return : String)
+equals
+hashCpde
+toString
}
class Fichier{
-contenu : ... | false | true | false | false | class |
c707a7088ad9dd41680d020fd9061a7bbb8a2f7a | 2691dd38c8ba78133dac763adae38478fb330749 | /documents/system-overview.plantuml | d0dc77477821a726ad6af4f970d7040d18a7fee7 | [] | no_license | NinjaWazzzabi/project-griffon | 06a81bc923cecfc85be844045556aeaa931fe300 | 35dc676dd40dd4c6114fd2731a75200868250ce0 | refs/heads/master | 2021-07-22T04:02:29.500267 | 2018-07-02T09:33:33 | 2018-07-02T09:33:33 | 105,430,541 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,349 | plantuml | @startuml
legend
|= Object connection |= Connection type |
| Solid Line | Wired |
| Dashed Line | Wireless |
endlegend
package DroneSystem {
object MainFlightController <<Raspberry Pi 3>>
object DroneTRx <<Ardunio Uno>>
object FlightDynamicsController <<Ardunio Uno>>
object IMU <<BNO055>>
object P... | false | true | false | false | sequence |
0d3c0f524bfaf5dcccc483206fc53ae0bb4b215e | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyCustomerSignin.puml | 61b595e6891ed5e9c50413c1b4c77cdb77dad5f8 | [] | 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 | 432 | 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 MyCustomerSignin [[MyCustomerSignin.svg]] {
email: String
password: String
activeCartSig... | false | true | false | false | class |
1fc2de7050202ac4c0313f1771dabc0e1b8bd260 | cabdfa0f0261c1c22cd56a9a1456df84c01ad085 | /codevariables/src/bankaralgo/bankercode.puml | 6714209648491c122bc070957ad47bf67c68e7dd | [] | no_license | pranaligawade/Java | 257c5df42f90918e350fa34fae7e703850d0128d | d5f359680b708ae8395393e3612b7add57af8ccd | refs/heads/master | 2023-07-16T19:32:53.391722 | 2021-08-17T18:15:43 | 2021-08-17T18:15:43 | 397,341,595 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 374 | puml | @startuml
'https://plantuml.com/use-case-diagram
:Main Admin: as Admin
(Use the application) as (Use)
User -> (Start)
User --> (Use)
Admin ---> (Use)
note right of Admin : This is an example.
note right of (Use)
A note can also
be on several lines
end note
note "This note is connected\nto severa... | false | true | false | false | uml-unknown |
348945779536ccc63224fa4f6181d38d3b0dc9cc | 443c9d9eefc5715bb85a3e1af57831e215becab3 | /rsocket-class-diagram.puml | 505ac07a26b5f865e33fd7ff85bc0a91277e64b4 | [
"Apache-2.0"
] | permissive | linux-china/rsocket-go-deprecated | 975cecc8bc9d66ccb8d2b683e15fec9063a32e1d | d21972de1f246de8734deb78ba4f3ec52ce59719 | refs/heads/master | 2020-04-16T05:54:28.259811 | 2019-01-14T22:52:25 | 2019-01-14T22:52:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 767 | puml | @startuml
interface Availability {
Availability() float64
}
interface Closeable {
OnClose() observable.Observable
}
interface Disposable {
Dispose()
IsDisposed() bool
}
class DuplexConnection extends Availability, Closeable {
}
class RSocketRequester extends Disposable{
conn DuplexConnection
}
class ... | false | true | false | false | sequence |
9861a6b1966f1a161f2e5833b2b7c843ff402b64 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-class-part.iuml | 0676797b88b897fcf2bb6a9f92aebf8678f616dc | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 195 | iuml | @startuml
class Arkivstruktur.Part {
+systemID : SystemID [0..1] [1..1]
+partRolle : PartRolle [0..1] [1..1]
+virksomhetsspesifikkeMetadata : VirksomhetsspesifikkeMetadata [0..1]
}
@enduml
| false | true | false | false | class |
74c4d983199c38695cfc0230b4c8bc4e7b86e3ce | f451cee1b603ed5dd3a930ac8654e9ddd5a36883 | /docs/architecture/document-storage/document-storage-deployment-diagram.puml | 1eb7d1460deb9094f85c2f3959210752000dc1d6 | [
"Apache-2.0"
] | permissive | etaroid/blockchain-integration-framework | ad3966e1f5d4ffaa7f959c15fd8d1d823e598631 | 380aea5e502fbb60a4412846bfdbc1de2bf92578 | refs/heads/master | 2021-03-06T22:56:45.057234 | 2020-03-05T21:57:39 | 2020-03-05T21:57:39 | 246,230,744 | 0 | 0 | Apache-2.0 | 2020-03-10T07:05:11 | 2020-03-10T07:05:11 | null | UTF-8 | PlantUML | false | false | 2,032 | puml | @startuml Document Storage Deployment Diagram
title Hyperledger Blockchain Integration Framework\nDocument Storage Deployment Diagram
' skinparam Linetype ortho
skinparam sequenceArrowThickness 3
skinparam roundcorner 5
skinparam maxmessagesize 30
skinparam sequenceParticipant underline
!include <tupadr3/common>
!inc... | false | true | false | false | component |
7acb44abc849a749ea5958f8602d214101b2cd8f | bf01e2b60ae7d2db0958abebe49656f705678cc3 | /third-party-payment/failure-handle_refund-capture.plantuml | aebdd182e6aded1eb516b5721b13857b209284b0 | [] | no_license | yidas/web-service-architectures | 8e1fde9b5fbdd23cc046b947bf71f1d564a10f54 | 917ec6e2d664cd4b931111643a6f93e4af8606d7 | refs/heads/master | 2023-09-04T01:36:17.010506 | 2023-08-23T07:35:11 | 2023-08-23T07:35:11 | 152,629,450 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 682 | plantuml | @startuml
participant "Order System" as order
participant "Gateway" as gw
participant "Payment Service" as acquire #White
order -> gw: Refund / Capture
activate order
activate gw
gw -> acquire: Refund / Capture
acquire -->x gw: Result
gw --> order: Transaction failed\n(API timeout)
deactivate gw
order -> order: Flag... | false | true | false | false | sequence |
fe9da6f325515b82cd5cc5c367890202d3d84e13 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductSetPriceKeyAction.puml | b88e80edc9402771c821071b2cdcd585f019e6de | [] | 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 | 479 | 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 ProductSetPriceKeyAction [[ProductSetPriceKeyAction.svg]] extends ProductUpdateAction {
action: S... | false | true | false | false | class |
f7fa2d16b1b15c5ed2ce1d6f338c10c1b5e25143 | 3719022897014e52297e0ab39b307408fb740107 | /src/main/java/de/shimunmatic/informationhub/controller/controller.plantuml | 84389f2fca24d27d6d6b31d3b33cd782769014e3 | [] | no_license | shimunmatic/information-hub | 2bcdf8ba83f06570aa7552827a961b231e561a8b | f13c39b3b44975236d114e0e628be4fa3c5703cb | refs/heads/master | 2021-03-16T20:30:19.407191 | 2020-11-22T18:05:43 | 2020-11-22T18:05:43 | 246,939,810 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,302 | plantuml | @startuml
title __CONTROLLER's Class Diagram__\n
namespace de.shimunmatic.informationhub {
namespace controller {
class de.shimunmatic.informationhub.controller.CountryStateController {
{static} - log : Logger
+ CountryStateController()
+ forceEvictCache()
+ getAll(... | false | true | false | false | class |
c28d9dac3d0789ed72a083f24c2dbdae34c69b53 | 62453b0de88be48fb9d898af2702339d6c3a0e6a | /src/main/java/ex46/ex46_UML.puml | 631eb582297b1b3956dffbf283345e1d0d0e7a04 | [] | no_license | korinneramcharitar/Ramcharitar-Cop3330-assignment3 | e66412f9f0c8fe14c0b056a5a41e008c4e2dbb6d | b6d442e6d899d925d2b2cdaddf42fb3f0fbadb58 | refs/heads/master | 2023-05-09T17:55:14.733410 | 2021-06-20T22:40:23 | 2021-06-20T22:40:23 | 378,004,848 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 142 | puml | @startuml
class wordCounter
{
read in fileReader
count use of each word
arrange so most used word is at top in order
print output
}
@enduml | false | true | false | false | class |
e32142556b28d642b9f8050271b221440a37bbad | 71bb9bc3f2012cab5961fad6fcb51f8d39597a45 | /docs/02 Java进阶/05 设计模式/spring中策略模式的实现/img/代理对象创建的策略模式.puml | dc80207dd2771a880010132a3ddb31015bdd77f4 | [
"Apache-2.0"
] | permissive | aixohub/aixohub-leetcode | 15c12963fd59fc2ea44567c2b2c101f0445fb111 | 8d76aa20f8ec144a806148739147c8be5a33fe4f | refs/heads/main | 2023-06-06T05:33:10.510993 | 2021-06-22T03:27:29 | 2021-06-22T03:27:29 | 374,294,635 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 852 | puml | @startuml
class ProxyCreatorSupport{
}
class DefaultAopProxyFactory implements AopProxyFactory{
public AopProxy createAopProxy(AdvisedSupport config)
}
interface AopProxyFactory {
AopProxy createAopProxy(AdvisedSupport config);
}
interface AopProxy {
Object getProxy(ClassLoader classLoader);
}
class... | false | true | false | false | class |
a5558ef61dace724dabf69ad63f8b0f64698dd34 | 5428183e7b0cd429a110493d8fa369a74b350fee | /bell_segment.puml | b23d201854e6bb4269bfdc6db0b3a96191942ce5 | [] | no_license | stefanJi/JYUmls | 7c0020fd2599fafa6b905be23a804bdc3160441f | a649bd5a3dbba5d74eb497430462ecdf92080cc0 | refs/heads/master | 2022-04-02T09:42:35.018751 | 2020-02-07T11:42:02 | 2020-02-07T11:42:02 | 196,675,853 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 881 | puml | @startuml
abstract class InterruptibleProcess
class PracticeProcess extends InterruptibleProcess{
- practice: IPractice
}
interface IPractice {
injectEventPool(eventPool: IEventPool)
dispatchTo(activity: Activity, finishActivityEventId: String, dispatchingActivityIndex: Int, activitySize: Int)
onNoMoreAct... | 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.