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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d85923289bb4d591362eb3500bb44fc64efdbc2d | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CustomerEmailVerifiedMessage.puml | 496e26c7a031e635d765ec7a685c97a715d62dcd | [] | 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,137 | 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 CustomerEmailVerifiedMessage [[CustomerEmailVerifiedMessage.svg]] extends Message {
id: String
... |
46e4ea4f2173e84e4b7f29b356751c5b8905a4a9 | ae30922295d5dd6b7b678bf4e37a1f1833be9a85 | /src/main/java/com/wxh/design/observer/schema2/observer.puml | 6d940a230d45105da89ff10712e88794f61a11f4 | [] | no_license | wxh646121331/test | 56cabf682aca76262ddad175a8a39b3c543a0999 | ca32a6a3103dc18a8ef66244a8346b47be090317 | refs/heads/master | 2022-07-02T03:20:38.823126 | 2021-12-01T09:19:23 | 2021-12-01T09:19:23 | 190,356,507 | 1 | 0 | null | 2022-06-17T02:46:54 | 2019-06-05T08:29:37 | Java | UTF-8 | PlantUML | false | false | 653 | puml | @startuml
interface Subject{
registerObserver(o: Observer):void
removeObserver(o:Observer):void
notifyObservers()
}
class WeatherData{
Observers:ArrayList
registerObserver(o: Observer):void
removeObserver(o:Observer):void
notifyObservers()
}
note right: 核心类\n1.天气信息 \n2.管理观察者Observers
WeatherData .u.|> Subject
inter... |
7e9a181fae6f02c45c06c1837e5187e8ee782968 | 6f1febb6cbffcc25e8c63d021c245930ac91b059 | /memento.plantuml | 7c0185d22a235f948bc5bde30124522ed8e0ac01 | [] | no_license | Nigel0583/SDP_Memento | 81b4c7423f7317fd7b81ef652226c6373397295c | cd724e995a5f95f67531a49328fece0baa684bbc | refs/heads/master | 2023-01-28T13:51:57.902866 | 2020-11-29T12:28:26 | 2020-11-29T12:28:26 | 314,869,457 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 702 | plantuml | @startuml
skinparam classAttributeIconSize 0
class Caretaker {
- max_size : int
- redoStack : Stack<Memento>
- undoStack : Stack<Memento>
+ Caretaker()
+ addMemento()
+ redo()
+ undo()
}
class Memento {
- state : BufferedImage
+ Mem... |
b7c8b1cb9907f6448b4b2d23077cc5e259088ef6 | 80f35b6648e1ad278c045a2190817eab72be6042 | /doc/classes.puml | 997607c74f270df65a13378b3844b27de449c8bd | [
"MIT"
] | permissive | gcaufield/TogglIQ | 0579dfb984842c5ae9c3441d8002828b29c1772c | 72460e7770f411928bf87a0f376bbd1ff53a8ca2 | refs/heads/develop | 2022-07-12T20:49:05.390599 | 2022-05-14T16:51:28 | 2022-05-14T16:51:28 | 83,859,237 | 14 | 5 | MIT | 2022-05-14T16:38:22 | 2017-03-04T02:32:09 | Monkey C | UTF-8 | PlantUML | false | false | 2,000 | puml | @startuml
title TogglIQ Class Diagram
class TickManager implements TimerController {
}
class TogglApiService implements ApiService {
}
class TogglApp extends Toybox.Application.AppBase{
}
class TogglManager implements TogglController {
}
class TogglTimer implements TimerModel {
}
class TogglAboutView extends Toy... |
8739057f27c96b33039034ef2ae5cf7d3f11b359 | 05c57a1f0f2f8e7f830178d40310ebb093d2ac3c | /src/main/asciidoc/images/student-score.puml | e7219c703f76057b1f31f82fe373f15903394297 | [] | no_license | umons-polytech-odl2017/odl-tp5-laurent_kalpers | 5993211a1612758614781d032580304e822216d7 | 132fae601cd830bde2f4d0454d8451741ccc6805 | refs/heads/master | 2022-12-28T03:39:11.598083 | 2020-10-13T19:38:01 | 2020-10-13T19:38:01 | 109,695,799 | 0 | 0 | null | 2020-10-13T19:38:03 | 2017-11-06T13:00:48 | Java | UTF-8 | PlantUML | false | false | 664 | puml | @startuml
class Classroom {
+addStudent(student : Student) : void
+countStudents() : int
+topScorers(course : String, n : int) : List<Student>
+successfulStudents() : List<Student>
}
class Student {
+Student(name : String, registrationNumber : String)
+setScore(course : String, score : int) : ... |
ec3f6bcc9c8eab5a5dabfb1693ab63a61f3be7bc | f12cda9a8bd887e1ac151257ac672f6b26e2dfc6 | /src/com/jambit/onboarding2020/tbrpg/domain/Player/Player.plantuml | 44ef213ee1a1af7c8fcf38a7f76b3096869ede57 | [
"Apache-2.0"
] | permissive | jambit/onboardingphase2020_TextbasedRPG | 04f81709ae0b03cd39d0da8b17b578b1d5f9d0b0 | 116c8db39f34ea28b05fbddde8cd133d83928811 | refs/heads/Development | 2022-12-28T13:36:26.169235 | 2020-09-25T11:28:01 | 2020-09-25T11:28:01 | 294,055,805 | 2 | 0 | Apache-2.0 | 2020-09-25T11:29:12 | 2020-09-09T08:49:20 | Java | UTF-8 | PlantUML | false | false | 3,552 | plantuml | @startuml
title __PLAYER's Class Diagram__\n
namespace com.jambit.onboarding2020.tbrpg {
namespace domain.Player {
class com.jambit.onboarding2020.tbrpg.domain.Player.Boss {
~ random : Random
- critChance : int
- hitChance : int
- name : String
+ Boss()
... |
55551f10182cfcb71b07b03cc31a5d99024b1025 | 29b030cb71696a77fa089f2419b42721b19e0f84 | /doc/entidades.puml | 2e1541d7c0d967d3a75444c508cfde0a639d688a | [] | no_license | esei-si-dagss/facturaaas-20 | f57c24196deb26e45616d078fe0291bfb3c049d6 | 905c94bb6fd7092571de168256aa9d772bd53440 | refs/heads/main | 2023-01-24T20:22:18.246295 | 2020-12-02T23:04:44 | 2020-12-02T23:04:44 | 318,014,728 | 2 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,598 | puml |
@startuml
hide circle
class RolUsuario <<enum>> {
USUARIO, ADMINISTRADOR
}
class EstadoPago <<enum>> {
PENDIENTE, PAGADO, ANULADO
}
class EstadoFactura <<enum>> {
EMITIDA, PAGADA, ANULADA,
RECLAMADA, ABONADA
}
class TipoFacturacion <<enum>>{
PARTICULAR, AUTONOMO,
SOCIEDAD_LIMITADA,
... |
636c425bfad29086cfbdf081845b935dded81c65 | 89b49389ff8bb63340742f7e55e3434c0691ceda | /JWT/structure.puml | bc01dea635cfee8003b0c360330d0272d7b597cc | [] | no_license | ggrachdev/jwt_laravel | d0de957c58ebdb72d32bda4360357b4cbda340d6 | 7f18f09900d243abdf750b1bf67c59686d7b75c5 | refs/heads/master | 2023-08-15T06:40:35.189336 | 2021-09-14T12:52:19 | 2021-09-14T12:52:19 | 406,365,510 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,621 | puml | @startuml
left to right direction
skinparam classAttributeIconSize 0
package JWT {
namespace Exception {
class BaseException {
}
}
namespace Entity {
class JWT {
+ constructor(array $header, array $peyload, string $signature, string $token)
+ getHeader(... |
9cd58911325297e99f731332c2da4863eb1105aa | 9c99b504ef373909550b038be6ff4c8bab4ba8c6 | /conception/uml/diagrammeClasses.puml | a59dc8905e38b338ca7a005a06c0bb08dd9ef280 | [] | no_license | thomasviau/ProjetRobot | 7f43f5113e64dfd0c71b76456c3c05f9764107c6 | b93e761480461a673d42fc903c095fa81349d609 | refs/heads/master | 2020-05-20T03:39:56.603511 | 2019-05-12T18:59:16 | 2019-05-12T18:59:16 | 185,363,370 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,441 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
skinparam monochrome true
skinparam packageStyle rect
skinparam shadowing false
package Telco {
package ComTelco {
class DispatcherTelco {
--
+ setPilotState()
+ setLogs(from:int,to:int) : Log[]
+ se... |
0f18aeebdb8fdb22f6a8dc346d196175ddd670fc | b8c409912c930baf8050f8c85da0cf2e97966b27 | /src/main/resources/uml/class/3_6抽象与静态.puml | 78e6290d3e1b7f3913e985e125546fae47cf6745 | [] | no_license | tom1120/BaseStudy | 8cd1b735a119e022d54738c7ba3d8a9cd16aa8d5 | 35d1c19a6ebaabbb52870af8b61604d8f0290a5e | refs/heads/master | 2023-07-24T13:22:00.656180 | 2023-07-08T15:53:45 | 2023-07-08T15:53:45 | 135,059,686 | 0 | 0 | null | 2023-07-08T15:54:31 | 2018-05-27T15:40:27 | Java | UTF-8 | PlantUML | false | false | 123 | puml | @startuml
'https://plantuml.com/class-diagram
class Dummy{
{static} String id
{abstract} void methods()
}
@enduml |
46f104e9afde15352b1c8d024077d01c9d23c01f | b2d33d6e2b323281a5adab60b65f5c9906c6d5ec | /exempluGrafica/src/main/java/joc/character/character.plantuml | a6e11989eb3a61a2ef6ca7f77af2f3dbf09dafc5 | [] | no_license | LoghinVladDev/gameEx | b68da7b75f01cdf11afce935fac876cb4420ad68 | 3dc465af55f55b2aa5634446d2115615cc8a46f7 | refs/heads/master | 2022-10-17T05:20:03.623434 | 2020-06-11T16:03:28 | 2020-06-11T16:03:28 | 265,932,516 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,869 | plantuml | @startuml
title __CHARACTER's Class Diagram__\n
namespace joc {
namespace character {
class joc.character.ArcherEnemy {
{static} - GET_HIT_TIMEOUT : int
{static} - HIT_PLAYER_TIME : int
{static} - RECOIL_ANGLE : double
{static} - THROW_ARROW_TIMEOUT : int
... |
f92e6087c562191346c3e267e61918cf35c2f0df | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyCustomerSetVatIdAction.puml | 1c73ac280b3296dc98d7a899b84b50e4ed881a37 | [] | 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 | 450 | 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 MyCustomerSetVatIdAction [[MyCustomerSetVatIdAction.svg]] extends MyCustomerUpdateAction {
action... |
f405a29c3926198c2f23dc00a9a4866401e66134 | eda343c27254b0c1ef907a14db61723f4a98f6c9 | /SudokuGenerator.plantuml | 86cccaa69e99c28573c2dc50e5fffcea50757c8b | [
"Apache-2.0"
] | permissive | tom-georg/SudokuGenerator | 79998c8fd02d0c79e3f1baf372e3040670c5cff4 | 2f3ec82dc57b734f7fd8ffa664e4ac083170e3ae | refs/heads/master | 2020-12-19T18:56:27.119341 | 2020-02-09T07:47:59 | 2020-02-09T07:47:59 | 235,821,725 | 2 | 8 | Apache-2.0 | 2020-02-09T07:48:00 | 2020-01-23T15:16:56 | Java | UTF-8 | PlantUML | false | false | 500 | plantuml | @startuml
title __SUDOKUGENERATOR's Class Diagram__\n
namespace SudokuGenerator {
class SudokuGenerator.SudokuChecker {
}
}
namespace SudokuGenerator {
class SudokuGenerator.SudokuCheckerTest {
}
}
namespace com.company {
class com.company.Main {
}
}
right footer
Pl... |
ef23d03ed97082df38f9793fdbc24b0f8ea76109 | 3a2f557271daa7744529f6d50e53220a506190bf | /doc/RIB.plantuml | e239124e5bb9df898f8c8406fbdfa4f261804e3f | [] | 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 | 131 | plantuml | @startuml
class RIB {
_id : ID
idUser : ID
idBankAccount : ID
keyRIB : string
IBAN : string
BIC : string
}
@enduml |
5ac8de4ff4841024740dfe1de6cfd1b311a07eb7 | 338a7020ba19ad7cbea94faca4695598a5e0e564 | /doc/Rectangulo.puml | 979d17a024f9abee102805b7d9f28fcfec610305 | [] | no_license | meschoyez/FigurasAvanzadas | 1ebcc5586195a0fe5b15386b179911467e97a3bc | ef1894c00ea0d08d7921be700066a3add44a8eed | refs/heads/master | 2023-08-25T14:51:27.139914 | 2021-10-28T00:03:54 | 2021-10-28T00:03:54 | 297,661,922 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 879 | puml | @startuml Rectangulo
skinparam ClassAttributeIconSize 0
hide circle
interface Comparable <<interface>>
class FiguraGeometrica <<abstract>> {
- String id
- Posicion posicion
+ abstract getPerimetro() : Double
+ abstract getSuperficie() : Double
+ compareTo(FiguraGeometrica f) : int
}
class Rectan... |
2354a5e98f3c29b59e57ff41e850b77afc3af1af | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/CameraController.puml | 310b934c1376c9843d51d8578a558b3a894f7380 | [] | 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 | 818 | puml | @startuml
class CameraController {
+ FollowDistance : float = 30.0f
+ MaxFollowDistance : float = 100.0f
+ MinFollowDistance : float = 2.0f
+ ElevationAngle : float = 30.0f
+ MaxElevationAngle : float = 85.0f
+ MinElevationAngle : float = 0f
+ OrbitalAngle : float = 0f
+ MovementSmoothin... |
c1e6b222d0b0487a464a646a3ae3ed562d8feeb8 | f9ad32614a8d821fd73dda93edff65f95c69f1b8 | /projeto.puml | 88a6b1d9db756c22f5ed64887db8c9ebc4c5da85 | [] | no_license | Drembreak/PBL-3 | db9c24463225e6c43d3e3e01a6a88c62237ce51f | fc30794359ffff23ad374d4433557fa666b7ecce | refs/heads/master | 2023-08-15T14:40:31.936155 | 2021-10-01T21:09:07 | 2021-10-01T21:09:07 | 412,619,053 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 200 | puml | @startuml
class Funcionario {
nome
sexo
idade
}
class Problema {
estado
descricao
}
Funcionario "1" <- "*"Problema
Class Sugestao{
aplicada
descriçao
}
Problema "1" <- "*"Sugestao
@enduml
|
9c4df9da3e8d423f12350b8221a3829d6cb06933 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_SubMeshUI.puml | 6e3040317e62cbe88fc82676d415e57f53c65309 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,586 | puml | @startuml
class TMP_SubMeshUI {
+ isDefaultMaterial : bool <<get>> <<set>>
+ padding : float <<get>> <<set>>
+ {static} AddSubTextObject(textComponent:TextMeshProUGUI, materialReference:MaterialReference) : TMP_SubMeshUI
+ <<override>> GetModifiedMaterial(baseMaterial:Material) : Material
+ GetPaddi... |
5af456cad59e42f65877c1eb0a2e3f4b2ad08ab3 | 70fa7784e8e51981fbcf1185eedaadc893dc7ce1 | /models/traffic-light-model.puml | 7f6736ba40f4fe8c04e2fc6d314900b301e2dca8 | [] | no_license | cybernetics/kfsm-mpp-compose-traffic | 80e8524fa412035af48d0b4e96ee13e593f4f9d6 | 9e52a90593b313900da57206f94380f3414190b0 | refs/heads/main | 2023-07-13T18:57:35.555342 | 2021-08-29T10:17:49 | 2021-08-29T10:17:49 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,676 | puml | @startuml
enum TrafficLightStates <<fsm-state>> {
RED
AMBER
GREEN
}
enum TrafficLightEvents <<fsm-event>> {
STOP
GO
}
interface TrafficLightContext <<fsm-context>> {
name: String
amberTimeout: Long
setStopped() <<suspend>>
switchRed(on: Boolean) <<suspend>>
switchAmber(on: Bool... |
aff56f9b9ae187f3acbec742b7198a60bd4922d1 | 42e57a58fc95226a7ec40bca58c351092f126102 | /kapitler/media/uml-class-arkivenhet.iuml | aa08cfdb2dc947debaa7ee4aa35b1ad82647e9f0 | [] | no_license | tsodring/noark5-tjenestegrensesnitt-standard | 8d3b31fe83203255ae8361e639f99209974c3ece | df354ac231091e63bde3123f2c779009009b7e80 | refs/heads/master | 2023-01-22T01:33:20.794431 | 2019-07-02T12:40:47 | 2019-07-02T12:40:47 | 194,827,953 | 0 | 0 | null | 2019-07-02T09:03:29 | 2019-07-02T09:03:28 | null | UTF-8 | PlantUML | false | false | 299 | iuml | @startuml
class Arkivstruktur.Arkivenhet {
+systemID : SystemID [0..1]
+oppdatertDato : datetime [0..1]
+opprettetDato : datetime [0..1]
+opprettetAv : string [0..1]
+oppdatertAv : string [0..1]
+referanseOppdatertAv : SystemID [0..1]
+referanseOpprettetAv : SystemID [0..1]
}
@enduml
|
290d41cca95509726e9fae6ddb813b688958665c | 5154f1f50574e5238ba9fd189a1c52693eea8763 | /docs/_book/plantuml/ActionSpecification.puml | 36f301d3ea88a5d183d343d1ca6f71a8296249ab | [
"MIT"
] | permissive | darkar5555/HIT2GAPOnt | 04cdf08c6d4803c17d026b2b42d238c1fc8c9776 | 8b663ad8162debf72b946e2a1c103975c92b76bb | refs/heads/master | 2020-06-04T12:01:36.330677 | 2019-03-21T09:36:40 | 2019-03-21T09:36:40 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,533 | puml | @startuml
scale 0.6
skinparam class {
ArrowColor DarkBlue
ArrowFontColor DarkBlue
BackgroundColor LightBlue
BorderColor DarkGrey
}
skinparam dpi 300
skinparam stereotypeCBackgroundColor Wheat
skinparam classAttributeFontColor Green
class Actions <<HIT2GAP>>{
}
class SystemActions<<HIT2GAP>>{
}
class Dev... |
68b3defcc991f8d970f9519560faa87220069265 | 61f77755f3ca65fa0a0dfbbdc51137e01ded03fc | /design_model/src/main/java/example/designpattern/behavioral/command/requestlog/requestlog.puml | 769692771c2ec87b5c27a574a1b5949193087165 | [] | no_license | lyszhen3/myWeb | 670e02a585ea3193f6c388b9cea37969a94792dc | c1543ec5f48d84e6c6481a95e54b84f04654b323 | refs/heads/master | 2023-07-11T02:29:33.530130 | 2019-02-25T01:39:29 | 2019-02-25T01:39:29 | 78,835,228 | 0 | 1 | null | 2022-12-16T04:38:41 | 2017-01-13T09:31:45 | Java | UTF-8 | PlantUML | false | false | 420 | puml | @startuml
abstract class Command <<implements Serializable>>{
+{abstract} void execute();
}
class InsertCommand{
+void execute();
}
class ModifyCommand{
+void execute();
}
class ConfigOperator<<implements Serializable>>{
}
InsertCommand -up-|>Command
ConfigOperator <-down--o Command
ModifyCommand -up-|>Command
Con... |
2a54ca8601891f888dc7d8060ac15e459740833b | b2db9d95ea3d4e78d4f4cf115dfefc4feeb70a52 | /docs/class.puml | f26230ab457ae7edffe4b840b0eb2efd69ec8de4 | [
"MIT"
] | permissive | jruizaranguren/atoming | 547267c5674eb14207caad19555407b9404ff441 | b1dafaaee1c194bee2417111d0dbe7ab773d0e8f | refs/heads/master | 2016-09-13T09:35:57.435404 | 2016-05-06T08:23:21 | 2016-05-06T08:23:21 | 58,153,938 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 249 | puml | @startuml
title A class diagram
IRequest <|-- HttpRequest
HttpRequest "1" o-- "*" Header
HttpRequest ..> "uses" HttpContext
interface IRequest {
send()
}
class HttpRequest {
HttpMethod method
flush()
}
enum HttpMethod {
POST
GET
}
@enduml
|
720de3e5f61027ecb547a8694d0697d7c454a76f | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productSchema/ip/internetAccess/MEF 139 resources/media/SuperClassesIpUni.puml | 4462f5c1eb215360abcaac4aa381508541631323 | [
"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 | 590 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class IpUniCommon {
reversePathForwarding: EnabledDisabled
managementType: UniManagementType
listOfControlProtocols: ControlProtocol
}
class BasicIaIpUni {
egressBandwidthProfileEnvelope: BasicIaBwpEnvelope
ingressB... |
55451581ee4f51424754f43c060eafc04476523a | a2c3f870c9a8f3acddfaf1838d1e20fb4630f847 | /grafos.plantuml | 7644d65ab54ff6b9cc5e2b4fd06ac06f45f80205 | [] | no_license | antoniolazaro/grafos | 316bad66045c5a2b82402f6a3681e98b54bd4795 | 006166387860099a52dbfa48ce7e8a130912230c | refs/heads/main | 2023-05-29T16:56:08.279990 | 2021-06-11T11:34:28 | 2021-06-11T11:34:28 | 374,128,096 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,417 | plantuml | @startuml
title __GRAFOS's Class Diagram__\n
namespace br.ufba.mestrado.algoritimos.grafos {
class br.ufba.mestrado.algoritimos.grafos.GFG {
}
}
namespace br.ufba.mestrado.algoritimos.grafos {
class br.ufba.mestrado.algoritimos.grafos.Graph {
}
}
namespace br.ufba.mestrado.algoritimo... |
ed54c6b5e10d5e97c37554ca734bea345da85cc9 | 0004f0be4d44796b6e6124d3d79024f5767953e1 | /09_SOLID/src/SRP/diagrama.puml | 17d2e4238d7b7a16c7b2d3c80943f317083a09e5 | [
"MIT"
] | permissive | mittaus/curso-go | 3a0667e1e3589d87da6111cd006844312528f5db | 87b6cc551b0ed6dd898e67aa474857552109b870 | refs/heads/master | 2022-12-20T06:14:03.578783 | 2020-10-07T04:32:00 | 2020-10-07T04:32:00 | 296,745,470 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 702 | puml | @startuml
namespace SRP {
interface IReportFormat {
- formatJSON(r *ReportGood) ([]byte, error)
}
class ReportBad << (S,Aquamarine) >> {
+ Title string
+ Date string
- getTitle() string
- getDate() string
- getContents() (string, string)
- formatJSO... |
bbcc8bdd1c14745b91bed6e1cefe7c55e0ba6fd7 | aebdf064115e5817e0c77e15b739eccda80d4550 | /creator/src/main/java/singleton/standard.puml | 698217a5cb8bdd32e1eb93cdf304afbec35493da | [] | no_license | thonnyhu/designpattern | e497fbaa44d6b8a98151f8f51f967dfae8145913 | 77dc01fd366f3dfb58aab5f0bd3e6825d6fa6301 | refs/heads/master | 2021-04-28T16:49:52.462770 | 2018-06-11T12:11:26 | 2018-06-11T12:11:26 | 122,023,078 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 133 | puml | @startuml
class Singleton{
static instance()
SingletonOperation()
GetSingletonData()
static uniqueInstance
singletonData
}
@enduml |
1d950d750c0adbb71afcca29cba7e7f06cf38e70 | 2da73ce21a7d461eef42d81908c4a249bc2d0b3f | /UML/UML_E1.puml | b5d5a95b03c80deff4208e1f151be799ce194252 | [] | no_license | Waaflee/POO | 65d9812c0b96b3a0af99ca2609d89676e46f0b23 | 5cbceb5c8c20e332ed51dda5d4605d263e8c3a20 | refs/heads/master | 2020-07-23T19:36:28.775120 | 2019-11-08T21:52:28 | 2019-11-08T21:52:28 | 207,683,440 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,830 | puml | @startuml
skinparam backgroundColor #FAFAFA
class Expendedora {
Lata[] stock
Cospel[] cospelesRestantes
int latasRestantes
bool estado
Orden[] registroOrdenes
Orden orden
void habilitarBotones(Orden, estado)
Orden nuevaOrden(void)
bool proc... |
7f73171d36d0ffe7256383789f94dfc0f2c0945e | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Window/TimelineWindow_PlayRange.puml | 849326763f803b97970e8ce628a16dfc590a7394 | [] | 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 | 363 | puml | @startuml
class TimelineWindow <<partial>> {
PlayRangeGUI(area:TimelineItemArea) : void
DrawPlayRange(drawHeads:bool, drawLines:bool) : void
OnTrackHeadMinSelectDrag(newTime:double) : void
OnTrackHeadMaxSelectDrag(newTime:double) : void
}
TimelineWindow --> "m_PlayRangeEnd" TimeAreaItem
TimelineWindow -... |
4e2418812cd8712b264d356905f03b6640a08afb | 26ece645f8575988be92132c985fcff0ee3d4887 | /src/main/java/com/kamshanski/blepositioning/model/methods/solvers/solvers.plantuml | ba8d1c956b8b7631f6be921e28fd147c601ab9dc | [] | no_license | Kamshanski/BluetoothPositioning | 66ddb43484c2fd023373c7441e280ba47c4525f8 | c39d28c9e468773d559510b4354ad20f16c7530e | refs/heads/master | 2023-05-25T09:59:20.570296 | 2021-06-13T14:41:54 | 2021-06-13T14:41:54 | 376,566,730 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 533 | plantuml | @startuml
title __SOLVERS's Class Diagram__\n
namespace com.kamshanski.blepositioning {
namespace model {
namespace methods {
namespace solvers {
interface com.kamshanski.blepositioning.model.methods.solvers.Estimator {
{abstract} + estimate()
}
}
}
... |
ac931031d33028ca037aed71346fe2748831cd03 | 644b7bb773b84596a2de4d31a0603284d9562e56 | /react/custom/form.iuml | 0a5b7fac0834e4515fb531975f9e1a17edd6b764 | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 163 | iuml | class Form{
--props--
fields: object[0..*]
submitFunction: function
--render--
show a form
}
Form ..> Button
Form ..> Field |
3582cc504b82a4ec60494a492978a7d8f3f6c54a | 319488df94b7f979aaa11c71088151b868a4bd8a | /demoDIPPizzaManager/demoDIPPizzaManager.plantuml | c6da06f7db890d821e65e81364b2bab44ac799dc | [] | 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 | 11,010 | plantuml | @startuml
namespace com.example.dip.demodippizzamanager {
namespace factories {
class com.example.dip.demodippizzamanager.factories.ChicagoPizzaIngredientFactory {
+ createCheese()
+ createClam()
+ createDough()
+ createPepperoni()
+ createSauce()
+ ... |
2dde6cac8c35c1c1f26040d97af413e9080eb11f | d0fd3d2b003db2c3bba6e0b39fe443c975e93977 | /app/src/main/res/uml/androidviewsystem/window_class.puml | b2492213f0ee71e5b0c502ecfbc4ea1315004399 | [
"Apache-2.0"
] | permissive | yaoguang8816/demoproject | b0160d82087faea537e05181dedd8bf0f6e26d4a | 7a87a2a5154bd02ea9175e9734fdbf5a36f037f7 | refs/heads/master | 2023-02-01T03:26:44.477127 | 2020-12-18T06:06:59 | 2020-12-18T06:06:59 | 298,440,434 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,786 | puml | @startuml
title
<font color=red size=16>window类图</font>
endtitle
header
<font color=red>Warning:</font>
Do not use for commercial purposes.
endheader
'-----------------------------------------------------------
package IWindowManager {
class IWindowManager.Stub
class IWindowManager.Proxy
}
class WindowState ... |
33178eccd1038c67d43e5edcef5de46a55916d01 | 84b9ce867275ff898dd4ca6f60cecad705760aac | /uml/Main_Diagram.puml | 160867991ee47234b66e3bbf98fe3a0c60284049 | [] | no_license | reyfundora/fundora-cop3330-assignment4 | d10494c5791f1920d0d419dcbfcbf4eba48cbd42 | 492e44df24db626da9b79deab2e32abdb0e69d00 | refs/heads/master | 2023-06-11T15:26:01.724579 | 2021-07-06T01:51:16 | 2021-07-06T01:51:16 | 379,057,447 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 842 | puml | @startuml
'https://plantuml.com/sequence-diagram
class App_Controller {
Details found under
"Controller_Diagram.puml"
}
class File_Open {
run_open()
}
class File_Close {
run_close()
}
class File_Save {
run_single_save()
run_all_save()
}
class Edit {
run_new_list()
run_new_item()
}
class View {
run_view_all()
run_... |
eda05f05ddd06f0e0b85d4776fe46a6614bcd08b | 57515bfad33d5ab1e68cccc924700e88316e19b9 | /DiagramaClases/Clases/Tareas.puml | c49df6b252dc146db6141ad5ab18a36dceb79c3a | [] | no_license | NicolasBachs/DocumentacionZMGestion | 0e42009bf3bbf4d244e85a8545997c880f233074 | a099ddb44b8911b8428b9c4bdc2f9156c480af47 | refs/heads/master | 2023-01-27T17:57:29.235074 | 2020-12-02T15:35:21 | 2020-12-02T15:35:21 | 232,633,959 | 1 | 0 | null | 2020-01-08T18:44:12 | 2020-01-08T18:44:11 | null | UTF-8 | PlantUML | false | false | 534 | puml | @startuml Tareas
hide circle
class Tareas{
idTarea: int
idLineaProducto: int
idUsuarioFabricante: int
idUsuarioRevisor: int
tarea: string
fechaInicio: DateTime
fechaPausa: DateTime
fechaAlta: DateTime
fechaFinalizacion: DateTime
fechaRevision: DateTime
fechaCancelacion: DateT... |
1bfa2f32572a397119aa5732df6a8807c1699e11 | 13d36f5862b3f68ed2d897b4b4885434d97a9004 | /app/app.plantuml | 75a6326d35227b20cabded445a90183f313ab87b | [] | no_license | Nhinds88/Know_Your_Vote | fb452ed62c61b57706845d892a1b6a06ecdf101b | d44316a0e761f42b4721f39cb37c8f912de548bb | refs/heads/master | 2022-12-08T07:28:09.854079 | 2020-08-24T18:05:50 | 2020-08-24T18:05:50 | 290,002,129 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,229 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace org.nickhinds.know_your_vote {
class org.nickhinds.know_your_vote.BuildConfig {
}
}
namespace org.nickhinds.know_your_vote {
class org.nickhinds.know_your_vote.Game {
}
}
namespace org.nickhinds.know_your_vote {
class org.nickhi... |
9a39197641937dd1edc816e630d7cce454ba9b92 | 6de0d4f17e2344fab6fbcc91bd583a0bc3fd641a | /doc/bank/class-diagram.puml | c67b552a4e0fb200d526dfe1f9c382c44606cf3a | [] | no_license | bhuvneshwarsharma/banking-token-system | e17e93f9a01a4e94e057dfd64729a7f36a397d6f | 0760888e668a193d614cab26104ad5379d2d11be | refs/heads/master | 2020-03-16T17:29:13.977336 | 2018-05-11T09:20:04 | 2018-05-11T09:20:04 | 132,834,436 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 629 | puml | @startuml
class Bank extends DS.Model {
+String name
+ProductType productType
}
class Branch extends DS.Model {
+String branchName
+String ifscCode
}
class ServiceCounter extends DS.Model {
+String name
+String counterType
}
class Customer extends DS.Model {
+String name
+String pho... |
8b876c3beb4d5d27bb24ffad39ce18f26745cea5 | cb1ca85e3b235a3ea58df946d0c4675c46ec8060 | /arquitectura.puml | 16151005c17593c5ceea6ac64d82148a8d5e895d | [] | no_license | ch3lo/overlord | 15ed4647f26e60a4c87cc8353768a5db72f6e78d | 5b21d478395029e4e1be6043769c7ddda288d2f8 | refs/heads/master | 2021-01-10T13:34:00.870783 | 2016-01-12T19:54:36 | 2016-01-12T19:54:36 | 47,406,505 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,471 | puml | @startuml
package manager {
package service {
class ServiceGroup
class ServiceManager
class ServiceInstance
class ServiceStatus
ServiceGroup *-- ServiceManager
ServiceInstance --* ServiceManager
ServiceStatus --* ServiceManager
}
package resource {
... |
d63a19a545232bed0604945598d73dbc085bc9cb | f46393ebb1bf7bd94b233b83e57bb8f1a3264726 | /documentation/diagrams/Resource_ProblemGroup.puml | 56cf2e81629a7cea18f0148414a7cc2bb920ed3e | [] | no_license | tmforum-rand/TMF656_Service_Problem | 5b972066ae12e478eb87496b715666bd92890416 | ee194be76d13975557ad4c615f0a731469874165 | refs/heads/master | 2020-11-25T10:01:38.942377 | 2020-01-13T21:52:47 | 2020-01-13T21:52:47 | 228,609,406 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 925 | puml | @startuml
hide circle
hide methods
hide stereotype
show <<Enumeration>> stereotype
skinparam class {
BackgroundColor<<Enumeration>> #E6F5F7
BackgroundColor<<Ref>> #FFFFE0
BackgroundColor<<Pivot>> #FFFFFFF
BackgroundColor #FCF2E3
}
class ProblemGroup <<Pivot>> {
id : String
href : String
@baseTy... |
25bd290958876f52943a11ffadeeb2ff575fe575 | c60a8fb67fedcbae08755d8125d97468a8aca24d | /Projet de UML Reverse/documents/diagrammes_architecture/DiagrammesVersion trash/vue/UMLDiagramsEditor/Class Diagrams/enCours/DiagramEditor_General.puml | 4082f2ffd14987616d65f988bc27256df7c2e215 | [
"Apache-2.0"
] | permissive | BelkhousNabil/Projets-Informatiques | 6be114f6a8dbcf978ef67daffb1394ee023255cf | 47ffd6526bb66ae263c34725fe2b515b751127bb | refs/heads/master | 2021-01-17T07:12:08.050466 | 2017-02-26T17:03:56 | 2017-02-26T17:03:56 | 54,788,129 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,585 | puml | @startuml
interface IDiagramEditor
interface IClassDiagramEditor
interface IUseCaseDiagramEditor
abstract ADiagramEditor
class ClassDiagramEditor
class UseCaseDiagramEditor
interface IElementGraphic
interface IEntityGraphic
interface INoteGraphic
class NoteGraphic
abstract AEntityGraphic
abstract AElementGraphic
pac... |
8471bfd513cb700e2e85b65aa1ff06d1d4a23024 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Core/MORR/Modules/IModuleManager.puml | 2a56a25f2550f534e9fd0306d08f9b3ee7a416a6 | [
"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 | 252 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
interface IModuleManager {
+ InitializeModules() : void
+ NotifyModulesOnSessionStart() : void
+ NotifyModulesOnSessionStop() : void
}
!endsub
@enduml
|
000e0f419a1bf71d1540b76cfe90291e718b7103 | 4a1f5b84afd125cec67d3ad5f523078ee7e3cc6f | /AbstractFactory/docs/src/abstract-factory-impl.puml | 5c5ff873252cc9b4940036c7f8eba1dad4c16e5a | [] | no_license | markoweb/excellence-sharing | 0ffdb4cc9794372483a56e82a4405687df2cf30e | af3cd6116fe7697fac060231dcbb82499e97202c | refs/heads/master | 2021-08-31T13:10:42.251650 | 2017-12-21T11:46:22 | 2017-12-21T11:46:22 | 114,209,612 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,151 | puml | @startuml
class PublicationList {
# tableFactory
+ PublicationList(tf: TableFactory)
+ displayTable(data)
}
interface TableFactory {
+ createCell(content)
+ createRow()
+ creteHeader()
+ creteTable()
}
abstract class Cell {
#content
+Cell(content)
+show()
}
abstract class Row {
... |
e9f7410212bd887a96bacb9cc2b446b20ca16fa3 | 1796581f86afff7ca46e44c51358bc4b38a5375a | /programming/design-pattern/plantuml/prototype.puml | e67c4aa616a86aa36ac6e25f85c3a7de028e4b7f | [] | no_license | ruleless/ORG | 7de911d850c3861d44ecb5ee395874c637e22380 | cd3021a55f2ac47e0c1271fe745c1d2c28289eca | refs/heads/master | 2023-06-01T04:41:54.376093 | 2023-05-17T14:28:44 | 2023-05-17T14:28:44 | 44,298,812 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 317 | puml | @startuml Prototype
class Prototype {
+Clone()
}
class ConcretePrototypeA {
+Clone()
}
class ConcretePrototypeB {
+Clone()
}
Prototype <|-- ConcretePrototypeA
Prototype <|-- ConcretePrototypeB
class Client {
+Operation()
}
note left of Client: p = prototype->Clone()
Client -> Prototype
@enduml |
b4442be3e19f732c4c40818408bc5ac195d9b243 | 81edb2b39f30e3dd176728702447ad346068ea13 | /classDiagram.puml | 3a86af4d6f8c28eada419c35fac6332f7783753d | [] | no_license | wikitrom/FlightBase | fec92c468ce965c08a20e1244cb10022e0d9c473 | 881bcdfabf31788836c801abca067ba402b5d905 | refs/heads/master | 2021-09-10T09:24:37.322831 | 2018-03-23T14:10:40 | 2018-03-23T14:10:40 | 125,521,244 | 0 | 0 | null | 2018-03-16T13:40:32 | 2018-03-16T13:40:32 | null | UTF-8 | PlantUML | false | false | 5,688 | puml | @startuml
' settings
' --------------------------------------------
' skinparam classAttributeIconSize 0
title Simple Fligth Base - Class Diagram
' define packages/namespaces and/or classes
' note: may contain internal relations
' -----------------------------------------
' --- Application/UI
package "applicatio... |
ceafd9663373d4d7eab1d4737f1bed718133ef6a | 7be999d7edb37c6cf33fea50dba09818bbd36c56 | /W01/S191850263/uml/characters.puml | f2b9db29e214a3960b7fc71394f94a380b570607 | [] | no_license | jianhenglian/jwork-2021 | 6b5cdacf0df87719bcedc555f99806192fc9d6bd | d085b4262e9845ab46ccdd5a47b2bd436ceb206c | refs/heads/main | 2023-08-11T15:49:48.616877 | 2021-09-28T15:21:12 | 2021-09-28T15:21:12 | 404,985,902 | 0 | 0 | null | 2021-09-10T06:58:32 | 2021-09-10T06:58:31 | null | UTF-8 | PlantUML | false | false | 524 | puml | @startuml
class Being {
String name
}
class Creature{
int health
int attack
int defense
int memoryset
String[] memory
speakTo()
listen()
attack()
receiveAttack()
spiteBlood()
laugh()
isDead()
move()
}
class Monster{
}
class Rock{
String sharpDegree
int weight
beThrownAt()
}
class huluKingDong{
fireAttack()
rockAttack... |
ded1ebd3ae38d6b5cc4e779d73ddf603e97ab9c5 | 54f0570710d72445f30bc8261595126edc5b67ca | /ass14/prog1.puml | 929c833151e127f58fc32152180ae15986aef7a8 | [] | no_license | deadbok/eal_programming | cab8fc7145b5115f887a7b10aad90880a799d118 | 33bf532b397f21290d6f85631466d90964aab4ad | refs/heads/master | 2021-01-13T15:11:19.276462 | 2017-06-13T09:20:51 | 2017-06-13T09:20:51 | 76,203,290 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 545 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
Employee <-- ProductionWorker
class Employee {
-__name
-__number
-__init__(name, number)
+get_name()
+get_number()
+set_name(name)
+set_number(number)
-__str__()
}
class ProductionWorker {
+DAY = 1
+NIGH... |
39cc0d28a824675f69baaf282d9984b7cb500306 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/full-payment-upon-demand@0.1.0.puml | 78eccd5876bb74807fb26c6ff3a402c5d0989695 | [
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | 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 | 1,086 | puml | @startuml
class org.accordproject.payment.fullupondemand.FullPaymentUponDemandTemplate << (A,green) >> {
+ AccordParty buyer
+ AccordParty seller
+ MonetaryAmount value
}
org.accordproject.payment.fullupondemand.FullPaymentUponDemandTemplate --|> org.accordproject.cicero.contract.AccordContract
class org.accor... |
224ff20088c6d7a2a93d29a6c58d5b891aed465a | cc7061bd2972740e2714aeeb07bc0c0cc714a0eb | /core/src/com/code/adventure/game/util/util.plantuml | 05e179facf511eba7d64526f810dd5e71d1df11a | [] | no_license | DevHamx/Code-Adventure | 315df6ba937f11cfaee1ef5ed3ac75e9abc85e23 | ed9d79504bbdac49d11fe84fa4819b59e61fd585 | refs/heads/master | 2020-06-11T14:09:42.109347 | 2019-06-26T23:56:10 | 2019-06-26T23:56:10 | 193,993,091 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,452 | plantuml | @startuml
title __UTIL's Class Diagram__\n
package com.code.adventure.game {
package com.code.adventure.game.util {
class Assets {
{static} + TAG : String
{static} + instance : Assets
- assetManager : AssetManager
+ adventureAtlas : TextureAtlas
+ itemsAtl... |
91c1abe0dde93b820648ef0dcdf9e507f41c4340 | 4dced2b1d0aebfe0416fb5d0cf76258b9b87a2fc | /docs/classes.puml | 80305abfc576b2d18ddf6433b4e8de4d04c7b8c6 | [
"Apache-2.0"
] | permissive | rajdevireddy/jmeter-java-dsl | 5619bfc9bc6f1dfe2b2a35c8d1b0d3966be4295e | 5ed9fcb608556994420146533d64091bf6f781f8 | refs/heads/master | 2023-08-10T19:52:03.509622 | 2021-10-06T16:54:57 | 2021-10-06T21:31:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,226 | puml | @startuml
skinparam monochrome true
hide empty members
hide circle
class JmeterDsl {
..
}
package core {
interface DslTestElement {
HashTree buildTreeUnder(HashTree parent)
}
abstract class BaseTestElement implements DslTestElement {
String name
Class guiClass
TestElement buildTestElement()... |
699d078ce952dbb5a9220f59877a6e3b04937da5 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/PaymentTransitionStateAction.puml | d3dd4681bf68c7d83bb1c046affe853b80c12696 | [] | 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 | 517 | 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 PaymentTransitionStateAction [[PaymentTransitionStateAction.svg]] extends PaymentUpdateAction {
a... |
899b416978fb8f604355137875bd0b1ae5202cb1 | 3d33f4e31702fdba9b2d095dd3d91d711409264c | /class-diagram/core-ledger-class.puml | 4e08ff82cf599242f33ade4e092dd3711c899a30 | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | JulienGuo/fabric-addsm | 81a181dd4f91160abbd9f131d87e8c187a32c542 | 8a489300031d07c09f44fc0f1687793f6eaaa1c0 | refs/heads/master | 2021-05-04T21:27:43.690594 | 2018-02-02T05:43:34 | 2018-02-02T05:43:34 | 119,926,380 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 50,311 | puml | @startuml
namespace github.com\\hyperledger\\fabric\\core\\ledger\\kvledger\\example {
class App {
name string
ledger ledger.PeerLedger
}
}
namespace github.com\\hyperledger\\fabric\\core\\ledger\\kvledger\\example {
class Committer {
ledger ledger.PeerLedger
}
}
namespace github.com\\hyperledger\\fabric\\core\... |
44523e91115336f6209476784207ec597cad4d92 | 9555f4da268221bf94ec332377f6898971df92cd | /class.entities.puml | 2b039a6cc9ea5dc55cb9623bbbbd72ac673b670e | [] | no_license | adrianvlupu/proiect-metode-dezvoltare-software | d4a38484a5742310815b2527f4e569c2e4bdca3d | 056e971d824197c8ed7dac5470f93d553030ce1e | refs/heads/master | 2020-05-07T15:00:38.689464 | 2019-04-12T18:36:09 | 2019-04-12T18:36:09 | 180,619,045 | 0 | 1 | null | 2019-04-12T18:16:24 | 2019-04-10T16:14:27 | null | UTF-8 | PlantUML | false | false | 1,212 | puml | @startuml
title Relatie entitati
class Utilizator {
+ ID : int
+ Nume : string
+ Prenume : string
+ Email : string
- HashParola : string
+ InregistratLa: DateTime
- Link: String
bool VerificareParola(email, parola)
bool VerificareLink(link)
}
class Fisier {
+ Denumire : string... |
e6f4974423ec6d1d0e811dffda231586760de7db | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/UnityTestProtocol/Message.puml | 26e01cd25c3be0cb2c45a1111f0033030b531134 | [] | 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 | 175 | puml | @startuml
abstract class Message {
+ type : string
+ time : ulong
+ version : int
+ phase : string
+ processId : int
+ AddTimeStamp() : void
}
@enduml
|
c33bb9ac30b189bd09b55c0b285e8bfa106b0558 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CloudEventsFormat.puml | e42753726038757f377b9da8bd237bc2e3346d39 | [] | 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 | 421 | 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 CloudEventsFormat [[CloudEventsFormat.svg]] extends DeliveryFormat {
type: String
cloudEvents... |
5c01eedf8cdaf4ea4b123cf2779afd7adc747f9f | 5383caf6f9641aa51e11f17aea2a3543a3c986d6 | /patrones-observer/diagramas/amongUsUML.plantuml | 172d1b48c0505c49d8ea8bd72f00cfc4e4aa0012 | [] | no_license | gdaunlam/workspace-taller | bf837039b9739599891ebd7c8920b1497f0065f4 | 4c381c16a2cfe929d68f75016eda890a2ad7e30b | refs/heads/master | 2023-08-15T16:24:14.190520 | 2021-09-27T22:34:42 | 2021-09-27T22:34:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 457 | plantuml | @startuml observer
skinparam dpi 300
abstract class Observable {
- Observador[] observadores
# void notificar()
+ void registrar(Observador o)
}
abstract class Observador {
+ {abstract} void notificarse()
}
class Personaje {
- String nombre
+ Personaje(String nombre)
+ void notificarse... |
675f2f0ed7d64e493616b56ce6c1305222e00a1d | a38a06b0bdba2e7587dfa52c009292839212f252 | /Metodos avanzados de programacion cientifica y computacion/Actividades/Actividad1_Ejercicio2.puml | f61b8e6740f27fd7ccccb669844d09ac0159f39c | [] | no_license | unir-math-master/INGMAT | 6d2822e2cb640faa21470f4b40302acbd4b12cba | fc937d8550800f967585eb11d4ca17886d7e2a32 | refs/heads/main | 2023-08-14T22:46:59.210659 | 2021-09-18T04:17:43 | 2021-09-18T04:17:43 | 318,077,474 | 0 | 0 | null | 2021-09-18T04:17:44 | 2020-12-03T04:45:33 | Jupyter Notebook | UTF-8 | PlantUML | false | false | 1,037 | puml |
@startuml
abstract class Producto{
+id : int
+nombre : String
+stock: boolean
}
class ProductoFisico{
+peso : float
+alto : float
+ancho : float
+largo : float
+coste_transporte : float
}
class ProductoVirtual{
+numero_licencia: String
}
class Usuario{
+nombre: String
... |
ee1192bb6b11b91636085a18767f981450263836 | e3a21b82956c544b77025639a20cdfd114f48c4e | /app/src/main/java/com/example/nosick3/nosick3.plantuml | 43fb4e4b052961fe31e46cfdc357c83ae1d05998 | [] | no_license | D-K-developers/appNoSICK | 8ccd43edad30ae8ebd4e4093ad1ccbf0f718bdfa | 3446f1ffabfad4beed2ea3702e23b9c6a27050e7 | refs/heads/main | 2023-06-24T01:38:19.020282 | 2021-07-22T09:23:02 | 2021-07-22T09:23:02 | 388,242,407 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 10,308 | plantuml | @startuml
title __NOSICK3's Class Diagram__\n
namespace com.example.nosick3 {
class com.example.nosick3.BirdFluActivity {
~ back : Button
# onCreate()
}
}
namespace com.example.nosick3 {
class com.example.nosick3.CovidActivity {
~ menu : ImageView
~ open : Button
... |
d6a124464e1cb9c58fdea19ded33f4ff7ab08d52 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartDiscountChangeValueAction.puml | f3a613e262196ed472794691dcd971772a1eeca5 | [] | 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 | 513 | 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 CartDiscountChangeValueAction [[CartDiscountChangeValueAction.svg]] extends CartDiscountUpdateAction ... |
482aab99f39b0bc8d0ac94d3821dc54c44558ed7 | afaba8b7f5d826664155b257db77cf4dbf4b8816 | /oop-pattern/ch02/resources/paperboy.puml | 46936409c698adbc39e226f2477de37283e4b732 | [
"MIT"
] | permissive | appkr/pattern | b40b621e52c9b27be01f2a21f2f605a459ac998f | 1e635f7b79cc4b89d2e75455cb14e1572619eb20 | refs/heads/master | 2022-11-02T01:56:18.654766 | 2022-10-12T08:45:58 | 2022-10-12T08:47:36 | 71,896,898 | 11 | 2 | MIT | 2018-11-10T15:05:11 | 2016-10-25T12:55:03 | PHP | UTF-8 | PlantUML | false | false | 492 | puml | @startuml
class App {
+ {static} main()
}
class Customer {
- name:String
- wallet:Wallet
+ getPayment(subscriptionPrice:int): int
}
class Wallet {
- money:int
+ getTotalMoney(): int
+ subtractMoney(debit): void
}
class Paperboy {
+ collectPaperSubscriptionFrom(
customer:Customer, subscriptionPri... |
4318ea158c75b5bf1e5e37e6fcc716ab596b8612 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyPaymentSetMethodInfoNameAction.puml | 5884d57ebb12a10c17645ecfc51694512e95e554 | [] | 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 | 495 | 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 MyPaymentSetMethodInfoNameAction [[MyPaymentSetMethodInfoNameAction.svg]] extends MyPaymentUpdateActi... |
ce48602f15eaf4619739d33ae053415988ef7650 | 68327a264a1d53f3ca7169de00777c8dadcf9776 | /docs/reference/modules/messaging/attachments/generic_messaging_classes.puml | 7df15c7d3325e5c76ad918ff09f3e78bdf82c596 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-unknown"
] | permissive | nagyist/AxonFramework | 03c0f9d4f059b3f7cd50323bfe85fbd33765f46b | d92f72af86e6a6304a46b229bb83cc67225ca32d | refs/heads/master | 2023-09-01T02:22:50.326433 | 2023-08-28T03:02:07 | 2023-08-28T03:02:07 | 21,167,278 | 0 | 0 | Apache-2.0 | 2023-09-11T19:36:58 | 2014-06-24T14:14:25 | Java | UTF-8 | PlantUML | false | false | 598 | puml | skinparam linetype ortho
left to right direction
together {
interface Message{
-identifier: String
-payloadType: Class
-payload: Object
-metdata: MetaData
}
interface ResultMessage<R> {
-exceptional: boolean
-exceptionDetails: Throwable
}
abstract AbstractMessage<T> {}
class Gen... |
f41a58846a6b4734032be58684f9cd18fdc9cd23 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShoppingListChangeTextLineItemQuantityAction.puml | a11d6d4128e13a3675632e891f29ea1f81e0e631 | [] | 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 | 552 | 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 ShoppingListChangeTextLineItemQuantityAction [[ShoppingListChangeTextLineItemQuantityAction.svg]] ext... |
59a82829295dd1c7d02efcc04017e5830ea4d944 | 9bbd408bc1bc4f8d05e9de47099db6eeb0368c37 | /app/src/main/java/com/ferllop/evermind/evermind.plantuml | 5077d7362f9e38ba5034ba655d1d0c1be087a99e | [] | no_license | ferllop/evermind-android | 35d5b5acfbf50a49becfcc006e35a697f5f171a0 | 60ace128d8b0152f974cdf55c0bec6a1bcd2c0b3 | refs/heads/main | 2023-04-22T03:00:14.156604 | 2021-04-23T18:56:36 | 2021-04-23T18:56:36 | 342,582,389 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 466 | plantuml | @startuml
title __EVERMIND's Class Diagram__\n
namespace com.ferllop.evermind {
class com.ferllop.evermind.AndroidApplication {
~ TAG : String
+ onCreate()
}
}
com.ferllop.evermind.AndroidApplication -up-|> android.app.Application
right footer
PlantUML diagram generated by Sketch... |
97cff8096288144754b17fd0532216bac8870e8a | 5d180276957df094f09ee511e05786316537f25d | /src/main/java/stopwatch/stopwatch.plantuml | 9326b896105ad9307574feb0b3984e883991f709 | [
"Apache-2.0"
] | permissive | SomberOfShadow/Local | f727189f1791de203f1efd5cd76b8f241857e473 | 474e71024f72af5adf65180e5468de19ad5fdfd8 | refs/heads/main | 2023-07-18T04:11:49.240683 | 2021-09-07T15:55:28 | 2021-09-07T15:55:28 | 389,494,221 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 349 | plantuml | @startuml
title __STOPWATCH's Class Diagram__\n
namespace stopwatch {
class stopwatch.StopWatchTest {
{static} + main()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@... |
e7a11924903b13b84be4e4cdf00b5366ab2c01de | 1144550a17ec0b2763671e6e668ebf31888a5580 | /docs/diagramaClases-MVC-TP2.plantuml | 0d3cbae57d0fa8339b160f7b7bc75bf94a4013ef | [
"MIT"
] | permissive | diegosanchez/TP2-Kahoot | 4e76b7fe1a29e2362c25dc639e8ba8b2d7debc6c | 2dddfe4aedbed0e9b7886b81afaf377c5f1e217f | refs/heads/master | 2022-12-03T07:09:13.029479 | 2020-08-11T22:13:25 | 2020-08-11T22:13:25 | 286,867,561 | 0 | 0 | null | 2020-08-11T23:16:17 | 2020-08-11T23:16:16 | null | UTF-8 | PlantUML | false | false | 1,575 | plantuml | @startuml DiagramaUML-Clases-TP2
hide circle
skinparam classAttributeIconSize 0
abstract Question{
+ id : long
+ options : List<GameOption>
# correctOptions : List<GameOption>
- {abstract}calculatePoints(List<GameOptions>) : int
}
class GameOption{
+ id : long
+ text : String
+ equals(Object ... |
388dc1838d6801c159b2120f13a291eacd63d2c3 | a7817aab72d8baed265f5c1a413257a235328d16 | /trab1/ModeloConceitual.plantuml | f3c66d39e3d5ebeed06dbc48911bd88fa062c876 | [] | no_license | RenataBrito/SistemasComputacionaisDistribuidos | 9231a1b1cda3619ca3309e9d51660044dd561d03 | 6c824ab5a0017b73abfd4706b650b41ee70561ec | refs/heads/master | 2023-01-22T02:35:27.438746 | 2020-12-01T02:28:40 | 2020-12-01T02:28:40 | 313,495,962 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,047 | plantuml | @startuml modelo-conceitual
class DonoDaRede{
String Nome;
String userName;
Integer telefone;
String email;
}
class UsuarioDaRede{
String usuario;
String userName;
String CPF;
Integer telefone;
String email;
String endereco;
}
class Vendedor{
Interger NumeroDeVendas;
... |
28715a143da02d1e134319770484725ddffa0944 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/TextConsoleSimulator.puml | 478c404a041f2ff748a1ef6d131cb33f4525e08a | [] | 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 | 324 | puml | @startuml
class TextConsoleSimulator {
Awake() : void
Start() : void
OnEnable() : void
OnDisable() : void
ON_TEXT_CHANGED(obj:Object) : void
RevealCharacters(textComponent:TMP_Text) : IEnumerator
RevealWords(textComponent:TMP_Text) : IEnumerator
}
MonoBehaviour <|-- TextConsoleSimulator
@end... |
aad974f5da7a5678689a9ba60d7726aefe0e5b64 | 505c5bbc58a32d3697b9285df6d75a34522a3c0e | /source/_posts/直播/果肉采集SDK设计文档/采集SDK类图.puml | a7d01a17fae06402b49c6c6cfb22284d779940a0 | [] | no_license | liyungui/liyungui.github.io | e663cbde584394eb37cb8b0c88887bd1e4a6c54a | a65b2b2d7c391ce4ded20188d8d82902147d40b9 | refs/heads/hexo | 2023-04-27T19:59:54.533257 | 2021-07-07T03:27:20 | 2021-07-07T03:27:20 | 76,935,907 | 6 | 1 | null | 2023-04-20T21:25:04 | 2016-12-20T07:57:56 | JavaScript | UTF-8 | PlantUML | false | false | 2,097 | puml | @startuml
'skinparam monochrome true
skinparam classBackgroundColor White
skinparam classArrowColor Black
skinparam classBorderColor Black
skinparam stereotypeCBackgroundColor Gray
'hide members
hide circle
class GRTCapturer{
# GRTCaptureListener mGRTCaptureListener
# GRTCaptureConfig mGRTCaptureConfig
+ void... |
7317d391edf53b3e26f0d9558ab2e32e0b9269fc | 57515bfad33d5ab1e68cccc924700e88316e19b9 | /DiagramaClases/Clases/Paises.puml | bdb68d4959dffaa61747467c19bc4cdca1c7d1d2 | [] | no_license | NicolasBachs/DocumentacionZMGestion | 0e42009bf3bbf4d244e85a8545997c880f233074 | a099ddb44b8911b8428b9c4bdc2f9156c480af47 | refs/heads/master | 2023-01-27T17:57:29.235074 | 2020-12-02T15:35:21 | 2020-12-02T15:35:21 | 232,633,959 | 1 | 0 | null | 2020-01-08T18:44:12 | 2020-01-08T18:44:11 | null | UTF-8 | PlantUML | false | false | 127 | puml | @startuml Paises
hide circle
class Paises{
idPais: int
pais: string
listarProvincias(): List<Provincias>
}
@enduml |
40c328c646046e203c203d220330ca9a34fe3488 | 4831b8d3c95595367c9bb95adbc32f77fce5accf | /presentation-model/etc/presentation.urm.puml | 23d1942b13effb27f54312a0db2d0a0b592542e5 | [
"LGPL-2.0-or-later",
"LGPL-3.0-only",
"MIT"
] | permissive | SergeyZhernovoy/java-design-patterns | bcccb330a44b3d09a991b943668416d725212157 | 1e654067c9761f4db800508d431769e3474e9c7c | refs/heads/master | 2023-03-11T08:59:09.285082 | 2023-03-02T18:07:23 | 2023-03-02T18:07:23 | 73,673,158 | 0 | 5 | MIT | 2021-05-07T13:38:25 | 2016-11-14T06:20:24 | Java | UTF-8 | PlantUML | false | false | 2,397 | puml | @startuml
package com.iluwatar.presentationmodel {
class Album {
- artist : String
- composer : String
- isClassical : boolean
- title : String
+ Album(title : String, artist : String, isClassical : boolean, composer : String)
+ getArtist() : String
+ getComposer() : String
+ getTitle(... |
99bbd3565833c1643ad3dc59296b8792615111a9 | 1fa78caa225ab245bcbf45a8f37c0ae0456699bb | /docs/diagrams/RecordListClassDiagram.puml | d986c4f52aab6278fa4111bc92d3e965d60b1e77 | [] | no_license | AY2021S2-CS2113T-W09-1/tp | 4fc8be000ca7413ef1fcf6792df8964c9d56dc80 | f6b64fca1af322a0af026b665f5f4a576cf4a768 | refs/heads/master | 2023-04-01T13:54:23.209787 | 2021-04-12T15:46:53 | 2021-04-12T15:46:53 | 343,957,852 | 0 | 5 | null | 2021-04-12T15:46:54 | 2021-03-03T00:58:58 | Java | UTF-8 | PlantUML | false | false | 1,455 | puml | @startuml
skinparam classAttributeIconSize 0
hide circle
class RecordList {
-recordList: ArrayList<Record>
+RecordList()
+RecordList(:ArrayList<Record>)
+addRecord(:Record)
+getRecordAt(:int): Record
+deleteRecordAt(:int): Record
+deleteAllRecords()
+isEmpty(): boolean
+getRecordCou... |
e05c17f286f25674e69d77ca69e8e00eec66afe1 | 4a45879f3faebefebb27fad5b61b398bf87217f9 | /dubbo-cluster/src/main/java/com/alibaba/dubbo/rpc/cluster/uml/ClusterInvoker.puml | fe1cdeaf0961f3320aedf65e937ed1817af961f0 | [
"Apache-2.0"
] | permissive | zhaojigang/dubbo-notes | eda9f2ad21af5665f80382cca0af515d5c038b52 | 51816c8349a073c7801268898a5895f2124ce6ba | refs/heads/2.6.x | 2022-09-23T02:31:48.859625 | 2019-08-15T06:46:39 | 2019-08-15T06:46:46 | 194,365,385 | 3 | 2 | Apache-2.0 | 2022-09-15T03:37:28 | 2019-06-29T04:48:15 | Java | UTF-8 | PlantUML | false | false | 1,428 | puml | @startuml
abstract class AbstractClusterInvoker<T> implements Invoker {
# Directory<T> directory
+ Result invoke(Invocation invocation)
# abstract Result doInvoke(...)
# List<Invoker<T>> list(Invocation invocation)
# Invoker<T> select(...)
- Invoker<T> doSelect(...)
}
class MockClusterInvoker... |
6bd476960bb317af9f2cb54da768c53604b8676d | 5ae3918bd2f41a233c17989c679e271524519771 | /Class/methods.puml | e8fa0c16339ef9d14b412235e9a255692c77c5c9 | [] | no_license | frontjang/uml | cc23fd9bd26fb89f680976e01c39e67361351fa5 | 73a4762697fcf587a93ffa012aa68c579b71ccb7 | refs/heads/master | 2021-01-13T07:20:39.736312 | 2016-10-04T07:19:10 | 2016-10-04T07:19:10 | 69,414,550 | 1 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 244 | puml | @startuml
Object <|-- ArrayList
Object : equals()
ArrayList : Object[] elementData
ArrayList : size()
class Dummy {
String data
void methods()
}
class Flight {
flightNumber : Integer
departureTime : Date
}
@enduml |
c545b49ba51c6187547a19149b7279fa4b9d76c5 | fa3f5368cbba48de3b9c57c79785e51086afb04d | /plantuml/LocationPolicyAndroid.plantuml | 222d103de0d64f3a6ae64bdbf1a8ceae8ac2d09b | [] | no_license | langenhagen/experiments-and-tutorials | 8f853675e0d8718581c33ff099fcb35c8958f315 | 9598af1b8be7ebe8462a0bbfc87a6edfa5063741 | refs/heads/master | 2023-08-03T15:07:38.757388 | 2023-07-31T16:15:34 | 2023-07-31T16:15:34 | 211,196,519 | 4 | 1 | null | 2022-03-27T10:02:49 | 2019-09-26T23:15:40 | HTML | UTF-8 | PlantUML | false | false | 1,711 | plantuml | @startuml
package com.here.automotive.sdk.mobile.config {
package repository.scbe.sync {
class PlaceSyncAdapter #yellow {
}
class Matcher<PlaceEntity> {
+ {abstract} matcher( PlaceEntity, PlaceEntity) : boolean
}
PlaceSyncAdapter *-- Matcher
class Mer... |
1b9b10720d6d484bdbc626e9556bbbbac41dd45b | 3d4291506e543d48fdc292f857df76bae7fcd74b | /out/production/SOEN423-A1/Interface/Interface.plantuml | fa1a888e0a0ceead71b5c833fda58f9444781d22 | [] | no_license | MoreWaqar/SOEN423-A1-2-3 | 55ea1a27e39827ace57190a2a7e12e95caf85877 | 74c1b91f62153f5ffee26faa660358685663f517 | refs/heads/master | 2023-01-15T01:45:19.745229 | 2020-10-13T03:26:50 | 2020-10-13T03:26:50 | 303,578,007 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 542 | plantuml | @startuml
title __INTERFACE's Class Diagram__\n
namespace Interface {
interface Interface.commandsInterface {
{abstract} + addItem()
{abstract} + findItem()
{abstract} + listItemAvailability()
{abstract} + purchaseItem()
{abstract} + removeItem()
{abstract} + retu... |
a571e297da04cd26342fc06584358ac583ed9443 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/DiscountCodeChangeGroupsAction.puml | 684a4dc1460fd6c73aceb8496213d6cd967f0032 | [] | 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 | 490 | 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 DiscountCodeChangeGroupsAction [[DiscountCodeChangeGroupsAction.svg]] extends DiscountCodeUpdateActio... |
8b74b3c42ae5730dba2920f9bbcf01db1fa400fb | 80905daea20f037ad1e90829c67947b7b95816b0 | /code/24_LINQ/Graphs/Enumerables.plantUML | 00dcaa607164bf5167eb3522efd69c597b1ae18f | [] | no_license | Divino21/CsharpCourse | 7916b7b892fc3858ea3697f39e1fcd802fa2d475 | 473d92cd96346d005979770bdcae020cf4bbf0c4 | refs/heads/master | 2022-11-22T05:43:24.789564 | 2020-07-31T01:47:22 | 2020-07-31T01:47:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,041 | plantuml | @startuml
hide circle
skinparam classAttributeIconSize 0
class myStrings{
+ str_arr: string []
+ GetEnumerator(): IEnumerator<string>
- IEnumerable.GetEnumerator(): IEnumerator
}
class StringEnumerator{
- index: int
- sp: myStrings
+ StringEnumerator (myStrings str_obj)
- IEnumerator.Current(): object
+ ... |
74511e4c06d50cedd335239f2996100e902f72b3 | eee65bdd4128eeedc3271601006ed5739b43bd67 | /uml/srp_false.puml | 8f27a526c7f791e16105fe62f2cdca81d10160d5 | [] | no_license | argh87/bachelorthesis | 25e8443e61233a628a12a6207f20b0a8319c3cf5 | 9f8a463b455b6e84f67a424ebf5efc2507bc3ebc | refs/heads/master | 2023-04-14T08:47:44.757939 | 2021-04-12T08:32:34 | 2021-04-12T08:32:34 | 345,094,877 | 0 | 1 | null | 2021-04-12T08:32:35 | 2021-03-06T13:01:32 | TeX | UTF-8 | PlantUML | false | false | 191 | puml | @startuml
allowmixing
class DVD {
+ getDetails()
+ save()
}
actor "Cineast" as cine
actor "Admin" as db
cine --> DVD::getDetails
db --> DVD::save
cine -[hidden] DVD
DVD -[hidden] db
@enduml
|
0475d5e3b0d199eb819622efc744eadbe6852172 | f576ded7c7322e8bb02ac9334761cafcf0106385 | /Facade/General/out/Client.puml | e55391ef0fdbca3b987c300446f408279bba3e9a | [] | no_license | Zukky55/design_pattern | 233c7befca30d98af43804450c41f9fea36e4b0e | 512464b01c23029db879b48a3e5533ec910724e8 | refs/heads/master | 2023-01-10T17:34:28.021070 | 2020-11-17T06:13:51 | 2020-11-17T06:13:51 | 304,786,374 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 58 | puml | @startuml
class Client {
+ Request() : void
}
@enduml
|
ed2b3db7cf7e8c542c0b1cc9532e23e26b4ff540 | 4a3d217f0b9a010ffec202f4896afb7265e23478 | /UML/GUI_Class.puml | 1d98df7fdfb5e1132e2a7204eb140afed58927d9 | [] | no_license | VvWijhe/Cleanify | 9cdedc5a6c903039f7f05742b2f036deff91cdcf | 1ddf2c6f131efaf5a99105da0c616e10b2dd8355 | refs/heads/master | 2021-06-19T10:58:07.981410 | 2017-06-20T19:57:58 | 2017-06-20T19:57:58 | 81,064,227 | 0 | 0 | null | 2017-04-18T09:43:27 | 2017-02-06T08:21:18 | C++ | UTF-8 | PlantUML | false | false | 1,735 | puml | @startuml
skinparam classAttributeIconSize 0
namespace Ui{
class MainWindow{
+MainWindow(QWidget *parent = 0): explicit
+~MainWindow(): void
+startRequest(): void
+startPost(QJsonObject jWrite): void
+utf8_url_memory: std::string
--
-ui_: Ui::MainWindow*
-url_: QUrl
-qnam_: QNetworkAccessManager
-reply_: QNetworkReply*... |
ac58dd01fc07d4ac4c3c6832e8811e91f5b21a2f | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/out/test/test/spec/concordion/integration/integration.plantuml | cc0f78df3aeb117d7fb302b2713a04c34829a340 | [
"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 | 373 | plantuml | @startuml
title __INTEGRATION's Class Diagram__\n
package spec.concordion {
package spec.concordion.integration {
class IntegrationTest {
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please c... |
3641521904188f5a4b1a88067e99ce4eff764a3d | 29e499c7049d725de515d0f0294f765b6bbb4dc3 | /DesignPattern/src/com/ilike/interpreter/Interpreter.puml | 37702b1a73200a39f20d64323ccdd7e641288a6f | [] | no_license | dongyuancaizi/designPatternLearning | 70dddd9d156fd3d4e9c07bb4f94f76820b625308 | 1fbde529b073b9a205bffd90607574754d6aac50 | refs/heads/master | 2020-07-04T05:13:23.384529 | 2019-11-19T13:09:10 | 2019-11-19T13:09:10 | 202,167,833 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 264 | puml | @startuml
abstract class AbstractExpression
class Context
class Client
Client -->AbstractExpression
Client -->Context
AbstractExpression<|-- TerminalExpression
AbstractExpression<|-- NonTerminalExpression
class AbstractExpression{
void interpret();
}
@enduml |
55c45aeffa5dcc829cb2bf4237f47b9c8c3ab787 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Core/UI/ViewModels/ApplicationViewModel.puml | 2afca3cffba76ab3a024fea146506b5a3ec352dd | [
"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 | 504 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
class ApplicationViewModel {
+ <<create>> ApplicationViewModel()
+ IsRecording : bool <<get>> <<set>>
}
!endsub
DependencyObject <|-- ApplicationViewModel
/'ApplicationViewModel --> "OpenRecordingsDirectoryCommand" ICommand... |
12bbf115cda469581dd0b8368021fd642a7956ea | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/out/test/test/spec/concordion/common/command/verifyRows/strategies/strategies.plantuml | 2dae39a08cfd1db94731fd83e4f7a5eb9f6a0259 | [
"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 | 2,279 | plantuml | @startuml
title __STRATEGIES's Class Diagram__\n
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.verifyRows {
package spec.concordion.common.command.verifyRows.strategies {
class BaseMatchStrategyTest {
+ users : Lis... |
53e4a946f357cfc754d25dee19edde6b2f7177ad | ed45ea4470bcfc497e2584697d7842a540e04fd9 | /ros2/navigation2/nav2_util/execution_timer.puml | c57bae9a9f4f6ff11f79145179f3d175e656b219 | [] | no_license | cf-zhang/documents | ffcd8213587f8aa9c47406cf2491bf77beec9c33 | 8a4439932017b67fba7988ff7fadd9829bce1e4c | refs/heads/master | 2022-03-03T13:52:27.333343 | 2022-02-25T11:31:22 | 2022-02-25T11:31:22 | 154,789,912 | 11 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 446 | puml | @startuml
'https://plantuml.com/class-diagram
namespace nav2_util{
class ExecutionTimer{
-- public method --
using Clock = std::chrono::high_resolution_clock;
using nanoseconds = std::chrono::nanoseconds;
void start() {start_ = Clock::now();}
void end() {end_ = Clock::now();}
nanoseconds elapsed_time() {return end_ -... |
1ccb3681cfa7cc363a89127cb83c755308c95ae1 | d37dc5cf4589ad26abe9249aee9b1a172ea0678a | /src/Displayer/Displayer.plantuml | 16db52489a77e856c002957789a8d1d33956288f | [] | no_license | pagedidier/2019-MCR-Labo1c | d3fca2e3c49d66ec8ffde938db0382c80b3aac31 | 619173d79b7e92db838419bb4acd8ec88292d157 | refs/heads/master | 2020-04-29T19:40:04.146981 | 2019-03-26T14:14:08 | 2019-03-26T14:14:08 | 176,362,872 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,042 | plantuml | @startuml
title __DISPLAYER's Class Diagram__\n
package Displayer {
class BouncerDisplayer {
{static} - instance : BouncerDisplayer
- frame : JFrame
- panel : JPanel
{static} - panelWidth : int
{static} - panelHeight : int
{static} - panelColor : Color
- i... |
33c2f8a7542d9aa9e3f888d5881838db29bbc76b | ab7b9feeeccdcd83e0b0ed4ed60c62ea8a119998 | /docs/model.puml | ed549099ab77e3b3c0623b0c5e17b887282463ff | [
"MIT"
] | permissive | myfjdthink/360-evaluation | e3096597257f36a634eb8d8af06bd3ecd61e5b4a | d0872992ad44f94ea5cc16bef094595c95418625 | refs/heads/master | 2022-12-09T01:18:21.054806 | 2020-08-12T02:46:14 | 2020-08-12T02:46:14 | 277,981,188 | 1 | 0 | MIT | 2020-08-12T02:46:15 | 2020-07-08T03:33:57 | Go | UTF-8 | PlantUML | false | false | 233 | puml | @startuml
title: 360评估数据库模型
class Evaluation<<评估记录>> {
..fields..
#id
#member-评估人
#evaluated-被评估人
#optionName-评估项目
#score-分数
#type-类型 negative or positive
}
@enduml
|
70daece6b9610ef7da17f095146051a80aa45e07 | 4fe684ab215da78ae0b8794e5e147302d13611be | /Android_framework_sequences/service的bind流程_01_的补充_serviceConnection的原理.puml | d1999b2def01149e29acf531c8bc8e57dce7effd | [] | no_license | rongwenzhao/ImoocRxJavaStudy | 156ba130d8b4f81b728937869b11256f9a03bc75 | 3ab1399c2475398a8bf79467cda559827c163dfa | refs/heads/master | 2021-05-26T05:03:47.615841 | 2020-06-05T11:56:31 | 2020-06-05T11:56:31 | 127,494,114 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,397 | puml | @startuml
'IServiceConnection: AIDL 文件'
ContextImpl -> LoadedApk: getServiceDispatcher
'解释该段代码'
'private final ArrayMap<Context, ArrayMap<ServiceConnection, LoadedApk.ServiceDispatcher>> mServices
' = new ArrayMap<>();
' public final IServiceConnection getServiceDispatcher(ServiceConnection c,
' Co... |
2b7dd5ca543a056a2770c0df5da426cb8f88469b | 5c3daac5dff79570e6799efa7f66e52c0cf74da7 | /app/src/main/assets/java-data-map.puml | 1f590a8a0f822c9b3b5db75dbbb33c1f71968f71 | [] | no_license | mxdldev/java-data-algorithm | c167a650e42b307262280bf70728e0cf476c552a | 00a5f47348460e3a726c0bbf84a352d0aa19a571 | refs/heads/master | 2021-06-10T22:33:33.147424 | 2021-04-15T02:23:09 | 2021-04-15T02:23:09 | 158,363,063 | 5 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 470 | puml | @startuml
Interface Map{
void clear()
Set<Map.Entry<K,V>> entrySet()
Set<K> keySet()
V get(Object key)
boolean isEmpty()
V put(K key, V value)
V remove(Object key)
int size()
Collection<V> values()
}
class HashMap implements Map{
}
class Hashtable implements Map{
}
class LinkedHashM... |
691be13ab791359a5c52f77ffde0a35afd746ca5 | 3abeea9cd44ffd79da56bb184f694bb44903bf70 | /designPattern/src/main/java/cn/zhanghub/designPattern/command/cmd1/command/concreteCommand/concreteCommand.plantuml | 4f2242be05fdbd2787deb964c827405d35eda048 | [] | no_license | NJAUzhangwenjun/base | c0fb6b47f57e371ebbd6d078246a4b6335df416f | 07a93ff42a00988f11b0d80f118f53c20f879e8e | refs/heads/master | 2023-05-30T09:31:52.364594 | 2021-06-15T17:46:05 | 2021-06-15T17:46:05 | 359,068,941 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 874 | plantuml | @startuml
title __CONCRETECOMMAND's Class Diagram__\n
namespace cn.zhanghub.designPattern.command.cmd1.command {
namespace concreteCommand {
class cn.zhanghub.designPattern.command.cmd1.command.concreteCommand.ConcreteLightSwitchCommand {
+ ConcreteLightSwitchCommand()
+ close()
... |
d8466c2f00fe689f8a202ca092a88831ca0733ba | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyBusinessUnitDraft.puml | c7b9d5a51668b249dfdfee544ac85f10421a587d | [] | 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,803 | 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 MyBusinessUnitDraft [[MyBusinessUnitDraft.svg]] {
key: String
unitType: [[BusinessUnitType.s... |
3e8c4bc4fdaec6d0232d7bb621dded484eda9d69 | 898995442294a4a98302b17eaa08148c2e09f593 | /src/main/java/business/locators/servicelocators.plantuml | 93e728dbbdbe2e6c3e5ee42ef9129b7b55f65cad | [] | no_license | Dzordzu/BERP | c18979dd50e46ddb35305c1d9c81ecfd849b266a | 197bf85172032b190b66184d7269bf3eb51a1d02 | refs/heads/master | 2020-03-31T11:18:35.794581 | 2018-11-06T10:50:00 | 2018-11-06T10:50:00 | 152,171,741 | 0 | 0 | null | 2018-11-05T01:04:55 | 2018-10-09T01:54:44 | Java | UTF-8 | PlantUML | false | false | 2,133 | plantuml | @startuml
title __SERVICELOCATORS's Class Diagram__\n
package business {
package business.locators {
class JobsServiceLocator {
{static} - ourInstance : JobsServiceLocator
{static} + getInstance()
- JobsServiceLocator()
+ getValues()
+ getDefault()
... |
07f96845ddbc134fb6fcd00083bf8a0008d5fb56 | 9c029a905c4381d59d0db1c94e2cfec1596ccd72 | /12-mail-factory.puml | 7b47a029f06c9551fc05af4b048e98b035b6256d | [] | no_license | suzuki-hoge/genbade-ddd-tokyo | 90cb609a5b013f9be3867ef773f1e57535a9ffb6 | 4867eb61ce2f98dc2445fd07e7535c4ad44609f0 | refs/heads/master | 2020-05-19T21:55:17.317817 | 2019-05-11T08:11:39 | 2019-05-11T08:11:39 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 545 | puml | @startuml
package domain {
package mail {
class メール {
宛先, 件名, 本文
+ {static} create(<font color=red>宛先, 件名, 本文</font>)
}
}
package 申込 {
class 申込内容 {
メアド, 年齢, 住所, プラン, スマホ, 申込日
}
}
申込内容 -d-> メール
package plan {
enum プラン
}
申込内容 --> プラン
}
' テストしやすい
' 申込の本文だけ申込で作る
' プラン... |
49c5b60f080a3194c7858735965f73df5e4ca161 | 2e01b1076e3cda8e07eb01ae84463a530a5ae356 | /docs/uml/main/DataSourceClassDiagram.puml | 5f05c566f45550d286aaec31cd5b8df65271fca7 | [
"BSD-3-Clause"
] | permissive | ie3-institute/PowerSystemDataModel | 56ac48c91713c38efd532fe0abf40b1962358605 | a8f4f9900761b89e9e213e68c14c1e459348de01 | refs/heads/dev | 2023-08-31T03:34:03.218682 | 2023-08-30T12:02:23 | 2023-08-30T12:02:23 | 235,830,706 | 20 | 13 | BSD-3-Clause | 2023-09-14T04:14:47 | 2020-01-23T16:00:59 | Java | UTF-8 | PlantUML | false | false | 7,204 | puml | @startuml
note "Assuming all classes to implement \nthe abstract methods of their interfaces\n\n" as generalNotes
interface DataSource {
{abstract} Stream<Map<String, String>> getSourceData(Class<? extends UniqueEntity> entityClass)
}
DataSource <|-- CsvDataSource
DataSource <|-- SqlDataSource
' Implementations... |
1ba322c6a0d3e628f0a3816ccfc5c0553a5535dc | 122fd983bbcd9b90c132d75ab8bcda043a266cdf | /src/main/resources/Adapter.puml | 8211e9b8164c463f2ff61ab527eaf6a6cb45b721 | [] | no_license | JayRichrd/DesignPatterns | e847d899e652628557957fdbbb6b0c602a305293 | eaccf00624287c48f055b4baada58a209da95194 | refs/heads/master | 2021-07-06T09:11:02.395035 | 2020-08-22T16:44:37 | 2020-08-22T16:44:37 | 171,642,845 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 487 | puml | @startuml
abstract class Player{
# String name
+ {abstract} void attack()
+ {abstract} void defense()
}
class ForwardPlayer
class GuardPlayer
Player <|-- ForwardPlayer : extends
Player <|-- GuardPlayer : extends
class ForeignCenterPlayer{
- String name
+ void jingong()
+ void fangshou()
}
c... |
ea6bc467a6e9ed96a0afba1d1e0cdf7fda33c2e7 | 0159bad70c1adcbc70a36d3e0aa89b8a60683ab8 | /Factories/Documentation/Introduction/Diagrams/FactoryMethod.puml | 94326c6740093c412af72bcbbbc2577531a2d9fc | [] | no_license | apatequil/DesignPatternsCore | 6cf4ecc35eadcb172f1f0ed2c432c7709384d0ec | 353df2b9b25488751c2d7dff3f261459249ac5f0 | refs/heads/main | 2023-03-19T01:18:24.104151 | 2021-03-15T01:54:10 | 2021-03-15T01:54:10 | 344,652,445 | 1 | 0 | null | 2021-03-15T01:54:11 | 2021-03-05T00:55:14 | C# | UTF-8 | PlantUML | false | false | 296 | puml | @startuml FactoryMethod
skinparam LineType Ortho
interface IFactory {
CreateObject() : Product
}
class ConcreteFactory implements IFactory {
CreateObject() : Product
}
abstract Product
note right: Can be abstract or not
class ProductA extends Product
class ProductB extends Product
@enduml
|
dcfe75de0c0d830590453062e896fa1e1d2adf73 | 9f816b59dc2fa8215e38fd13e7e74a6ef9b9b812 | /CHESS BPO periode D/src/tests/tests.plantuml | 5bb7a373f021bb394293cdbdec40f2bedcf61fa5 | [] | no_license | SofianZoo/chess | 4337569b6ff45ff4f7e0962e8d1cf424765a4c71 | bb3204f1e56470754d0bc16a2de0e2ec49e5e598 | refs/heads/master | 2023-05-04T07:19:41.469582 | 2021-05-25T18:16:21 | 2021-05-25T18:16:21 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | PlantUML | false | false | 1,194 | plantuml | @startuml
title __TESTS's Class Diagram__\n
namespace tests {
class tests.TestFabriquePièce {
+ vérificationMéthodeFabrique()
+ vérificationMéthodeFabriqueFinale()
}
}
namespace tests {
class tests.TestJoueur {
+ vérificationDéfaiteJoueur()
+ vérificationHumain()
... |
26983230fd7116a023412052a24b27c0861b0b8f | ed45ea4470bcfc497e2584697d7842a540e04fd9 | /ros2/navigation2/nav2_behavior_tree/bt_service_node.puml | 48c830ac2833393768867e3819ab58e3bbec699b | [] | no_license | cf-zhang/documents | ffcd8213587f8aa9c47406cf2491bf77beec9c33 | 8a4439932017b67fba7988ff7fadd9829bce1e4c | refs/heads/master | 2022-03-03T13:52:27.333343 | 2022-02-25T11:31:22 | 2022-02-25T11:31:22 | 154,789,912 | 11 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,213 | puml | @startuml
'https://plantuml.com/class-diagram
namespace nav2_behavior_tree{
class BtServiceNode<?ServiceT>{
-- public method --
BtServiceNode(service_node_name,conf)
BtServiceNode() = delete;
virtual ~BtServiceNode()
static BT::PortsList providedBasicPorts(BT::PortsList addition)
static BT::PortsList providedPorts()
B... |
86ab75f2ae551aaf92b35827cbbf0ab63585a604 | c65f90cd64189e6a8718705e4931a613759dcb00 | /uml/Total.puml | db29e3004ff60a1895f0dade40d1fd469b22d000 | [] | no_license | mel4ni3/ehrlich-cop3330-assignment4 | 9975361bbedb380ada9820b912b6c0ef51f69641 | a0f6d673f89ced2fe5a7d748e92cd07f3df106b0 | refs/heads/master | 2023-08-28T13:27:30.201488 | 2021-10-25T23:07:34 | 2021-10-25T23:07:34 | 421,208,634 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 344 | puml | @startuml
'https://plantuml.com/class-diagram
+class Total {
+ ToDoLists: ArrayList<List>
- Save: ToDoList
+ newList(List list)
+ delList(List list)
+ saveLists()
+ loadLists(): ArrayList<List>
+ saveLastList(List list)
+ loadLastList(): List
+ isValidList(List list): Boolean
+ sortLists(ArrayList<List> toDoLists): Ar... |
aa187b980e43cc7aa4e977a344e2758656538ab4 | ca297beee931ad3e6900be7ce159d888f8686147 | /behavior patterns/Command.puml | 6e1cbc9c691c64a6ffa4fa33cabc479db91044b2 | [] | no_license | yvoilee/DesignPattern | c556fb25f39d6846e73225324e53df060b544513 | 9974e60984e9aea7fe670f8314b031a0b61a2a8b | refs/heads/master | 2020-04-29T22:57:07.914236 | 2019-03-19T08:37:54 | 2019-03-19T08:37:54 | 176,463,386 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 688 | puml | @startuml
skinparam classAttributeIconSize 0
package "class Comand(命令模式)" #DDDDDD {
class Invoker
{
-comand:Comand
+Invoker(Comand)
+action():void
}
note right: 请求者
class Receiver
{
-comand:Comand
+action():void
}
note right: 接收者
class Comand<< (I,#FF770... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.