blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 5 227 | content_id stringlengths 40 40 | detected_licenses listlengths 0 28 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 36
values | visit_date timestamp[us]date 2015-08-14 10:26:58 2023-09-06 06:45:32 | revision_date timestamp[us]date 2011-07-11 04:02:09 2023-09-04 16:40:12 | committer_date timestamp[us]date 2011-07-11 04:02:09 2023-09-04 16:40:12 | github_id int64 206k 631M ⌀ | star_events_count int64 0 6.51k | fork_events_count int64 0 1.54k | gha_license_id stringclasses 11
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 55
values | src_encoding stringclasses 12
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 16 1.74M | extension stringclasses 12
values | code stringlengths 16 1.74M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c55f01ecf2d745b118db961cb82bb75d3be8ec4e | 43cd9448f918c38fb4ad7e949eda5c3269beecce | /diagrammes/RechercherProfilDC.puml | 23521810f1a20dbc26b2d9bf3367d872ce540848 | [] | no_license | Shulk7/technoWeb | 600a2d316705d850f0c5483cab0ffe07e90979fb | a28e4e92be83a9ce57a013e4f91a2cea3221efff | refs/heads/master | 2020-04-15T10:59:47.618172 | 2019-01-08T09:21:58 | 2019-01-08T09:21:58 | 164,609,318 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 506 | puml | @startuml
title User Case 3 : Rechercher un profil
class Utilisateur{
nom
score
getProfil()
miseAjourScore()
}
class Recherche{
formulaire
trierScore()
effectuerRecherche()
}
class Critères{
champs
remplir()
selectionProfil()
}
class Profil{
prénom
nom
adresse
mail
sexe
âge
}
Utilisateur "1" -- "*" Recherche : effect... |
8890f44ad2ce16c8131d3687e4e5e0e5730147c2 | 3a2f557271daa7744529f6d50e53220a506190bf | /doc/Address.plantuml | b160c9354f44d6907826ed0e6169fad8e373cebe | [] | no_license | FlorianMarcon/BankModels | 0bcba14a7fa260d7cc37a5ce972cad16e9d6c531 | e3fafd273da7724eaaac083cf22ca00d7c90ce82 | refs/heads/master | 2022-12-29T00:57:05.129521 | 2020-10-10T12:04:27 | 2020-10-10T12:04:27 | 254,835,886 | 0 | 0 | null | 2020-04-18T11:58:04 | 2020-04-11T09:40:38 | TypeScript | UTF-8 | PlantUML | false | false | 184 | plantuml | @startuml
class User {
address: Address
}
class Address {
state : string
city : string
postCode: number
line1 : string
line2 : string
}
User::address -> Address
@enduml
|
83ab94a1a4ccb7a6432612569f6a379aaea00ca9 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedOrderSetParcelTrackingDataAction.puml | da567ddaa66f9eb7b5c02b45f9b64dcdf2dc46be | [] | 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 | 558 | 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 StagedOrderSetParcelTrackingDataAction [[StagedOrderSetParcelTrackingDataAction.svg]] extends StagedO... |
7eec3fecd05dc8bf097143930bf157617585d47c | ec98460ceade2fea0306cdf65f3eec19bfc3a035 | /docs/4-3.puml | be9b179f47bccb8f4e91c3352ad90416b3f96f04 | [] | no_license | DriftwoodJP/sandbox-ruby-class | 54379bd75a632c3b186712724e210131209043d8 | ae354d4340ea69264610b74ee4ed4023db639d35 | refs/heads/master | 2021-09-01T05:51:34.355081 | 2017-12-25T06:47:53 | 2017-12-25T06:47:53 | 114,610,413 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 754 | puml | @startuml 4-3.png
skinparam monochrome true
skinparam defaultFontName Ricty
hide footbox
skinparam classAttributeIconSize 0
title ステートパターン
class 社長 {
+起立させる()
+意見を聞く()
}
class 社員 {
+起立する()
+給料を計算する()
+主任にする()
+担当にする()
}
class 役職 {
+起立する()
+給料を計算する()
+主任にする()
+担当にする()
}
class... |
b2860286165fc6dd0e29aa7655a1e05d35c0e2f4 | c73381744f027cb066ce752ae1590b128668a0a4 | /docs/diagrams/UML/ParserClassDiagram.puml | 8ac7a71e7ad482056588118a6958025dfb05b006 | [] | no_license | wangqinNick/tp | d10f9d105ff95aec9ca4dff054c1225b73c08d0c | 962afeb345eb8967ab47d1596fc1eb8ab2f48579 | refs/heads/master | 2021-02-12T01:45:33.306273 | 2020-11-13T09:57:29 | 2020-11-13T09:57:29 | 244,548,857 | 1 | 0 | null | 2020-03-03T05:21:58 | 2020-03-03T05:21:57 | null | UTF-8 | PlantUML | false | false | 874 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
abstract class "{abstract} \n Command"
package parser {
class Parser
class AddCommandParser
class DeleteCommandParser
class DoneCommandParser
class EditCommandParser
class ListCommandParser
class CapCommandParser
class GradeComma... |
3f71180220147fe9094f4b140e571cd4b0236483 | d0c4bc316b01e94a06213c21097a8d991ee51c78 | /src/main/java/ex46/ex46Diagram.puml | aec34a54d3527cb2834ef5783d4304eda9a5fca0 | [] | no_license | Dnguyen99/Nguyen-cop3330-assignment3 | 14f28209c49546e58b99c6220bdeec3767606341 | d0ceb2bcfb5702c1a5216b59bd71100e24abf51d | refs/heads/master | 2023-08-20T23:27:58.013282 | 2021-10-10T23:56:46 | 2021-10-10T23:56:46 | 415,726,957 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 775 | puml | @startuml
'https://plantuml.com/sequence-diagram
class WordFrequencyFinder {
+main()
}
WordFrequencyFinder <--o ReadInputFile
ReadInputFile : -Scanner scan
ReadInputFile : -File file
ReadInputFile : -HashMap<String,Integer>map
ReadInputFile : +String input
ReadInputFile : +String array
ReadInputFile : +String key
Rea... |
24c6798cdc4dbe98a14f74f56ee9b510695cbfc7 | 5992899e0dc7e047598bf810d6d66fb171b6b8fa | /src/main/javadoc/resources/fr/kbertet/util/Couple.iuml | 104f7c034cb2af551dd248d00d86eb2db2b460ab | [
"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 | 494 | iuml | package fr.kbertet.lattice {
class Couple {
-Object left
-Object right
.. Constructors ..
+Couple(Object l, Object r)
.. Accessors ..
+Object getLeft()
+Object getRight()
.. Mutators ..
+Couple setLeft(Object left)
+Couple se... |
e42c2de0ba4d0aaaa8a7580b4def3ddcbf12c07d | 373861653fd34beb6f2e073a3e77e07c9ebc7f5d | /de.gematik.ti.healthcard.common/src/main/java/de/gematik/ti/healthcard/control/common/verifyPin/verifyPin.plantuml | 62f44286c645305960523af90d084377c2822097 | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardControlCommon | 3c190515d68689fe3d6aec1afaec3013e75011d5 | dddb68cecbfe446b6fd76874aac7569ca1fa27a2 | refs/heads/master | 2022-01-20T15:15:50.239121 | 2022-01-07T07:24:15 | 2022-01-07T07:24:15 | 214,093,084 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,309 | plantuml | @startuml
namespace de.gematik.ti.healthcard.control.common.verifyPin {
class de.gematik.ti.healthcard.control.common.verifyPin.CallbackHandlePin {
{static} - LOG : Logger
- card : IHealthCard
- pinResultResultOperation : ResultOperation<PinResult>
- queue : ArrayBlocki... |
6edcf86facd44a39c60998cf111666ed2c7f773d | c0038898d724349e1b4fe236d73d318744c68ebc | /docs/HttpServer.puml | e50fb6b1cea2fa7ce4c8af0af804c1eee8ba4ee2 | [] | no_license | Westerdals/PGR203-Java-Eksamen-Kalmar99 | 551be42bc0c9adf6b8e5b1f0e7d016ff08e60697 | badb2a80c0dd5d3150c06371bd312a956f729621 | refs/heads/master | 2022-09-06T05:34:18.508030 | 2020-05-26T13:45:57 | 2020-05-26T13:45:57 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 786 | puml | @startuml
package "httpServer" {
class HttpServer{
- port: int
- fileLocation: String
- serverSocket: ServerSocket
+ HttpServer()
+ {static} void main()
+ void start()
- void run()
- Map<> requestParameters()
+ getPort(): int
+ void setFileLocation()
+ getFileLocation(... |
f2da54feaf87837bf48c117ab8368ce0815b51fc | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ReturnInfo.puml | c976e2b1f88c548a8e3b9120a1368ab1e2ec68e4 | [] | 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 | 4,339 | 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 ReturnInfo [[ReturnInfo.svg]] {
items: [[ReturnItem.svg List<ReturnItem>]]
returnTrackingId:... |
bc784e8ead5017c4dd0774fcc63b918355b889a3 | b90fdc8479805f468b4eab02c997eaaf30e975b1 | /app/app.plantuml | 0ff9ddec723e0bc3182fd70c9b8230d8a7b76fda | [] | 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 | 3,252 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace com.example.quiztest1 {
class com.example.quiztest1.AboutActivity {
}
}
namespace com.example.quiztest1 {
class com.example.quiztest1.BuildConfig {
}
}
namespace com.example.quiztest1 {
class com.example.quiztest1.EndlessActivit... |
8699787c2eac7c951c9ff78a4956473b0e8619d7 | 3289e7b4fa7f72772dc5a37a8da47f90b1eeffe6 | /src/main/java/ex42/App UML File.puml | b4a2585ebc0860be6b14bfe0116edf6ba12c0471 | [] | no_license | Sabrina-Lopez/lopez-cop3330-assignment3 | ec2c25c5bcd184ff1e3b00c68aef06076ff41ffb | 78d1596134ca462674ab03b07e53865177eeaae9 | refs/heads/master | 2023-08-30T21:59:34.916799 | 2021-10-12T03:57:13 | 2021-10-12T03:57:13 | 415,290,431 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,594 | puml | @startuml
'https://plantuml.com/class-diagram
App : +static void main() throws IOException
class recordsArrayList {
recordsList : String[]
recordsList.add(nextRecord)
recordsList.size()
}
class firstNamesArrayList {
firstNamesList : String[]
firstNamesList.add(recordDetails[0])
firstNamesList... |
210313752ae3416dc6ae38df73e802997a161bc5 | 605cac101260b1b451322b94580c7dc340bea17a | /malokhvii-eduard/malokhvii04/doc/plantuml/ua/khpi/oop/malokhvii04/shell/commands/text/SearchPalindromesCommand.puml | 40f10b119b773fe512a1de3d7507b78b788b9a5d | [
"MIT"
] | permissive | P-Kalin/kit26a | fb229a10ad20488eacbd0bd573c45c1c4f057413 | 2904ab619ee48d5d781fa3d531c95643d4d4e17a | refs/heads/master | 2021-08-30T06:07:46.806421 | 2017-12-16T09:56:41 | 2017-12-16T09:56:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 590 | puml | @startuml
class SearchPalindromesCommand {
{static} -description: String
{static} -AMOUNT_OF_PALINDROMES_IN_SINGLE_LINE: int
{static} -keys: List<String>
{static} -RESOURCE_BUNDLE_NAME: String
{static} -resourceBundle: ResourceBundle
+SearchPalindromesCommand... |
b2bfd49629f5fb11521152f810b0f20be5bae38a | 4444b237cb74fd0ebb0f7273c4317e50838279a6 | /docs/abstract_factory_diagram.puml | c2e79f185359aafde95117db09bad9064c5bae6c | [
"MIT"
] | permissive | will-r-wang/CMSLearn-Course-Management-System | bd3243927b293b324315ac38299a4046979d5559 | 016d7cfa6b65539aac51eb192e6acb8809608b58 | refs/heads/main | 2023-04-04T07:11:51.988562 | 2021-04-14T15:05:15 | 2021-04-14T15:05:15 | 340,215,527 | 1 | 2 | null | 2021-04-16T14:31:00 | 2021-02-19T00:33:05 | Ruby | UTF-8 | PlantUML | false | false | 1,153 | puml | @startuml
package activity.package {
class ResourceFactory {
create_resource(type, kwargs)
}
class DeliverableFactory {
create_deliverable(type, kwargs)
}
class Resource {
title : string,
hyperlink : string,
type : string,
}
abstract Activity
ResourceFactory --> Resource: creates
... |
dece0cf1caba0ae807272a587add96ef87aafeba | 17ec522efc16da46e9dafa6ff3af640eb4929d67 | /Java.plantuml | 1ac551c64ca050c20bc75f73179551569661c0ee | [] | no_license | gisellejimenezc/Test | cbc363349834c3c3272bd0505e51b2bb407272bc | 1001ed44aa8eed8bfd200d3548b95b3443df0a37 | refs/heads/master | 2020-03-27T18:08:31.485837 | 2018-09-17T14:57:44 | 2018-09-17T14:57:44 | 146,900,999 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,415 | plantuml | @startuml
title __JAVA's Class Diagram__\n
package com.m2i.poe {
package com.m2i.poe.genetic {
class ARN {
}
}
}
package com.m2i.poe {
package com.m2i.poe.bank {
class Account {
}
}
}
package com.m2i.poe {
package com.m2i.poe.genetic {... |
741acb7e8cbc390c74b38fd0b14e98d45022c128 | 06b4f9b29e51db9eef79b9f9828f3aa369840ec1 | /src/main/java/Server/Server.plantuml | 0bbb557afcfe0f26cd290763c8554eede6f0f16a | [] | 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 | 4,658 | plantuml | @startuml
title __SERVER's Class Diagram__\n
package Server {
class Client {
{static} - serialVersionUID : long
- run : Thread
- listen : Thread
- ready : boolean
- orde : String
- move : String
- order : int[]
- moves : String[][]
- client... |
f9f6754b5e7d554726b1da70a8f0def675f7dba7 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/Api/ITestRunnerApi.puml | 55950e0e4629829371fcd0fbca98b2253b93f7f5 | [] | 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 | 291 | puml | @startuml
interface ITestRunnerApi {
Execute(executionSettings:ExecutionSettings) : string
RegisterCallbacks(testCallbacks:T, priority:int) : void
UnregisterCallbacks(testCallbacks:T) : void
RetrieveTestList(testMode:TestMode, callback:Action<ITestAdaptor>) : void
}
@enduml
|
2f1b65f849e56145840a6466915e94d8817bf4dd | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Core/MORR/Data/Transcoding/Exceptions/DecodingException.puml | 8d9d7448c1ce694ea9cca2cddf5fa8022917e900 | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 334 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
class DecodingException {
+ <<create>> DecodingException()
+ <<create>> DecodingException(message: string)
+ <<create>> DecodingException(message: string, innerException: Exception)
}
!endsub
Exception <|-- DecodingExce... |
18ee506fe2b79afe192c53c3fabae9b4aed0a5f3 | b98b45a77c5c797e0f5ab7569e25dcd140d16910 | /src/main/java/ex43/ex43.puml | 42a3919a091bda46029c996ac6f89bdf1a2e92a7 | [] | no_license | JMoorC/Moore-cop3330-assignment3 | 1e2cfe9006a57794bdfe53531c843cdf79b0e028 | bb18814b4d672f1454863e5d13b7c7dae9d99998 | refs/heads/master | 2023-08-25T18:41:07.203669 | 2021-10-12T02:58:09 | 2021-10-12T02:58:09 | 415,769,582 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 274 | puml | @startuml
class App{
main()
}
class Website{
-siteName : String
-author : String
-homeDir : String
-hasJS : boolean
-hasCSS : boolean
+Website()
+getInfo()
+formatOutput()
+createIndex()
+createFolder()
}
Website -- App
@enduml |
7e9f7740dc7e259d082148fa505bfc0b3f64f96f | 19f793bed6a7ddbe4f01616e2374a9ddc459e8b1 | /doc/创建型模式/单例模式-类图(4分).puml | 6ae61ff425c2b108d464b3291c1a58c2ed7da555 | [] | no_license | 1wang1/design-patterns | 02a87e8c2f170f2a2de4993e8f11b9ef9a522627 | 5ebd98248ea5a035e19a843f823971676899a212 | refs/heads/master | 2022-12-19T04:30:30.790952 | 2020-09-27T11:42:41 | 2020-09-27T11:42:41 | 272,214,620 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 179 | puml | @startuml
class Singleton{
- instance:Singleton
+ getInstance():Singleton
+ singletonOperation():void
-<constructor> Singleton():void
}
Singleton <--o Singleton:instance
@enduml |
12d4a711f688ad959cafbdab0a740dc7c548470f | ff27e165d649e5947c62e2d619d03771149cc850 | /teoria_dos_jogos/uml.puml | 8ac29e2df85898499853d224825695492e945e24 | [] | no_license | yasmin15carolina/Bens_Publicos | 705bf1636a12fb4205c8e9aec8599cd8b5885ced | 26c92cebda2aebcb82e6494d4f08eafd0d084427 | refs/heads/master | 2023-09-02T17:23:19.111189 | 2021-11-22T23:31:08 | 2021-11-22T23:31:08 | 413,542,520 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 81,033 | puml | @startuml
set namespaceSeparator ::
class "teoria_dos_jogos::AppLanguage.dart::AppLanguage" {
-Locale _appLocale
+Locale appLocal
+dynamic fetchLocale()
+void changeLanguage()
}
"teoria_dos_jogos::AppLanguage.dart::AppLanguage" o-- "dart::ui::Locale"
"flutter::src::foundation::change_notifier.dart::ChangeNoti... |
c925b9278f457f9712676c3ff2ac5c88aecee52a | 6963c449644e055485ae448bb253435a0c773965 | /src/main/resources/class.puml | 97ce98abf35c2fc30cbffffb2638f69059636faa | [] | no_license | rimonmostafiz/fp-movies | a33abf94bd59c5fc11bcb2a5a41faedac9939497 | 3601e7893c01e5d5096d22eefacf371f7d20046d | refs/heads/master | 2023-08-14T01:51:56.364097 | 2021-09-23T17:37:57 | 2021-09-23T17:37:57 | 407,966,915 | 0 | 0 | null | 2021-09-20T06:19:37 | 2021-09-18T21:01:29 | Java | UTF-8 | PlantUML | false | false | 1,672 | puml | @startuml
skinparam minClassWidth 50
class Movie {
- id : Long
- budget : Long
- homepage : String
- String originalLanguage : String
- String originalTitle : String
- String overView : String
- Double popularity : Double
- releaseDate : LocalDate
- revenue : Long
- runtime : In... |
5cf5ff0586ac04050abe433636d4c27bbcc2dacb | 553f0bf87ffb874ea3172086b3671e7524d3fb65 | /documents/version4/diagramme.puml | 01e371e05ddb8f15c21122ff00396ba5566adce5 | [] | no_license | MichelGrolet/2d-game | 18e6467de68899057d520d61d5a4c18bf47e7acc | 5d2714985fa270be60a60e7232d22267dddd7293 | refs/heads/main | 2023-05-26T06:11:18.518661 | 2021-06-11T10:00:13 | 2021-06-11T10:00:13 | 370,970,154 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,018 | puml | @startuml
class Main {}
class Labyrinthe {
- {static} taille : int
+ Labyrinthe()
+ Case getCase(int x, int y)
+ ArrayList<Case> getCasesLibres()
+ void genererMurs(int choix)
+ Case[][] getTabCase()
}
Labyrinthe "1" --> "*" Case : - cases
class Case {
- x : int
- y : int
- libre ... |
efac7b146efe11d69a158e709f9e94a79e4d1a85 | f4e746d7627fa2f2c1d91f40f73018d49587b40b | /src/Models/ColumnManager/ColumnManager.puml | debc58a125cc5f1b43e08642181c61d8300fd3d2 | [] | no_license | ui-package/table-component | cd428ce66e972bd3d2a7bed1fa47efa0e8f8194f | a5705a8428cc4561362e01d74800051f85a53b56 | refs/heads/master | 2021-05-13T23:04:39.299701 | 2018-03-21T07:14:54 | 2018-03-21T07:14:54 | 116,505,364 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 430 | puml | @startuml
interface ColumnManagerInterface <T> {
createBodyColumns(entity: T): ColumnBodyEntityInterface[]
getHeadColumns(): ColumnHeadEntityInterface[]
}
interface ColumnHeadEntityInterface
interface ColumnBodyEntityInterface
ColumnManagerInterface "1 .. *" *-- ColumnHeadEntityInterface
ColumnManagerInterface ..> ... |
b5563ac86530f52ceec741c163523dce03a9473c | e2af34c95c3628d291848b6ad1f3b013b137eecd | /exercise41/docs/NameSorter.puml | ac4ce0ed5d931589d8926d76d4481f9cd2bcaef6 | [] | no_license | RyanTheGuyInSpace/hodge-a04 | 1b430a286859c01c1b9b42d570abe5d694b76485 | 66488f242574224ab55e6efe6c8224afa903b871 | refs/heads/main | 2023-08-24T03:24:42.233804 | 2021-10-18T03:39:42 | 2021-10-18T03:39:42 | 416,139,019 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 495 | puml | @startuml
class Solution41 {
+main(String[])
' NameSorter ns = new NameSorter()
' ArrayList<String> names = ns.readNames()
' ns.sortNames(names)
' ns.writeNames(names)
}
class NameSorter {
-ArrayList<String> names;
' init name list
' store values from readNames() in name list
' so... |
27ae823107b2a04ceb344ba95b6729bd995c4e2f | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 4_ Patrones de Diseño de Comportamiento/PrincipleAndPatternDesign/src/cu/datys/principles/ocp/drawing/good/class-diagram.puml | 0271c6090871baadda320e2bc366fd8555eabbd2 | [
"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 | 492 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #5cb85c
Title OCP: Uso correcto
interface IShape{
+ void draw()
}
class Rectangle implements IShape
class Circle implements... |
e604d4e2b866211da11089530ce26b08541c9d79 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedQuoteDraft.puml | 178cbbebc54988ec310862d2f819c405f7d53d76 | [] | 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 | 560 | 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 StagedQuoteDraft [[StagedQuoteDraft.svg]] {
quoteRequest: [[QuoteRequestResourceIdentifier.svg Q... |
cf17d7d3c8aed88c606428c2ef28219474b55fd2 | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /Rendu/doc/javadoc/ch/tofind/commusica/ui/PlaylistTrackCell.puml | fd2ee10228c368993fff7f27c8aa7cae8e86dcbe | [] | no_license | heig-vd-pro2017/projet | 8f6e9bb5cc75baaf809eda87b31d7de8c632f713 | db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1 | refs/heads/master | 2021-01-16T23:21:13.159819 | 2017-05-29T17:32:48 | 2017-05-29T17:32:48 | 82,906,602 | 5 | 2 | null | 2017-04-02T16:05:43 | 2017-02-23T08:55:46 | Java | UTF-8 | PlantUML | false | false | 657 | puml | @startuml
class PlaylistTrackCell {
[[PlaylistTrackCell.html]]
{static} -LOG: Logger
{static} -FAV_EMPTY_IMAGE: String
{static} -FAV_FULL_IMAGE: String
{static} -FXML_FILE: String
-playlistTrack: PlaylistTrack
-track: Track
-trackPane: AnchorPane
... |
a647569df0848fdfdb6872dba787385dbe0147ce | 3a01c48123c37cbe5853adda0adc2c9077a75afb | /.idea/modules/app/app.plantuml | 467472cbecb1302b846200e1af2644d04ee526af | [] | no_license | TomerReiner/ML-For-All | e9ecc4d09b8c4a59d906b2a644c01cfe9f4d7d0e | e1f19d77b9e2f7bb24308f8bd8dcc5d9b690ea95 | refs/heads/master | 2023-05-02T06:13:39.999902 | 2021-05-12T12:50:59 | 2021-05-12T12:50:59 | 335,345,695 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,488 | plantuml | @startuml
title __ML_FOR_ALL.APP's Class Diagram__\n
namespace com.example.mlforall {
class com.example.mlforall.AboutActivity {
}
}
namespace com.example.mlforall {
class com.example.mlforall.BuildConfig {
}
}
namespace com.example.mlforall {
class com.example.mlforall.CreateMac... |
98d46882e7cbdc21f44414e0a09a141c5d02a68f | 2bc551f9c2ecb57ec0cb93ad18d3ce0bafbddb34 | /设计模式/设计模式尚硅谷/designpatternlearning/src/main/java/tk/designpattern/factory/abstractfactory/order-service.puml | fd08dacafb7cfcb6f563e3d7135ab58f75a96714 | [] | no_license | YiboXu/JavaLearning | c42091d6ca115826c00aad2565d9d0f29b1f5f68 | 97b4769ebbe096e0ab07acb6889fb177e2ca5abe | refs/heads/master | 2022-10-27T23:47:54.637565 | 2020-06-16T09:12:09 | 2020-06-16T09:12:09 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,182 | puml | @startuml
abstract class Pizza{
- String name;
+ String getName()
+ abstract void prepare();
+ void bake()
+ void cute()
+ void box()
+ String toString()
}
together {
class ChinaMilkPizza{
+ void prepare()
}
class ChinaCheesePizza{
+ void prepare()
}
cla... |
b7d4147f7503693c379c3e1d5e0d161db9798b3e | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AssociateRoleBuyerAssignableChangedMessage.puml | aaf1553097aee5cfd8ec4ffb9bb9784d6a1e4bee | [] | 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,194 | 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 AssociateRoleBuyerAssignableChangedMessage [[AssociateRoleBuyerAssignableChangedMessage.svg]] extends... |
a36788d0a546542b3f7d832186ad946f357aaa89 | 2658a42eb6bbcc140cae19c1120864277f893b2f | /documentation/src/orchid/resources/assets/diagrams/scope.puml | 19c7ff2c4445d54bb025d1c31e24f5f22fe83b17 | [
"Apache-2.0"
] | permissive | tuProlog/2p-kt | 0935dbeb88272f79df1ebbd2339767bccc8ecfa4 | 6510ea0414985b708dd492ee240727f2e261176c | refs/heads/master | 2023-08-17T18:41:12.310798 | 2023-07-19T10:34:16 | 2023-07-19T13:13:27 | 230,784,338 | 84 | 15 | Apache-2.0 | 2023-09-13T22:49:25 | 2019-12-29T17:51:34 | Kotlin | UTF-8 | PlantUML | false | false | 2,003 | puml | @startuml
skinparam shadowing false
interface Scope {
+ _: Var
+ variables: Map<String, Var>
+ contains(variable: Var): Boolean
+ contains(variable: String): Boolean
+ get(variable: String): Var?
+ varOf(name: String): Var
+ anonymous(): Var
+ whatever(): Var
+ atomOf(value: String)... |
796a9da7d3617fbdbe61f0ff27eb52867ebdfe98 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/PointCloudMap/PointCloudMapGT/PointCloudMapGT_Class.puml | a2c83f70642abfca1bb58663baa1297bf7f0b882 | [] | no_license | ShisatoYano/SLAMDesignUML | 2b3af745ecf8ff1b88845e248a72c589fe9aa1ba | bb8678908952205d1fdc2ea5e49c9ca752e123b9 | refs/heads/master | 2022-11-25T17:49:03.514885 | 2020-08-02T00:27:38 | 2020-08-02T00:27:38 | 261,206,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 662 | puml | @startuml
skinparam classAttributeIconSize 0
class PointCloudMapGT{
+ std::vector<LPoint2D> allLps
+ NNGridTable nntab
+ PointCloudMapBS(){allLps.reserve()MAX_POINT_NUM}
+ ~PointCloudMapBS()
+ virtual void addPose(const Pose2D &p)
+ virtual void addPoints(const std::vector<LPoint2D> &lps)
... |
0d612f58d39db1fed123ce0455bd9814b3c364bf | 36e8e37a895ba9b2666e81c1da40f7fd0580d37b | /src/javaLang/interpreter/解释器模式类图.puml | 124bb45734d5a27cdcd8808601ce10ec373f3e18 | [] | no_license | xhSun9527/DesignPatterns | 0b08185780882a8e1b7e065c39a44e7c19838e17 | 1ed5099b9156853601e6b3a9cdf0c1d6090a6812 | refs/heads/master | 2023-02-01T06:22:45.580510 | 2020-12-17T08:55:19 | 2020-12-17T08:55:19 | 287,001,208 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 470 | puml | @startuml
abstract class AbstractExpression{
+ interpret(context) : int
}
class TerminalExpression{
+ interpret(context) : int
}
class NonterminalExpression{
+ interpret(context) : int
}
class Client{}
class Context{}
AbstractExpression <|-- TerminalExpression
AbstractExpression <|-- NonterminalExpress... |
8910ce49d4da857c4c2c0ac6a83e6959215e5a40 | 7eb0a3429f021f1a046bed8e667a6911d789d065 | /StrategyPattern/StrategyPattern.puml | eec666f7aa1d0801e15a08f379ce0f14ff5c6da8 | [
"MIT"
] | permissive | gama79530/DesignPattern | d99431711fda65cfb7d790b2959ba0a712fa3f86 | 4730c50cdd839072ae50eef975cbed62b5a2a41c | refs/heads/master | 2023-08-03T04:35:54.561642 | 2023-06-08T03:13:08 | 2023-07-31T12:32:13 | 269,562,362 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 191 | puml | @startuml StrategyPattern
hide empty members
class Contex{
+ Strategy strategy
+ invokeStrategyMethod()
}
interface Strategy{
+ strategyMethod()
}
Contex *-- Strategy
@enduml |
2e3832efcd20317c8de2f74c625ac950e0ff9434 | f18ba1fbeb7f8d6149aff64633f9c77a92cfc936 | /assignments/k.mukhametzyanov/TP3/src/tests/tests.plantuml | 74245e97cf386bf98f1a0026ffd546263531105a | [] | no_license | kzvdar42/InnopolisDesignPatterns | c34a728b7964f22a6b774a4616b7ac9515ae6263 | b1042e76875c9ccf69017e20edcea4b9e7b5682b | refs/heads/master | 2021-02-07T05:17:54.245396 | 2020-04-19T22:40:48 | 2020-04-19T22:40:48 | 243,987,548 | 0 | 0 | null | 2020-02-29T14:54:34 | 2020-02-29T14:54:34 | null | UTF-8 | PlantUML | false | false | 470 | plantuml | @startuml
title __TESTS's Class Diagram__\n
namespace tests {
class tests.Tests {
+ JimmyPizzeriaFourCheesesTest()
+ JimmyPizzeriaHawaiiTest()
+ RobbyPizzeriaFourCheesesPizzaTest()
+ RobbyPizzeriaInnopolisPizzaTest()
}
}
right footer
PlantUML diagram generated by Sk... |
ecefcb476abd13eaf9c175f8d01e84f261a7faed | 4f029f90b241f8b1e4a0179d27c92be6b87c761c | /lib_design_pattern/src/main/java/com/mxdl/desigin/pattern/structure/a03_decorator/uml/dectorator_base.puml | 1452180b5836a5ad37ece96574cb3ed6a2e21524 | [] | no_license | mxdldev/java-design-pattern | 806cdb2f4ec87d121c10db4952ed67476772ff29 | f42813ccdb2a1cfdcc790935e41747098467e7e5 | refs/heads/master | 2020-11-26T22:15:35.016854 | 2020-01-08T07:10:34 | 2020-01-08T07:10:34 | 229,215,001 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 424 | puml | @startuml
package Dectorator{
interface Compontent{
+IOperate():void
}
class Dectorator implements Compontent
class ConcreateComponent implements Compontent
class ConcreateDectorator
note bottom:动态的给一个对象添加一些额外的功能\n,就增加功能而言他比生成子类更加的灵活
class ConcreateDectorator extends Dectorator
... |
d00321f5ec3bcec0b66cf53bc9112d64dcf7d0ed | 540d43c90e930f35817857dd6f9df2dfbf93cff1 | /puml/Android-Native-VideoEncoder.puml | 62d73794280cbfc4fcaded443bbc032473b74652 | [] | no_license | vintonliu/webrtc_code_read | 252aad744b938ddfd7fb6bad389c9f9b5db6a89c | cffd54917e2cf5c29f5abb703401a7f23abf0f7c | refs/heads/master | 2023-07-04T21:10:12.722636 | 2021-08-09T11:47:08 | 2021-08-09T11:47:08 | 371,236,194 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,611 | puml | @startuml Android-Native-VideoEncoder
title <b> Android 端视频编码器类图
abstract class VideoEncoder {
+ void SetFecControllerOverride(FecControllerOverride* fec_controller_override)
..
+ int InitEncode(const VideoCodec* codec_settings,
const VideoEncoder::Settings& settings)
..
+ ... |
42490d73f724b155b143e74fa1018554876c9635 | 1bb5688062270907b57fb76dfd05a5f34ba8be1e | /uml/ClassDiagram.puml | 02dc829d381c4f2c00ab214d8e17b808f4c4ee5d | [] | no_license | MattyYeet/neet-5280-a5 | 6e4a2d3310016474fe9a7affd3873e5f2f925320 | 7062030c27f1325d4e4200061f8aa74129709c8c | refs/heads/master | 2023-06-23T15:16:31.977872 | 2021-07-26T22:34:08 | 2021-07-26T22:34:08 | 387,655,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 984 | puml | @startuml
class ItemOrganizerApp{
run
}
class ListofItemsController{
+makeNewItem()
+editItem()
+deleteItem()
+searchItem()
+refreshList()
+saveList(json, tsv, html)
+loadList(json, tsv, html)
}
class Items{
price
serial number
name
}
class ItemVerifier{
+checkSN()
+checkPrice()
+checkName()
}
cl... |
989272577a6ced8764ca4ebc6ca252e97557af3d | 8c59fbc94a2ba7fa9a12c10991fe334cda0df128 | /metrics/web/docs/features/debug_menu/diagrams/debug_menu_presentation_layer_class_diagram.puml | 8c3ebccb71e9be27c899407045463e60c69bb279 | [
"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 | 2,393 | puml | @startuml debug_menu_presentation_layer_class_diagram
package debug_menu {
package domain {
package usecases {
class OpenLocalConfigStorageUseCase {}
class ReadLocalConfigUseCase {}
class UpdateLocalConfigUseCase {}
class CloseLocal... |
351898f8595004f14fe415b85d83ee5bca151cd3 | e1f86ffea80f9653cdcd16f7b91c8a4ea44ef829 | /doc/matchClasses3.puml | b4d93be2bd6f80728e8cc724531406c5109c7655 | [] | no_license | green68/ping-pong | f4117c6c1f681c65ebb23715c400f92351346e0f | ad018ae4d7e1e2fb725055e8f2d0b7a503349763 | refs/heads/main | 2023-08-29T01:32:17.097016 | 2021-10-12T11:20:50 | 2021-10-12T11:20:50 | 411,173,631 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,547 | puml | @startuml matchClass3
' skinparam linetype polyline
' skinparam linetype ortho
class Person {
- firstName : string
- lastName : string
-- constructor --
+ Person(string firstName, string lastName): void
..
+ getName(): string
}
class Player {
- captain : bool
-- constructor --
+ P... |
9a8918586169aa8a94a615d95caccb189fea139d | 68ab6123e5646851343e8ac1303f89c74e163d65 | /docs_other/plantuml/todomvc-oo-event-flow-gituml-134.puml | 9e688f65d359ec5a26224d347ac8450fed4b178e | [] | no_license | abulka/todomvc-oo | 2026ee52c46ca9135a928cdff24fde36c0ff0412 | d41b327a7d9ae8d236c9a7ff222e60092e497d4f | refs/heads/master | 2022-05-24T12:20:05.729460 | 2020-05-25T07:26:45 | 2020-05-25T07:26:45 | 243,655,901 | 1 | 1 | null | 2022-03-26T06:32:28 | 2020-02-28T01:48:45 | JavaScript | UTF-8 | PlantUML | false | false | 11,810 | puml | ' From https://www.gituml.com/editz/134
'Literate Code Map macros
!procedure method($name, $params="")
.. def <u><b>$name</b></u>($params) ..
!endprocedure
!procedure xref($dest, $kind="dest")
!if ($kind == "source")
<color:Red><u>$dest</u></color>
!else
<color:Red>$dest</color>
!endif
!endprocedure
!$code = "<col... |
3708c8a8efa40949961b752ef3f874b03309db83 | f467bd687e9e28ab9ca2441451cc7cb6bbf48cf6 | /TP/TP.plantuml | ac6245d16c43231283f2b6de2d297bedddcc7e89 | [] | no_license | mihal09/3SEM | 3146dd16a94375f28b02ca3d3c50d08dc0dfe46a | f08b5b5202049a2afb1bcf770f516ef5721a61e8 | refs/heads/master | 2022-07-22T16:50:43.801729 | 2019-11-25T14:43:50 | 2019-11-25T14:43:50 | 219,431,239 | 2 | 0 | null | 2022-07-07T22:11:50 | 2019-11-04T06:20:47 | HTML | UTF-8 | PlantUML | false | false | 2,121 | plantuml | @startuml
title __TP's Class Diagram__\n
namespace sample {
class sample.DodawanieFakturyController {
}
}
namespace sample {
class sample.DodawanieKlientaController {
}
}
namespace sample {
class sample.DodawanieUslugiController {
}
}
namespace sample {
class samp... |
c84d8ee1c724ddb0889ed2b8544c53195169d239 | 06219b6931afcaa1b64162cdd18595e328b9bb3f | /uml/all-class-diagram.puml | e123b22c29f3ee2049285ef6be181caf3b7671a9 | [] | no_license | glqdlt/myhome-manager | 8ff5672e74954761744db6a5007c8a05eafa5f3d | 5cb71ac84b0bc3b117d3f95b0ba4ab094c408b46 | refs/heads/master | 2023-05-12T20:49:13.004486 | 2023-05-05T05:22:00 | 2023-05-05T05:22:00 | 139,995,214 | 0 | 0 | null | 2018-07-21T04:01:21 | 2018-07-06T14:30:20 | HTML | UTF-8 | PlantUML | false | false | 947 | puml | @startuml
package persistence.server.entity{
class Server{
seq : Integer
name : String
ip : String
}
}
package persistence.author.entity{
class Author{
seq : Integer
name : String
regDate : Date
}
}
package persistence.member.entity{
class Member {
seq : Int... |
aea7985e05b6be8e60e3c5c8d9801d7b795f8464 | 5b9092e6cb6760e2471483e438520451f408511e | /doc/3_sprint/diagrams/puml/class/character.puml | a735ded20c56e0577811fb7a315fd62555b80f2b | [] | no_license | Reynault/ACL_2019_Zelpop | ac8be33233a78ecb010ffc7c3135031dfece3dd6 | 0edbfabd698ac2ef2e16e5cf70f41d8f9a310219 | refs/heads/master | 2020-08-15T14:32:19.385568 | 2019-12-10T16:59:19 | 2019-12-10T16:59:19 | 215,357,337 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,630 | puml | @startuml
package entity{
abstract Entity{
- position: Position
- hp: int
- passThrought: boolean
- reward: int
- regen: int
- defence: int
+ getPosition():(int, int, Cmd)
+ setPosition(int direction)
+ setPosition(int x, int y)
+ can... |
1e4481bdd7f42570fa47aab7137689f4770f2f25 | 42194f73930634a1295b81c785aaa1f0ec6b9e7d | /src/structure/list/GBList.iuml | 51f704320073eb24e68f11f01782b8ff8f7bd8a1 | [] | no_license | Adbistju/Geekbrains8lvl2 | 3443d0be69862186aa0aeab869493360875fd41c | 83e594e607aa5ad1ed24720cbdc810b16525a7e6 | refs/heads/main | 2023-01-21T21:06:43.032612 | 2020-11-17T14:27:35 | 2020-11-17T14:27:35 | 313,644,265 | 1 | 0 | null | 2020-11-18T22:26:09 | 2020-11-17T14:26:33 | Java | UTF-8 | PlantUML | false | false | 373 | iuml | @startuml
interface GBList extends GBIterable {
+ {abstract} add(String val): void
+ {abstract} remove(String val): boolean
+ {abstract} get(int index): String
+ {abstract} size(): int
}
interface GBIterable {
+ {abstract} iterator(): GBIterator
}
interface GBIterator {
+ {abstract} hasNext()... |
5348edfd9f6b541f8a14e3553eab7c26645059dc | e430ee214e4896daf91a49d2664b596074102b92 | /docs/Types.puml | fc49981efee74992247cdc581539fd11fd8ff5e9 | [] | no_license | alkeicam/flowblocks | 674f5774fa9321f883245f045a62d83b17e8ceed | f0a112653b10587f351c8a059b552074e7b18377 | refs/heads/master | 2022-09-20T09:57:38.048513 | 2022-09-06T13:39:43 | 2022-09-06T13:39:43 | 239,135,422 | 0 | 0 | null | 2020-03-23T08:49:26 | 2020-02-08T13:19:59 | JavaScript | UTF-8 | PlantUML | false | false | 867 | puml | @startuml
class TypeConfigurables {
{field} configurables[] (array of configurable items)
}
TypeConfigurables ..> Configurable : configurables[]
class Configurable {
{field} String id (business id of the configurable)
{field} String label (label of the configurable)
{field} String placeholder (placeholder o... |
dd98c0537c4ebb2f6d58e01d6bbcad4798a3acc3 | 13565a0b6077f78b773576035cbd2752871240bc | /Babenko/BabenkoDydykDiplomaProject/out/production/BabenkoDydykDiplomaProject/GeneticRace/repositories/repositories.plantuml | 97572757b076fdbdc272b98495dd72a085dfc44f | [
"Apache-2.0"
] | permissive | vbabenk/GeneticRace | 92ff1da794f7a83fba01e3dbeca91c1b36b7fcbd | 37f1731fc003755b1c1d03caaa09b0ace55bedd6 | refs/heads/master | 2021-08-02T19:02:15.575865 | 2021-07-30T15:26:45 | 2021-07-30T15:26:45 | 218,497,240 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 433 | plantuml | @startuml
title __REPOSITORIES's Class Diagram__\n
package GeneticRace.repositories {
class PatientRepository {
- patientList : ArrayList<Patient>
+ PatientRepository()
+ getPatientList()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesme... |
3f78d086a0c2b149d87f3928b288b7db7f8bc0db | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductSelectionAssignment.puml | 105870f6759d966681ca991f44b88940470592c9 | [] | 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 | 923 | 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 ProductSelectionAssignment [[ProductSelectionAssignment.svg]] {
product: [[ProductReference.svg ... |
eb1365f24c8dabf52c516da752f81b4c97b065a1 | 2a5138a8138272a94b4f26a3dffa2d24e1a0eb7d | /docs/Diagrams/MapDataAccess.plantuml | fc3ad28fdf299bd0e2b433956137615aeaa45fb6 | [] | no_license | Stryse/DungeonGame | f109e9f7a30689aa52c7f60f9316351eb41abaae | f0a8aeb47a70f00c42bcd26475f51f31faf13654 | refs/heads/master | 2022-12-29T09:17:42.875468 | 2020-10-18T21:03:47 | 2020-10-18T21:03:47 | 300,079,856 | 0 | 0 | null | 2020-09-30T22:36:53 | 2020-09-30T22:35:56 | C++ | UTF-8 | PlantUML | false | false | 532 | plantuml | # MapDataAccessImpl
@startuml
skinparam classAttributeIconSize 0
interface IMapDataAccess{
+{abstract} isAvailable() : **bool**
+{abstract} loadMaps(target : **QVector<Map*>&**) : **bool**
}
class MapDataAccessImpl{
+{abstract} isAvailable() : **bool** <<override>>
+{abstract} loadMaps(target : **QVector<Map*>&**) ... |
8503e0ccff5cd44a2799327a04bf92d0a8888c8f | 651412b832de323736df833013f52a1f32b62298 | /TikTok/app/app.plantuml | 013fd34f1aa16c10fa027d73bcf5ec6b1e3311b2 | [] | no_license | Wangyl147/HomeWork | 48b1a80228e90fa36774bb6d06e71ab21a42384b | 3ffe4ea7812cc6a08d6c4da24ab6f51b97d54c7a | refs/heads/master | 2022-10-13T15:22:15.886266 | 2020-06-10T03:50:08 | 2020-06-10T03:50:08 | 270,881,325 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,391 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace com.bumptech.glide {
class com.bumptech.glide.GeneratedAppGlideModuleImpl {
}
}
namespace com.bumptech.glide {
class com.bumptech.glide.GeneratedRequestManagerFactory {
}
}
namespace com.example.tiktok {
interface com.example.ti... |
7abd15be7fa1774ff929aff4c8bdbc3692ecdce0 | 0e43f538adbf1cefc637a4d4d51dd1daebb92c2a | /UMLs/frameManagers.plantuml | c8e73162616b2e078d5e3dcb45440a95974021ad | [] | no_license | plspeziali/jpacman | ce7be0f6e4121f89ce5e667383af7dd20fa2c9e4 | 559734c443bcff46e4281b28c9b3f33cc70e92db | refs/heads/master | 2022-12-03T17:06:41.978403 | 2020-08-23T10:38:24 | 2020-08-23T10:38:24 | 280,392,795 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,401 | plantuml | @startuml
title __FRAMEMANAGERS's Class Diagram__\n
namespace frameManagers {
class frameManagers.FrameManager {
# delay : int
# down : ArrayList<ImageIcon>
# left : ArrayList<ImageIcon>
# right : ArrayList<ImageIcon>
# up : ArrayList<ImageIcon>
# for... |
74097a55ba511e4cff42c276a16b9a0af9089e78 | 3ed609a21e150d9a7c968413838f6c9590bc4910 | /Docs/UMLdiagrams_1.0/UML.puml | d4ce8992265f33c1e6c8eaf09456fb35a20f16f7 | [] | no_license | GabovYegor/Java_practice | 534490f20c5463dbafe50680efdb701610e57921 | eb56eb29d66a96bead1b9277b4b7f85965580e41 | refs/heads/master | 2020-06-09T19:17:59.200245 | 2019-07-12T17:28:22 | 2019-07-12T17:28:22 | 193,491,668 | 1 | 0 | null | 2019-07-11T20:47:34 | 2019-06-24T11:22:47 | Java | UTF-8 | PlantUML | false | false | 1,819 | puml | @startuml
package "DataClasses" #DDDDDD{
class Graph {
- nodeList : ArrayList<Node>;
+ Graph()
+ addNode(name:char)
+ addEdge(start:char, end:char, weight:double)
+ nodeCount() : int
+ nodeIndex(name:char)
+ nodeName(index:int)
+ isNodeExists(name:char)
+ countOfEdgesFromNode(index:int)
}
class Node {
- name : char;
-... |
2344e959526aa7b74f4c4c683b2ec1f46c7e262b | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/FieldType.puml | df5fd2b92fee4722f30d1850c13769375ca50339 | [] | 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 | 2,944 | 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 FieldType [[FieldType.svg]] {
name: String
}
interface CustomFieldBooleanType [[CustomFieldBoo... |
1a8214909ce204738667f29701370500867eb30a | b2be1f2c659ff90e5be7a97f52150c3f278e4c70 | /structural_patterns/composite/composite.puml | cb4d4fc09c2c3023ab44d6063a033aa772ff0513 | [] | no_license | sirejik/software-design-patterns | a3f0aab43a6b73f8e8d0d4ecd13a3f4aa362addc | 67b8ebc373bdf6e5d58d699ed0a84bb3b2666f58 | refs/heads/master | 2023-01-05T09:55:51.669200 | 2020-11-05T17:02:20 | 2020-11-05T17:02:20 | 298,362,438 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 207 | puml | @startuml
interface Component {
operation()
}
class Leaf {
operation()
}
class Composite {
operation()
add()
}
Component <|-- Leaf
Component <|-- Composite
Composite o--> Component
@enduml
|
8b61b8d93b88243a310b628dfe66c72050874804 | 16a31cca5765cb1bf4808d4de4dc3f0c9ad953d3 | /CircuitSim.plantuml | 787351bc40cbc1a077ce90e15695a3f6b78157d9 | [] | no_license | AndreiGhita2002/CircuitSim | 96778889da156ae8f78ef9193a1e8dfddcb0ed7d | d482d7596842b36c90f3aeb7eb040e64e52b6dd7 | refs/heads/master | 2023-08-23T11:37:39.699662 | 2021-10-20T12:00:09 | 2021-10-20T12:00:09 | 288,380,444 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,624 | plantuml | @startuml
title __CIRCUITSIM's Class Diagram__\n
namespace circuit {
class circuit.Battery {
}
}
namespace circuit {
class circuit.Circuit {
}
}
namespace circuit {
class circuit.CircuitBuilder {
}
}
namespace circuit {
abstract class circuit.Component {
}
}... |
c1f71fa6d1741b7314cf4dd7bf451a44a5c405ef | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/Test/Script/ResultJudgeTest.puml | 590ca567d16c972f162609641af512b26c9f4955 | [] | 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 | 633 | puml | @startuml
class ResultJudgeTest {
+ Start() : void
Update() : void
+ ShowResult() : void
+ TapToBackTitleButton() : void
+ DerayGameLoadRun() : void
}
MonoBehaviour <|-- ResultJudgeTest
ResultJudgeTest --> "resultMaxComboObj" GameObject
ResultJudgeTest --> "resultScoreTextObj" GameObject
ResultJudge... |
d6e04addfe32457c4bb0a0d132d948d79d93bb95 | 68ab6123e5646851343e8ac1303f89c74e163d65 | /docs_other/plantuml/mvca-architecture-v1-deprecated-gituml-136.puml | 89498d8a03a74cfdf1dccf8b194a36938718aebf | [] | no_license | abulka/todomvc-oo | 2026ee52c46ca9135a928cdff24fde36c0ff0412 | d41b327a7d9ae8d236c9a7ff222e60092e497d4f | refs/heads/master | 2022-05-24T12:20:05.729460 | 2020-05-25T07:26:45 | 2020-05-25T07:26:45 | 243,655,901 | 1 | 1 | null | 2022-03-26T06:32:28 | 2020-02-28T01:48:45 | JavaScript | UTF-8 | PlantUML | false | false | 1,692 | puml | @startuml
header
MVC-A Architecture - MVC plus App Architecture,
emphasizing Controllers Roles
Also on https://www.gituml.com/editz/136
by Andy Bulka 2020
endheader
center footer Generated by GitUml www.gituml.com
class Model {
data
setters
}
class Controllers {
app
model
gui
event_handler()
dom_ev... |
22b52c321f19cb6395249fdc2b7bfb78736f5c98 | 0e43f538adbf1cefc637a4d4d51dd1daebb92c2a | /UMLs/image.plantuml | 45fd528fbc92345cfce14389549650bc8cff3c62 | [] | no_license | plspeziali/jpacman | ce7be0f6e4121f89ce5e667383af7dd20fa2c9e4 | 559734c443bcff46e4281b28c9b3f33cc70e92db | refs/heads/master | 2022-12-03T17:06:41.978403 | 2020-08-23T10:38:24 | 2020-08-23T10:38:24 | 280,392,795 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 345 | plantuml | @startuml
title __IMAGE's Class Diagram__\n
namespace image {
enum ImageList {
BLINKY
BLINKY_D0
BLINKY_D1
...
RED_PORTAL
SMALL_PANEL
WALL
}
class imageList.ImageFactory {
{static} + createImage()
{static} - getFile()
... |
8f475b6b21e82d6f100d3a9b3faf25231e40ee09 | 67d416449fd583479edff467439fe1ae7a782f82 | /uml/diagram.puml | 1fd95b441a99c9cf7a814cb26d73f16f4d9530b6 | [] | no_license | TSnowdon/snowdon-cop3330-assignment4 | 1bdb795a4bb3ceff8acc6b25de150b1193349309 | 55bb5152f2aea40c617b8c2a8d89c69a0d3af2f0 | refs/heads/master | 2023-08-25T23:57:19.101544 | 2021-11-10T16:56:36 | 2021-11-10T16:56:36 | 415,985,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,086 | puml | @startuml
class App
class Application
class Task
class TaskList
class FXMLController
enum StatusType
App -- TaskList
TaskList -- Task
StatusType -- Task
StatusType -- App
FXMLController -- App
class App extends Application {
Main Application that will handle
all external and internal events.
__ Attributes __
- Array... |
fbabc967bf9337645b463648ba61f32fe525f4ae | 2f22952e07ffc3eb8933d52a20f6a5bfd02e8b35 | /Structural/Decorator/uml.puml | 05191f4330696f6cbc170d9a8ac3b1fd371c00b9 | [
"MIT"
] | permissive | ervin-meng/PHPDesignPatterns | c7b868148231f28226e7efd12283798890aae0f2 | 19cd506970898ae6db87d3e838d53658a2876ae7 | refs/heads/master | 2022-12-08T11:38:04.190536 | 2020-09-01T09:12:07 | 2020-09-01T09:12:07 | 291,909,626 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 368 | puml | @startuml
abstract class AbstractComponent
{
render()
}
abstract class AbstractDecorator extends AbstractComponent
{
protected $component;
render()
__construct(AbstractComponent $component)
}
class Decorator extends AbstractDecorator {
render()
}
class Component extends AbstractComponent {
... |
e6cb3ac280dd69cda86ed96fed1e28ce4fc48420 | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/creational/Singleton.puml | 77ce000a4440c534d98894353c2098b976ecf62c | [
"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 | 238 | puml | @startuml Singleton
scale 1024 height
class Singleton {
static uniqueInstance
singletonData
static Instance()
SingletonOperation()
GetSingletonData()
}
note right of Singleton::Instance
return uniqueInstance
end note
@enduml |
c973435a31b7e80ba86b0c7de2c707c0ee966c13 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ClassificationShippingRateInputDraft.puml | a4bef4c78273eb953280177137d5dd438ef2f370 | [] | 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 | 468 | 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 ClassificationShippingRateInputDraft [[ClassificationShippingRateInputDraft.svg]] extends ShippingRat... |
ed51c3400459948df3961255f72d65b362c8c1ab | 39bfa4bd87577047e322968f68c06c5a523efcb7 | /docs/uml/Vision.puml | 2028b097ec3f132889d1712f63bb5ab30b2abed1 | [
"Apache-2.0"
] | permissive | jimbok8/visionforge | bad5a71a667a5af69ce8d1d0bc3cb93fb777baf6 | 456e01fcfa48f798a03cc5866acc5d4c557e00c3 | refs/heads/master | 2023-07-06T13:31:12.072403 | 2021-07-29T14:09:21 | 2021-07-29T14:09:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 610 | puml | @startuml
'https://plantuml.com/class-diagram
interface Vision{
val parent: Vision?
fun getProperty(name): MetaItem?
fun setProperty(name, value)
}
class VisionBase{
basic vision
implementation
}
Vision <|-- VisionBase
interface VisionGroup{
A group of Visions
}
Vision <|-- VisionGroup
inter... |
e7925192e11bccca588b7915e5246984f793815b | 71876eb0846f6f2490ac8f6b60c48d1d97a47f60 | /VenturaAPI/docs/diagrams-class/plantuml/core.domain.vaga.plantuml | 507efe2dcc26966a949608da8e16ebe26f51a0cc | [] | no_license | RogerVFbr/VenturaHR | 281efe904cd77152f339c801ccd6b3182d90af70 | 11d031caaae19c0c6f0f1c809ef14f7b3014bcdf | refs/heads/master | 2023-01-20T07:24:50.235474 | 2020-12-03T13:11:59 | 2020-12-03T13:11:59 | 285,815,756 | 3 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,357 | plantuml | @startuml
title __CORE DOMAIN VAGA's Class Diagram__\n
namespace com.soundlab.dockerizedjavaapi {
namespace core {
namespace domain.vaga {
class com.soundlab.dockerizedjavaapi.core.domain.vaga.Vaga {
- city : String
- expirationDate : LocalDateTime
- id : Long
... |
2e22aa5d569544875baf3d5441480cb3d9ebae1c | 147e8bb4df27ec1cd9c5a7273026bf1d1e4183fb | /open/bosminer/bosminer/trait-hierarchy.puml | d79a307c61bb4f3f1facda2c592cdcb9d42d2111 | [] | no_license | qqq-tech/braiins | 7e64040ac28a9591e8d2e2f20bf17f0b49b58f9d | b4a98a542c00396f1df63db2f3d592eaba61c1b1 | refs/heads/master | 2023-07-20T07:39:26.131579 | 2020-04-30T20:00:03 | 2020-04-30T20:00:03 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,411 | puml | @startuml
interface node::Stats {
mining_stats(&self) -> &dyn stats::Mining
}
interface node::ClientStats {
fn client_stats(&self) -> &dyn stats::Client;
}
interface node::Info {
}
interface node::Client {
fn descriptor(&self) -> Option<&client::Descriptor>
async fn get_last_job(&self) -> Option<Arc<d... |
425429b1252c8db5298d02803afd4232f180d80a | c067a7796bba1bcd97ed5d7a5a7877a3217d532c | /uml/Properties/State/Utente.puml | 06cfc0be7d14e7ff613645d9d9dd97f6b1b0c19b | [] | no_license | inifares23lab/PMO_Proj-DatiCovid | 6897e2d04753c6faff3045aa2ac8822035683e14 | 186ec91ef3eb5647439c346909bfd8e7b3fb9e6e | refs/heads/master | 2022-10-22T03:17:14.494294 | 2020-06-16T21:10:50 | 2020-06-16T21:10:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 359 | puml | @startuml
class DisplayChoice {
+ DisplayChoice(lbItalia:Label, lbRegioni:Label, lbInfo2:Label)
+ Next(lbRegioni:Label, lbInfo2:Label) : void
+ Update(lbItalia:Label, lbRegioni:Label, lbInfo2:Label) : void
+ Previous(lbRegioni:Label, lbInfo2:Label) : void
}
DisplayChoice --> "O" Officina
DisplayChoice -... |
839a57107f766695ba5050481d82ce3a7311b125 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartRemoveItemShippingAddressAction.puml | 024c7db7163f8b203f53698887cac4dd6a18d195 | [] | 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 | 459 | 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 CartRemoveItemShippingAddressAction [[CartRemoveItemShippingAddressAction.svg]] extends CartUpdateAct... |
ac8b334695487ac79286e43feab185ec915fa544 | 64a08c0e9739da0c13bce9489e4aaa5fa18ae37c | /DesignPattern/src/main/resources/uml/StudentWork.puml | 25548b90020681317368f4a00f52a538faa8561b | [] | no_license | protriable/LearnRecordForJob | 63fd38599362a9cba02cc4346b39763b5786ac02 | 62a8ca296ca81f92c61a89782baf9a56c2942aea | refs/heads/main | 2023-04-07T20:47:54.904645 | 2021-04-10T06:22:07 | 2021-04-10T06:22:07 | 354,177,994 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 465 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementDa... |
faae16a2dc699f77e644d254f49a03ded6c48271 | c452e4f63f50eca1ab44e5bb5fa557cbc5c93515 | /src/main/resources/ex42/ClassDiagrams/OutputFormatter.puml | 648014566ad960741d6745c942829981a2a0b7a7 | [] | no_license | mplekunov/Assignment_3 | b1ca62cde7a6a1dd495bdc8c52e34d494a8e947b | 81138b959274d3c8bf9586c0c4f6c164f6c84780 | refs/heads/master | 2023-05-31T12:28:19.214249 | 2021-06-21T00:40:42 | 2021-06-21T00:40:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 167 | puml | @startuml
'https://plantuml.com/class-diagram
class OutputFormatter {
-OutputFormatter()
+String convertEmployeeToString(List<Employee> employees)
}
@enduml |
4c5b22dc6f267adf65c0db6a148a4edc463bd48b | b8b944a1c6b89f9426d9c85b2560968b41e913d2 | /resources/UML/ro.uaic.info/configuration/basic/basic.plantuml | af3dbd13ff7959c9fed3b4c39ac2cee3aa450cc7 | [] | no_license | anaidde/VladianaInvaders | e0076b7a4e2b4cc48de6cabfa4ee0158888f5ec0 | aff35c93b657c06ca9038884126fe0dd0a7a094a | refs/heads/master | 2022-11-12T10:03:36.383752 | 2020-07-02T09:30:37 | 2020-07-02T09:30:37 | 261,261,460 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 194 | plantuml | @startuml
title __BASIC's Class Diagram__\n
namespace ro.uaic.info.configuration.basic {
class ro.uaic.info.configuration.basic.BuildTest {
{static} + main()
}
}
@enduml
|
0fa5b908f3874c3d1f931077946d49a9f28514db | 1e2c53296d19f7c1af32dbf2ac58b6cc7814c65d | /UML/LogitudUML.puml | c06a81dc1c288b1001f0910b6edaf5a5ffcd1834 | [] | no_license | jcalise6891/Logitud_SkiChampionShip | 54640eafddad940bce704eb772e3aab3d5d5b0fe | b4466abdaa964a7a7edb2acc0d2d5eebffec5c8f | refs/heads/main | 2023-01-03T00:48:01.579142 | 2020-11-02T15:36:26 | 2020-11-02T15:36:26 | 303,393,784 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,080 | puml | @startuml
package BDDoriented{
class Epreuve {
-ID: int
-Nom: String
-Date: Date
}
class Personne{
-ID: int
-Nom: String
-Prénom: String
-DateDeNaissance: Date
-Catégorie: int
-Profil: int
}
class Epreuve_Personne{
-E... |
d67f6466eb8ae09933cf5ba9000614d06b3736d1 | 1e3dba3f02025ce0e7ff066565f56eeb516bcea0 | /docs/SprintD/US_1/UC1_MD.puml | a6e558f4efad33064245eb54b658d6521659109c | [] | no_license | RuiRioPina/ManyLabs | 1e3f413a08ef6ed2ad35b0326f992fef2808a4c7 | 4ef550952a81c0ce24b47dd85b3062e0c32df05b | refs/heads/master | 2023-06-10T21:37:15.884362 | 2021-06-20T21:44:38 | 2021-06-20T21:44:38 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 841 | puml | @startuml
skinparam classAttributeIconSize 0
hide methods
left to right direction
class Company {
-designation
}
Class TestStore {
-testParam
-parameter
}
class Test {
-nhsCode;
-internalCode;
-client;
-testType;
-sampleCollectionMethod;
-parameterCategory;
-parameter;
-samples
-registrationD... |
23f11415825226cc9afcbd07511e031096a3df8a | 0bc7bf29514e3fa3c2b54d70c6f3bcc6daaff6ab | /cardreader.provider.usb.identos/doc/plantuml/UIDECRP/control.plantuml | b31772b69badf23157dcaf5f18a333644a935797 | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-USB-Identos-Android | 7e74fb4ab0980f27e9288e3b9f2e3e9477c2c3a7 | bbbb80694ade1139b3f004fd4e33115274c738d1 | refs/heads/master | 2022-01-12T21:04:35.091433 | 2022-01-07T07:24:23 | 2022-01-07T07:24:23 | 213,916,220 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,794 | plantuml | @startuml
namespace de.gematik.ti.cardreader.provider.usb.identos {
namespace control {
class de.gematik.ti.cardreader.provider.usb.identos.control.IdentosCardReaderController {
{static} - ACTION_USB_PERMISSION_IDENTOS : String
{static} - LOG : Logger
- cardReaders ... |
7cb07b7e7788d72e57c55d8c60c0e6485bedf9a5 | 5e2c0b7fc7534d2214190795542e540f304fd271 | /src/hua/lee/zygote/SurfaceFlingerClass.puml | 3eadce7eb390bc3f82eb6c3e06ebd13fdfa7675b | [] | no_license | lijieqing/ThreadFactory | 00d0a52c0191ba2e627d5e2a11596370eb90187c | ff9719a48f1f0d1d0e98cfa7089c938e114ef415 | refs/heads/master | 2021-07-14T03:56:33.226996 | 2021-05-22T12:42:44 | 2021-05-22T12:42:44 | 246,733,259 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,168 | puml | @startuml
class SurfaceFlinger
class BnSurfaceComposer
class HWC2::ComposerCallback{
onHotplugReceived()
..
onRefreshReceived()
..
onVsyncReceived()
}
SurfaceFlinger -right-|> BnSurfaceComposer
SurfaceFlinger -down-|> HWC2::ComposerCallback
SurfaceFlinger -down-|> PriorityDumper
SurfaceFlinger -dow... |
450a84d8f91084cb06ecadbfcf886b1d7d3d0034 | 58f5766244826918a3cf79312f861f76c5aa6f7d | /Documents/uml/Services/GenerageConfigDialogService.puml | d24e572e24029ee5ed68a6e9240bab432278a1bf | [
"MIT"
] | permissive | BillKrat/CsvEditSharp | 3835aa9d7955a33830be47b044d3c05763c68dff | a91334a8aa1b08c4f7fe38116892b088e92d4da4 | refs/heads/master | 2022-01-28T15:31:06.719793 | 2019-07-28T11:39:25 | 2019-07-28T11:39:25 | 198,216,226 | 0 | 1 | MIT | 2019-07-22T12:10:45 | 2019-07-22T12:10:44 | null | UTF-8 | PlantUML | false | false | 212 | puml | @startuml
class GenerateConfigDialogService {
+ Result : GenerateConfigSettings <<get>>
+ ShowModal() : bool?
}
"IModalDialogService`1" "<GenerateConfigSettings>" <|-- GenerateConfigDialogService
@enduml
|
7148360b51e5b418d15cefa3d32271e81d4115d1 | 188aa3bd1c4fc0a88cab9726c2f2299f147e70d8 | /docs/UC_04/UC04_MD.puml | 2d984485388d13772bd111ff2f52bf3d0e882c83 | [] | no_license | botelho-io/lapr2-2020-g029 | c6a3c15bace1145c94c0495ac5f8ce54b7be478c | 1834bf842e5ae1f94d20ab61dad8e8124fc9f61b | refs/heads/master | 2023-08-17T00:53:42.364156 | 2020-06-14T22:29:10 | 2020-06-14T22:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,291 | puml | @startuml MD
skinparam classAttributeIconSize 0
hide methods
left to right direction
class App {
}
class Organization {
- String name
- String NIF
}
class Transaction {
}
class Task {
- String id
- String description
- Integer durationInHours
- Double costPerHourOf... |
64d4f72bd804f71a8830f7c420db6c3891d889fa | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Common/Shared/Events/Queue/IReadOnlyEventQueue.puml | c63b3419e6ab7754278d2288808817bf15e424f5 | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 180 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
interface "IReadOnlyEventQueue<T: Event>" {
+ IsClosed: bool <<get>>
}
!endsub
@enduml |
4f2cb35d8db4c780d33a9df82a3ffe5910ab6025 | a5542be2cb88b0b9834d8e6835525a566e468be5 | /doc/纹理、精灵帧和精灵设计.plantuml | 7d05576982fb238552af361d0d1cc0805c2cd184 | [] | no_license | hlwz5735/AnimationVue | 3ae9ebeda3a8cf574931d6bad8f58ce6c2fb8fe1 | 27ad93e9abf06c25d4bcd2379385f95cc98a2987 | refs/heads/master | 2023-07-15T11:37:53.453340 | 2021-07-07T07:49:46 | 2021-07-07T07:49:46 | 318,496,811 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,169 | plantuml | @startuml
class Texture {
path: string
loadStatus: LoadStatus
type: TextureType
- bitmap: ImageBitmap?
- canvas: HTMLCanvasElement?
.. getter ..
height(): number
width(): number
--
getCanvas(): HTMLCanvasElement
getImageData() : HTMLCanvasElement | ImageBitmap
{static} createEmpty(width = 32... |
f193d1dc7988c7c49a1ccd768cb4ac3dc34cbc14 | e7aab27dc3b56328c92d783d7fa8fce12d8ac544 | /kapitler/media/uml-datatype-skjerming.iuml | 0cf2da0d55d3acc3b1020a9eef24ac7f7b53d4a8 | [] | no_license | petterreinholdtsen/noark5-tjenestegrensesnitt-standard | 855019a61c8679a8119549e2824fa32ecc669e66 | 4673ba7134d83a6992bba6f9036c521c7ae1897f | refs/heads/master | 2023-06-11T12:08:52.134764 | 2023-03-05T11:05:21 | 2023-03-05T11:05:21 | 160,586,219 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 319 | iuml | @startuml
class Arkivstruktur.Skjerming <<dataType>> {
+tilgangsrestriksjon : Tilgangsrestriksjon
+skjermingshjemmel : string
+skjermingMetadata : SkjermingMetadata [0..*]
+skjermingDokument : SkjermingDokument [0..1]
+skjermingsvarighet : integer [0..1]
+skjermingOpphoererDato : datetime [0..1]
}
@enduml
|
b5cb29fdc55b38e43dea9be145870176bc447d04 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Engines/Sales/ValidationResponse.puml | 9a0a11da3eb0918f22a1933ea96ceceee1fb4c43 | [
"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 | 84 | puml | @startuml
class ValidationResponse {
}
ResponseBase <|-- ValidationResponse
@enduml
|
668cb81109793c53853c18ca30cd9b4935682307 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/serviceability/offeringQualification/media/product_spec_AEL.puml | 49e610d2d655a4f9b9a87ed234f2e0f295c107b1 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 2,624 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor<<API>> Black
}
hide <<API>> stereotype
class MEFProductRefOrValue<<API>> {
}
class MEFProductConfiguration<<API>> {
@type*: string
}
MEFProductRefOrValue *--> MEFProductConfiguration : productConfiguration
class AccessElineOvcEndPo... |
019a1e0f3f53e4175dbe9a5521dacfd1c446d4cc | 7495d45dfe8320ff033116dc4e91993bcb8ab121 | /assignment18-sort-klassestudent-scholzmagdalena/images/CLD.puml | 5e6a990ac5b5c810d05711a9bce413818b5440d6 | [] | no_license | 1819-2ahitm-sew/assignment18-sort-klassestudent-scholzmagdalena | dec2f877de8cb6ecf691ec8f4b49d9bbb03db77c | 0410826b8e937c3acfff69df94cca24e6216757b | refs/heads/master | 2020-04-28T00:48:50.269563 | 2019-03-15T13:57:12 | 2019-03-15T13:57:12 | 174,830,037 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 317 | puml | @startuml
interface Comparable {
{abstract} int compareTo(Student o)
}
class Klasse {
int klassenbezeichnung
Student[] students
sortBubble()
sortInsertion()
}
class Student {
int katNr
String vorname
String nachname
int compareTo(Student o)
}
Comparable <|.. Student
Klasse o-- Student
@enduml |
ed5b07fb2aff2974f11c4fdba3a6e2d1244e7545 | f37e90775a158ea0ae644e334eac5bba341f4989 | /Documentation+/PlantUml/class/class_members.puml | 0a703f2d2e76c95cc0cb01806026502c361ea13c | [] | no_license | Aleks-Ya/yaal_examples | 0087bbaf314ca5127051c93b89c8fc2dcd14c1e3 | ec282968abf1b86e54fc2116c39f2d657b51baac | refs/heads/master | 2023-09-01T07:40:44.404550 | 2023-08-27T15:24:34 | 2023-08-29T22:01:46 | 14,327,752 | 4 | 2 | null | 2021-06-16T20:39:19 | 2013-11-12T09:26:08 | Java | UTF-8 | PlantUML | false | false | 242 | puml | @startuml
class ArrayList {
Object[] elementData
int position
int size()
void clear()
}
class ArrayList2
ArrayList2 : Object[] elementData
ArrayList2 : int position
ArrayList2 : int size()
ArrayList2 : void clear()
@enduml |
fd6b11888646c3e0a6a6c26731bf9fd6d95e17f3 | e37016f9bea6aac6954954ba33bde705a1245047 | /zx-note/src/test/graph/elasticsearch/env/类图.puml | 5e87aeb1ac9c5f56130dd18d45d6b1fa9cb6c50b | [] | no_license | zouxiang1993/es_lucene | 11d558d98a9847b9df1d9d575bc9b362ac548f9b | c463345975db890105124c429965ed96ebd8bf92 | refs/heads/master | 2023-07-19T21:03:26.092718 | 2019-08-27T16:24:46 | 2019-08-27T16:24:46 | 148,873,770 | 3 | 3 | null | 2023-07-18T02:50:13 | 2018-09-15T05:47:30 | Java | UTF-8 | PlantUML | false | false | 412 | puml | @startuml
class Environment {
封装了一些环境信息
---
path.home, path.data, path.conf, path.log等配置项
---
-Settings settings
-String configExtension // 配置文件后缀
-Path[] dataFiles // 数据文件目录
-Path[] repoFiles // ???
-Path configFile // 配置文件目录
-Path pluginsFile // 插件目录
-Path modulesFile // m... |
79de71859001c5204ecd90486e750ae34c785a9f | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPairAdjustmentRecordPropertyDrawer.puml | 026b272c7ddddb9b1cb5dcd44ef40b053697410d | [] | 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 | 485 | puml | @startuml
class TMP_GlyphPairAdjustmentRecordPropertyDrawer {
+ <<override>> OnGUI(position:Rect, property:SerializedProperty, label:GUIContent) : void
ValidateInput(source:string) : bool
GetUnicodeCharacter(source:string) : uint
DrawGlyph(glyphIndex:uint, position:Rect, property:SerializedProperty) : v... |
4b7376371f94f42ab2e957df8494cef12f786c01 | 326f0532299d6efcaec59d5a2cc95c31d9af9ef2 | /src/com/atguigu/principle/demeter/demeter.plantuml | f0d061894e7fde8f240ecff821b9f5c0b465e828 | [] | no_license | srefp/design_pattern | 4b45ceb0808a8ae98a007bc5b0e01825693dcf7b | b7ff2d80172c55848b8f59530da6ccca477dfd24 | refs/heads/main | 2023-01-19T06:12:14.495913 | 2020-11-24T08:48:53 | 2020-11-24T08:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,035 | plantuml | @startuml
title __DEMETER's Class Diagram__\n
namespace com.atguigu.principle.demeter {
class com.atguigu.principle.demeter.CollegeEmployee {
- id : String
+ getId()
+ setId()
}
}
namespace com.atguigu.principle.demeter {
class com.atguigu.principle.demeter.CollegeManager... |
c568c0ad1002dd2e8e469218631797fbd2c344ba | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Cloud/CloudRelationships.puml | 4dd9ba90abf2fa00626429a0c806ec5f34fdd777 | [] | 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 | 402 | puml | @startuml
abstract class Cloud {
infrastructure orchestration
storage
network
compute
security
}
class MultiCloud {
service orchestration
registry
provisioning
data coordination
cloud broker
secure overlay network
}
MultiCloud "1" o--> "n" Cloud
Cloud <|-- MicroCloud
Cloud <|-- PrivateCloud
... |
f64583851a6f7a05b32e10307ebae519eefac6f6 | 7549fa1a44c66a40ca946e6b569e8f14afeb2887 | /src/main/java/ex42/ex42.puml | 6cc22a603392b4698209f74452eec6a5d3ac8761 | [] | no_license | Urimus3600/Mathew-cop3330-assignment3 | 8300e7358dc53e27e8377941ce7461233938995d | 0b52281c5b3cf6baafb6b35416403beca0b7bdcd | refs/heads/master | 2023-09-04T17:57:11.561509 | 2021-10-12T06:12:46 | 2021-10-12T06:12:46 | 416,103,880 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 162 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Employee{
+lastname: String
+firstname: String
+salary: String
+Employee(String stuck): Employee
}
@enduml |
1d92ff62f242df36f7586d56c3bacff77a9fd2d0 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/NUnitExtensions/Commands/BeforeAfterTestCommandBase.puml | 8a631df40510ad05942d8640c9103258e81a4d8e | [] | 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 | 334 | puml | @startuml
abstract class "BeforeAfterTestCommandBase`1"<T> {
+ ExecuteEnumerable(context:ITestExecutionContext) : IEnumerable
+ <<override>> Execute(context:ITestExecutionContext) : TestResult
}
DelegatingTestCommand <|-- "BeforeAfterTestCommandBase`1"
IEnumerableTestMethodCommand <|-- "BeforeAfterTestCommandBa... |
478607d1f630506342fd9af3d9d2a45a49c66cda | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/latedeliveryandpenalty@0.0.4.puml | 62aa86ac22044903bcb724f6510cc7521809b04a | [
"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 | 847 | puml | @startuml
class org.accordproject.latedeliveryandpenalty.TemplateModel {
+ Boolean forceMajeure
+ Duration penaltyDuration
+ Double penaltyPercentage
+ Double capPercentage
+ Duration termination
+ TemporalUnit fractionalPart
}
class org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyReque... |
9556381fefc58a37fcd871ece760d89126b0d1ca | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/learning_plan/algorithms/seventh_day/seventh_day.plantuml | c9cfa976ee6425dc14f5cf29ce50618d1feafd80 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 895 | plantuml | @startuml
title __SEVENTH_DAY's Class Diagram__\n
namespace cn.shui.learning_plan.algorithms.seventh_day {
class cn.shui.learning_plan.algorithms.seventh_day.L695 {
- di : int[]
- dj : int[]
- dx : int[]
- dy : int[]
+ maxAreaOfIsland1()
+ maxAreaOfIsland2()
... |
36dd99d2990319080b614122fbcef0025aafb5ee | 0b388587bc85844458d7312b4439d3f63b8375c0 | /hisServer/plantuml/register.puml | c571a7ae3958905045118acd780c8954f3c7e8ae | [] | no_license | corner4world/his | 593295d244ddadc6745abc81c864b247242bb113 | 3ce5aadc9a8a1b310eb5517060f84105b0bce0d6 | refs/heads/master | 2022-08-07T05:15:16.773953 | 2020-05-26T03:05:21 | 2020-05-26T03:05:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,600 | puml | @startuml
class Register挂号 {
Integer id;//挂号主键ID
String realname;//患者真实姓名
Integer gender; //患者性别
//1 - 男性
//2 - 女性
//3 - 其他
String idnumber;//患者身份证号码
Date birthdate;//患者出生日期
Integer age;//患者年龄
String homeaddress;//患者家庭住址
Integer medicalRecordId;//病历主键ID
Date visi... |
39a10fc0525048df111b3ba1dee3cb9be826b9d2 | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /Rendu/doc/javadoc/ch/tofind/commusica/core/package.puml | 56b77ad82d0e93a49fd335d9eb324868ea130c2c | [] | no_license | heig-vd-pro2017/projet | 8f6e9bb5cc75baaf809eda87b31d7de8c632f713 | db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1 | refs/heads/master | 2021-01-16T23:21:13.159819 | 2017-05-29T17:32:48 | 2017-05-29T17:32:48 | 82,906,602 | 5 | 2 | null | 2017-04-02T16:05:43 | 2017-02-23T08:55:46 | Java | UTF-8 | PlantUML | false | false | 6,331 | puml | @startuml
namespace ch.tofind.commusica.core {
abstract class AbstractCore {
[[AbstractCore.html]]
{static} -LOG: Logger
+execute(String, ArrayList<Object>): String
{abstract} ~sendUnicast(InetAddress, String): void
{abstract} ~sendMulticast(Stri... |
519fddc4af0d1477316b1e62cd9f15c6d1f3f475 | 40e351567ea4253710fab5639d62af6dbb8686d2 | /plantuml/Polyline.puml | d1d893e99765fbeb416888c1196b35dc66628d21 | [] | no_license | AlexMaxwell2001/MementoDesignPattern | e6e0c9715217e47ea352c5084621148897ba03c3 | 54a456ac2eecdca88dd7fab09ec7de19d04c7f59 | refs/heads/main | 2023-01-18T15:46:11.610765 | 2020-12-03T13:22:49 | 2020-12-03T13:22:49 | 318,200,279 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 196 | puml | @startuml
class Polyline {
+ Points : string <<get>>
+ Id : int <<get>>
+ Polyline(points:string, id:int)
+ <<override>> ToString() : string
}
Shape <|-- Polyline
@enduml
|
f40fc1f4b9d4e9fb648094ab91e18ba597e9e474 | d3f921b9e488b1d7e2fa86d01a2e6855219b1d05 | /fdv.session.handler/src/test/java/de/gematik/ti/epa/fdv/session/handler/handler.plantuml | 130c97d3891d30bbd6496263d926aa229f1d970d | [
"Apache-2.0"
] | permissive | gematik/ref-ePA-FdV-Modul | d50e244d781702b95a9a31dc4efee09765546d79 | 2c6aba13f01c4fb959424342a5fa8ce1660ffad4 | refs/heads/master | 2022-01-19T20:31:23.703274 | 2022-01-07T07:24:03 | 2022-01-07T07:24:03 | 239,501,237 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 418 | plantuml | @startuml
title __HANDLER's Class Diagram__\n
namespace de.gematik.ti.epa.fdv.session.handler {
class de.gematik.ti.epa.fdv.session.handler.ServiceLocalizerLoaderTest {
+ testGetServices()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
F... |
6ded73dc837bedb4d3b7391ff132d918bf9c36a8 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/out/test/test/test/concordion/extension/extension.plantuml | 8b655f0c514a3c3b48aa246390924e992f461e48 | [
"WTFPL"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,632 | plantuml | @startuml
title __EXTENSION's Class Diagram__\n
package test.concordion {
package test.concordion.extension {
class AssertLogger {
- stream : PrintStream
+ setStream()
+ successReported()
+ failureReported()
}
}
}
package test.concordion {
pack... |
894870fbe1a485f7d904854c980e1a5233db674d | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestRun/Tasks/SaveUndoIndexTask.puml | 0397eb21a0df223dfe84bc31160a6b76cf57e84b | [] | 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 | 148 | puml | @startuml
class SaveUndoIndexTask {
+ <<override>> Execute(testJobData:TestJobData) : IEnumerator
}
TestTaskBase <|-- SaveUndoIndexTask
@enduml
|
aefd2f50975708d9083cc04a794ccf9f6e822f95 | 326f0532299d6efcaec59d5a2cc95c31d9af9ef2 | /src/com/atguigu/principle/inversion/inversion.plantuml | 85cd4bcfcd0c6765820cc0256df13d2830025039 | [] | no_license | srefp/design_pattern | 4b45ceb0808a8ae98a007bc5b0e01825693dcf7b | b7ff2d80172c55848b8f59530da6ccca477dfd24 | refs/heads/main | 2023-01-19T06:12:14.495913 | 2020-11-24T08:48:53 | 2020-11-24T08:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 660 | plantuml | @startuml
title __INVERSION's Class Diagram__\n
namespace com.atguigu.principle.inversion {
class com.atguigu.principle.inversion.DependencyInversion {
{static} + main()
}
}
namespace com.atguigu.principle.inversion {
class com.atguigu.principle.inversion.Email {
+ getInfo()
... |
9b20a624316170fcd1bc2cfb1c409355d22a2c41 | 6140730a88dd498be1767cd2b9dffe90cc051829 | /unary_api/pcbook/proto/uml/complete_model.puml | b4ec014cc49d88c131f7a21f6f71553c8e28d6ec | [] | no_license | paragonjh/gRPCStudy | 039878ec781de247520a7027e30b7aa5f70ed92f | 33783137157116b79ca9c030bfd64b3c894795ff | refs/heads/main | 2023-01-10T01:28:46.895096 | 2020-11-05T00:34:24 | 2020-11-05T00:34:24 | 304,649,819 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,623 | puml | @startuml
hide empty methods
hide empty fields
skinparam classBackgroundColor #EEEEEE
skinparam classArrowColor black
skinparam classBorderColor black
skinparam packageBackgroundColor white
skinparam packageBorderColor black
techschool.pcbook.Screen -- techschool.pcbook.Screen::Resoultion
techsc... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.