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
add547645ab4184bf1ea3acc2c3cdace2b35178f
3150c7ff97d773754f72dabc513854e2d4edbf04
/P2/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test/java/spec/concordion/common/results/assertEquals/failure/failure.plantuml
23e1b655546763086269f8836e3f4621bc8a9677
[ "Apache-2.0", "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
1,119
plantuml
@startuml title __FAILURE's Class Diagram__\n package spec.concordion { package spec.concordion.common.results { package spec.concordion.common.results.assertEquals.failure { class AnchorsTest { } } } } package spec.concordion { package spec.concordion.common.results { package spec.concordion.common.results.assertEquals.failure { class EmptyTest { } } } } package spec.concordion { package spec.concordion.common.results { package spec.concordion.common.results.assertEquals.failure { class FailureTest { + acronym : String + renderAsFailure() } } } } package spec.concordion { package spec.concordion.common.results { package spec.concordion.common.results.assertEquals.failure { class NestedElementsTest { } } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
7ec6516849e80e5e383299eb0b0103b19b8a5ac2
7769f6bb151fbe2d58d7bcd54386a0cf7b7a9419
/architecture/nsFileInputStream.puml
55e2deb0d6f7c855fadfb83abae751f21ec17495
[]
no_license
bcampbell/tb-notes
b853d11b7aeeebf6e1c7b9069ac25ff05d6aedf4
a79031ec11f6aff1592ce55a61afe85153e2433a
refs/heads/master
2023-05-25T19:34:44.376874
2023-05-24T01:12:52
2023-05-24T01:12:52
145,787,876
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,974
puml
@startuml interface nsIInputStream { close() available() read(...) readSegments(...) isNonBlocking() } interface nsIOutputStream { close() flush() write(...) writeFrom(...) writeSegments(...) isNonBlocking() } interface nsITellableStream { tell() } interface nsISeekableStream { seek(whence, offset) setEOF() } nsITellableStream <|--nsISeekableStream interface nsILineInputStream { readLine(...); } interface nsIFileMetadata { size lastModified } interface nsIFileInputStream { init(file, ioFlags, perm, behaviorFlags) } nsIInputStream <|-- nsIFileInputStream interface nsIFileStream { init(file, ioFlags, perm, behaviorFlags) } interface nsIFileOutputStream { init(file, ioFlags, perm, behaviorFlags) preallocate(length) } nsIOutputStream <|-- nsIFileOutputStream interface nsISafeOutputStream { finish() } interface nsIIPCSerializableInputStream { } interface nsICloneableInputStream { readonly boolean clonable clone() } interface nsICloneableInputStreamWithRange { cloneWithRange(start, length); } nsICloneableInputStream <|-- nsICloneableInputStreamWithRange class nsFileStreamBase nsISeekableStream <|-- nsFileStreamBase nsIFileMetadata <|-- nsFileStreamBase class nsFileInputStream nsFileStreamBase <|-- nsFileInputStream nsIFileInputStream <|-- nsFileInputStream nsILineInputStream <|-- nsFileInputStream nsIIPCSerializableInputStream <|-- nsFileInputStream nsICloneableInputStream <|-- nsFileInputStream class nsFileOutputStream nsFileStreamBase <|-- nsFileOutputStream nsIFileOutputStream <|-- nsFileOutputStream class nsAtomicFileOutputStream nsFileOutputStream <|-- nsAtomicFileOutputStream nsISafeOutputStream <|-- nsAtomicFileOutputStream class nsSafeFileOutputStream nsAtomicFileOutputStream <|-- nsSafeFileOutputStream class nsFileStream nsFileStreamBase <|-- nsFileStream nsIInputStream <|-- nsFileStream nsIOutputStream <|-- nsFileStream nsIFileStream <|-- nsFileStream @enduml
19dc0adcbbcd0640e621ad36932b8404c23571c2
fc2169822b19d87aa252405a13b976ede65a042b
/puml/dcls-empresa.puml
5ff8ab02770b62ca879282a64a9d899e363b98d4
[]
no_license
carlosgs-iesquevedo/UML2JavaEmpresa
9271248b65952b12b34304864c873b0b8cf71f44
b57305fec7cd1c8ceaf1104b880404548457d8a6
refs/heads/master
2023-03-09T03:20:13.421840
2021-02-23T16:30:09
2021-02-23T16:30:09
340,000,846
0
1
null
null
null
null
UTF-8
PlantUML
false
false
661
puml
@startuml empresa 'https://plantuml.com/class-diagram 'left to right direction skinparam classAttributeIconSize 0 Persona <|-- Empleado Persona <|-- Cliente Empleado <|-- Directivo Empleado "0..*" -- "0..*" Directivo : subordinado Empleado "1..*" --* "1" Empresa : empleados Cliente "0..*" --o "1..*" Empresa : clientes class Persona { - nombre : String - edad : int + mostrar() } class Empleado { - sueldoBruto : float + mostrar() + calcularSalarioNeto() : int } class Cliente { - telefono : String + mostrar() } class Directivo { - categoria : int + mostrar() } class Empresa { - nombre : String } @enduml
dd6017bff5062bdd1eda044a8654cca5329a6999
ca50380188750b0eb12df6f53148f0993fd20235
/classdiagram.puml
08d06185ec5a4c823d9eacee4ec966b91dd3bbfb
[ "MIT" ]
permissive
mpccolorado/mpccolorado.github.io
62ff4bb3806f53d2fc6a807a787f8930f5fc245b
88bdfcf1d91eea41d75c53fcaa9325ba583cbc84
refs/heads/master
2020-03-17T15:40:32.693764
2020-02-22T17:13:49
2020-02-22T17:13:49
133,719,516
0
0
null
null
null
null
UTF-8
PlantUML
false
false
357
puml
@startuml class VendingMachine { String code StockItem[] stockItems Sale[] sales } class StockItem { Product product Integer count } class Product { String name BigDecimal price } class Sale { Product product Integer count BigDecimal price } VendingMachine o--> StockItem VendingMachine o-> Sale StockItem -> Product Sale -> Product @enduml
d411faaa6ee1b26a36f2898b9ae0354f7d76e23e
c5f6be1c13ab1d0c99b597130443273e13bc06e7
/screenshot/uml/linkedlist_structure.puml
2d97a55053a63468dbc68d3283d31c265cc3dbe0
[]
no_license
chenzhe/BlogSource
e82a0648b6addebbe0ab6f4da3ae8c1f03e42852
284bd5e1131b98923076c88f356831623e315d94
refs/heads/master
2021-02-06T10:16:36.754496
2018-06-07T08:09:10
2018-06-07T08:09:10
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
390
puml
@startuml abstract class AbstractList abstract AbstractCollection abstract AbstractSequentialList interface List interface Collection List <|.. AbstractList Collection <|.. AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList <|-- AbstractSequentialList AbstractSequentialList <|-- LinkedList class LinkedList { Object[] elementData size() } @enduml
a069f3f82e0e0e0560af721477bd640a8e1ab5bb
c3287e91ce0ebce396cd3966de3d2f7d90131c20
/Plantuml/UI/ViewModels/ImportViewModel.puml
a049ac4b3cee58fe2d3ee08dca9ada99b78a79e9
[]
no_license
kretmatt/SWE2-Tourplanner
497ec2e888112bd3d67a0f2b97e7c1e8e0348371
f064500ae5b913b00671f358a586011affcdaf00
refs/heads/main
2023-05-12T11:48:29.605417
2021-06-06T21:53:11
2021-06-06T21:53:11
341,115,114
0
0
null
null
null
null
UTF-8
PlantUML
false
false
609
puml
@startuml class ImportViewModel { + <<event>> CloseRequested : EventHandler<DialogCloseRequestedEventArgs> + ImportViewModel(config:ITourPlannerConfig) } class "ObservableCollection`1"<T> { } BaseViewModel <|-- ImportViewModel IDialogRequestClose <|-- ImportViewModel ImportViewModel --> "jsonPaths<string>" "ObservableCollection`1" ImportViewModel --> "config" ITourPlannerConfig ImportViewModel --> "JsonPaths<string>" "ObservableCollection`1" ImportViewModel --> "SelectPathsCommand" ICommand ImportViewModel --> "ExitCommand" ICommand ImportViewModel --> "ConfirmImportCommand" ICommand @enduml
eb891e7bfd361cd89369dbd9ab2048ddf4fe2973
cbb18ed5b97ea8436eb50e0f42c90662a78b48d0
/Household-Business/src/main/java/de/applegreen/household/business/business.plantuml
d8469728fbdd87dd33da5242ff19328ae46a21e7
[]
no_license
alexApplegreen/household
b3b312dca2fc9d9f01cabcf152434c1164cf9efb
991228fb76c0d624e4f6463b18b7503adb88bf6a
refs/heads/master
2022-08-10T04:07:55.125362
2022-01-06T08:25:32
2022-01-06T08:25:32
234,955,001
0
1
null
2022-06-21T02:40:20
2020-01-19T19:41:02
JavaScript
UTF-8
PlantUML
false
false
944
plantuml
@startuml title __BUSINESS's Class Diagram__\n namespace de.applegreen.household.business { class de.applegreen.household.business.ClosingService { + ClosingService() + generateProbation() - incrementByValue() } } namespace de.applegreen.household.business { interface de.applegreen.household.business.HasLogger { + logger() } } de.applegreen.household.business.ClosingService .up.|> de.applegreen.household.business.HasLogger de.applegreen.household.business.ClosingService o-- de.applegreen.household.persistence.BillRepository : billRepository de.applegreen.household.business.ClosingService o-- de.applegreen.household.persistence.ClosingRepository : closingRepository right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
e7c834597cdb62d7f59fd389214dccffeed60e9a
52967fc781f6c838c016989270fd604c438ffe0d
/tbr-website/src/main/webapp/images/puml/oop-uml/oop-accounts.puml
68121134c012d25bd1b0a3014b070daef2f8ac88
[]
no_license
thomasbroussard/website
c8084b733ea8d44427e3947ae065b007b3fb04a6
72caa7df57107961cd33e36b93d26640c8b927ae
refs/heads/master
2021-01-13T12:40:45.213735
2018-12-16T07:42:27
2018-12-16T07:42:27
72,539,195
0
0
null
null
null
null
UTF-8
PlantUML
false
false
225
puml
@startuml left to right direction class Account{ number currency balance owner } class Person{ lastName firstName address birthDate } Account "*" -- "1..2" Person @enduml
181755747b9dd2bbcca582714733208541c3e12c
a35809cd34147b14b63d8b2dc942054392805e68
/src/main/java/com/shengsiyuan/dp/builder/builder.puml
e7033aaaf723859747f3a67ff74fc5572b4c84f4
[]
no_license
fyk943749465/netty_lecture
8185cb628f89128420024ae613887bfd74fc222f
7afcab5e42a60e281b83f29ccb8dd0c61af1e53a
refs/heads/master
2023-02-22T01:31:44.187631
2021-01-29T14:02:50
2021-01-29T14:02:50
319,482,885
0
0
null
null
null
null
UTF-8
PlantUML
false
false
258
puml
@startuml abstract class AbstractHouse { + buildBasic(): void + buildWalls(): void + roofed(): void } class CommonHouse { } class HighBuilding { } AbstractHouse <|-- CommonHouse AbstractHouse <|-- HighBuilding class Client { } @enduml
9191d1343a33d925a7ff9091f5ef852f909694e4
25401ecdc0394dfeed79f6ab59b8339d8c1cc74a
/cardreader.provider.usb.tactivo/src/main/java/de/gematik/ti/cardreader/provider/usb/tactivo/control/control.plantuml
3664b1384c8e17d011243cb6793186a6d665c3ca
[ "Apache-2.0" ]
permissive
gematik/ref-CardReaderProvider-USB-Tactivo-Android
f1f6d544358c5d93963ef889cb6281a059678b60
e49e01f305cc3f24fe3544fbe9cdb3077cddcb6f
refs/heads/master
2022-02-07T13:08:30.124094
2022-01-07T07:24:20
2022-01-07T07:24:20
214,091,078
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,881
plantuml
@startuml title __CONTROL's Class Diagram__\n namespace de.gematik.ti.cardreader.provider.usb.tactivo { namespace control { class de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCallback { ~ terminalType : int {static} - LOG : Logger - context : Context - terminalId : int + TactivoCallback() + connect() + initializationFailed() + initialized() + onReceive() + uninitialized() - onDeviceAttached() - onDeviceDetached() } } } namespace de.gematik.ti.cardreader.provider.usb.tactivo { namespace control { class de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardChecker { {static} - LOG : Logger {static} - TIMEOUT : int - active : boolean - cardEventTransmitter : CardEventTransmitter - cardReader : ICardReader - currentCardState : boolean + TactivoCardChecker() + run() + shutdown() - checkCardStateAndSendEvent() - isCardPresent() } } } namespace de.gematik.ti.cardreader.provider.usb.tactivo { namespace control { class de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardReaderController { {static} - LOG : Logger - cardCheckerMap : Map<ICardReader, TactivoCardChecker> - cardReaders : Collection<ICardReader> - context : Context - initialized : boolean {static} - instance : TactivoCardReaderController - mktInitializeCompleted : boolean - newPreciseTerminals : List<CardTerminal> - preciseTerminals : List<CardTerminal> - waitForMktInit : CompletableFuture<Boolean> + getCardReaders() {static} + getInstance() + setContext() # informAboutReaderConnection() ~ addNewAndInform() ~ removeAndInform() ~ setMktInitializeCompleted() - TactivoCardReaderController() - checkIfMktInitializeComplete() - findNewReaders() - findPreciseTerminals() - findRemovedReaders() - getNewPreciseTerminals() - getPreciseTerminals() - init() - intitializeMKT() - stopPreciseTerminalCardChecker() } } } namespace de.gematik.ti.cardreader.provider.usb.tactivo { namespace control { class de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardReaderProvider { - providerDescriptor : ProviderDescriptor + TactivoCardReaderProvider() + getCardReaderController() + getDescriptor() } } } de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCallback .up.|> com.precisebiometrics.android.mtk.api.PBInitializedCallback de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCallback -up-|> android.content.BroadcastReceiver de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCallback o-- de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardReaderController : controller de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardReaderController -up-|> de.gematik.ti.openhealthcard.common.AbstractAndroidCardReaderController de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardReaderController o-- de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCallback : callback de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardReaderProvider .up.|> de.gematik.ti.cardreader.provider.spi.ICardReaderControllerProvider right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
53d1130d9dc70d66691e57b16910c208abbd6cce
6bed988570665129a7ab8fea95ec6ecaaa846804
/estudos-spring-boot.plantuml
087d43edfe63183eee8a7d7da870e54de7825201
[]
no_license
adrianolmorais/estudos-spring-boot
4c2990beff5f65f0a801898675a5f3aadc39da01
94b7717d6f5a7a5db28f7ceb738bd45c9247296e
refs/heads/master
2022-10-02T12:31:06.274920
2020-06-06T04:16:01
2020-06-06T04:16:01
259,220,555
0
0
null
null
null
null
UTF-8
PlantUML
false
false
10,351
plantuml
@startuml title __PROJETO-VENDAS's Class Diagram__\n namespace br.com.psytecnology { class br.com.psytecnology.VendasApplication { } } namespace br.com.psytecnology { namespace config { class br.com.psytecnology.config.InternacionalizacaoConfig { } } } namespace br.com.psytecnology { namespace config { class br.com.psytecnology.config.SecurityConfig { } } } namespace br.com.psytecnology { namespace config { class br.com.psytecnology.config.SwaggerConfig { } } } namespace br.com.psytecnology { namespace domain.entity { class br.com.psytecnology.domain.entity.Cliente { } } } namespace br.com.psytecnology { namespace domain.entity { class br.com.psytecnology.domain.entity.ItemPedido { } } } namespace br.com.psytecnology { namespace domain.entity { class br.com.psytecnology.domain.entity.Pedido { } } } namespace br.com.psytecnology { namespace domain.entity { class br.com.psytecnology.domain.entity.Produto { } } } namespace br.com.psytecnology { namespace domain.entity { class br.com.psytecnology.domain.entity.Usuario { } } } namespace br.com.psytecnology { namespace domain.entity { namespace dto { class br.com.psytecnology.domain.entity.dto.CredenciaisDTO { } } } } namespace br.com.psytecnology { namespace domain.entity { namespace dto { class br.com.psytecnology.domain.entity.dto.InformacoesItemPedidoDTO { } } } } namespace br.com.psytecnology { namespace domain.entity { namespace dto { class br.com.psytecnology.domain.entity.dto.InformacoesPedidoDTO { } } } } namespace br.com.psytecnology { namespace domain.entity { namespace dto { class br.com.psytecnology.domain.entity.dto.ItensPedidoDTO { } } } } namespace br.com.psytecnology { namespace domain.entity { namespace dto { class br.com.psytecnology.domain.entity.dto.MapperDtoToEntity { } } } } namespace br.com.psytecnology { namespace domain.entity { namespace dto { class br.com.psytecnology.domain.entity.dto.PedidoDTO { } } } } namespace br.com.psytecnology { namespace domain.entity { namespace dto { class br.com.psytecnology.domain.entity.dto.StatusPedidoDTO { } } } } namespace br.com.psytecnology { namespace domain.entity { namespace dto { class br.com.psytecnology.domain.entity.dto.TokenDTO { } } } } namespace br.com.psytecnology { namespace domain.enums { enum StatusPedido { } } } namespace br.com.psytecnology { namespace domain.repository { interface br.com.psytecnology.domain.repository.ClientesRepository { } } } namespace br.com.psytecnology { namespace domain.repository { interface br.com.psytecnology.domain.repository.ItemPedidoRepository { } } } namespace br.com.psytecnology { namespace domain.repository { class br.com.psytecnology.domain.repository.JdbcClienteRepository { } } } namespace br.com.psytecnology { namespace domain.repository { class br.com.psytecnology.domain.repository.JpaClienteRepository { } } } namespace br.com.psytecnology { namespace domain.repository { interface br.com.psytecnology.domain.repository.JpaRepositoriesClienteRepository { } } } namespace br.com.psytecnology { namespace domain.repository { interface br.com.psytecnology.domain.repository.PedidosRepository { } } } namespace br.com.psytecnology { namespace domain.repository { interface br.com.psytecnology.domain.repository.ProdutosRepository { } } } namespace br.com.psytecnology { namespace domain.repository { interface br.com.psytecnology.domain.repository.UsuarioRepository { } } } namespace br.com.psytecnology { namespace exceptions { class br.com.psytecnology.exceptions.PedidoNaoEncontradoException { } } } namespace br.com.psytecnology { namespace exceptions { class br.com.psytecnology.exceptions.RegraNegocioException { } } } namespace br.com.psytecnology { namespace exceptions { class br.com.psytecnology.exceptions.SenhaInvalidaException { } } } namespace br.com.psytecnology { namespace rest.controller { class br.com.psytecnology.rest.controller.ClienteController { } } } namespace br.com.psytecnology { namespace rest.controller { class br.com.psytecnology.rest.controller.PedidosController { } } } namespace br.com.psytecnology { namespace rest.controller { class br.com.psytecnology.rest.controller.ProdutosController { } } } namespace br.com.psytecnology { namespace rest.controller { class br.com.psytecnology.rest.controller.UsuarioController { } } } namespace br.com.psytecnology { namespace rest.controller { namespace exceptions { class br.com.psytecnology.rest.controller.exceptions.ApiErrors { } } } } namespace br.com.psytecnology { namespace rest.controller { namespace exceptions { class br.com.psytecnology.rest.controller.exceptions.RestExceptionHandler { } } } } namespace br.com.psytecnology { namespace security.jwt { class br.com.psytecnology.security.jwt.JwtAuthFilter { } } } namespace br.com.psytecnology { namespace security.jwt { class br.com.psytecnology.security.jwt.JwtService { } } } namespace br.com.psytecnology { namespace service { interface br.com.psytecnology.service.PedidosService { } } } namespace br.com.psytecnology { namespace service { interface br.com.psytecnology.service.UsuarioService { } } } namespace br.com.psytecnology { namespace service { namespace impl { class br.com.psytecnology.service.impl.PedidosServiceImpl { } } } } namespace br.com.psytecnology { namespace service { namespace impl { class br.com.psytecnology.service.impl.UsuarioServiceImpl { } } } } namespace br.com.psytecnology { namespace validation { interface br.com.psytecnology.validation.NotEmptyList { } } } namespace br.com.psytecnology { namespace validation { namespace constraintValidation { class br.com.psytecnology.validation.constraintValidation.NotEmptyListValidator { } } } } br.com.psytecnology.VendasApplication -up-|> org.springframework.boot.web.servlet.support.SpringBootServletInitializer br.com.psytecnology.config.SecurityConfig -up-|> org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter br.com.psytecnology.config.SecurityConfig o-- br.com.psytecnology.security.jwt.JwtService : jwtService br.com.psytecnology.config.SecurityConfig o-- br.com.psytecnology.service.UsuarioService : usuarioService br.com.psytecnology.domain.entity.ItemPedido o-- br.com.psytecnology.domain.entity.Pedido : pedido br.com.psytecnology.domain.entity.ItemPedido o-- br.com.psytecnology.domain.entity.Produto : produto br.com.psytecnology.domain.entity.Pedido o-- br.com.psytecnology.domain.entity.Cliente : cliente br.com.psytecnology.domain.entity.Pedido o-- br.com.psytecnology.domain.enums.StatusPedido : status br.com.psytecnology.domain.entity.dto.MapperDtoToEntity o-- br.com.psytecnology.domain.repository.ProdutosRepository : produtosRepository br.com.psytecnology.rest.controller.ClienteController o-- br.com.psytecnology.domain.repository.ClientesRepository : clientesRepository br.com.psytecnology.rest.controller.PedidosController o-- br.com.psytecnology.service.PedidosService : pedidosService br.com.psytecnology.rest.controller.ProdutosController o-- br.com.psytecnology.domain.repository.ProdutosRepository : produtosRepository br.com.psytecnology.rest.controller.UsuarioController o-- br.com.psytecnology.security.jwt.JwtService : jwtService br.com.psytecnology.rest.controller.UsuarioController o-- br.com.psytecnology.service.UsuarioService : usuarioService br.com.psytecnology.security.jwt.JwtAuthFilter -up-|> org.springframework.web.filter.OncePerRequestFilter br.com.psytecnology.security.jwt.JwtAuthFilter o-- br.com.psytecnology.security.jwt.JwtService : jwtService br.com.psytecnology.security.jwt.JwtAuthFilter o-- br.com.psytecnology.service.UsuarioService : usuarioService br.com.psytecnology.service.impl.PedidosServiceImpl .up.|> br.com.psytecnology.service.PedidosService br.com.psytecnology.service.impl.PedidosServiceImpl o-- br.com.psytecnology.domain.repository.ClientesRepository : clientesRepository br.com.psytecnology.service.impl.PedidosServiceImpl o-- br.com.psytecnology.domain.repository.ItemPedidoRepository : itemPedidoRepository br.com.psytecnology.service.impl.PedidosServiceImpl o-- br.com.psytecnology.domain.entity.dto.MapperDtoToEntity : mapperDtoToEntity br.com.psytecnology.service.impl.PedidosServiceImpl o-- br.com.psytecnology.domain.repository.PedidosRepository : pedidosRepository br.com.psytecnology.service.impl.PedidosServiceImpl o-- br.com.psytecnology.domain.repository.ProdutosRepository : produtosRepository br.com.psytecnology.service.impl.UsuarioServiceImpl .up.|> br.com.psytecnology.service.UsuarioService br.com.psytecnology.service.impl.UsuarioServiceImpl o-- br.com.psytecnology.domain.repository.UsuarioRepository : usuarioRepository br.com.psytecnology.validation.constraintValidation.NotEmptyListValidator .up.|> javax.validation.ConstraintValidator right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
a69ce6123c3b9505da573f7ef8495da1250fd99d
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/AttributeGroupRemoveAttributeAction.puml
4c0ad791ceb039055d619aab5c1d37055ada0921
[]
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
527
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 AttributeGroupRemoveAttributeAction [[AttributeGroupRemoveAttributeAction.svg]] extends AttributeGroupUpdateAction { action: String attribute: [[AttributeReference.svg AttributeReference]] } interface AttributeGroupUpdateAction [[AttributeGroupUpdateAction.svg]] { action: String } @enduml
8cbde37acffb77198af2b2da81cff7cf47177cbd
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MyCartSetBillingAddressAction.puml
f3b5a7d8a25f0d2ad0a21b1ea84a2368d113a6a0
[]
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
475
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 MyCartSetBillingAddressAction [[MyCartSetBillingAddressAction.svg]] extends MyCartUpdateAction { action: String address: [[BaseAddress.svg BaseAddress]] } interface MyCartUpdateAction [[MyCartUpdateAction.svg]] { action: String } @enduml
155cea78454eddbbbb0826bed0822ae8f1020ed5
d3041cf51b2dd9a46b8c309151fd18e4fa8633eb
/docs/puml/AliasFeature.puml
5ec894c802fb26249ef1ffa04ffc45745448bfc6
[]
no_license
AY2021S2-CS2113T-T09-2/tp
06e70bc7d7d14db76f258d914f82a0ac845e0f49
db579dae196f350b79272d99ffe91dbcbc7cafa4
refs/heads/master
2023-03-28T21:39:51.497537
2021-04-16T15:18:52
2021-04-16T15:18:52
344,310,358
0
5
null
2021-04-16T15:18:53
2021-03-04T01:12:28
Java
UTF-8
PlantUML
false
false
1,364
puml
@startuml hide circle skinparam classAttributeIconSize 0 class ShowCustomAliasCommand { # AliasUi ui + execute():void } class AddCustomAliasCommand { # AliasUi ui - {static} String MESSAGE_SUCCESS + execute():void } class BlockAlias { - HashMap<String,String> aliases + getAliasHashMap():HashMap<String,String> + changeAliasToBlock(String,String):String[] + addAlias(String,String):void + deleteAlias(String):void } class NusMap { - HashMap<String,Block> map } class NusMaze { - NusMap nusMap - UiManager ui - BlockAlias blockAlias - Storage aliasStorage } class DeleteCustomAliasCommand { # AliasUi ui - {static} String MESSAGE_SUCCESS + execute():void } class AliasStorage { + loadAlias(BlockAlias):void + overwriteAliasListFile(BlockAlias):void + appendToAliasListFile(String):void } class AliasUi { + getAliasInfo():String[] + showCustomAliases(BlockAlias):void + getDeleteAliasInfo():String } "{abstract}\nCommand" <|-- ShowCustomAliasCommand "{abstract}\nCommand" <|-- AddCustomAliasCommand "{abstract}\nCommand" <|-- DeleteCustomAliasCommand "{abstract}\nStorage" <|-- AliasStorage UiManager <|-- AliasUi NusMaze --> "**1..***" "{abstract}\nCommand" DeleteCustomAliasCommand ..> AliasUi AddCustomAliasCommand ..> AliasUi ShowCustomAliasCommand ..> AliasUi NusMaze --> "**1**" BlockAlias NusMaze --> "**1**" AliasStorage BlockAlias ..> NusMap @enduml
43e4376686fb23763b9783b0bbe7b392b2f6348f
40d2d1ea69278efa8c40813a22359d097e358765
/docs/assets/puml/strategy.puml
49826d094cce6fc200f01794805b5d6bcb117c15
[ "Apache-2.0" ]
permissive
diguage/deep-in-design-patterns
13da7f045b6bef0237fd65524c50187eaf9b4b29
fa7a1eb1efadb35ce45161eac5f27b27d4452b51
refs/heads/master
2022-08-27T10:18:16.532561
2022-07-31T10:08:04
2022-07-31T10:08:04
158,669,757
2
0
null
null
null
null
UTF-8
PlantUML
false
false
947
puml
@startuml title "**策略模式**" class Context { - strategy :Strategy + contextInterface() } note top: Context 上下文,\n用一个 ConcreteStrategy 来配置,\n维护一个对 Strategy 对象的引用。 abstract class Strategy { + {abstract} algorithmInterface() } note top: 策略类,\n定义所有支持的算法的公共接口。 class ConcreteStrategyA { + algorithmInterface() } class ConcreteStrategyB { + algorithmInterface() } class ConcreteStrategyC { + algorithmInterface() } Context "-strategy" *-right- Strategy ' 这里的"实现"也可以是"继承"。不必太拘泥形式。 Strategy <|.. ConcreteStrategyA Strategy <|.. ConcreteStrategyB Strategy <|.. ConcreteStrategyC note "具体策略类,\n封装了具体的算法或行为,继承于 Strategy。" as scn ConcreteStrategyA .. scn ConcreteStrategyB .. scn ConcreteStrategyC .. scn footer D瓜哥 · https://www.diguage.com · 出品 @enduml
6beb5716391e345afd88178b09740daa2e247c55
55261e1e9a841f514598d8fb0fbe95a7493460e3
/class/classes/logic/account.puml
0344ea4de5b07e44ac9da3b98ed1b26307b5673c
[]
no_license
LucasIsasmendi/lisk-core-plantuml
ac01094fd56590b361ab8992b52f0cfc3175aa60
e0941f6e800dc16a9dc0f8367304149fbf2200e1
refs/heads/master
2021-01-21T11:53:42.861882
2017-05-24T12:56:58
2017-05-24T12:56:58
91,758,697
0
0
null
null
null
null
UTF-8
PlantUML
false
false
565
puml
@startuml class Account < logic > { - __private: {} - self: this .. library .. - logger .. this .. + table: mem_accounts + model + fields + binary + conv + editable + filter + scope .. this.scope .. + db + schema -- Methods -- + Account(db, schema, logger, cb) + createTables(cb) + removeTables(cb) + objectNormalize(account) + verifyPublicKey(publicKey) + toDB(raw) + get(filter, fields, cb) + getAll(filter, fields, cb) + set(address, fields, cb) + merge(address, diff, cb) + remove(address, cb) } @endtuml
a083dd50d6287c5d7274b857cc005aabdc3fe143
1132852bcaa766b0ec17d0a72ccd8887fd7364ca
/docs/pyparsing_class_diagram.puml
f90f99e2b90a9a801ea0fed85346abca605d0a32
[ "Python-2.0", "MIT" ]
permissive
pyparsing/pyparsing
03c2b9d5078ab5f7dc4167befb54daa6f8c8588d
c09eb6e4bb283b375e53cfe851bb6a63ed3957bb
refs/heads/master
2023-08-21T16:57:44.189841
2023-07-30T11:29:00
2023-07-30T11:29:00
91,262,163
2,011
321
MIT
2023-09-03T01:11:07
2017-05-14T18:07:01
Python
UTF-8
PlantUML
false
false
6,039
puml
@startuml 'https://plantuml.com/class-diagram top to bottom direction hide circle hide empty members 'hide empty methods skinparam groupInheritance 3 note as N1 Class Diagram --- <size 18>pyparsing 3.0.9 <size 18>May, 2022 end note N1 <-[hidden]- unicode package core { class globals { quoted_string sgl_quoted_string dbl_quoted_string counted_array() match_previous_literal() match_previous_expr() one_of() dict_of() original_text_for() ungroup() nested_expr() make_html_tags() make_xml_tags() common_html_entity replace_html_entity() class OpAssoc infix_notation() class IndentedBlock c_style_comment html_comment rest_of_line dbl_slash_comment cpp_style_comment java_style_comment python_style_comment match_only_at_col() replace_with() remove_quotes() with_attribute() with_class() trace_parse_action() condition_as_parse_action() srange() token_map() autoname_elements() } class ParseResults { class List {static}from_dict() __getitem__() __setitem__() __contains__() __len__() __bool__() __iter__() __reversed__() __getattr__() __add__() __getstate__() __setstate__() __getnewargs__() __dir__() as_dict() as_list() dump() get_name() items() keys() values() haskeys() pop() get() insert() append() extend() clear() copy() get_name() pprint() } class ParseBaseException #ffffff { {static} explain_exception() explain() mark_input_line() line lineno column parser_element } class ParseException class ParseFatalException class ParseSyntaxException ParseBaseException <|-- ParseException ParseBaseException <|-- ParseFatalException ParseFatalException <|-- ParseSyntaxException class ParserElement { name: str results_name: str --- {classifier} enable_packrat() {classifier} enable_left_recursion() {classifier} disable_memoization() {classifier} set_default_whitespace_chars() {classifier} inline_literals_using() {classifier} reset_cache() {static} verbose_stacktrace suppress_warning() operator + () -> And operator - () -> And.ErrorStop operator | () -> MatchFirst operator ^ () -> Or operator & () -> Each operator ~ () -> NotAny operator [] () -> _MultipleMatch operator () () [set_results_name()] add_condition() add_parse_action() set_parse_action() copy() ignore(expr) leave_whitespace() parse_with_tabs() suppress() set_break() set_debug() set_debug_actions() set_name() set_results_name() parse_string() scan_string() search_string() transform_string() split() run_tests() recurse() create_diagram() } class Token #ffffff class ParseExpression #ffffff { exprs: list[ParserElement] } class ParseElementEnhance #ffffff { expr: ParserElement } class _PositionToken #ffffff class Char class White class Word { 'Word(init_chars: str, body_chars: str, min: int, \nmax: int, exact: int, as_keyword: bool, exclude_chars: str) } class Keyword { {static} set_default_keyword_chars(chars: str) } class CaselessKeyword class Empty class Literal class Regex class NoMatch class CharsNotIn class QuotedString class And class Or class MatchFirst class Each class OneOrMore class ZeroOrMore class DelimitedList class SkipTo class Group class Forward { operator <<= () } class LineStart class LineEnd class StringStart class StringEnd class WordStart class WordEnd class _MultipleMatch #ffffff class FollowedBy class PrecededBy class AtLineStart class AtStringStart class TokenConverter #ffffff class Located class Opt class Combine class Group class Dict class Suppress ParserElement <|-- Token ParserElement <|----- ParseExpression Token <|-- _PositionToken ParserElement <|----- ParseElementEnhance 'ParseElementEnhance ---> ParserElement 'ParseExpression ---> "*" ParserElement Token <|-- Empty Token <|-- CloseMatch Token <|-- NoMatch Token <|-- Literal Token <|-- Word Token <|---- Keyword Token <|--- Regex Token <|--- CharsNotIn Token <|-- White Token <|---- QuotedString Word <|-- Char Literal <|-- CaselessLiteral Keyword <|-- CaselessKeyword ParseExpression <|-- And ParseExpression <|-- Or ParseExpression <|-- MatchFirst ParseExpression <|-- Each ParseElementEnhance <|-- SkipTo ParseElementEnhance <|--- Forward ParseElementEnhance <|-- Located ParseElementEnhance <|--- _MultipleMatch _MultipleMatch <|-- OneOrMore _MultipleMatch <|-- ZeroOrMore ParseElementEnhance <|-- DelimitedList ParseElementEnhance <|--- NotAny ParseElementEnhance <|--- FollowedBy ParseElementEnhance <|--- PrecededBy ParseElementEnhance <|-- Opt ParseElementEnhance <|--- TokenConverter ParseElementEnhance <|-- AtStringStart ParseElementEnhance <|-- AtLineStart TokenConverter <|-- Group TokenConverter <|-- Dict TokenConverter <|-- Suppress TokenConverter <|-- Combine _PositionToken <|-- LineStart _PositionToken <|-- LineEnd _PositionToken <|-- WordStart _PositionToken <|-- WordEnd _PositionToken <|-- StringStart _PositionToken <|-- StringEnd } package common { class " " { comma_separated_list convert_to_integer() convert_to_float() integer hex_integer signed_integer fraction mixed_integer real sci_real number fnumber identifier ipv4_address ipv6_address mac_address convert_to_date() convert_to_datetime() iso8601_date iso8601_datetime uuid strip_html_tags() upcase_tokens() downcase_tokens() url } } package unicode { class unicode_set { printables: str alphas: str nums: str alphanums: str identchars: str identbodychars: str } class Latin1 class LatinA class LatinB class BasicMultilingualPlane class Chinese class Thai class Japanese { class Kanji class Hiragana class Katakana } class Greek class Hangul class Arabic class Devanagari class Hebrew class Cyrillic unicode_set <|-- Latin1 unicode_set <|--- LatinA unicode_set <|-- LatinB unicode_set <|---- BasicMultilingualPlane unicode_set <|-- Greek unicode_set <|--- Cyrillic unicode_set <|--- Chinese unicode_set <|--- Japanese unicode_set <|--- Hangul Chinese <|-- CJK Japanese <|-- CJK Hangul <|-- CJK unicode_set <|-- Thai unicode_set <|-- Arabic unicode_set <|-- Hebrew unicode_set <|--- Devanagari } ParserElement <-[hidden] ParseBaseException 'ParseBaseException <-[hidden] globals 'globals <-[hidden] ParserElement CJK <-[hidden]-- common @enduml
2522e19c5b28cba1f1c77e4e200aec2f2632d12e
0b0cc264919d7b0c24bbf5315af546a121634a35
/optaweb-vehicle-routing-backend/src/main/java/org/optaweb/vehiclerouting/service/route/route.plantuml
cefe4416f69bd3fc6dda1d0545da6d1219beb916
[ "Apache-2.0" ]
permissive
mauriziocarioli/optaweb-vehicle-routing-distribution-8.6.0.Final
5c8f0eca20e3c25adfee969a3e422c87c5633e75
b84b8e88e8bbe01846b346e684587317922fb182
refs/heads/master
2023-06-06T14:12:23.409461
2021-06-21T20:42:03
2021-06-21T20:42:03
376,861,264
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,475
plantuml
@startuml title __ROUTE's Class Diagram__\n namespace org.optaweb.vehiclerouting { namespace service.route { class org.optaweb.vehiclerouting.service.route.RouteChangedEvent { - depotId : Long - routes : Collection<ShallowRoute> - vehicleIds : List<Long> - visitIds : List<Long> + RouteChangedEvent() + depotId() + distance() + routes() + vehicleIds() + visitIds() } } } namespace org.optaweb.vehiclerouting { namespace service.route { class org.optaweb.vehiclerouting.service.route.RouteListener { {static} - logger : Logger - routingPlanEvent : Event<RoutingPlan> + getBestRoutingPlan() + onApplicationEvent() ~ RouteListener() - findLocationById() - findVehicleById() - track() } } } namespace org.optaweb.vehiclerouting { namespace service.route { interface org.optaweb.vehiclerouting.service.route.Router { {abstract} + getPath() } } } namespace org.optaweb.vehiclerouting { namespace service.route { interface org.optaweb.vehiclerouting.service.route.RoutingPlanConsumer { {abstract} + consumePlan() } } } namespace org.optaweb.vehiclerouting { namespace service.route { class org.optaweb.vehiclerouting.service.route.ShallowRoute { + depotId : long + vehicleId : long + visitIds : List<Long> + ShallowRoute() + toString() } } } org.optaweb.vehiclerouting.service.route.RouteChangedEvent o-- org.optaweb.vehiclerouting.domain.Distance : distance org.optaweb.vehiclerouting.service.route.RouteListener o-- org.optaweb.vehiclerouting.domain.RoutingPlan : bestRoutingPlan org.optaweb.vehiclerouting.service.route.RouteListener o-- org.optaweb.vehiclerouting.service.location.LocationRepository : locationRepository org.optaweb.vehiclerouting.service.route.RouteListener o-- org.optaweb.vehiclerouting.service.route.Router : router org.optaweb.vehiclerouting.service.route.RouteListener o-- org.optaweb.vehiclerouting.service.vehicle.VehicleRepository : vehicleRepository right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
7112efa972be236a981e83aa64fc729320bc29ae
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/Api/CallbacksDelegatorListener.puml
5a338c758b7c00f036a775f381a88dce5eaa8258
[]
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
439
puml
@startuml class CallbacksDelegatorListener { + RunStarted(testsToRun:NUnit.Framework.Interfaces.ITest) : void + RunFinished(testResults:NUnit.Framework.Interfaces.ITestResult) : void + TestStarted(test:NUnit.Framework.Interfaces.ITest) : void + TestFinished(result:NUnit.Framework.Interfaces.ITestResult) : void } ScriptableObject <|-- CallbacksDelegatorListener ITestRunnerListener <|-- CallbacksDelegatorListener @enduml
7b4b947ef1e6a150cd756184bcaf9be7d422a88d
2a05c19c522de7ac2f880aa0ba60547ace21cc30
/uml/state.puml
a13e515a1ec7ace5d87ab704c2ff35ecb473172d
[]
no_license
lbvs86823/lbvs86823.github.com
458c5ca2ccae6a54519129a86545d817cfaf418f
129e1ea762ab70c2b54886b561775d5dfd7841d6
refs/heads/master
2021-12-07T03:23:18.169009
2021-08-20T09:19:30
2021-08-20T09:19:30
16,271,667
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,019
puml
@startuml title 状态模式 abstract class LiftSate { - context: Context + LiftSate(Context context) + {abstract} open(): void + {abstract} close(): void + {abstract} run(): void + {abstract} stop(): void } class OpenState { + open(): void + close(): void + run(): void + stop(): void } class CloseState { + open(): void + close(): void + run(): void + stop(): void } class RunState { + open(): void + close(): void + run(): void + stop(): void } class StopState { + open(): void + close(): void + run(): void + stop(): void } OpenState --|> LiftSate CloseState --|> LiftSate RunState --|> LiftSate StopState --|> LiftSate class Context { - openState: OpenState - closeState: CloseState - runState: RunState - stopState: StopState + open(): void + close(): void + run(): void + stop(): void } Context o-- OpenState Context o-- CloseState Context o-- RunState Context o-- StopState @enduml
51b8a199c99d307e74413c4268d82ac5363c7341
d79d96c752a5329e7e03890377bd72632413cfc7
/Zapravka Swing/src/org/orgname/app/util/util.plantuml
0b68978bd386957c263fb436b4f0a9c2a5ce4da4
[]
no_license
NikKropotov/Zapravka-Swing-App
e38bae796a7ff4d7a35024233ef73d72e4554eff
f8286aa632de44fc700a0d9e9f94960c1cfa0eec
refs/heads/main
2023-04-05T07:39:57.387545
2021-04-21T19:03:46
2021-04-21T19:03:46
315,711,828
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,723
plantuml
@startuml title __UTIL's Class Diagram__\n namespace org.orgname.app { namespace util { abstract class org.orgname.app.util.BaseForm { {static} - baseApplicationTitle : String + BaseForm() {static} + getBaseApplicationTitle() {abstract} + getFormHeight() {abstract} + getFormWidth() {static} + setBaseApplicationTitle() } } } namespace org.orgname.app { namespace util { abstract class org.orgname.app.util.BaseSubForm { + BaseSubForm() + closeSubForm() } } } namespace org.orgname.app { namespace util { class org.orgname.app.util.CustomTableModel { - cls : Class<T> - columnNames : String[] - values : List<T> + CustomTableModel() + getColumnClass() + getColumnCount() + getColumnName() + getRowCount() + getValueAt() + getValues() } } } namespace org.orgname.app { namespace util { class org.orgname.app.util.DialogUtil { {static} + showConfirm() {static} + showConfirm() {static} + showError() {static} + showError() {static} + showInfo() {static} + showInfo() {static} + showWarn() {static} + showWarn() } } } namespace org.orgname.app { namespace util { class org.orgname.app.util.MysqlDatabase { - address : String - db : String - pass : String - port : int - source : MysqlDataSource - user : String + MysqlDatabase() + MysqlDatabase() + getConnection() } } } namespace org.orgname.app { namespace util { abstract class org.orgname.app.util.ObjectTableModel { + addRowEntities() + addRowEntity() + getRowEntity() + isCellEditable() + setRowEntity() {abstract} # getEntityFromRowData() {abstract} # getRowDataFromEntity() - getRowData() - setRowData() } } } org.orgname.app.util.BaseForm -up-|> javax.swing.JFrame org.orgname.app.util.BaseSubForm -up-|> org.orgname.app.util.BaseForm org.orgname.app.util.BaseSubForm o-- T : mainForm org.orgname.app.util.CustomTableModel -up-|> javax.swing.table.AbstractTableModel org.orgname.app.util.ObjectTableModel -up-|> javax.swing.table.DefaultTableModel right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
e8a0c0e84049a68218a3a2b44182059806c6cea9
a001aedd0f6449e7870ceb9a2a64afc7917fd8b2
/lunch-scheduler/doc/models/model.puml
42d4052f7f5d52832f606a4cc29b2325d8eea7a0
[]
no_license
cherryAtJambit/lunch-scheduler-kotlinschulung
8770d9d93a5d4513114783141a41d8bac0d90d1e
a417083e34594b20f20864a3a48efe293db270c4
refs/heads/master
2022-11-15T03:35:31.937945
2020-07-02T05:43:07
2020-07-02T05:43:07
276,591,624
0
0
null
null
null
null
UTF-8
PlantUML
false
false
806
puml
@startuml class Restaurant { ID id String name double rating String address String price } class User { ID id String name } User --> "*" Friendship: friends User --> "*" Lunch: lunches class Friendship { ID id ID userId ID friendId } Friendship --> User: friend class Invitation { ID id ID userId ID lunchId InviteResponseKind response } Invitation --> User Invitation --> Lunch class Lunch { ID id String notes DateTime date ID hostId Invitation[] invitations ID locationId LunchState state } Lunch --> User: (userId) Lunch --> Restaurant: (locationId) Lunch *--> "*" Invitation: invitations enum LunchState { SCHEDULED CANCELLED } enum InviteResponseKind { NONE ACCEPTED DECLINED } @enduml
3a27702200947832d40bdd6fa4975ec94b517312
e20adcd256924faa2caa23c4bb27354e1d38bda9
/exercise46/docs/46UML.puml
b35c890029c23bfdcd572a98d115588688804130
[]
no_license
jmazor/mazor-a04
72011ab7516956e7c497debb15c4033c16b65cf4
0e94fb2d34d2702cc639f9e855c44ad34328ac8c
refs/heads/main
2023-08-28T15:18:24.704213
2021-10-18T02:59:40
2021-10-18T02:59:40
414,770,548
0
0
null
null
null
null
UTF-8
PlantUML
false
false
134
puml
@startuml 'https://plantuml.com/sequence-diagram class MyHistogram { -Map<String, Integer> data +MyHistogram() +printMap() } @enduml
5bd6252c8d79595fb35ffa50a0a614ad68956518
21aa0024f242a17594c6916d2a8ba32eae54451e
/src/main/java/ua/training/model/dao/util/util.plantuml
6a025880278e291bbf7ea4d46599a7a5c2920c2f
[]
no_license
HubenkoVV/dbCloudlApp
e3d3b57b7eac801855aea57e4e99bd701152a6e6
bd27e5dd58c3c6a0d6acd7a9e09ff15ca7b4370e
refs/heads/master
2021-12-15T01:54:46.565762
2021-12-14T09:25:46
2021-12-14T09:25:46
219,663,737
0
0
null
2021-12-14T09:28:35
2019-11-05T05:20:40
Java
UTF-8
PlantUML
false
false
477
plantuml
@startuml title __UTIL's Class Diagram__\n package ua.training.model.dao { package ua.training.model.dao.util { class GeneralConnectionMethod { {static} + close() {static} + setAutoCommit() {static} + rollback() } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
1dd8659ec8126241e91409c41aaaf7839bc87392
7f116aac53588a0ef1588e5dbc122023bf45f02a
/src/main/java/Strategie/Comparator/class.plantuml
462d38f156040884c42cba52d870eb3a604ce251
[]
no_license
RubenLaden/S20202-LOG121
63bd9508d3404f63743601e97427fd9299a8f0ab
b55c38088c773ea78f87436459117d0604e435d1
refs/heads/master
2022-11-23T15:14:23.455364
2020-07-24T08:01:12
2020-07-24T08:01:12
282,133,896
0
0
null
2020-07-24T05:46:36
2020-07-24T05:46:36
null
UTF-8
PlantUML
false
false
430
plantuml
@startuml Patron Statégie Comparateur class AgeComparator{} class Compagnie{} Class EmbaucheComparator{} Class Employe{} Class PrenomComparateur{} Class SalaireComparateur{} Interface Comparator<Employe>{} AgeComparator .up-> Comparator EmbaucheComparator .up-> Comparator PrenomComparateur .up-> Comparator SalaireComparateur .up-> Comparator Compagnie "1" --> "*" Employe : emploie Compagnie *-right- "1" Comparator @enduml
64be78b1472ed5879f2fd9b8385b5014170a1c35
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/Solution/Services/data-coordinator/Logical.puml
09e35aae8668ced510c2f13a162ca04f04f54b0d
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
221
puml
@startuml package "data-coordinator" #lightblue { interface "data-coordinator" { } CLI ()-- "data-coordinator" : 5000 REST ()-- "data-coordinator" : 3000 Web ()-- "data-coordinator" : 80 } @enduml
562c092a33d26b8c5a15d0f6f0de43650457930e
649c1923b6b5ebf4a5a48a05b80e701227229ecd
/src/Strategy Class Diagram.puml
7051427b865c3c36c9ff24d4934cc3240c07eb54
[]
no_license
Kenzki/design-patterns-dvd-rental-system
dacd28792b4bdabad8866f1bca3c54734c6e44c7
5d5b185567a06cfd583dd8bc4f31adb219a8bd80
refs/heads/master
2020-12-03T22:16:26.228848
2020-01-05T17:48:42
2020-01-05T17:48:42
231,503,438
0
0
null
null
null
null
UTF-8
PlantUML
false
false
348
puml
@startuml interface DVDRate{ getCost(): int } class ChildrenRate{ getCost(): int } class NewReleaseRate{ getCost(): int } class OldReleaseRate{ getCost(): int } class DVDRentalRate{ -DVDRate:DVDRate +executePrice(): int } NewReleaseRate --|> DVDRate OldReleaseRate --|> DVDRate ChildrenRate --|> DVDRate DVDRate <|-- DVDRentalRate @enduml
1f34265e95587c5265e0ed5bc0ec080c0a887d1a
8684d893566987b4af24bfed8a69d1b3c6a86140
/TANKGAME.plantuml
dd053780034325a14969c29815244f5441c73a24
[]
no_license
harshsaxenausa/csc413-Tankgame
6a7e0340bab11774c9f216fa5019d98a2d606425
3b5d2774e71b1a4b8e2ecb779920757ba4cc2076
refs/heads/master
2022-12-02T18:28:32.617793
2020-08-20T21:52:51
2020-08-20T21:52:51
289,117,179
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,047
plantuml
@startuml title __TANK GAME's Class Diagram__\n namespace TankGame { class TankGame.GameDashboard { } } namespace TankGame { class TankGame.GameKeys { } } namespace TankGame { namespace GameObject { abstract class TankGame.GameObject.GameObject { } } } namespace TankGame { namespace GameObject { namespace Movable { class TankGame.GameObject.Movable.Movable { } } } } namespace TankGame { namespace GameObject { namespace Movable { class TankGame.GameObject.Movable.Projectile { } } } } namespace TankGame { namespace GameObject { namespace Movable { class TankGame.GameObject.Movable.Tank { } } } } namespace TankGame { namespace GameObject { namespace Unmovable { class TankGame.GameObject.Unmovable.BreakableWall { } } } } namespace TankGame { namespace GameObject { namespace Unmovable { class TankGame.GameObject.Unmovable.PowerUp { } } } } namespace TankGame { namespace GameObject { namespace Unmovable { class TankGame.GameObject.Unmovable.Unmovable { } } } } namespace TankGame { namespace GameObject { namespace Unmovable { class TankGame.GameObject.Unmovable.Wall { } } } } namespace TankGame { class TankGame.GameObservable { } } namespace TankGame { class TankGame.GameSounds { } } namespace TankGame { class TankGame.TankWarGame { } } TankGame.GameDashboard -up-|> javax.swing.JPanel TankGame.GameDashboard o-- TankGame.GameObject.Movable.Tank : tank1 TankGame.GameDashboard o-- TankGame.GameObject.Movable.Tank : tank2 TankGame.GameKeys .up.|> java.awt.event.KeyListener TankGame.GameKeys -up-|> java.util.Observable TankGame.GameKeys o-- TankGame.GameObject.Movable.Tank : tank TankGame.GameObject.GameObject -up-|> javax.swing.JComponent TankGame.GameObject.Movable.Movable -up-|> TankGame.GameObject.GameObject TankGame.GameObject.Movable.Projectile .up.|> java.util.Observer TankGame.GameObject.Movable.Projectile -up-|> TankGame.GameObject.Movable.Movable TankGame.GameObject.Movable.Projectile o-- TankGame.TankWarGame : obj TankGame.GameObject.Movable.Projectile o-- TankGame.GameObject.Movable.Tank : p1 TankGame.GameObject.Movable.Projectile o-- TankGame.GameObject.Movable.Tank : p2 TankGame.GameObject.Movable.Tank .up.|> java.util.Observer TankGame.GameObject.Movable.Tank -up-|> TankGame.GameObject.Movable.Movable TankGame.GameObject.Movable.Tank o-- TankGame.TankWarGame : obj TankGame.GameObject.Movable.Tank o-- TankGame.GameObject.Movable.Tank : p1 TankGame.GameObject.Movable.Tank o-- TankGame.GameObject.Movable.Tank : p2 TankGame.GameObject.Unmovable.BreakableWall .up.|> java.util.Observer TankGame.GameObject.Unmovable.BreakableWall -up-|> TankGame.GameObject.Unmovable.Wall TankGame.GameObject.Unmovable.PowerUp .up.|> java.util.Observer TankGame.GameObject.Unmovable.PowerUp -up-|> TankGame.GameObject.Unmovable.Unmovable TankGame.GameObject.Unmovable.Unmovable -up-|> TankGame.GameObject.GameObject TankGame.GameObject.Unmovable.Wall .up.|> java.util.Observer TankGame.GameObject.Unmovable.Wall -up-|> TankGame.GameObject.Unmovable.Unmovable TankGame.GameObservable -up-|> java.util.Observable TankGame.TankWarGame .up.|> java.lang.Runnable TankGame.TankWarGame o-- TankGame.GameDashboard : gameDashboard TankGame.TankWarGame o-- TankGame.GameObservable : gobs TankGame.TankWarGame o-- TankGame.GameKeys : keyinput1 TankGame.TankWarGame o-- TankGame.GameKeys : keyinput2 TankGame.TankWarGame o-- TankGame.GameSounds : music right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
b990fc974cd964fc80b0ebf669e68f26999c946a
3856e70d14d390815ecf95fc5be9cbce1430738a
/Design/DiagramsForSlides/Statement.puml
d27d74d09e811335b55dc88b758e2a69363ef566
[ "Apache-2.0" ]
permissive
bilalshaikh42/libOmexMeta
7131083d5ea6a8d8eaea7620e8083f3a942b3cf9
f25f44a0a7e67d38f1e94fd69c08ae7f73be2079
refs/heads/master
2023-07-14T04:39:33.367113
2021-08-24T13:52:52
2021-08-24T13:52:52
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
277
puml
@startuml class SubjectNode { UriNode BlankNode } class PredicateNode { UriNode } class ResourceNode { UriNode BlankNode LiteralNode } Statement <-- SubjectNode Statement <-- PredicateNode Statement <-- ResourceNode @enduml
5d0c29e467148cae3c7109c9c33e6841c2f8e95a
44ec6861f30cb2068a3bc82236b356ea9bd3ebde
/exercise43/Docs/Solution43.puml
2c755580c9bc664babecbad632e972b9666ea73f
[]
no_license
EmanuelPadro/Padro-a04
af5470e3cb54f13e3b85ecc073e76f626d598c63
d621a4a5b85fd637eeead15e08f7af0b79e90340
refs/heads/master
2023-08-24T04:30:06.039303
2021-10-20T20:44:42
2021-10-20T20:44:42
414,044,684
0
0
null
null
null
null
UTF-8
PlantUML
false
false
238
puml
@startuml class Solution43{ +main +YesorNO +CollectInput +creator +htmlFileManager +Cssandjavafilecreator } class website{ +String Name +String author +boolean Javafolder +boolean CssFol String currentPath +String htmltext } @enduml
a3b27a3d283e196bcbbf1114e70a1f4b0cbee667
e032dab934c4fa3ff55da94de2f15d246a4aed8c
/design-pattern/src/main/java/wr1ttenyu/f1nal/study/designpattern/pattern23/strategy/Strategy.puml
8328f7da6dc4c17d41a27018ca9fe2a0c5f08998
[]
no_license
wr1ttenyu/f1nal
9d21aeb1ae14505fc2e9add9220f81719840f37f
fd27d32d2f877ea98c19d892d13df36a99059a46
refs/heads/master
2022-07-07T02:15:25.931532
2020-06-11T01:19:16
2020-06-11T01:19:16
207,061,707
0
0
null
2022-01-12T23:05:07
2019-09-08T04:31:27
Java
UTF-8
PlantUML
false
false
679
puml
@startuml class Context note right:<size:9> context 中聚合了策略接口,具体是哪种策略根据客户端的输入决定 interface StrategyA interface StrategyB class ConcreteStrategyA1 class ConcreteStrategyA2 class ConcreteStrategyB1 class ConcreteStrategyB2 StrategyA --o Context StrategyB --o Context ConcreteStrategyA1 ..|> StrategyA ConcreteStrategyA2 ..|> StrategyA ConcreteStrategyB2 ..|> StrategyB ConcreteStrategyB1 ..|> StrategyB class Context { -strategyA: StrategyA -strategyB: StrategyB } interface StrategyA { +operation1(): void +operation2(): void } interface StrategyB { +operation1(): void +operation2(): void } @enduml
54aac203365ac097f9b4e86e70b577c8589e8958
c7cdd92a5da35eb761253b22a56f252991bad235
/src/docs/domain/performance/Performance.puml
c2b3887ce788e3de4fc101966058248b1e44bbbe
[ "MIT" ]
permissive
CollaborationInEncapsulation/snooker
708ea84bcfa843b3ef1474ccf37f9fe663f50b4e
9282c4cc45e27c401c837680cc20dc96e1615971
refs/heads/master
2021-01-12T15:05:04.099769
2017-02-04T09:11:28
2017-02-04T09:11:28
71,690,299
0
1
null
null
null
null
UTF-8
PlantUML
false
false
142
puml
@startuml package ua.cie.snooker.domain.performance { class Performance { Long centuries Long maximums } } @enduml
228d7de904d9e2053bf80948b6fe5719bfe8a355
4759830cceb2eb13cab16da934d024d514a19a2a
/docs/classes.iuml
79d1e981d09a0f447f8b43010f953575e6a2d050
[]
no_license
BYU-Baja/telemetry
4c3dfe759b0a7321adc25037aa7f23f2c0480776
1332a80a1006f7dea23c0b7d7c5f287a492602f4
refs/heads/master
2023-04-09T23:02:15.994851
2021-04-14T15:21:56
2021-04-14T15:21:56
332,803,266
1
0
null
2021-02-10T16:13:16
2021-01-25T16:05:51
C++
UTF-8
PlantUML
false
false
827
iuml
@startuml Classes class Controller { + void setup() + void update() } class MessageHandler { + void onMessage<Message>(void* handler) } class Sensor { + void setup() + void update() } class CANBusController { } class RadioModuleController { + void sendMessage() } class SDCardController { + fileptr openFile(filename) + void write(fileptr) + void read(fileptr) + void close(fileptr) + void writeCanMessage() + void writeRadioMessage() } class Message { + int id } class CANMessage {} class RadioMesaage {} Sensor <|-- GPS Message <|-- CANMessage Message <|-- RadioMesaage Controller <|-- CANBusController MessageHandler <|-- CANBusController Controller <|-- RadioModuleController MessageHandler <|-- RadioModuleController Controller <|-- SDCardController @enduml
a801212f84c3c8754f29f55a0bcd5a2c6be55cf8
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_EditorShaderUtilities.puml
aed924e5611516e07f5e6531a3a1aee65375145d
[]
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
145
puml
@startuml class EditorShaderUtilities <<static>> { + {static} CopyMaterialProperties(source:Material, destination:Material) : void } @enduml
126bd17e2d977117767cce4f5fc6d2504a2fd3a0
79b07d12573e59b3a7827216715ea100c0e48a30
/uml/classes.puml
b713a72caab5ccea1a3093f6d1e2d60a570f3fba
[]
no_license
bonewell/cityboom
229e67cf6e7e1a3a0d3eae02cfcfc825fa9cd441
076b67bbee8465a4c1452b294eb40fc6d75c0fc6
refs/heads/master
2022-11-29T02:51:14.402739
2020-07-29T09:09:59
2020-07-29T09:09:59
157,508,046
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,635
puml
@startuml namespace CityBoom { class Game { - world: WorldProtocol - intellect: IntellectProtocol - chain: ChainProtocol + init(world, intellect, chain) + go(): (Bool, String) + examine(name: String): (Bool, String) } interface WorldProtocol { + isCity(name: String): Bool + find(name: String): City + random(): City + getByFirstLetter(letter: Character): Set<City> } interface IntellectProtocol { + play(chain: Chain): City } interface ChainProtocol { + isUsed(city: City): Bool + last(): City + all(): Set<City> } class World { - cities: [String: City] + init(cities: [String: City]) } class Intellect { - world: WorldProtocol + init(world) } class Chain { - lastId: Int - cities: [Int, City] + init() + init(cities: [Int, City], last: Int) } class StitchInspector { {static} + verify(last: City, next: City): Bool } class City << (S,skyblue) >> { + id: Int + name: String + init(id: Int, name: String) } class WorldStorage { {static} + read(text: String): [String: City] } Game o-- "1" WorldProtocol Game o-- "1" IntellectProtocol Game o-- "1" ChainProtocol WorldProtocol <|.. World IntellectProtocol <|.. Intellect ChainProtocol <|.. Chain World -o Intellect Intellect .> Chain World *-- "1..*" City Chain *-- "0..*" City Game .> StitchInspector WorldStorage .> City: create } @enduml
a80151b5c2a7a389c54010f256e0b3fbc0897119
0c311512de48c07fcfe14b13d55b6d4fd60e4858
/land-administration-system/src/main/plantuml/ladm-administrative.puml
c950e238f8f8f2ab57191773426dfa024e951bde
[]
no_license
marcvanandel/model-driven-low-code-playground
acc510e902e674def2902ccafa56c8cea2477a0b
6381367a43c5559abee637a4b40a376d380e0842
refs/heads/master
2020-11-25T17:46:13.836924
2020-01-23T06:52:34
2020-01-23T06:52:34
228,778,884
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,338
puml
@startuml LADM_Administrative scale 1000 width namespace ladm.administrative { abstract class RightRestrictionOrResponsibility { + description : String + rID : ObjectIdentifier + share : Fraction + shareCheck : Boolean + timeSpec : ISO8601_ISO14825_Type } class BasicAdministriveUnit { + name : String + type : BasicAdministriveUnitType + uID : ObjectIdentifier == constraints == {rrrs.filter(::shareCheck).sum(::share) == 1 per type} {no overlap rrrs.timeSpec per summed type} } class Right class Responsibility class Restriction class Mortgage class AdministriveSource RightRestrictionOrResponsibility "1..*" -- "1" BasicAdministriveUnit BasicAdministriveUnit -- BasicAdministriveUnit : "required relationship" BasicAdministriveUnit -- ladm.common.ObjectIdentifier RightRestrictionOrResponsibility <|-- Right RightRestrictionOrResponsibility <|-- Responsibility RightRestrictionOrResponsibility <|-- Restriction Restriction <|-- Mortgage Mortgage -- Right AdministriveSource -- BasicAdministriveUnit AdministriveSource -- RightRestrictionOrResponsibility ' CadastralObject "1" *-right- "*" LegalRight ' CadastralObject "0" *-- "*" LeaseRight } @enduml
081fbfe3cfbf6b87224c5befad99da7678370a8a
c071afa8c9ef0c26eae424fb721f292f903d7289
/gfx/uml/AdapterPatternStatement.plantuml
3f39b28313b3a79b52badab17b21611752d12054
[]
no_license
Konafets/thesis
4628b7e675164690e4b1a8345eecd11c20d9cbfc
94a27a586356d3b7356d0690cf4ed5dd6a0dc6b7
refs/heads/master
2016-09-06T18:47:47.614390
2014-05-26T17:51:30
2014-05-26T17:51:30
18,177,420
3
1
null
null
null
null
UTF-8
PlantUML
false
false
525
plantuml
@startuml set namespaceSeparator none hide empty members hide empty methods class Doctrine.DBAL.Statement Doctrine.DBAL.Statement --> Doctrine.DBAL.Driver.Statement interface Doctrine.DBAL.Driver.Statement { +prepare() } class PDOStatement implements Traversable { +prepare() } class Doctrine.DBAL.Driver.PDOStatement extends PDOStatement class Doctrine.DBAL.Driver.PDOStatement implements Doctrine.DBAL.Driver.Statement { +prepare() } note bottom of Doctrine.DBAL.Driver.PDOStatement : parent::prepare(); @enduml
eb4df991153af196992a1d79dd4ff18f6c2c9a4f
3abeea9cd44ffd79da56bb184f694bb44903bf70
/designPattern/src/main/java/cn/zhanghub/designPattern/principle/UML/car.puml
4c67f057d887df83b1dc9edee017c2032a2dfd89
[]
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
436
puml
@startuml title 聚合 class cn.zhanghub.designPattern.principle.UML.Tires { } class cn.zhanghub.designPattern.principle.UML.Car { - Tires tires; - CarEngine engine; } class cn.zhanghub.designPattern.principle.UML.CarEngine { } cn.zhanghub.designPattern.principle.UML.Car o--cn.zhanghub.designPattern.principle.UML.Tires cn.zhanghub.designPattern.principle.UML.Car o--cn.zhanghub.designPattern.principle.UML.CarEngine @enduml
f5bab535726540de61bea3430dd907fd55e0b2f7
e8f334a3621b62c3f67fbc664ab07c3dc0e1d2ba
/class_uml.puml
f34f31170f0fa949a0eadb998aaa97ec2cd526f8
[]
no_license
zcolin/ZRecyclerView
4d5adffb092db984091185cd961d89db1eb6ac29
d16ee75d950006a353c98e5832856d0e17f60823
refs/heads/master
2021-08-07T20:18:33.985714
2021-01-22T08:08:30
2021-01-22T08:08:30
76,925,889
16
4
null
null
null
null
UTF-8
PlantUML
false
false
1,056
puml
@startuml interface ILoadMoreFooter ZRecyclerView <|-- ZSwipeMenuRecyclerView RecyclerView$ItemDecoration <|-- ZRecycleViewDivider RecyclerView$OnScrollListener <|-- RecyclerViewOnScroll ILoadMoreFooter <|.. DefLoadMoreFooter ZRecyclerView --> ILoadMoreFooter ZRecyclerView --> RecyclerView ZRecyclerView ..> ZRecycleViewDivider ZRecyclerView ..> RecyclerViewOnScroll ZRecyclerView --> WrapperRecyclerAdapter RecyclerView <|-- SwipeMenuRecyclerView SwipeMenuRecyclerView --> SwipeMenuLayout ZSwipeMenuRecyclerView --> SwipeMenuRecyclerView RecyclerView$Adapter <|-- WrapperRecyclerAdapter RecyclerView$Adapter <|--- BaseRecyclerAdapter WrapperRecyclerAdapter --> RecyclerView$Adapter interface ILoadMoreFooter { void onReset(); void onLoading(); void onComplete(); void onNoMore(); void setIsShowNoMore(boolean isShow); View getFootView(); } abstract class BaseRecyclerAdapter<T>{ abstract int getItemLayoutId(int viewType); abstract void setUpData(CommonHolder holder, int position, int viewType, T data); } @enduml
e2a065d09e14b5c0ad0444138d08aa25759d331b
70b6b3086d64939b4bd08cf8aad93ac5283cf1ac
/examples/towards/annotations.puml
c37b3982e30a48e4a54fae72139eeca97bf7542e
[ "MIT" ]
permissive
tizuck/scala-uml-diagrams
4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b
c5c432132bff9df7ab60352f0e715583d9d51973
refs/heads/main
2023-03-01T02:44:15.288794
2021-02-03T22:26:55
2021-02-03T22:26:55
306,687,367
0
0
null
null
null
null
UTF-8
PlantUML
false
false
644
puml
@startuml class Hello { <<lazy,val,>> x : Int } class C { --<<annotated>>-- annotations = ["deprecated("Use D","1.0")"] } note right of Hello::x <<annotated>> annotation=["threadUnsafe"] end note Hello -[hidden]down- C hide circle hide methods skinparam defaultFontName Source Code Pro skinparam ClassStereotypeFontColor #1b1f23 skinparam class { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #6f42c1 } skinparam note { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #d73a49 } skinparam stereotype { FontColor #d73a49 } @enduml
e28e26caf515dc0a9119b34730fd48b0bad4e4ff
3719022897014e52297e0ab39b307408fb740107
/information-hub.plantuml
832b0941776ac416315742bf39eab7c779b20055
[]
no_license
shimunmatic/information-hub
2bcdf8ba83f06570aa7552827a961b231e561a8b
f13c39b3b44975236d114e0e628be4fa3c5703cb
refs/heads/master
2021-03-16T20:30:19.407191
2020-11-22T18:05:43
2020-11-22T18:05:43
246,939,810
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,744
plantuml
@startuml title __INFORMATION-HUB's Class Diagram__\n namespace de.shimunmatic.informationhub { class de.shimunmatic.informationhub.InformationHubApplication { } } namespace de.shimunmatic.informationhub { namespace configuration { class de.shimunmatic.informationhub.configuration.OpenApiConfiguration { } } } namespace de.shimunmatic.informationhub { namespace configuration { class de.shimunmatic.informationhub.configuration.RestTemplateConfiguration { } } } namespace de.shimunmatic.informationhub { namespace controller { class de.shimunmatic.informationhub.controller.CountryStateController { } } } namespace de.shimunmatic.informationhub { namespace controller { class de.shimunmatic.informationhub.controller.ProcessedDateController { } } } namespace de.shimunmatic.informationhub { namespace job { class de.shimunmatic.informationhub.job.CountryStateFetchingJob { } } } namespace de.shimunmatic.informationhub { namespace model { class de.shimunmatic.informationhub.model.BaseEntity { } } } namespace de.shimunmatic.informationhub { namespace model { class de.shimunmatic.informationhub.model.CountryState { } } } namespace de.shimunmatic.informationhub { namespace model { class de.shimunmatic.informationhub.model.ProcessedDate { } } } namespace de.shimunmatic.informationhub { namespace parser.countrystate { class de.shimunmatic.informationhub.parser.countrystate.CountryStateCSVParserFactory { } } } namespace de.shimunmatic.informationhub { namespace parser.countrystate { namespace definition { interface de.shimunmatic.informationhub.parser.countrystate.definition.CountryStateCSVParser { } } } } namespace de.shimunmatic.informationhub { namespace parser.countrystate { namespace implementation { class de.shimunmatic.informationhub.parser.countrystate.implementation.CountryStateCSVParserV1 { } } } } namespace de.shimunmatic.informationhub { namespace parser.countrystate { namespace implementation { class de.shimunmatic.informationhub.parser.countrystate.implementation.CountryStateCSVParserV2 { } } } } namespace de.shimunmatic.informationhub { namespace repository { interface de.shimunmatic.informationhub.repository.CountryStateRepository { } } } namespace de.shimunmatic.informationhub { namespace repository { interface de.shimunmatic.informationhub.repository.ProcessedDateRepository { } } } namespace de.shimunmatic.informationhub { namespace service.definition { interface de.shimunmatic.informationhub.service.definition.CRUDService { } } } namespace de.shimunmatic.informationhub { namespace service.definition { interface de.shimunmatic.informationhub.service.definition.CountryStateService { } } } namespace de.shimunmatic.informationhub { namespace service.definition { interface de.shimunmatic.informationhub.service.definition.ProcessedDateService { } } } namespace de.shimunmatic.informationhub { namespace service.implementation { class de.shimunmatic.informationhub.service.implementation.AbstractService { } } } namespace de.shimunmatic.informationhub { namespace service.implementation { class de.shimunmatic.informationhub.service.implementation.CountryStateServiceImpl { } } } namespace de.shimunmatic.informationhub { namespace service.implementation { class de.shimunmatic.informationhub.service.implementation.ProcessedDateServiceImpl { } } } de.shimunmatic.informationhub.controller.CountryStateController o-- de.shimunmatic.informationhub.service.definition.CountryStateService : countryStateService de.shimunmatic.informationhub.controller.ProcessedDateController o-- de.shimunmatic.informationhub.service.definition.ProcessedDateService : processedDateService de.shimunmatic.informationhub.job.CountryStateFetchingJob o-- de.shimunmatic.informationhub.service.definition.CountryStateService : countryStateService de.shimunmatic.informationhub.model.CountryState -up-|> de.shimunmatic.informationhub.model.BaseEntity de.shimunmatic.informationhub.model.CountryState o-- de.shimunmatic.informationhub.model.ProcessedDate : processedDate de.shimunmatic.informationhub.model.ProcessedDate -up-|> de.shimunmatic.informationhub.model.BaseEntity de.shimunmatic.informationhub.parser.countrystate.implementation.CountryStateCSVParserV1 .up.|> de.shimunmatic.informationhub.parser.countrystate.definition.CountryStateCSVParser de.shimunmatic.informationhub.parser.countrystate.implementation.CountryStateCSVParserV2 .up.|> de.shimunmatic.informationhub.parser.countrystate.definition.CountryStateCSVParser de.shimunmatic.informationhub.service.implementation.AbstractService .up.|> de.shimunmatic.informationhub.service.definition.CRUDService de.shimunmatic.informationhub.service.implementation.CountryStateServiceImpl .up.|> de.shimunmatic.informationhub.service.definition.CountryStateService de.shimunmatic.informationhub.service.implementation.CountryStateServiceImpl -up-|> de.shimunmatic.informationhub.service.implementation.AbstractService de.shimunmatic.informationhub.service.implementation.CountryStateServiceImpl o-- de.shimunmatic.informationhub.parser.countrystate.CountryStateCSVParserFactory : countryStateCSVParserFactory de.shimunmatic.informationhub.service.implementation.CountryStateServiceImpl o-- de.shimunmatic.informationhub.service.definition.ProcessedDateService : processedDateService de.shimunmatic.informationhub.service.implementation.CountryStateServiceImpl o-- de.shimunmatic.informationhub.repository.CountryStateRepository : repository de.shimunmatic.informationhub.service.implementation.ProcessedDateServiceImpl .up.|> de.shimunmatic.informationhub.service.definition.ProcessedDateService de.shimunmatic.informationhub.service.implementation.ProcessedDateServiceImpl -up-|> de.shimunmatic.informationhub.service.implementation.AbstractService de.shimunmatic.informationhub.service.implementation.ProcessedDateServiceImpl o-- de.shimunmatic.informationhub.repository.ProcessedDateRepository : repository right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
010d6c33dc0c584badad31e361c25b2001380571
74ed7339d740e9984fda622feeca6e609dec0905
/clases.puml
eb3a3907e2439c47f2905eb902fec7c0cbc7b078
[]
no_license
eccnil/arduinoCar
de722b256b446ba194c52006362c3c14a07b0698
0717c3979934e83cb3240f44deba1987707afc56
refs/heads/master
2021-07-21T11:00:02.558847
2020-07-01T17:57:32
2020-07-01T17:57:32
192,104,084
3
0
null
null
null
null
UTF-8
PlantUML
false
false
480
puml
@startuml class Coche{ avanza(%) gira(%) .. init() } class Mando { getBotones(boton) getJoystick(joystick) .. init() loop() } class Radar{ agregarAngulo(angulo, &distancia) .. init() loop() } class Servo{ write(angulo) .. init() } class Ping{ pingcm() .. init() } class Rueda{ mueve(%) .. init() } Coche o-- Rueda : ruedaIzq Coche o-- Rueda : ruedaDer Radar o-- Ping Radar o-- Servo @enduml
0e0ce591dcb86d31303e4c0ff04a36bd79e2aa7f
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.Admin/Sales/IAdminRemittanceManager.puml
70c4cea84de8190d2bf95b164870a2b6ee639530
[ "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
141
puml
@startuml interface IAdminRemittanceManager { Totals() : SalesTotalsResponse } IServiceContractBase <|-- IAdminRemittanceManager @enduml
9a1744e7f58949368919a83290d295b52da1d705
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/bill-of-lading@0.1.0.puml
f4f54e551d36d2b52e37b0468122722910bb8f87
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "CC-BY-4.0" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
2,032
puml
@startuml class org.accordproject.billoflading.PackageType << (E,grey) >> { + BAG + BALE + BARREL + BASKET + BATTERY_CORROSIVE_WET + BIN + BOX + BUNCH + BUNDLE + CABINET + CAN + CARBOY + CARRIER + CARTON + CASE + CASK + CONTAINER + CRATE + CYLINDER + DRUM + LOOSE + OTHER + PACKAGE + PAIL + PALLET + PIECES + PIPE_LINE + RACK + REEL + ROLL + SKID + SPOOL + TANK + TUBE + UNIT + VAN_PACK + WRAPPED } org.accordproject.billoflading.PackageType --|> concerto.Concept class org.accordproject.billoflading.FreightClass << (E,grey) >> { + CLASS_50 + CLASS_55 + CLASS_60 + CLASS_65 + CLASS_70 + CLASS_775 + CLASS_85 + CLASS_925 + CLASS_100 + CLASS_110 + CLASS_125 + CLASS_150 + CLASS_175 + CLASS_200 + CLASS_250 + CLASS_300 + CLASS_400 + CLASS_500 } org.accordproject.billoflading.FreightClass --|> concerto.Concept class org.accordproject.billoflading.Hazardous << (E,grey) >> { + YES + NO } org.accordproject.billoflading.Hazardous --|> concerto.Concept class org.accordproject.billoflading.Commodity { + Integer quantity + UnitOfMass unitOfMass + PackageType packageType + String description + String nmfcCode + FreightClass freightClass + Hazardous hazmat } org.accordproject.billoflading.Commodity --|> concerto.Concept class org.accordproject.billoflading.BillOfLadingClause << (A,green) >> { + String accountName + String scac + String bolNumber + String bookingNumber + String exportReferences + String onwardInstructions + Organization shipper + Organization consignee + Organization notifyParty + String vessel + String voyageNumber + String portOfLoading + String portOfDischarge + String placeOfReceipt + String placeOfDelivery + Commodity[] commodities + MonetaryAmount declaredValue } org.accordproject.billoflading.BillOfLadingClause --|> org.accordproject.contract.Clause @enduml
588f60bf4f28398d2d43d14dd257535e55e5015f
5124b2dbc6276b681910d5584179a02ddc345669
/documentation/uml/class/RoomComboBoxModel.puml
0a5d5916b5ede4c783bfb758e0a7279e286c33dc
[]
no_license
Dedda/paintball
258257ce2b0b6160abe4a9dbbbf7c7a658416d5b
fb18cf11e2fc3f7eca7e0d26a2847743b560dc2f
refs/heads/master
2020-12-30T09:58:02.507682
2015-06-16T17:22:59
2015-06-16T17:22:59
30,232,508
1
1
null
null
null
null
UTF-8
PlantUML
false
false
367
puml
@startuml interface javax.swing.ComboBoxModel class hotel.gui.model.RoomComboBoxModel { - rooms : List<Room> - selected : int + getSize() : int + getElementAt(int) : Room + setSelectedItem(Object) : void + getSelectedItem() : Room + setRooms(List<Room>) : void } javax.swing.ComboBoxModel <|.. hotel.gui.model.RoomComboBoxModel @enduml
336c7768c9de1387a3c511f8d70033eac38ccdd3
40150478eb932de87caf899cc05246572f7ebc91
/docs/diagrams/NameContainsKeywordsPredicate.puml
9a949d30ec28b57baecc0bfb214ebae8be5c9de9
[ "MIT" ]
permissive
therizhao/tp
3b674d0a4e60527d8397bd7bf31a37d8db970a21
4ba5a0f3b68db3f403f129a23ae4694aa682faae
refs/heads/master
2023-01-07T01:08:23.762600
2020-11-09T05:21:45
2020-11-09T05:21:45
300,295,894
0
0
NOASSERTION
2020-11-09T05:26:24
2020-10-01T13:49:29
Java
UTF-8
PlantUML
false
false
88
puml
@startuml class NameContainsKeywordsPredicate { List<String> keywords test() } @enduml
3a61b1cbcc01aca3e2af09802a8da3d613b03645
bfbf2a99777870bd03c801bb243c037e9d31216b
/resources/ast-class_diagram-simple.puml
82d8fc1bbb1b77e49987ef0f53055225c7a46231
[ "MIT" ]
permissive
jojo1981/json-ast-builder
ea2f4dcd99dd59dfdd349abbc433f63f6b2410c2
1bc4b3a97cdb711621d0f2d88960fa298694fc3c
refs/heads/master
2020-05-15T05:21:16.501425
2019-10-18T09:07:37
2019-10-18T09:07:37
182,104,037
2
0
null
null
null
null
UTF-8
PlantUML
false
false
2,855
puml
@startuml hide empty members title Simple class diagram AST nodes end title class JsonNode { -element: ElementNode +getElement(): ElementNode +setElement(element: ElementNode): void } class ElementNode { -value: ValueNode +getValue(): ValueNode +setValue(value: ValueNode): void } class ValueNode { -type: TypeNodeInterface +getType(): TypeNodeInterface +setType(type: TypeNodeInterface): void } class ObjectNode { -members: MemberNode[] -token: ?Token +getMembers(): MemberNode[] +setMembers(members: MemberNode[]): void +getToken() ?Token +setToken(token ?Token) void } class ArrayNode { -elements: ElementNode[] -token: ?Token +getElements(): ElementNode[] +setElements(elements: ElementNode[]): void +getToken() ?Token +setToken(token ?Token) void } class stringNode { -value: string -token: ?Token +getValue(): string +setValue(value: string): void +getToken() ?Token +setToken(token ?Token) void } class NumberNode { -value: float -token: ?Token +getValue(): float +setValue(value: float): void +getToken() ?Token +setToken(token ?Token) void } class IntegerNode { -value: int -token: ?Token +getValue(): int +setValue(value: int): void +getToken() ?Token +setToken(token ?Token) void } class BooleanNode { -value: bool -token: ?Token +getValue(): bool +setValue(value: bool): void +getToken() ?Token +setToken(token ?Token) void } class NullNode class KeyNode { -value: string -token: ?Token +getValue(): string +setValue(value: string): void +getToken() ?Token +setToken(token ?Token) void } class MemberNode { -key: KeyNode -value: ElementNode +getKey(): KeyNode +getValue(): ElementNode } class Token { -name: string -type: int -lexeme: ?string -position: int -lineNumber: int -linePosition: int +getName(): string +getType(): int +getLexeme(): ?string +getPosition(): int +getLineNumber(): int +getLinePosition(): int } JsonNode -* ElementNode ElementNode --* ValueNode ValueNode ---o "1" ObjectNode ValueNode ---o "1" ArrayNode ValueNode ---o "1" stringNode ValueNode ---o "1" NumberNode ValueNode ---o "1" IntegerNode ValueNode ---o "1" BooleanNode ValueNode ---o "1" NullNode ArrayNode ..* "*" ElementNode ObjectNode --* "*" MemberNode MemberNode "1" --* KeyNode MemberNode "1" ..* ElementNode ObjectNode ---* Token ArrayNode ---* Token stringNode ---* Token NumberNode ---* Token IntegerNode ---* Token BooleanNode ---* Token NullNode ---* Token KeyNode -* Token 'Token o- ObjectNode 'ArrayNode o--o Token 'stringNode o--o Token 'NumberNode o--o Token 'IntegerNode o--o Token 'BooleanNode o--o Token 'NullNode o--o Token 'KeyNode o--o Token @enduml
708eb8581e1ff08b821016320ecb28e460511c9d
26ece645f8575988be92132c985fcff0ee3d4887
/src/main/java/com/kamshanski/blepositioning/model/model.plantuml
3fd91da9a7f0400d3f4882d7baa8d284ec0b9ebe
[]
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
1,372
plantuml
@startuml title __MODEL's Class Diagram__\n namespace com.kamshanski.blepositioning { namespace model { class com.kamshanski.blepositioning.model.Model { + expIsOn : boolean + experimentalStorages : ArrayList<ComplexStorage> + latestPosition : LiveData<HashMap<String, Dimensions>> + latestRssiMeasuring : LiveData<HashMap<String, HashMap<Beacon, double[]>>> + posExpMap : LinkedHashMap<String, ArrayList<Dimensions>> + processingFinished : LiveData<Integer> + rssiStorages : ArrayList<NiceStorage> + slavesNum : LiveData<Integer> + targetsMacs : LiveData<MacAddress[]> + targetsNum : LiveData<Integer> {static} - instance : LiveData<Model> - positionings : Map<String, Positioning> - targetsCapacity : int {static} + getClearInstance() + getExpStorages() + getPositionings() + getTargetsSetString() + getTargetsString() + parseTargetsMacs() + putNewMeasurements() + setSlavesNum() + setTargets() - Model() } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
bb0b407147900c7b79152ae00c45200ea26089b8
8a7a2b763c25a755aedf038864286f5fcf0e47be
/exercise41/docs/classes.puml
82d1abeba99f8efcceb2a69024333c89bf73807a
[]
no_license
Your0nlySon/Duncan-a04
c9b375dd79a52ec89e7c59ed1ef8b3230f2ac05d
6108e441b8dd7d5d0063426aa571ab0608f6c55e
refs/heads/main
2023-08-24T19:49:40.986791
2021-10-18T03:55:07
2021-10-18T03:55:07
416,451,319
0
0
null
null
null
null
UTF-8
PlantUML
false
false
297
puml
@startuml class Solution41 { 'The reason that I made everything into one class is that it was small enough methods to keep it in one class. 'Also I would have had to pass a lot of parameters in the other classes in order to make them run. +getNames() +sortNames() -printNamesToOutput() } @enduml
b26f2888e42583dbf28186380cfc812272bc3da3
45ec0ffd0819021ea21d6d36830972a0febbf9a8
/ToDoKata-FullStack-Reactive/design/package.puml
f60f6acea3b93c4c0bbf7345975eb072556c86df
[]
no_license
Kl4rity/Kata
23fec07f81ebbbdb7008f314e4b67187158b61f8
b71705f00c0fc2ca6af96b2bbd96f8be0ebea18a
refs/heads/master
2023-01-22T08:35:34.885752
2021-07-10T12:55:18
2021-07-10T12:55:18
136,005,372
0
0
null
2023-01-07T09:05:31
2018-06-04T09:53:25
JavaScript
UTF-8
PlantUML
false
false
421
puml
@startuml package Todos { class TodoList { id: UUID title: String todos: Todo[] users: UUID[] } class Todo { id: UUD title: String fullText: String assignedUser: UUID } } package User { class User { id: UUID firstName: String lastName: String alias: String profilePicture: bytes } } @enduml
1d9494b49f49b8e00b1877ea977bd3272abbaa84
c156195c6d8c5033c8eeaca64e3afd8e514c8bc3
/doc/model2.puml
f09dd661d68241fea90285b0df6bb269fa1ed252
[]
no_license
suzuki-hoge/mahjong
0b0047ffbec0ecf2822fb5b1f2c46d7c8de26f89
d3f6f66982a4746ee4ce8564a0befed5d2ad8b89
refs/heads/master
2020-03-30T15:53:10.983877
2018-10-03T08:44:44
2018-10-14T09:35:42
151,384,071
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,765
puml
@startuml interface GroupedHandTiles enum Hand TitoituHandTiles -u-|> GroupedHandTiles NormalHandTiles -u-|> GroupedHandTiles package matcher { class NormalHandTilesMatchers { + {static} [Hand] applyAll(NormalHandTiles) - {static} [NormalHandTiles -> <Hand>] matchers } class IkkituukanMatcher { + NormalHandTiles -> <Hand> matcher } class IpeikoMatcher { + NormalHandTiles -> <Hand> matcher } NormalHandTilesMatchers --> IkkituukanMatcher NormalHandTilesMatchers --> IpeikoMatcher class AllTilesMatchers { + {static} [Hand] applyAll(AllTiles) - {static} [AllTiles -> <Hand>] matchers } class TanyaoMatcher { + AllTiles -> <Hand> matcher } class HonituMatcher { + AllTiles -> <Hand> matcher } class TinituMatcher { + AllTiles -> <Hand> matcher } AllTilesMatchers --> TanyaoMatcher AllTilesMatchers --> HonituMatcher AllTilesMatchers --> TinituMatcher TanyaoMatcher -[hidden]r-> HonituMatcher HonituMatcher -[hidden]r-> TinituMatcher NormalHandTiles --> AllTilesMatchers NormalHandTiles --> NormalHandTilesMatchers TitoituHandTiles --> AllTilesMatchers GroupedHandTiles -r-> "*" Hand class AllTilesMatcher { + new(AllTiles) + bool isMatch(AllTiles -> bool) + bool no(Tile -> bool) + bool any(Tile -> bool) + bool uniqueColor() } class NormalHandTilesMatcher { + new(NormalHandTiles) + bool isMatch([Shuntu], [RankKoutu], [CharKoutu], <RankToitu>, <CharToitu> -> bool) } IkkituukanMatcher --> NormalHandTilesMatcher IpeikoMatcher --> NormalHandTilesMatcher TinituMatcher --> AllTilesMatcher HonituMatcher --> AllTilesMatcher TanyaoMatcher --> AllTilesMatcher HonituMatcher -[hidden]r-> IkkituukanMatcher } @enduml
199604b68a78af04e0d98467ce996dc853549169
1f9d63f2cb9f17d564c34e67fe10a18c6e764538
/uml/class/internal-api/keyple_2_0_class_local_service_api.puml
9d976cac86653f814da982b17c63bfb2c41b4e7c
[]
no_license
jeanpierrefortune/keyple_2_0
d07861c0c7792a1cf3dce705fef3565b53cf01cb
6716a69547fcfa797986a2b02ed904bf8f33b9a2
refs/heads/master
2023-02-25T16:40:54.126427
2021-02-02T16:34:21
2021-02-02T16:34:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,856
puml
@startuml title Keyple 2.0 - keyple-local-service-api - 2.0 (01/02/2021) end title ' == THEME == 'Couleurs issues de : https://htmlcolorcodes.com/fr/tableau-de-couleur/tableau-de-couleur-design-plat/ !define C_GREY1 F8F9F9 !define C_GREY2 F2F3F4 !define C_GREY3 E5E7E9 !define C_GREY4 D7DBDD !define C_GREY5 CACFD2 !define C_GREY6 BDC3C7 !define C_LINK 3498DB !define C_USE 27AE60 skinparam Shadowing false skinparam ClassFontStyle italic skinparam ClassBorderColor #D4AC0D skinparam stereotypeABorderColor #A9DCDF skinparam stereotypeIBorderColor #B4A7E5 skinparam stereotypeCBorderColor #ADD1B2 skinparam stereotypeEBorderColor #EB93DF ' Red skinparam ClassBackgroundColor<<red>> #FDEDEC skinparam ClassBorderColor<<red>> #E74C3C hide <<red>> stereotype ' Purple skinparam ClassBackgroundColor<<purple>> #F4ECF7 skinparam ClassBorderColor<<purple>> #8E44AD hide <<purple>> stereotype ' blue skinparam ClassBackgroundColor<<blue>> #EBF5FB skinparam ClassBorderColor<<blue>> #3498DB hide <<blue>> stereotype ' Green skinparam ClassBackgroundColor<<green>> #E9F7EF skinparam ClassBorderColor<<green>> #27AE60 hide <<green>> stereotype ' Grey skinparam ClassBackgroundColor<<grey>> #EAECEE skinparam ClassBorderColor<<grey>> #2C3E50 hide <<grey>> stereotype ' == CONTENT == package "org.eclipse.keyple.localservice" as api { +interface LocalServiceManager { +Map<String, Boolean> getObservabilityByReaderName () +String transmit (String readerName, String jsonData) +String transmitCardSelectionRequests (String readerName, String jsonData) +void setDefaultSelection (String readerName, String jsonData) +boolean isCardPresent (String readerName) +boolean isContactless (String readerName) +void startCardDetection (String readerName, String jsonData) +void stopCardDetection (String readerName) +void finalizeCardProcessing (String readerName) +void releaseChannel (String readerName) +void activatePluginObservation () +void activateReaderObservation () } package spi { +interface LocalServiceFactorySpi { +LocalServiceSpi getLocalService () } +interface LocalServiceSpi { +void setManager (LocalServiceManager manager) +String getName () +void onPluginEvent (String pluginName, String jsonData, <back:cyan>KeyplePluginEvent</back> pluginEvent) +void onReaderEvent (String readerName, String jsonData, <back:cyan>KeypleReaderEvent</back> readerEvent) } } } ' Associations LocalServiceFactorySpi ..> LocalServiceSpi #C_USE : provide > LocalServiceSpi .left.> LocalServiceManager #C_USE : use > ' == LAYOUT == 'PoolRemotePluginSpi -[hidden]- ObservableRemotePluginSpi ' == STYLE == package api #C_GREY1 {} package spi #C_GREY2 {} @enduml
fbc6f6fd36c465c63cd55898205ec94069928e08
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/certificate-of-incorporation@0.5.0.puml
b049e4068967dcd25d1b4544ecbf211bc2c75a2c
[ "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
845
puml
@startuml class org.accordproject.incorporation.IncorporationCertificate << (A,green) >> { + String companyName + String incorporationState + String streetAddress + String addressRegion + String addressLocality + String postalCode + String registeredAgentName + DateTime incorporationDate + Long authorizedShareCapital + Double parValue + String incorporatorName + String incorporatorAddress + String incorporatorCity + String incorporatorState + String incorporatorZip } org.accordproject.incorporation.IncorporationCertificate --|> org.accordproject.contract.Contract class org.accordproject.incorporation.Contract { + String companyName + DateTime incorporationDate + Long authorizedShareCapital + Double parValue } org.accordproject.incorporation.Contract --|> concerto.Event @enduml
15ea9fb5b6813a0de7e5d01e6f80e86505dc494a
4493a027962d95858f779cae6180cc621fe9cd2e
/cart/cart-model.puml
0144b177dcf6b6566412da54955c99d96bfeca78
[ "MIT" ]
permissive
i-love-flamingo/flamingo-commerce
0a2364547e1f3c109e52ef73f15430f0656346bd
2ce6a27cac0b227e28d5057716e69ba61dcab9ff
refs/heads/master
2023-08-22T02:09:47.539982
2023-08-21T15:39:19
2023-08-21T15:39:19
179,104,176
462
76
MIT
2023-09-08T16:28:55
2019-04-02T15:11:57
Go
UTF-8
PlantUML
false
false
1,795
puml
see http://plantuml.com/ @startuml Cart o-- Delivery : Deliveries Delivery --> DeliveryInfo Delivery --> ShippingItem Delivery o-- Item : CartItems ShippingItem o-- AppliedDiscount : AppliedDiscounts Item o-- AppliedDiscount : AppliedDiscounts DeliveryInfo --> DeliveryLocation DeliveryLocation --> Address Cart --> CartTotals CartTotals o-- TotalItem : TotalItems Cart --> Address : BillingAddress Cart --> Person : Purchaser Person --> Address Person --> PersonalDetails Cart --> PaymentSelection Cart o-- AppliedGiftCard : AppliedGiftCards Cart o-- CouponCode : AppliedCouponCodes class Cart { + ID + EntityID + BillingAddress + Purchaser + Deliveries + AdditionalData + PaymentSelection + BelongsToAuthenticatedUser + AuthenticatedUserID + DefaultCurrency + Totalitems + AppliedCouponCodes + AppliedGiftCards + GrandTotal(): Price } class Item { + ID + ExternalReference + MarketplaceCode + VariantMarketPlaceCode + ProductName + SourceID + Qty + AdditionalData + SinglePriceGross + SinglePriceNet + RowPriceGross + RowPriceNet + RowTaxes + AppliedDiscounts } class CartTotals { + TotalShippingItem + GrandTotal + SubTotal } class AppliedGiftCard { + Code + Applied + Remaining } class CouponCode { + Code } class Address { + Vat + Firstname + Lastname + MiddleName + Title + Salutation + Street + StreetNr + AdditionalAddressLines + Company + City + PostCode + State + RegionCode + Country + CountryCode + Telephone + Email } class Delivery { + DeliveryInfo + Cartitems + ShippingItem + GrandTotal(): Price } class DeliveryInfo { + Code + Workflow + Method + Carrier + DeliveryLocation + DesiredTime + AdditionalData } class ShippingItem { + Title + PriceNet + TaxAmount + AppliedDiscounts } class DeliveryLocation { + Type + Address + UseBillingAddress + Code } @enduml
32513bd6c84eb6fac4953bef6265a613c1dd6dff
7dd082c951972480f9c48fac39ef1a03c2c041e1
/Temp/ClassUML.puml
fad2bc527d92b102214146c4a0f444e1b43ae850
[]
no_license
sunfanio1/JavaExecrises
4957bbcc666687c62c35c1b56178033f9a7ab5aa
ac050019ed879de20673d3ef0baeeffa1f4f8ccc
refs/heads/master
2023-02-13T18:40:26.009310
2020-05-13T02:19:41
2020-05-13T02:19:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
262
puml
@startuml class Foo { private String nameOne = "UML"; private String nameTwo = "XML"; } class Boo extends Foo { private boolean status; void setStatus(); boolean getStatus(); } class Doo extends Foo { Doo (String name) { super.nameOne = name; } @enduml
1f69bc6131d886a510739c0f1cc51626af718df8
7a61f9fe771a613e1952c10e184beaec0b43f970
/vergilyn-dubbo-examples/docs/plant-uml/dubbo-provider-startup-procedure.puml
0973ce3cb245d985e7695897362311bab78507b2
[ "MIT", "Apache-2.0" ]
permissive
vergilyn/dubbo-fork
736ed49dbdcc2e159e7693878e3b0fb1908a0f56
228fa60c83f4cdb7ff7528e4214262c24c3187a7
refs/heads/vergilyn-2.7.6.release
2021-02-15T05:11:32.761816
2020-07-08T02:28:04
2020-07-08T02:28:04
226,271,558
0
0
Apache-2.0
2020-03-04T09:58:09
2019-12-06T07:31:35
Java
UTF-8
PlantUML
false
false
2,294
puml
@startuml (*) --> "org.apache.dubbo.config.spring.context.annotation.<color:808000>**@EnableDubbo**</color>" as enable_dubbo note right ``` @EnableDubboConfig @DubboComponentScan public @interface EnableDubbo { // 省略... } ``` end note enable_dubbo --> "<color:808000>**@EnableDubboConfig**</color>" note left ``` @Import(DubboConfigConfigurationRegistrar.class) public @interface EnableDubboConfig { // 省略 } ``` end note --> "DubboConfigConfigurationRegistrar#registerBeanDefinitions(...)" note left 1. 将`dubbo.*`等配置属性绑定到了相应的ConfigurationBean中。具体参考`DubboConfigConfiguration.class` 2. 注册了一些公共的bean,参考`DubboBeanUtils#registerCommonBeans(...)` - "referenceAnnotationBeanPostProcessor" - "dubboConfigAliasPostProcessor" - "dubboLifecycleComponentApplicationListener" - "dubboBootstrapApplicationListener" - "dubboConfigDefaultPropertyValueBeanPostProcessor" end note if multiple? then -->[true] "DubboConfigConfiguration.Single" as config_single --> "DubboBeanUtils#registerCommonBeans(...)" as config_common else -->[false] "DubboConfigConfiguration.Multiple" as config_multiple --> config_common endif enable_dubbo --> "<color:808000>**@DubboComponentScan**</color>" note right ``` @Import(DubboComponentScanRegistrar.class) public @interface DubboComponentScan { // 省略... } ``` end note -->[ ] config_common note right ``` <color:red> 其中 registry `DubboBootstrapApplicationListener` </color> // Since 2.7.4 Register DubboBootstrapApplicationListener as an infrastructure Bean BeanRegistrar.registerInfrastructureBean(registry, DubboBootstrapApplicationListener.BEAN_NAME, DubboBootstrapApplicationListener.class); ``` end note -->[ ] "DubboBootstrapApplicationListener" -->[ 伴随bean的实例化] "DubboBootstrapApplicationListener.onApplicationContextEvent" note right ``` @Override public void onApplicationContextEvent(ApplicationContextEvent event) { if (event instanceof ContextRefreshedEvent) { onContextRefreshedEvent((ContextRefreshedEvent) event); } else if (event instanceof ContextClosedEvent) { onContextClosedEvent((ContextClosedEvent) event); } } ``` end note -->[ dubboBootstrap.start()] "DubboBootstrap#start()" @enduml
e184b844be3fda110005a6cc154d4347a9f208be
003660482bec5ad6529c5b2b1f964dac43cbc055
/opdr5/uml/UtilityLayer.puml
35a4a9243752e11b37f8dbde867bf1144eefea1b
[]
no_license
notzain/RTD_Assignments
77d5dd2903398ae0dd3c4e14cbf8f60cb8e704bc
7665e1fcb580c3be016e642e13ef0453837fcd27
refs/heads/master
2020-03-13T22:33:13.747031
2018-06-22T21:39:28
2018-06-22T21:39:28
131,318,322
0
0
null
null
null
null
UTF-8
PlantUML
false
false
352
puml
@startuml package UtilityLayer { package Observer { interface IObserver { + {abstract} update(subject : Subject) } class Subject { + notify() + add(observer : IObserver) + remove(observer : IObserver) } } /' End of Observer package '/ } /' End of UtilityLayer package '/ IObserver --> Subject @enduml
7badd1f977cdfed2094a815b3702da36b3a48508
1bd3126ae41aa387b1af07b16554d66ae0342d9c
/plantuml/facade/facade_problem.puml
4313e7f3174cfb2052f124469cded6d1fd4f5b3a
[ "MIT" ]
permissive
Alexander-Eck/FacadePattern
28ce9feef4e811209591f7f7a09527a9d60499f3
ed28077d5eccbc9b6f44079600c0565654e80ac1
refs/heads/main
2023-05-27T11:32:12.144911
2021-06-13T15:51:44
2021-06-13T15:51:44
376,570,010
0
0
null
null
null
null
UTF-8
PlantUML
false
false
582
puml
@startuml facade_problem skinparam dpi 300 skinparam classAttributeIconSize 0 hide empty members class LoyaltyApp { orderId vehicleId queryOrderStatus() } package "OrderInfo" { abstract SalesChannelInfo { queryChannelStatus(vehicleId) } class ImporterInfo extends SalesChannelInfo class DealerInfo extends SalesChannelInfo class FactoryInfo { queryStatus(vehicleId) } class VehicleInfo { findVehicleId(orderId) } } LoyaltyApp ..> VehicleInfo LoyaltyApp ..> FactoryInfo LoyaltyApp ..> SalesChannelInfo @enduml
a63f1853820b48e06eab228c6604d3dc21a4bd7c
52ba427f53f8af305989c471eac3f6658587499d
/src/main/resources/设计模式23种类型/行为型模式 Behavioral Pattern/责任链模式.puml
df841116d088206018093eb12b9271480c6d3708
[]
no_license
HappyFreeAngel/springcloud-gateway-dynamic-route
444114df5f67fe63a960e27bf40c794380bbbcee
364d99cbdc6ba09ed7b07ce15aed96b23d7f1827
refs/heads/master
2020-07-28T01:13:04.293957
2019-11-05T15:44:04
2019-11-05T15:44:04
209,264,996
0
0
null
null
null
null
UTF-8
PlantUML
false
false
546
puml
@startuml skinparam classAttributeIconSize 0 package "class ChainOfResponsibility(责任链模式 Chain of Responsibility Pattern)" #DDDDDD { abstract class Handler { #successor():Handler +handleRequest(String):void } note left: 抽象处理者 class ConcreteHandler1 { +handleRequest(String):void } class ConcreteHandler2 { +handleRequest(String):void } Handler o-- Handler:0..1 Handler <|-- ConcreteHandler1 Handler <|-- ConcreteHandler2 Client ..> Handler } @enduml
e30f353d2cedd40aad477393c5647280ae34a41d
3967933d314adb789c879344140767f45fee86d2
/src/twisk/ressources/UML/fichierPUML/UML_exceptions.puml
0a0a5eaf82e481aee31f2961e8c337bf352f8c87
[]
no_license
PerryPerrz/Twisk
2281d95416de256a57ab68412b0caf80932b0146
b7677e715cad0aca198d3cc32f349b655eaa4c7d
refs/heads/master
2023-08-17T19:13:42.345634
2021-06-07T17:44:24
2021-06-07T17:44:24
406,896,396
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,788
puml
@startuml abstract class twisk.exceptions.TwiskException { } class twisk.exceptions.PasUnGuichetException { } class twisk.exceptions.GuichetToGuichetException { } class twisk.exceptions.ChargementSauvegardeException { } class twisk.exceptions.UncorrectSettingsException { } class twisk.exceptions.CreateLoopException { } class twisk.exceptions.SameActivityException { } class twisk.exceptions.WrongDirectionException { } class twisk.exceptions.ArcAlreadyCreateException { } class twisk.exceptions.CreateArcWithEndPdcException { } class twisk.exceptions.FichierNullException { } class twisk.exceptions.URLIncorrectException { } class twisk.exceptions.MondeNullException { } class twisk.exceptions.MondeException { } twisk.exceptions.Exception <|-- twisk.exceptions.TwiskException twisk.exceptions.TwiskException <|-- twisk.exceptions.PasUnGuichetException twisk.exceptions.TwiskException <|-- twisk.exceptions.GuichetToGuichetException twisk.exceptions.TwiskException <|-- twisk.exceptions.ChargementSauvegardeException twisk.exceptions.Exception <|-- twisk.exceptions.UncorrectSettingsException twisk.exceptions.TwiskException <|-- twisk.exceptions.CreateLoopException twisk.exceptions.TwiskException <|-- twisk.exceptions.SameActivityException twisk.exceptions.TwiskException <|-- twisk.exceptions.WrongDirectionException twisk.exceptions.TwiskException <|-- twisk.exceptions.ArcAlreadyCreateException twisk.exceptions.TwiskException <|-- twisk.exceptions.CreateArcWithEndPdcException twisk.exceptions.TwiskException <|-- twisk.exceptions.FichierNullException twisk.exceptions.TwiskException <|-- twisk.exceptions.URLIncorrectException twisk.exceptions.TwiskException <|-- twisk.exceptions.MondeNullException twisk.exceptions.TwiskException <|-- twisk.exceptions.MondeException @enduml
4ccc7ed7d7612d91fc93ce9265a59e774223803e
326f0532299d6efcaec59d5a2cc95c31d9af9ef2
/src/com/atguigu/adapter/interfaceadapter/interfaceadapter.plantuml
0974a6d7a873ee6b31c54c2c1be23d0415170b84
[]
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
935
plantuml
@startuml title __INTERFACEADAPTER's Class Diagram__\n namespace com.atguigu.adapter.interfaceadapter { abstract class com.atguigu.adapter.interfaceadapter.AbsAdapter { + m1() + m2() + m3() + m4() } } namespace com.atguigu.adapter.interfaceadapter { class com.atguigu.adapter.interfaceadapter.Client { {static} + main() } } namespace com.atguigu.adapter.interfaceadapter { interface com.atguigu.adapter.interfaceadapter.Interface4 { {abstract} + m1() {abstract} + m2() {abstract} + m3() {abstract} + m4() } } com.atguigu.adapter.interfaceadapter.AbsAdapter .up.|> com.atguigu.adapter.interfaceadapter.Interface4 right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
a031cbd84a8cbab29df72eb0d87c2768baf40289
9a4df5b90a050612aa30a347a5fe8023cc2d9ec3
/doc/src/doc/uml/job.puml
ea149d4cc47821a3c1541b0c0ce2a3b4693e5db6
[]
no_license
bellmit/getdown
c51334315a3f7a403f7cf49f2b13ee17a0e48ccc
a915e6f019ca1a5f9dd1761e2325e0aa30c581bd
refs/heads/master
2022-01-29T14:50:39.847103
2018-09-04T15:15:11
2018-09-04T15:15:11
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,263
puml
@startuml interface DownloadJob{ Download start(DownloadJobExecutionContext context) void resume(Download download) void restart(Download download) void cancel() } note top:execute a single Download in a specific way class YoutubeDownloadJob YoutubeDownloadJob -up-|> DownloadJob class DownloadJobExecutor{ Download execute(DownloadJob job,DownloadJobExecutionContext context) } note top:manage the execution of jobs class Download{ DownloadProgress getProgress() DownloadJobExecutionContext getContext() onUpdate(Function callback) } note top:provide info about a concrete execution of a job interface DownloadParameter{ URL getUrl() } note top:provide parameters for a DownloadJob execution @enduml @startuml [*] -right-> new : add new -right-> ready : prepare new --> unavailable : prepare_failed unavailable --> new : retry_prepare ready -up-> downloading : download downloading -right-> [*] : completed ready -right-> [*] : remove state downloading{ waiting --> running : run waiting --> ready : cancel running --> waiting : pause running --> ready : cancel running --> failed : error running --> running : progress failed --> waiting : retry failed --> ready : cancel } @enduml
e5f753246715e685701adcbabd52e500427310fa
26ece645f8575988be92132c985fcff0ee3d4887
/src/main/java/com/kamshanski/blepositioning/model/methods/mean/mean.plantuml
dbf3e46ecfd24a4c2a00b1de910ac7bba71ba1a2
[]
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
1,181
plantuml
@startuml title __MEAN's Class Diagram__\n namespace com.kamshanski.blepositioning { namespace model { namespace methods { namespace mean { class com.kamshanski.blepositioning.model.methods.mean.Mean { ~ mean : double + Mean() + calculate() + getLastMean() + makeTheSame() {static} + mean() } } } } } namespace com.kamshanski.blepositioning { namespace model { namespace methods { namespace mean { class com.kamshanski.blepositioning.model.methods.mean.MeanVariance { ~ variance : double + MeanVariance() + calculate() {static} + variance() {static} + variance() } } } } } com.kamshanski.blepositioning.model.methods.mean.MeanVariance -up-|> com.kamshanski.blepositioning.model.methods.mean.Mean right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
90c27b3f8b101efc1aef86665e82313fb046042c
e71977682e3d286c48570448bb17ade413de2bcd
/prototipo/model.puml
d111f5b1adc561733e4663766497345881ee4209
[]
no_license
brainyresults/loopback-authentication
08814b644866010c467efb4be2d99f28658206d5
132e05d17b6170b80b8328fc0ec5aeb557372b67
refs/heads/master
2020-06-18T21:56:38.036149
2019-09-16T20:03:32
2019-09-16T20:03:32
196,464,052
0
0
null
null
null
null
UTF-8
PlantUML
false
false
802
puml
@startuml model ' ############################################################# enum UserRoleEnum { Client Vendor Admin } enum SexoEnum { Feminino Masculino } ' ############################################################# class User <<Entity>> { nome email password user_role UserRoleEnum data_nascimento Date sexo SexoEnum se_ativo Boolean } class Client <<Entity>> { userId User data_pagamento DateTime data_cancelamento DateTime } class Vendor <<Entity>> { userId User clients[] Client } class Admin <<Entity>> { userId User vendors[] Vendor } ' ############################################################# User - Client User -- Vendor User -- Admin Vendor - Client :clients > Admin - Vendor :vendors > @enduml
b16f6b4c6d31927dcf47be8ae846f30360966a9c
bcb7fd9ec9e69e52780b27da867b8055dfdc043c
/src/lattice/ConceptLatticeWriterFactory.iuml
0881ec43babbe41c0b97556d2738c1c4a5ccad2b
[ "CECILL-B" ]
permissive
vanthonguyen/lattice-sequence
2e962d089b0053ba90332932fe3881dfe8ec71ac
72ebfe551ef013da521b81121e3f98164b2a00bf
refs/heads/master
2020-04-15T07:22:32.920465
2015-02-01T17:33:59
2015-02-01T17:33:59
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
405
iuml
package lattice { class ConceptLatticeWriterFactory { -{static}HashMap<String, ConceptLatticeWriter> writers +{static}ConceptLatticeWriter register(ConceptLatticeWriter writer, String extension) +{static}ConceptLatticeWriter unregister(String extension) +{static}ConceptLatticeWriter get(String extension) } ConceptLatticeWriterFactory o-- ConceptLatticeWriter }
bb8a71d8feb1361acf3af4e524bc81d5aee6391f
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/BrowserExtension/Listeners/HoverEvent.puml
a8e160d856ec78ae37cdeae4deffd8e1cf4e46ca
[ "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
804
puml
@startuml skinparam linetype ortho skinparam monochrome true skinparam classAttributeIconSize 0 class HoverEvent extends BrowserEvent { + target : string + HoverEvent(tabID : number, windowID : number, target : string, url : string) + {static} deserialize(parsed : any, sender? : chrome.runtime.MessageSender) : HoverEvent } interface IEvent { + timeStamp : Date + issuingModule : number + type : EventType + serialize() : string } IEvent <|.DOWN. BrowserEvent : implements class BrowserEvent { + BrowserEvent(type : EventType, tabID : number, windowID: number, url : string) + timeStamp : Date + issuingModule : number + type : EventType + tabID : number + url : URL + windowID : number + serialize(noUnderScore : boolean) : string } @enduml
2413a71404a9ec7d9f2f4dc21b5440e9a659af2d
52ca52ff0ab109553953139c0206437651c4acea
/Creational/ObjectPoolPattern/ObjectPool.puml
c8c4dcc759b2cfcdf76190b56a135412c92aec16
[]
no_license
semihsevmm/Design-Patterns
d5abf13f2d9703a133ed3f66fcbaa7cff4dab6c1
58c108bd23ef5f913a25b2e9d15dd6899a85e6b5
refs/heads/main
2023-08-10T23:58:15.067685
2021-09-14T19:54:11
2021-09-14T19:54:11
349,040,506
0
0
null
null
null
null
UTF-8
PlantUML
false
false
336
puml
@startuml class Renk{ - red : int - green : int - blue : int + Renk() + Renk(red:int,green:int,blue:int) +getRed : int +getGreen : int +getBlue : int } class Palet <extend Renk>{ -objectPool : map +getObject(key:string) : Renk +addObject(object : Renk) } class Client{ } Palet o-- Renk Client ..> Palet @enduml
ddb3ee98d10133c208e8f34a705ed525ebccabcd
fe4eb6697e791df152d0c98645cb4dd417d0b4fd
/docs/uml/UiClassDiagram.puml
10841e2b229da75efe05442feac7289abe63fd5b
[]
no_license
AY2021S2-CS2113T-F08-1/tp
181794879f60fe98692cb30145839758cef4781c
6e9a5418c1ca45d8ba09ff9a612013251e7417f4
refs/heads/master
2023-04-10T04:08:56.690286
2021-04-16T14:43:44
2021-04-16T14:43:44
340,670,502
0
6
null
2021-04-16T13:07:08
2021-02-20T14:13:17
Java
UTF-8
PlantUML
false
false
560
puml
@startuml 'https://plantuml.com/class-diagram hide circle hide empty members skinparam classAttributeIconSize 0 class Ui { } class "{abstract} \n Command" as Command { execute (data: Data, ui: Ui, storage: Storage) {abstract} } class Lesson { } class Student { } class Assignment { } class Answer { } class Module { } class Modman { ui: Ui } class Parser { } class XYZCommand { } Ui ..> Student Ui ..> Assignment Ui ..> Module Ui ..> Lesson Ui ..> Answer Command ..> Ui Modman *-- Ui Command <|-- XYZCommand Parser ..> XYZCommand @enduml
431285eee7f6c1bd324c4d9f0217f8218b253b88
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ReturnInfoSetMessage.puml
2101d194684b0341907b3049f398b59f7e703f01
[]
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,188
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 ReturnInfoSetMessage [[ReturnInfoSetMessage.svg]] extends OrderMessage { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] returnInfo: [[ReturnInfo.svg List<ReturnInfo>]] } interface OrderMessage [[OrderMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] } @enduml
ca1f6831283f2ad0d67d6e7c4bcd574943dbf022
d702b31e656edcb9944228c0309f153bdff29eec
/doc/plantuml/HCARDA/command/GetRandomCommand.plantuml
1a2b3dca1c34f0ddfac66ecb85c30a73ef3eaf01
[ "Apache-2.0" ]
permissive
gematik/ref-HealthCardAccess
4f3957bfe40c56ffbf82782528a6e543ea00e9e3
eb9a12f7eea309bb5b23269de9d8fa924f91fe4f
refs/heads/master
2022-02-14T18:25:41.769547
2022-01-07T07:24:17
2022-01-07T07:24:17
213,916,430
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,419
plantuml
@startuml package de.gematik.ti.healthcardaccess { interface IHealthCardCommand { {abstract} + executeOn() } } package de.gematik.ti.healthcardaccess { abstract class AbstractHealthCardCommand { {static} - LOG : Logger {static} # NE_MAX_EXTENDED_LENGTH : int {static} # NE_MAX_SHORT_LENGTH : int {static} # EXPECT_ALL : int # cla : int # ins : int # p1 : int # p2 : int # data : byte[] # ne : int # AbstractHealthCardCommand() # AbstractHealthCardCommand() {abstract} + getTechnicalResponseApdus() - inferResponseStatusFromResponseCode() + executeOn() # sendApdu() - getCommandApdu() } } package de.gematik.ti.healthcardaccess { package de.gematik.ti.healthcardaccess.commands { class GetRandomCommand { {static} - CLA : int {static} - INS : int {static} - NO_MEANING : int {static} - EXPECTED_LENGTH_MIN : int {static} - EXPECTED_LENGTH_MAX : int {static} - technicalResponseApdus : Map<Integer, ResponseStatus> + getTechnicalResponseApdus() + GetRandomCommand() } } } AbstractHealthCardCommand -up-|> IHealthCardCommand GetRandomCommand -up-|> AbstractHealthCardCommand @enduml
f536808f9906623ab1efbdf8f30276648986e7f1
87f1b087f85c5209eac755dbdaf40d58da8065d7
/feature_based_abstract_config/vnc_data_model.puml
5a61041036f0054789da296c51c8c9f03913b0d5
[]
no_license
jnpr-rtulsian/cfm-designs
6c6959e1c776d418f72b2c82a7002971c301fc32
31477d03f0ce0bead1eb19b3064d87ff12f4ebe9
refs/heads/master
2020-04-15T23:41:21.458971
2019-01-16T18:58:25
2019-01-16T18:58:25
165,114,302
0
0
null
null
null
null
UTF-8
PlantUML
false
false
969
puml
@startuml Feature Based Abstract Config - VNC DB Model package Fabric_DataModel\n[schema/fabric.xsd] as fabric_data_model { class feature { - name: String - config_schema: String } class physical_role { - name: String } class overlay_role { - name: String } class feature_config { - name: String - additional_params: String - vendor_configuration: String } class role_definition { - name: String } class node_profile { - name: String } class physical_router { - name: String } } node_profile "1" --> "n" role_definition : supported roles role_definition "1" --> "1" physical_role role_definition "1" --> "1" overlay_role role_definition "1" --> "n" feature role_definition "1" --> "n" feature_config : feature configuration physical_router "1" --> "1" node_profile physical_router "1" --> "1" role_definition : assigned role @enduml
74d6109afad8bc070755b55526b9cfd8af4c1878
59e8f9d430e815ba8d7b7efae85bad26cba97af3
/troubleshooting/azure_client_0.puml
ed0814a41994ea4f11cf7e86a278d79de6402b75
[ "MIT" ]
permissive
glqdlt/glqdlt.github.io
76bc5e9b0bad9f48239bd7b1e9bef8c581fdb49e
c9579e99c5390a6c02a8d34cc808a66ad0c977dc
refs/heads/master
2022-08-27T08:49:24.914469
2022-08-05T06:45:11
2022-08-05T06:45:11
92,659,599
0
0
null
null
null
null
UTF-8
PlantUML
false
false
277
puml
@startuml interface AzureBlobClient{ +upload() +download() } class WEB_SERVICE_WebAPP_1{ } class GAME_2WebAPP_2 { } class GAME3_WebAPP_3 { } AzureBlobClient <-- WEB_SERVICE_WebAPP_1 AzureBlobClient <-- GAME_2WebAPP_2 AzureBlobClient <-- GAME3_WebAPP_3 @enduml
e1dfb1b9c03fde0e286568471cd75f677af2d8ef
6eb03a00115eb841a800de65631dfc22142ecd18
/Tema1-Maven/src/main/resources/resources.plantuml
c7ceedfc0bc3f111a0f4f470f73fd9c3140f5b75
[]
no_license
genesis152/PS-Assignment1
2c0b133472fa44d1c232b76d9689c1622bf24dc3
378ae0c867c4c490f33e4aa67e76ee34333ee962
refs/heads/master
2023-03-12T07:26:16.647914
2021-02-25T10:21:30
2021-02-25T10:21:30
342,204,604
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,067
plantuml
@startuml title __RESOURCES's Class Diagram__\n namespace org.jgrapht.ext { class org.jgrapht.ext.JGraphXAdapter { - cellToEdgeMap : HashMap<mxICell, E> - cellToVertexMap : HashMap<mxICell, V> - edgeToCellMap : HashMap<E, mxICell> - graphT : Graph<V, E> - vertexToCellMap : HashMap<V, mxICell> + JGraphXAdapter() + JGraphXAdapter() + edgeAdded() + edgeRemoved() + getCellToEdgeMap() + getCellToVertexMap() + getEdgeToCellMap() + getVertexToCellMap() + vertexAdded() + vertexRemoved() - addJGraphTEdge() - addJGraphTVertex() - insertJGraphT() - removeEdge() } } org.jgrapht.ext.JGraphXAdapter .up.|> org.jgrapht.event.GraphListener org.jgrapht.ext.JGraphXAdapter -up-|> com.mxgraph.view.mxGraph right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
62bb4ad9c0306e754a1b98ba2f3defa2a245bab9
4641ec5074b33aa47f98a90dea84a253a9945d0b
/classDiagram.puml
99cd0163d8f9dfca29b38207ba59bca3913d2755
[ "MIT" ]
permissive
heyoon2j/maze-game
02f17c65949fde7e18c972f7cbb378b95ab9dd4b
1bd1efa089f8f9c1cd96554dabb787f20b4dd06e
refs/heads/main
2023-01-01T01:38:05.168384
2020-10-22T06:32:21
2020-10-22T06:32:21
303,173,022
0
1
MIT
2020-10-22T05:39:08
2020-10-11T17:15:56
Java
UTF-8
PlantUML
false
false
2,312
puml
@startuml interface Playable { + {abstract} void play() } interface Printable { + {abstract} void print() } interface Initializable { + {abstract} void initialize() } interface Usable { + {abstract} void use() } interface Command { + {abstract} void execute() } class Position { + int x + int y } class MazeGame implements Initializable, Playable { + Board board + Player player + List<Command> command + void initialize() + void push(Command command) + void action() + void pop() + void play() // command를 실행 } class Player implements Playable, Runnable { + String name + String timeRecord + List<Item> itemList + Position pos + MazeGame mazeGame + void play() + void run() + void notifyObserver() + void addItem() + void removeItem() } class Board implements Initializable, Printable { {static} final char[] PLAYER_MARK {static} final char[] WALL final char[][] board + List<Item> itemList + Timer timer + Board(int size) + void initialize() + void print() + void setPlayerPosition(Player curPlayer, char PLAYER_MARK) + boolean isPossible(Position pos) + boolean isFinished(Player curPlayer) + void addItem() + void removeItem() + void notifyObserver() // update() 아니라, mazeGame의 Command List에 추가 } class ItemFactoryProducer { + static ItemFactory getFactory(Item item) } abstract class ItemFactory { + abstract Item getItem() } class TimeItemFactory extends ItemFactory { + Item getItem() } class SightItemFactory extends ItemFactory { + Item getItem() } class CrushItemFactory extends ItemFactory { + Item getItem() } abstract class Item implements Usable { + {abstract} void use() } class TimeItem extends Item { enum Item + void use() } class CrushItem extends Item { enum Item + void use() } class SightTime extends Item { enum Item + void use() } class RankSystem implements Printable { - {static} RankSystem rankSystem - File rankFile - RankSystem() + {static} RankSystem getRankSystem(File rankFile) + void print() + int readFile(String name, String time) + void writeFile(String name, String time, int rank) } @enduml
c32a08ab87f86a4eccf544d57c5775c8a2054a0b
9c029a905c4381d59d0db1c94e2cfec1596ccd72
/models/ver1/b-vs-s2-2.puml
59ffc4e419f883cbd4ba2b13bf31b91f5ea19b86
[]
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
220
puml
@startuml package domain { enum プラン { 3GB 6GB } } package transfer { class プランValue { String // pv001, pv002... {static} create(プラン) } } プランValue -u-> プラン @enduml
2829dc4e0e4f077cb8292df85efaad9cd7776d3b
326f0532299d6efcaec59d5a2cc95c31d9af9ef2
/src/com/atguigu/principle/composite/composite.plantuml
2f5879c1a4ab730be2190d9cdd2ad4d83c8fe67e
[]
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
627
plantuml
@startuml title __COMPOSITE's Class Diagram__\n namespace com.atguigu.principle.composite { class com.atguigu.principle.composite.A { + operation1() + operation2() + operation3() } } namespace com.atguigu.principle.composite { class com.atguigu.principle.composite.B { + depends() } } com.atguigu.principle.composite.B -up-|> com.atguigu.principle.composite.A right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
5c2442fcec7c9280fbc3ece84997f9ef07c9b81b
55261e1e9a841f514598d8fb0fbe95a7493460e3
/class/classes/modules/blocks/process.puml
71916db04db468458622a551cf93e15baf3f69c5
[]
no_license
LucasIsasmendi/lisk-core-plantuml
ac01094fd56590b361ab8992b52f0cfc3175aa60
e0941f6e800dc16a9dc0f8367304149fbf2200e1
refs/heads/master
2021-01-21T11:53:42.861882
2017-05-24T12:56:58
2017-05-24T12:56:58
91,758,697
0
0
null
null
null
null
UTF-8
PlantUML
false
false
699
puml
@startuml class Process < modules > { - self - __private: {} .. library .. - logger - logic.peers - logic.transaction - logic.block - schema - db - dbSequence - sequence - genesisblock .. modules .. - accounts - blocks - delegates - loader - rounds - transactions - transport -- Methods -- + Process (logger, block, peers, transaction, schema, db, dbSequence, sequence, genesisblock) + getCommonBlock (peer, height, cb) + loadBlocksOffset (limit, offset, verify, cb) + loadBlocksFromPeer (peer, cb) + generateBlock (keypair, timestamp, cb) + onReceiveBlock (block) + onBind (scope) .. __private .. - receiveBlock (block, cb) } @enduml
34361c646854d94d1d2b369f0c445fa759567100
7450f435598e6c9e5544c13757869912e683a9d1
/src/classes/classes.plantuml
c77ea83179b766ccd2676432ef60216a9128f58c
[ "Apache-2.0" ]
permissive
vbabenk/RheumatologicTreatmentSystem
4a7d900c9b31777415058850c326e63ae4eae63d
52721aa364550a19c0b14cb5701b3be641e93baf
refs/heads/master
2021-06-20T03:48:20.112086
2021-06-06T00:12:15
2021-06-06T00:12:15
218,511,416
0
0
null
null
null
null
UTF-8
PlantUML
false
false
887
plantuml
@startuml title __CLASSES's Class Diagram__\n package diploma { package diploma.classes { class Patient { - patientID : int - patientSurname : String - patientFirstname : String - patientMiddlename : String - uraGroup : String - sex : String + getPatientID() + getPatientSurname() + getPatientFirstname() + getPatientMiddlename() + getUraGroup() + getSex() + setPatientID() + setPatientSurname() + setPatientFirstname() + setPatientMiddlename() + setUraGroup() + setSex() } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
ef3ceac2661bcab9395789f42b4d209660a5befa
c2ef7c48e236c3d1780fdcac75abce25c672c652
/src/main/resources/uml/SimplefactoryUml.puml
51662f77de1f9206a4ad5772f8b655daaaecb643
[]
no_license
ToryZhou/design-pattern
8d63b720ef54c9633eb10122c4cbeae45ae7ea1c
c9bcd6ae5cfb398e86d3af9a6a704e70a604b5cd
refs/heads/master
2022-09-10T09:57:10.616533
2022-08-22T02:48:42
2022-08-22T02:48:42
132,232,311
62
31
null
2022-08-22T02:48:43
2018-05-05T09:11:57
Java
UTF-8
PlantUML
false
false
591
puml
@startuml title Simple Factory abstract class Operation{ -numberA: double -numberB: double +calculate(): double } class OperationAddition{ +calculate(): double } class OperationSubtraction{ +calculate(): double } class OperationMultiplication{ +calculate(): double } class OperationDivision{ +calculate(): double } class OperationFactory{ +createOperation(): Operation } Operation <|-- OperationAddition Operation <|-- OperationSubtraction Operation <|-- OperationMultiplication Operation <|-- OperationDivision OperationFactory --> Operation: create @enduml
180e65975f80b493922953ba209229bff09fc24b
dd968a8b1484ff8082f64516d568ec26505ca1e5
/src/main/java/game/gameLogic/controller/controller.plantuml
aca1684a23d91f97cee1713ab7a99562c611ef75
[]
no_license
kot-1999/Maze
bc41bca5f7e89f3cf2b7072f47f6eef2e4a9ea0f
efa5b08db9603dcc2c05d9419f9a20339c2a500f
refs/heads/main
2023-08-30T14:41:00.342449
2021-11-12T12:03:21
2021-11-12T12:03:21
427,344,911
0
0
null
null
null
null
UTF-8
PlantUML
false
false
938
plantuml
@startuml title __CONTROLLER's Class Diagram__\n abstract class gameLogic.controller.Controller { + setMaze() {abstract} + step() ~ Controller() } enum Key { CONTROL DOWN EKEY ENTER EXIT LEFT RAITING RIGHT UP reader } class gameLogic.controller.SimplyController { + SimplyController() + step() } gameLogic.controller.Controller o-- gameLogic.characters.Character : character gameLogic.controller.Controller o-- gameLogic.Maze : maze gameLogic.controller.SimplyController -up-|> gameLogic.controller.Controller right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
0602fa0a05217fa2efe3f768421ccd3b38e107aa
94a499e05faee7347671752ec0628993dff072ea
/backend/Handlers/Handlers.puml
74cfdd3fcd21e6a52f77828424ef86dc540b4429
[]
no_license
AlandSailingRobots/AerialImagesToWaterDepth
b503df8ab6ee90dcab29604d57ff3dd3afd11e22
fa486a0e38f1f252fa533b76eaf3424cbf33847e
refs/heads/develop
2020-04-22T11:22:13.761365
2019-11-27T19:34:46
2019-11-27T19:34:46
170,337,749
2
3
null
2019-02-18T14:53:35
2019-02-12T15:04:16
null
UTF-8
PlantUML
false
false
2,217
puml
@startuml title Handlers !startsub ConvolutionalHandler class ConvolutionalHandler { + map_resource: MapResources + model: Keras Model + model_config: dict - __init__(model_config_index) - get_image(longitude, latitude, epsg) - predict_points(points, crs) - predict_point(point_, crs) } !endsub !startsub GeoJsonHandler class GeoJsonHandler{ + jsonData: dict + PostGisConnection : PostGisHandler - __init__() - addCalculateDepthPointsProces() - calculate_geolist_update_database(df, geo_list) - calculateDepthPoints(return_=True) - calculateDepthPointsProces(jsonData) - check_points(df) - create_points_dict() - create_query_url(properties, box) - createPoint(item, swap=False) - doAction(path, jsonData) - get_current_polygon_df(only_water=True, just_box=False, only_missing=False) - get_distance_between_points(bounds) - getCurrentBoundingBox(box, crs=None, swap_coordinates=False, get_poly=False) - getDepthArea() - getDepthPoints(to_json=True) - getDepthPointsFromTable(crs, passed_bounds, extra=None, as_buffer=None) - getMinimalized(df_retrieved, box, crs=None, method_overlay='intersection') - getPoints() - getWaterDepth(retrieve_json=True) - make_point_from_json(data, item) - post_points(crs, geo_, depths=None) - readGeoJson() - readGeoPanda(url, box, minimalised=False) } !endsub !startsub PostGisHandler class PostGisHandler { + calculation_table: str + points_table: str + polygon_table: str + schema: str + Session: sessionmaker - __init__() - get_envelope(table_name, bounds, crs, zoom_level, all_higher_levels=False, type_of_intersection="intersects", has_depth=False, as_buffer=None, extra=None) - put_into_calculation(jsonData) - put_into_table(data, geometry_type, table_name, crs=None, create_table=False, if_exists_action='replace') - select_from_table(table_name, where=None, panda=False) - send_to_db(update) - st_MakeEnvelope(bounds, crs, index) - update_calculation(index) - update_point_height(table_name, id, depth, return_query=False) } !endsub GeoJsonHandler "1" *-down-"1" PostGisHandler @enduml
27643960a0303d2ec7279906cc1a9b02d7dd0f79
9a35e8be7886b71f157238fd89aebb88207ad044
/source/_posts/设计模式/工厂方法的代码/factory.puml
24f0a03f59aa7102bc9568c4efbda1993cef2c3b
[]
no_license
smarterxiao/hexo_back_up
e6ab992a37504c4bee6d12591c0b5175cc79769b
4ef1345726abec5e3676710aa1278765e53d764c
refs/heads/master
2021-01-23T04:10:14.245853
2019-05-07T14:55:24
2019-05-07T14:55:24
86,168,793
0
0
null
null
null
null
UTF-8
PlantUML
false
false
647
puml
@startuml class NvWa interface Human interface EightTrigramsFurnace class HumanFactory class BlackHuman class YellowHuman class WhiteHuman NvWa o-- Human NvWa o-- EightTrigramsFurnace Human <|.. BlackHuman Human <|.. YellowHuman Human <|.. WhiteHuman EightTrigramsFurnace <|.. HumanFactory EightTrigramsFurnace o-- Human interface Human{ + void getColor() + void talk() } interface EightTrigramsFurnace{ + Human createHuman(Class c) } note bottom of EightTrigramsFurnace:这个是抽象的八卦炉 note bottom of BlackHuman:这个是黑种人 note bottom of YellowHuman:这个是黄种人 note bottom of WhiteHuman:这个白种人 @enduml
1397a15617d24de706b484f2d3ecc7a05b472887
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedOrderSetShippingAddressAndCustomShippingMethodAction.puml
f1132ce45671d0aac6fa49adbcbc1ab800819c28
[]
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
797
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 StagedOrderSetShippingAddressAndCustomShippingMethodAction [[StagedOrderSetShippingAddressAndCustomShippingMethodAction.svg]] extends StagedOrderUpdateAction { action: String address: [[BaseAddress.svg BaseAddress]] shippingMethodName: String shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]] taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]] externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]] } interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] { action: String } @enduml
f660ee02a24396d8d7456627ba84990f78f9a55e
8e7024f15659b10785e1108bd32aa4925a40134c
/src/main/java/com/warehouseforgoods/warehouseforgoodsbackend/Repository/Repository.plantuml
97a4877f80e382a77d8210f2c40cc8fa7d499df6
[]
no_license
IllyaHavrulyk/warehouse-for-goods-backend
b9387c77695ea61c6272a0623d34a814c111ab00
8a4de11f9bae2cd44b14796c37e7fe103971c998
refs/heads/master
2023-07-25T12:50:39.418489
2021-04-13T20:24:32
2021-04-13T20:24:32
340,692,864
0
0
null
2021-04-09T07:28:15
2021-02-20T15:56:18
Java
UTF-8
PlantUML
false
false
457
plantuml
@startuml title __Пакет Repository__\n interface com.warehouseforgoods.warehouseforgoodsbackend.Repository.ProductRepository { } interface com.warehouseforgoods.warehouseforgoodsbackend.Repository.UserRepository { {abstract} + findByUsername() } interface com.warehouseforgoods.warehouseforgoodsbackend.Repository.WarehouseRepository { } right footer endfooter @enduml
79687ea87cfcd943b4c245ad716d0c9991dc8efd
7bd1162148cb1b8a0bd00c50f937cbe6cfc3ff54
/doc/クイズ/list_refer_model.puml
7aa8f79da35350d7f69ee3b048a9d60b96e81477
[]
no_license
oinao709/study
dd48c66b176e6250f149188206ab448a28ad531a
cc2df88019b43ab6c6e36b4fa1ad55fccb8221fb
refs/heads/master
2020-12-11T15:12:44.183210
2020-06-05T13:35:30
2020-06-05T13:35:30
233,881,134
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,601
puml
@startuml package domain { class 三択クイズList { - List<三択クイズ> + 三択クイズ 三択クイズをランダムで一つ取得する() } class 三択クイズ情報 { } class "三択クイズ<Entity>" as 三択クイズ { - 三択クイズ番号 - 三択クイズ情報 + static create(三択クイズ番号, 三択クイズ情報) } interface 三択クイズRepository { + 三択クイズList 三択クイズ情報Listを取得する() } class 三択クイズ番号 { - Integer } package question { class 問題文 { - String } 三択問題 --> 問題文 } package answer { class 解説 { - String } enum 正解判定 { 正解 不正解 } class 選択項目値 { - String } 三択正解 --> 解説 三択正解 --> 選択肢 選択肢 --> 選択項目A 選択肢 --> 選択項目B 選択肢 --> 選択項目C 選択項目A --> 選択項目値 選択項目B --> 選択項目値 選択項目C --> 選択項目値 選択項目A --> 正解判定 選択項目B --> 正解判定 選択項目C --> 正解判定 } 三択クイズ --> 三択クイズ番号 三択クイズ --> 三択クイズ情報 三択クイズ情報 --> 三択問題 三択クイズ情報 --> 三択正解 三択クイズRepository --> 三択クイズList 三択クイズList --> 三択クイズ } @enduml
372f3442e619799176d7722b8e2d732e1863659f
2229925529c8659d5e113408e41dcf43eb76be3b
/uml/ToDoList.puml
483981d653515c6041e2e43d6cf5878b2d4039dc
[]
no_license
tsehaiB/boucaud-cop3330-assignment4part2
393889b74707feaa7f993b804f9208eceff6b92c
8cfc2d5b3caeb0187d25873e17b22776992a913a
refs/heads/master
2023-06-16T18:40:12.336028
2021-07-12T03:53:07
2021-07-12T03:53:07
383,904,820
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,397
puml
@startuml 'https://plantuml.com/class-diagram class ToDoList{ main() start() } class TabContainerController { - tPane : TabPane - homeTab : Tab - mainWindow : AnchorPane + TabContainerController() + initialize() + buildWindow(AnchorPane) - buildReadMe(Tab) - buildMenu(AnchorPane) - read() } class ToDoListMenuController{ - menu : ToDoListMenu - itemsDisplay : ArrayList<BorderPane> - tPane : TabPane + viewMenu : Menu + editMenu : Menu + fileMenu : Menu + myMenu : MenuBar + ToDoListMenuController() + initialize() + onSaveClicked(Action Event) + onLoadClicked(Action Event) + onAddClicked(Action Event) + onDeleteClicked(Action Event) + onShowAllClicked(Action Event) + onFilterCompleteClicked(Action Event) + onFilterIncompleteClicked(Action Event) + onClearClicked(Action Event) + saveItems(ArrayList<String>) + saveItems(String) + loadItems(ArrayList<String>) + loadItems(String) - filterItems(boolean) - tabTitle(boolean) + setTabPane(TabPane) } class ToDoListMenu{ - savePath : String - loadPath : String - items : ArrayList<ToDoListItem> + loadItems(String) + loadItems(ArrayList<String>) + saveItems(String) + saveItems(ArrayList<String>) + addItem(ToDoListItem) + getItems() } class ToDoListItemController{ - TitleTextField : TextField - DescriptionTextArea : TextArea - CompletionCheckBox : CheckBox - DueDateField : DatePicker - item : ToDoListItem + ToDoListItemController() + initialize() + Enter(KeyEvent) + DueDateChanged(Action Event) + StatusChanged(Action Event) + TitleEntered(Action Event) + getItem() } class ToDoListItem { - title : String - description : String - completionStatus : boolean - dueDate : LocalDate + setTitle(String) + setDescription(String) + setCompletionStatus(boolean) + setDueDate(LocalDate) + getTitle() + getDescription() + getCompletionStatus() + getDueDate() } ToDoList *-> TabContainerController TabContainerController *-> ToDoListMenuController ToDoListMenuController *-> ToDoListMenu ToDoListMenuController o---> ToDoListItemController ToDoListMenu -- ToDoListItem ToDoListItemController *-> ToDoListItem @enduml
b9830e1ab0f82a5d0b2d36777b8ddd16019a13ef
f25a1ff7b99c78a4e932bff0a8d47efa9bc8f988
/designpattern/templatemethod.puml
27ccb92b3058bdf6fde54647938675fcbeb3aa0f
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
zhhongCai/mybatis-3
bda1eb38e1ecd1a03518042bf1c05ae9bac4c030
3bde2f5305465682ff3fc5aaabaf6db77565ab0c
refs/heads/master
2020-08-27T04:09:08.352011
2019-11-21T00:13:56
2019-11-21T00:13:56
217,238,620
1
0
NOASSERTION
2019-10-24T07:30:45
2019-10-24T07:30:42
null
UTF-8
PlantUML
false
false
2,540
puml
@startuml interface Executor { + NO_RESULT_HANDLER ResultHandler + update(MappedStatement, Object) int throws SQLException + query(MappedStatement, Object, RowBounds, ResultHandler, CacheKey, BoundSql) <E> List<E> throws SQLException + query(MappedStatement, Object, RowBounds, ResultHandler) <E> List<E> throws SQLException + queryCursor(MappedStatement, Object, RowBounds) <E> Cursor<E> throws SQLException + flushStatements() List<BatchResult> throws SQLException + commit(boolean) void throws SQLException + rollback(boolean) void throws SQLException + createCacheKey(MappedStatement, Object, RowBounds, BoundSql) CacheKey + isCached(MappedStatement, CacheKey) boolean + clearLocalCache() void + deferLoad(MappedStatement, MetaObject, String, CacheKey, Class<?>) void + getTransaction() Transaction + close(boolean) void + isClosed() boolean + setExecutorWrapper(Executor) void } abstract class BaseExecutor implements Executor { # abstract doUpdate(MappedStatement, Object) int throws SQLException # abstract doFlushStatements(boolean) List<BatchResult> throws SQLException # abstract doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) <E> List<E> throws SQLException # abstract doQueryCursor(MappedStatement, Object, RowBounds, BoundSql) <E> Cursor<E> throws SQLException; } class BatchExecutor extends BaseExecutor { + doUpdate(MappedStatement, Object) int throws SQLException + doFlushStatements(boolean) List<BatchResult> throws SQLException + doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) <E> List<E> throws SQLException + doQueryCursor(MappedStatement, Object, RowBounds, BoundSql) <E> Cursor<E> throws SQLException } class CachingExecutor implements Executor { } class ReuseExecutor extends BaseExecutor { + doUpdate(MappedStatement, Object) int throws SQLException + doFlushStatements(boolean) List<BatchResult> throws SQLException + doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) <E> List<E> throws SQLException + doQueryCursor(MappedStatement, Object, RowBounds, BoundSql) <E> Cursor<E> throws SQLException; } class SimpleExecutor extends BaseExecutor { + doUpdate(MappedStatement, Object) int throws SQLException + doFlushStatements(boolean) List<BatchResult> throws SQLException + doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) <E> List<E> throws SQLException + doQueryCursor(MappedStatement, Object, RowBounds, BoundSql) <E> Cursor<E> throws SQLException; } @enduml
6f63e0c079c8d358cbac4bf1264fc48e658a05e5
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductDiscountSetKeyAction.puml
866e3e28c08dc8b345122459e13a74adbb6da241
[]
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
469
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 ProductDiscountSetKeyAction [[ProductDiscountSetKeyAction.svg]] extends ProductDiscountUpdateAction { action: String key: String } interface ProductDiscountUpdateAction [[ProductDiscountUpdateAction.svg]] { action: String } @enduml
5116ef49d864345390cf567a292fca18034553e4
6e29d893e7deebb9339dd5515195d7e510aba402
/Documentação/Sprint 3/UC07a_Adicionar_Habilitacoes_Academicas/UC07a_Adicionar_Habilitacoes_Academicas_Modelo_Dominio.puml
8bb09230140bd262c047033c0c6db123059ed8cc
[]
no_license
blestonbandeiraUPSKILL/upskill_java1_labprg_grupo2
3a257326461907780a503165042584c5b7a8e535
95c31675e9008e961f00b177d6814046a72b577c
refs/heads/main
2023-03-18T20:54:48.147868
2021-03-21T20:10:16
2021-03-21T20:10:16
331,623,577
0
2
null
2021-03-21T20:10:17
2021-01-21T12:38:14
Java
UTF-8
PlantUML
false
false
643
puml
@startuml left to right direction title UC07a - Adicionar Habilitações Académicas Freelancer class Plataforma { -String designacao } class Freelancer { -String nome -String NIF -String telefone -String email } class Administrativo { -String email } class HabilitacaoAcademica{ -String grau -String designacaoCurso -String nomeInstituicao -Double mediaCurso } Plataforma "1" -- "*" Freelancer : tem/usa > Plataforma"1" -- "1..*"Administrativo: possui Administrativo"1..*" -- "1..*"Freelancer: regista > Administrativo"1" -- "1..*"HabilitacaoAcademica: adiciona > Freelancer "1" -- "*" HabilitacaoAcademica : tem > @enduml
69ead0af05ac5f84227c77c48886d9a23513b267
17d8a22c83aa82b55e7c2ab8482ee97fcfdadf05
/DesignModeTest/src/factoryMethodPattern/factoryMethodPattern.puml
df9d6c2acda971105ecca870cd6104ffb811be9e
[]
no_license
lhdaydayup/Pattern
3d3d1e25d934428ed69c6c2618587d9328bdfe4e
8de7410801d9efcae9fc57f34466ed0711ceff54
refs/heads/master
2020-05-07T13:24:26.831224
2019-04-15T08:21:35
2019-04-15T08:21:35
180,546,544
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,513
puml
@startuml package factoryMethodPattern #green{ abstract class ParsePictureUtil{ +abstract void parsePicuter() } abstract class CopyPictureUtil{ +abstract void copyPicuter() } class JpgCopyPictureUtil{ + void copyPicuter() } class GifCopyPictureUtil{ + void copyPicuter() } CopyPictureUtil <|--JpgCopyPictureUtil CopyPictureUtil <|--GifCopyPictureUtil class JpgParsePictureUtil{ + void parsePicuter() } class GifParsePictureUtil{ + void parsePicuter() } ParsePictureUtil <|--JpgParsePictureUtil ParsePictureUtil <|--GifParsePictureUtil abstract class ParsePictureUtilFactory{ + abstract ParsePictureUtil createParsePictureUtil(); + abstract CopyPictureUtil createCopyPictureUtil(); } class GifPictureFactory{ + ParsePictureUtil createParsePictureUtil() + CopyPictureUtil createCopyPictureUtil() } class JpgPictureFactory{ + ParsePictureUtil createParsePictureUtil() + CopyPictureUtil createCopyPictureUtil() } ParsePictureUtilFactory <|--GifPictureFactory ParsePictureUtilFactory <|--JpgPictureFactory class client ParsePictureUtilFactory <..client ParsePictureUtil <..client CopyPictureUtil <..client JpgCopyPictureUtil <..JpgPictureFactory:create() GifCopyPictureUtil <..GifPictureFactory:create() JpgParsePictureUtil <..JpgPictureFactory:create() GifParsePictureUtil <..GifPictureFactory:create() } @enduml
9055e96e06ed80c8736b2f5df1d8c1efa1f7715b
24ca4d272192509dd1793344d8a81586f5786eac
/shiro/A_Class_UML/CredentialsMatcher_Relationship.puml
9302cc03b51facb99354bfc3682b158c97c4e67b
[]
no_license
ljhupahu/MyProject
e5c92227e3252618ad5873427fdec585dd8d24c6
9bf94b4fc95a8012d024a6a8b6250f1b56367e15
refs/heads/master
2019-07-12T03:51:53.230109
2018-04-24T14:31:06
2018-04-24T14:31:06
92,294,198
0
0
null
null
null
null
UTF-8
PlantUML
false
false
347
puml
@startuml interface CredentialsMatcher{ boolean doCredentialsMatch(AuthenticationToken var1, AuthenticationInfo var2); } interface PasswordService{ String encryptPassword(Object var1) throws IllegalArgumentException; boolean passwordsMatch(Object var1, String var2); } CredentialsMatcher o-- PasswordService : aggregation @enduml
f2a9a15a720af5d474793bc56fbb9a6e0f250130
a6c6260c47cfd485d9efada5d5465f8e76fd9fd6
/docs/Libgdx_ATC_Simulator/Prototype_Design/Class_Design/Class_Design.puml
0b694a1ceace08f65e497f3414feb096a36463e5
[ "MIT" ]
permissive
kellpossible/libgdx-atc-sim
de1a0c6bdf4aef62f81be8054bb6b0fef9169057
b469ccc3245004d36a9e0f6d1d27651182ba2962
refs/heads/master
2020-03-16T21:28:47.083340
2019-07-03T04:29:20
2019-07-03T04:29:20
133,000,560
1
3
MIT
2019-07-03T04:29:21
2018-05-11T06:47:03
Java
UTF-8
PlantUML
false
false
8,038
puml
@startuml package "pythagoras.d" { class Vector3 { +double x +double y +double z } } package "PredictionLibrary" { note as N This package is a collection of common classes used in both the ATCSimulator and the PredictionAlgorithm end note package "Vectors" { class GeographicCoordinate { +double getRadius() +double getLatitude() +double getLongitude() } class SphericalCoordinate { +double getR() +double getTheta() +double getPhi() } class SphericalVelocity { +double getDR() +double getDTheta() +double getDPhi() } class Projection { +Vector3 transformPositionTo(GeographicCoordinate) +GeographicCoordinate transformPositionFrom(Vector3) +Vector3 transformVelocityTo(SphericalVelocity,GeographicCoordinate,Vector3) +SphericalVelocity transformVelocityFrom(Vector3,GeographicCoordinate,Vector3) } class GnomonicProjection { } class Sphere { +Sphere(double radius, Vector3 position) +double getRadius() +Vector3 getPosition() +Vector3 intersect(Ray3) } class CircleSolver { +Circle FromThreePoints(Vector3,Vector3,Vector3) } GnomonicProjection --|> Projection GeographicCoordinate --|> SphericalCoordinate SphericalCoordinate --|> Vector3 SphericalVelocity --|> Vector3 } package "FlightData" { class ISO8601 class Track { TrackEntry[] trackEntries String aircraftID } class Prediction { GeographicCoordinate[] Calendar time String aircraftID } abstract class TrackLoader { +Track load() } class SimulatorTrackLoader { +SimulatorTrackLoader(fileName) +Track load() } class ADSBTrackLoader { +SimulatorTrackLoader(fileName) +Track load() } class AircraftState { +AircraftState(String aircraftID, GeographicCoordinate position, SphericalVelocity velocity, float heading) +setPosition(GeographicCoordinate) +setVelocity(SphericalVelocity) +setHeading(float heading) +GeographicCoordinate getPosition() +SphericalCoordinate getVelocity() +float getHeading() } class SystemState { Calendar time AircraftState[] aircraftStates } abstract class SortableOrderedQueue { +append(T) +add(T) +boolean addAll(ArrayList<T> collection) +T poll() +T peek() +abstract void sort() } Track *-- AircraftState TrackLoader -- Track TrackLoader <|-- ADSBTrackLoader TrackLoader <|-- SimulatorTrackLoader } package "NavData" { class Airport class Beacon class DirectionalBeacon class Fix class ILS class VOR class Waypoint Airport --|> Waypoint Beacon --|> Waypoint DirectionalBeacon --|> Waypoint Fix --|> Waypoint ILS --|> DirectionalBeacon VOR --|> DirectionalBeacon } } class ExternalCat62Server class ExternalADSBServer package "Prediction Service" as PredictionService <<Node>> { class DataFeedDecoder class DebugDataFeedClientThread class Cat62Decoder class ADSBDecoder package "Engine" as PredictionPackage { package "Algorithms" as AlgorithmsPackage { package "Java" as JavaAlgorithmsPackage { class JavaPredictionAlgorithm { +static JavaPredictionAlgorithm getInstance(PredictionAlgorithmType) +abstract Prediction makePrediction(Track) } class JavaPassthroughAlgorithm class JavaLinear2dAlgorithm class JavaCurvilinear2dAlgorithm class JavaLinearAlgorithm JavaPredictionAlgorithm <|-- JavaPassthroughAlgorithm JavaPredictionAlgorithm <|-- JavaLinear2dAlgorithm JavaPredictionAlgorithm <|-- JavaCurvilinear2dAlgorithm JavaPredictionAlgorithm <|-- JavaLinearAlgorithm } package "OpenCL" as OpenCLAlgorithmsPackage { class OpenCLPredictionAlgorithm class OpenCLUtils } enum PredictionAlgorithmType { } JavaPredictionAlgorithm o-- PredictionAlgorithmType OpenCLPredictionAlgorithm o-- PredictionAlgorithmType } package "Workers" as WorkersPackage { class PredictionWorkerThread { PredictionWorkerThread(workerID, predictionEngine) void start() } class JavaPredictionWorkerThread class OpenCLPredictionWorkerThread PredictionWorkerThread <|-- JavaPredictionWorkerThread PredictionWorkerThread <|-- OpenCLPredictionWorkerThread } class PredictionWorkItem { String aircraftID Track aircraftTrack Prediction prediction Calendar timeCreated Calendar timeStarted Calendar timeCompleted boolean started boolean completed PredictionWorker worker PredictionAlgorithmType algorithmType } class PredictionEngine { Queue<PredictionWorkItem> todoQueue ArrayList<PredictionWorkItem> doingList } interface PredictionEngineListener { +workItemOverdue(PredictionWorkItem) +predictionComplete(Prediction) } PredictionWorkerThread o-- PredictionWorkItem PredictionWorkerThread o-- PredictionEngine PredictionWorkItem o-- PredictionWorkerThread PredictionEngine *-- PredictionWorkItem PredictionEngine o-- PredictionEngineListener } class SystemStateDatabase { +update(AircraftState) +update(AircraftState[]) +getTrack(string aircraftID) } interface SystemStateDatabaseListener { +systemStateUpdated(aircraftID[]) } PredictionEngine ..|> SystemStateDatabaseListener SystemStateDatabase o-- SystemStateDatabaseListener class PredictionFeedServer PredictionFeedServer ..|> PredictionEngineListener DebugDataFeedClientThread o-down- SystemStateDatabase Cat62Decoder -down-|> DataFeedDecoder ADSBDecoder -down-|> DataFeedDecoder SystemStateDatabase -left-o PredictionEngine DataFeedDecoder <|-right- DebugDataFeedClientThread } package Display { class PredictionFeedDecoder class Display PredictionFeedDecoder --o Display } package IntegrationTesting { class TestAccuracy } package DebugDataFeed { abstract class Scenario { Calendar startTime Calendar endTime +SystemState getState(Calendar time) } class DataPlaybackThread { -DataPlaybackListener[] listeners +DataPlaybackThread(Scenario scenario, int rate) +addListener(DataPlaybackListener) +removeListener(DataPlaybackListener) +public void run() +public void start() } interface DataPlaybackListener { +void onSystemUpdate(SystemState) } class DebugDataFeedServer Scenario --o DataPlaybackThread DataPlaybackThread o-- DataPlaybackListener DebugDataFeedServer ..|> DataPlaybackListener } class "DebugDataFeed Request Protocol Buffer" as DebugDataFeedRequestProtocolBuffer { } class "DebugDataFeed Serve Protocol Buffer" as DebugDataFeedServeProtocolBuffer { double aircraftPosition[3] float aircraftSpeed } DebugDataFeedServer -down->DebugDataFeedClientThread DebugDataFeedServer <-up- DebugDataFeedClientThread (DebugDataFeedServer, DebugDataFeedClientThread) .. DebugDataFeedRequestProtocolBuffer (DebugDataFeedServer, DebugDataFeedClientThread) .. DebugDataFeedServeProtocolBuffer class "PredictionFeed Serve Protocol Buffer" as PredictionFeedServeProtocolBuffer { } class "PredictionFeed Request Protocol Buffer" as PredictionFeedRequestProtocolBuffer { } PredictionFeedServer -down-> PredictionFeedDecoder PredictionFeedServer <-up- PredictionFeedDecoder (PredictionFeedServer, PredictionFeedDecoder) .. PredictionFeedRequestProtocolBuffer (PredictionFeedServer, PredictionFeedDecoder) .. PredictionFeedServeProtocolBuffer PredictionFeedServer -down-> TestAccuracy ExternalCat62Server -down-> Cat62Decoder ExternalCat62Server <-down- Cat62Decoder ExternalADSBServer -down-> ADSBDecoder ExternalADSBServer <-down- ADSBDecoder @enduml
2a52cac695fed7d26474ce68e8d1f89ca7186af6
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-class-endringslogg.puml
2137bb48756f306c6ad42813596368e1431112d6
[]
no_license
arkivverket/noark5-tjenestegrensesnitt-standard
299f371a341e59402d49bfc11ee9e2672dad657e
03025f8b9f1496f4a2f5b155e212a44768390274
refs/heads/master
2023-06-10T02:19:28.432679
2023-06-09T08:40:40
2023-06-09T08:40:40
136,293,843
7
11
null
2023-08-22T10:40:36
2018-06-06T07:58:53
Python
UTF-8
PlantUML
false
false
631
puml
@startuml skinparam nodesep 100 hide circle class LoggingOgSporing.Endringslogg { +systemID : SystemID [0..1] [1..1] +referanseArkivenhet : SystemID [0..1] +referanseMetadata : string [0..1] +endretDato : datetime [0..1] [1..1] +endretAv : string [0..1] [1..1] +referanseEndretAv : SystemID [0..1] [1..1] +tidligereVerdi : string [0..1] +nyVerdi : string [0..1] } class Arkivstruktur.Arkivenhet { } Arkivstruktur.Arkivenhet "0..1" o-- "endringslogg 0..*" LoggingOgSporing.Endringslogg class LoggingOgSporing.Hendelseslogg <Endringslogg> { } LoggingOgSporing.Endringslogg <|-- LoggingOgSporing.Hendelseslogg @enduml
d7378e0d3a849b5932cd1c8bd085e721d2c08c36
e0656a1860c7c68aa4e6b694360c8bf522331c8e
/conference-management-system/class-diagrams/paper/Contribution.puml
d6bd64190991deea18702e8e8d06d6e0d1cf746e
[]
no_license
FilipPascuti/Conference-Management-System
39d3b8705b9b78b06287cef42eca56f0c4edfcc8
d24a95e59425e55929c654a7ca462b234b71716e
refs/heads/master
2023-08-04T17:59:14.168995
2021-09-22T18:35:06
2021-09-22T18:35:06
409,313,017
0
0
null
null
null
null
UTF-8
PlantUML
false
false
145
puml
@startuml class Contribution { ID authorId ID paperId } Contribution --o Author : is made by Contribution --o Paper : towards @enduml
3c19bd7344f67174d253719f06ba31dd0daa1d60
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/Common/Shared/Configuration/IConfiguration.puml
73698bc168043397ef925fe39b75253b95a10e52
[ "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
184
puml
@startuml skinparam monochrome true skinparam classAttributeIconSize 0 !startsub default interface IConfiguration { parse(RawConfiguration configuration) : void } !endsub @enduml
da18b9918f0e87ba76c2f02354a1da4f7f2dff17
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/treeview/TimelineDragging.puml
1e427607195b276b955f0ddf2ed01ea3f17e8b92
[]
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
3,254
puml
@startuml class TimelineDragging { <<const>> k_GenericDragId : string = "TimelineDragging" <<readonly>> kDragSensitivity : int = 2 + TimelineDragging(treeView:TreeViewController, window:TimelineWindow, data:TimelineAsset) + <<override>> CanStartDrag(targetItem:TreeViewItem, draggedItemIDs:List<int>, mouseDownPosition:Vector2) : bool + <<override>> StartDrag(draggedNode:TreeViewItem, draggedItemIDs:List<int>) : void + {static} IsDraggingEvent() : bool + {static} ResolveType(types:IEnumerable<System.Type>, onComplete:Action<Type>, formatString:string) : bool + <<override>> DragElement(targetItem:TreeViewItem, targetItemRect:Rect, row:int) : bool GetNextItem(item:TreeViewItem) : TreeViewItem + <<override>> DoDrag(parentItem:TreeViewItem, targetItem:TreeViewItem, perform:bool, dropPos:DropPosition) : DragAndDropVisualMode ClearInsertionMarkers(item:TreeViewItem) : void ShouldUseHierarchyDragAndDrop() : bool + {static} HandleHierarchyPaneDragAndDrop(objectsBeingDropped:IEnumerable<UnityObject>, targetTrack:TrackAsset, perform:bool, timeline:TimelineAsset, director:PlayableDirector, typeResolver:TypeResolver, insertBefore:TrackAsset) : DragAndDropVisualMode + {static} HandleClipPaneObjectDragAndDrop(objectsBeingDropped:IEnumerable<UnityObject>, targetTrack:TrackAsset, perform:bool, timeline:TimelineAsset, parent:TrackAsset, director:PlayableDirector, candidateTime:double, typeResolver:TypeResolver, insertBefore:TrackAsset) : DragAndDropVisualMode {static} HandleTrackAndItemCreation(objectsBeingDropped:IEnumerable<UnityEngine.Object>, candidateTime:double, typeResolver:TypeResolver, timeline:TimelineAsset, parent:TrackAsset, validTrackTypes:IEnumerable<Type>, insertBefore:TrackAsset) : bool {static} HandleItemCreation(objectsBeingDropped:IEnumerable<UnityEngine.Object>, targetTrack:TrackAsset, candidateTime:double, typeResolver:TypeResolver, allowMenu:bool) : void + {static} HandleClipPaneMonoScriptDragAndDrop(scriptsBeingDropped:IEnumerable<MonoScript>, targetTrack:TrackAsset, perform:bool, timeline:TimelineAsset, parent:TrackAsset, director:PlayableDirector, candidateTime:double) : DragAndDropVisualMode + {static} HandleClipPanePlayableAssetDragAndDrop(assetsBeingDropped:IEnumerable<IPlayableAsset>, targetTrack:TrackAsset, perform:bool, timeline:TimelineAsset, parent:TrackAsset, director:PlayableDirector, candidateTime:double, typeResolver:TypeResolver) : DragAndDropVisualMode {static} ValidateObjectDrop(obj:UnityObject) : bool + HandleTrackDrop(parentItem:TreeViewItem, targetItem:TreeViewItem, perform:bool, dropPos:DropPosition) : DragAndDropVisualMode + {static} HandleBindingDragAndDrop(dropTarget:TrackAsset, requiredBindingType:Type) : void {static} ValidDrag(target:TreeViewItem, draggedItems:List<TreeViewItem>) : bool } class "IEnumerable`1"<T> { } class "Action`1"<T> { } class TimelineDragData { + TimelineDragData(draggedItems:List<TreeViewItem>) } class "List`1"<T> { } TreeViewDragging <|-- TimelineDragging TimelineDragging --> "m_Timeline" TimelineAsset TimelineDragging --> "m_Window" TimelineWindow TimelineDragging +-- TimelineDragData TimelineDragData --> "draggedItems<TreeViewItem>" "List`1" @enduml
a7e26cdc9100b353666947b817ea64408d6ec531
3e8de74dfe19cd437fd7842887394d4921a109d7
/docs/images/Pizzas.plantuml
661e22a525a8aabb480f7d4ab87faed290b35b41
[]
no_license
jmbruel/InnopolisDesignPatterns
62c5f1df870883cd44245d6459243c83b96d0995
a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e
refs/heads/master
2021-02-04T20:34:22.378185
2020-11-16T17:40:28
2020-11-16T17:40:28
243,707,157
0
7
null
2020-10-23T08:58:33
2020-02-28T07:49:59
JavaScript
UTF-8
PlantUML
false
false
388
plantuml
@startuml '----------------------------------- ' UML concepts illustrated ' JMB 2014 '----------------------------------- 'hide circle hide empty members hide empty methods abstract class Pizza { } class PizzaFromage extends Pizza class PizzaGrecque extends Pizza class PizzaPoivrons extends Pizza class PizzaFromageStyleCorse as "..." { } Pizza <|-- PizzaFromageStyleCorse @enduml
25bd4bb06363529c9d2ee1a5661a492d4c89bd70
93accfc52990037d7b40a58114847522a587d525
/docs/pyparsing_class_diagram.puml
cf8d1ebbe6cc7bb3cc8f41a3fca0e74d7306cefc
[ "MIT", "Python-2.0" ]
permissive
pyparsing/pyparsing
0c3eb14fab906d5d57fc5554fbb4676d8f55a934
eb59a9f86f08158cdf995ff452dd1957dc060e36
refs/heads/master
2023-03-09T20:01:39.643145
2023-03-08T01:10:52
2023-03-08T01:10:52
91,262,163
2,011
321
MIT
2023-09-03T01:11:07
2017-05-14T18:07:01
Python
UTF-8
PlantUML
false
false
5,997
puml
@startuml 'https://plantuml.com/class-diagram top to bottom direction hide circle hide empty members 'hide empty methods skinparam groupInheritance 3 note as N1 Class Diagram --- <size 18>pyparsing 3.0.9 <size 18>May, 2022 end note N1 <-[hidden]- unicode package core { class globals { quoted_string sgl_quoted_string dbl_quoted_string delimited_list() counted_array() match_previous_literal() match_previous_expr() one_of() dict_of() original_text_for() ungroup() nested_expr() make_html_tags() make_xml_tags() common_html_entity replace_html_entity() class OpAssoc infix_notation() class IndentedBlock c_style_comment html_comment rest_of_line dbl_slash_comment cpp_style_comment java_style_comment python_style_comment match_only_at_col() replace_with() remove_quotes() with_attribute() with_class() trace_parse_action() condition_as_parse_action() srange() token_map() autoname_elements() } class ParseResults { class List {static}from_dict() __getitem__() __setitem__() __contains__() __len__() __bool__() __iter__() __reversed__() __getattr__() __add__() __getstate__() __setstate__() __getnewargs__() __dir__() as_dict() as_list() dump() get_name() items() keys() values() haskeys() pop() get() insert() append() extend() clear() copy() get_name() pprint() } class ParseBaseException #ffffff { {static} explain_exception() explain() mark_input_line() line lineno column parser_element } class ParseException class ParseFatalException class ParseSyntaxException ParseBaseException <|-- ParseException ParseBaseException <|-- ParseFatalException ParseFatalException <|-- ParseSyntaxException class ParserElement { name: str results_name: str --- {classifier} enable_packrat() {classifier} enable_left_recursion() {classifier} disable_memoization() {classifier} set_default_whitespace_chars() {classifier} inline_literals_using() {classifier} reset_cache() {static} verbose_stacktrace suppress_warning() operator + () -> And operator - () -> And.ErrorStop operator | () -> MatchFirst operator ^ () -> Or operator & () -> Each operator ~ () -> NotAny operator [] () -> _MultipleMatch operator () () [set_results_name()] add_condition() add_parse_action() set_parse_action() copy() ignore(expr) leave_whitespace() parse_with_tabs() suppress() set_break() set_debug() set_debug_actions() set_name() set_results_name() parse_string() scan_string() search_string() transform_string() split() run_tests() recurse() create_diagram() } class Token #ffffff class ParseExpression #ffffff { exprs: list[ParserElement] } class ParseElementEnhance #ffffff { expr: ParserElement } class _PositionToken #ffffff class Char class White class Word { 'Word(init_chars: str, body_chars: str, min: int, \nmax: int, exact: int, as_keyword: bool, exclude_chars: str) } class Keyword { {static} set_default_keyword_chars(chars: str) } class CaselessKeyword class Empty class Literal class Regex class NoMatch class CharsNotIn class QuotedString class And class Or class MatchFirst class Each class OneOrMore class ZeroOrMore class SkipTo class Group class Forward { operator <<= () } class LineStart class LineEnd class StringStart class StringEnd class WordStart class WordEnd class _MultipleMatch #ffffff class FollowedBy class PrecededBy class AtLineStart class AtStringStart class TokenConverter #ffffff class Located class Opt class Combine class Group class Dict class Suppress ParserElement <|-- Token ParserElement <|----- ParseExpression Token <|-- _PositionToken ParserElement <|----- ParseElementEnhance 'ParseElementEnhance ---> ParserElement 'ParseExpression ---> "*" ParserElement Token <|-- Empty Token <|-- CloseMatch Token <|-- NoMatch Token <|-- Literal Token <|-- Word Token <|---- Keyword Token <|--- Regex Token <|--- CharsNotIn Token <|-- White Token <|---- QuotedString Word <|-- Char Literal <|-- CaselessLiteral Keyword <|-- CaselessKeyword ParseExpression <|-- And ParseExpression <|-- Or ParseExpression <|-- MatchFirst ParseExpression <|-- Each ParseElementEnhance <|-- SkipTo ParseElementEnhance <|--- Forward ParseElementEnhance <|-- Located ParseElementEnhance <|--- _MultipleMatch _MultipleMatch <|-- OneOrMore _MultipleMatch <|-- ZeroOrMore ParseElementEnhance <|--- NotAny ParseElementEnhance <|--- FollowedBy ParseElementEnhance <|--- PrecededBy ParseElementEnhance <|-- Opt ParseElementEnhance <|--- TokenConverter ParseElementEnhance <|-- AtStringStart ParseElementEnhance <|-- AtLineStart TokenConverter <|-- Group TokenConverter <|-- Dict TokenConverter <|-- Suppress TokenConverter <|-- Combine _PositionToken <|-- LineStart _PositionToken <|-- LineEnd _PositionToken <|-- WordStart _PositionToken <|-- WordEnd _PositionToken <|-- StringStart _PositionToken <|-- StringEnd } package common { class " " { comma_separated_list convert_to_integer() convert_to_float() integer hex_integer signed_integer fraction mixed_integer real sci_real number fnumber identifier ipv4_address ipv6_address mac_address convert_to_date() convert_to_datetime() iso8601_date iso8601_datetime uuid strip_html_tags() upcase_tokens() downcase_tokens() url } } package unicode { class unicode_set { printables: str alphas: str nums: str alphanums: str identchars: str identbodychars: str } class Latin1 class LatinA class LatinB class BasicMultilingualPlane class Chinese class Thai class Japanese { class Kanji class Hiragana class Katakana } class Greek class Hangul class Arabic class Devanagari class Hebrew class Cyrillic unicode_set <|-- Latin1 unicode_set <|--- LatinA unicode_set <|-- LatinB unicode_set <|---- BasicMultilingualPlane unicode_set <|-- Greek unicode_set <|--- Cyrillic unicode_set <|--- Chinese unicode_set <|--- Japanese unicode_set <|--- Hangul Chinese <|-- CJK Japanese <|-- CJK Hangul <|-- CJK unicode_set <|-- Thai unicode_set <|-- Arabic unicode_set <|-- Hebrew unicode_set <|--- Devanagari } ParserElement <-[hidden] ParseBaseException 'ParseBaseException <-[hidden] globals 'globals <-[hidden] ParserElement CJK <-[hidden]-- common @enduml
5415a89d0e247f96769373ef655307b5e46cdaaa
c815f9c82c1400f76243750cd0ec609d217b9943
/execute-around/etc/execute-around.urm.puml
4fdc4bffb7d2834f1a92461db04efae19900f009
[ "MIT" ]
permissive
mikulucky/java-design-patterns
6ab10e9e5c95b6caffebf045d37d04a1571bc0cd
cbbf3bf08842723964719ed7d8ab92864ec5a58d
refs/heads/master
2021-01-17T23:34:49.962450
2016-09-28T19:54:28
2016-09-28T19:54:28
48,302,802
1
1
null
2016-01-02T23:58:44
2015-12-20T01:00:47
Java
UTF-8
PlantUML
false
false
298
puml
@startuml package com.iluwatar.execute.around { class SimpleFileWriter { + SimpleFileWriter(filename : String, action : FileWriterAction) } class App { + App() + main(args : String[]) {static} } interface FileWriterAction { + writeFile(FileWriter) {abstract} } } @enduml
19d949c72f41fc8ef08918c57d465a4fd1f8c27e
9fb800bced4689dc1cd56f5fd38f288062d5140c
/src/profile-service/ApplicationUnitTests/DelegatingHandlerStub.puml
61db1d27c030178ddddb482fefabf13fb1693206
[]
no_license
converge-app/uml-diagrams
b0638f3b801ced52b650025b1b81d29f4ff345fe
4202d41a464838d7604062e407b065bf512ad8d6
refs/heads/master
2020-11-25T09:53:56.136779
2019-12-17T12:11:29
2019-12-17T12:11:29
228,607,152
0
0
null
null
null
null
UTF-8
PlantUML
false
false
464
puml
@startuml class DelegatingHandlerStub { - <<readonly>> _handlerFunc : Func<HttpRequestMessage, CancellationToken, Task<HttpResponseMessage>> + DelegatingHandlerStub() + DelegatingHandlerStub(handlerFunc:Func<HttpRequestMessage, CancellationToken, Task<HttpResponseMessage>>) # <<override>> SendAsync(request:HttpRequestMessage, cancellationToken:CancellationToken) : Task<HttpResponseMessage> } DelegatingHandler <|-- DelegatingHandlerStub @enduml