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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
eab69500a9a7d4ae2b71b1e94fb35915e9207ca2 | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao3/UC6/UC6_MD.puml | a1e237c7781aa91bc5a85db1bd5a4cd3cea6cddf | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 931 | puml | @startuml
hide methods
left to right direction
skinparam classAttributeIconSize 0
class Plataforma {
-String designacao
}
class Organizacao {
-String nome
-String NIF
-String website
-String telefone
-String email
}
class Tarefa {
-String referencia
-String designcao
-String descInformal
-String descTecnica
-Integer duracaoEst
-Double custoEst
}
class Categoria {
-String id
-String descricao
}
class Colaborador {
-String nome
-String funcao
-String telefone
-String email
}
class Utilizador {
-String nome
-String email
-String password
}
Plataforma "1" -- "*" Organizacao : tem registadas >
Plataforma "1" -- "*" Categoria : possui >
Organizacao "1" -- "*" Tarefa: possui >
Colaborador "1" -- "*" Tarefa: especificada por <
Colaborador "0..1" -- "1" Utilizador: atua como >
Tarefa "*" -- "1" Categoria: enquadra-se em >
Organizacao "1" -- "1..*" Colaborador : tem >
@enduml
|
da40b99b2311c73e6ca29e3cd38de34adde9b551 | 981d1e050c027cba8a5dd9d2ac37e7193a9a4e06 | /src/main/java/ex41/base/ex41plant.puml | 21be4e36a9005d3e14ac749757b1a27f6743f51b | [] | no_license | cristiam193/enciso-cop3330-assignment3 | 1a3ae88a3321941111774d95fb6253ccbd9c41ae | 8641fe7d5ca905449e0bf4277cad5dc0b2be27ec | refs/heads/master | 2023-06-02T03:56:44.526844 | 2021-06-21T01:56:26 | 2021-06-21T01:56:26 | 378,743,144 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 163 | puml | @startuml
'https://plantuml.com/class-diagram
class List {
+sortList()
+outputList()
}
class App {
-counter
+getInput()
}
App o-> List
@enduml |
cc92583863c3f9b3399d0b0687fae93748dd521c | 06e8a88bdd899c56bdc47d66c8a8e18aecc14e02 | /src/mediatormode/MediatorMode.puml | 2e44d56bddb16649a2f74bb70962311618685464 | [] | no_license | dlovetco/designMode | 0f5a341992a3e62c75a2e80811e581d9405ed28a | 0f166ebe06532bf4502e4fc6ce3c4c04a67944a7 | refs/heads/master | 2021-04-15T15:24:19.898505 | 2018-03-29T10:01:20 | 2018-03-29T10:01:20 | 126,817,842 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 658 | puml | @startuml
interface Country{
{abstract}setUnion(Mediator mediator);
{abstract}sendMessage(String message);
{abstract}getMessage(String message);
}
Country <|.. China
Mediator <-- China
class China{
Mediator union
setUnion(Mediator mediator);
sendMessage(String message);
getMessage(String message);
}
Country <|.. USA
Mediator <-- USA
class USA{
Mediator union
setUnion(Mediator mediator);
sendMessage(String message);
getMessage(String message);
}
interface Mediator{
{abstract}sendMessage(Country country, String message)
}
Mediator <|.. Union
Country <-- Union
class Union{
Country china
Country usa
sendMessage(Country country, String message)
}
@enduml |
14dd30d9724ad8550692402f10bc66764335b4c2 | fbd4ab7cd047d24cabf6fd77b1f2ef9e4d1526c8 | /src/main/java/ex42/ParsingDataFile.puml | 0146f5a91ce3b5c75201d665a89bafa18e71fe92 | [] | no_license | udaygudipudi/Gudipudi-cop3330-assignment3 | 2af92dae2c1d8d5004a8c664e7250a222d0d8399 | 3164106ff0208e29db04ef93fbebfdbdc4dd3de9 | refs/heads/master | 2023-08-12T12:48:43.421507 | 2021-10-12T02:31:42 | 2021-10-12T02:31:42 | 416,155,292 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 128 | puml | @startuml
class ParsingDataFile {
+ reformat() throws IOException
+ main(String[] args) throws IOException
}
@enduml |
5812f5204468771493e020c5fa725662df79cdb2 | 4e66b60562009e54e3249595d08d88573c1d7fba | /uml/Associations.puml | e3d435cabf8b15fee4006593a85bd9b2344b0b34 | [
"MIT"
] | permissive | pierre3/PlantUmlClassDiagramGenerator | a17a7ec5e3b547b0a9d5afee1d74436c6d602782 | 00bd84d543a14f05c95857426060e677c4668cc8 | refs/heads/master | 2023-07-06T01:15:15.436366 | 2023-05-31T13:39:56 | 2023-06-02T10:24:02 | 41,860,665 | 598 | 123 | MIT | 2023-08-20T06:56:51 | 2015-09-03T13:17:42 | C# | UTF-8 | PlantUML | false | false | 285 | puml | @startuml
class ClassA {
}
class Type1 {
+ value1 : int <<get>> <<set>>
}
class Type2 {
+ string1 : string <<get>> <<set>>
}
class "IList`1"<T> {
}
ClassA o-> "Strings<string>" "IList`1"
ClassA --> "Prop1" Type1
ClassA --> "field1" Type2
Type2 --> "Prop2" ExternalType
@enduml
|
bf2f4c9f8c98d32ad30952b6491381b5f868efe5 | 5bda871fceb094fb9925872cf46794a7bb523678 | /src/main/java/builder/examples/recursiveGeneric/recursiveGeneric.plantuml | 89c0a411002f31b9753557c7e5f23f3b61db89ac | [] | no_license | jestin-g/java-design-pattern | 9ec3526091fd4a5b795b035e3d6ae54a064e9ed2 | da908b77cced2e25640f68f22d4bccda88e1321e | refs/heads/master | 2023-02-11T14:12:52.417590 | 2021-01-06T16:48:53 | 2021-01-06T16:48:53 | 307,839,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 994 | plantuml | @startuml
title __RECURSIVEGENERIC's Class Diagram__\n
namespace builder.examples.recursiveGeneric {
class builder.examples.recursiveGeneric.EmployeeBuilder {
+ worksAs()
# self()
}
}
namespace builder.examples.recursiveGeneric {
class builder.examples.recursiveGeneric.Person {
+ name : String
+ position : String
+ toString()
}
}
namespace builder.examples.recursiveGeneric {
class builder.examples.recursiveGeneric.PersonBuilder {
+ build()
+ withName()
# self()
}
}
builder.examples.recursiveGeneric.EmployeeBuilder -up-|> builder.examples.recursiveGeneric.PersonBuilder
builder.examples.recursiveGeneric.PersonBuilder o-- builder.examples.recursiveGeneric.Person : person
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
|
f2dfb949eb73b2e38339b4c44618f6e9d7261cca | f3e5470b71219337445bca0f5e5c1ffa32da3af8 | /Documentation/plantuml/Grid/State Control/PlaceStructureState.puml | 0cc11de771f1d1687d806f10dd945da35d09a703 | [
"MIT"
] | permissive | Jaren-Taylor/Smart-City-Dashboard | 65116d7afd09bdc9d5ff33e05213a83bc73b52cb | 7d947637bc1c0b0d4a7a2b781c405518481dc319 | refs/heads/main | 2023-04-14T06:55:40.565340 | 2021-04-26T19:55:52 | 2021-04-26T19:55:52 | 327,404,880 | 0 | 0 | null | 2021-04-19T02:11:24 | 2021-01-06T19:02:38 | C# | UTF-8 | PlantUML | false | false | 398 | puml | @startuml
class PlaceStructureState {
+ PlaceStructureState(structure:BuildingTile.StructureType)
+ OnPop(location:DigitalCursor) : void
+ OnPush(location:DigitalCursor) : void
+ OnMouseDown(location:DigitalCursor) : void
+ OnMouseEnterTile(location:DigitalCursor) : void
+ OnMouseExitTile(location:DigitalCursor) : void
}
IGridControlState <|-- PlaceStructureState
@enduml
|
a1dd4129c22a92e16d0ec4ed5dc5058737e581ca | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StandalonePriceStagedChangesRemovedMessagePayload.puml | 63bb910c5ddab847fcc9004a3b88981ab577e83e | [] | 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 | 525 | 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 StandalonePriceStagedChangesRemovedMessagePayload [[StandalonePriceStagedChangesRemovedMessagePayload.svg]] extends MessagePayload {
type: String
stagedChanges: [[StagedStandalonePrice.svg StagedStandalonePrice]]
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
|
28e9de9f87185bf903509b56c5076b1102c209ea | 7c96a247c9488efd661d7551e54bc6fc7a909488 | /src/main/java/com/rezahdrm/structural/facade/facadeUML.puml | ade6483021f5309bfa2ac9923fbe24490f7296ae | [] | no_license | reza-hdrm/DesignPatterns | a998d0a0f19660316a094ae1624f3b75b7bba332 | 05ccb8498b45e5511f35f2bd1c72da5f8b9da083 | refs/heads/master | 2023-04-10T23:45:27.006631 | 2021-04-12T14:20:18 | 2021-04-12T14:20:18 | 320,042,304 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 794 | puml | @startuml
class CPU {
- brand : String
- series : String
- cpuSocket : String
- cpuSpeed : String
+ freeze () : void
+ jump (position : long) : void
+ execute () : void
}
class Memory {
- brand : String
- capacity : int
- computerMemoryType : String
+ load (position:long, data:byte[]) : void
}
class HardDrive {
- brand : String
- series : String
- capacity : int
+ read (lba:long, data:int) : byte[]
}
class ComputerFacade {
- cpu : CPU
- memory : Memory
- hardDrive : HardDrive
+ start() : void
}
class ComputerFacadeTest {
+ test() : void
}
CPU "1"<--*"1" ComputerFacade
Memory "1"<--*"1" ComputerFacade
HardDrive "1"<--*"1" ComputerFacade
ComputerFacade <.. ComputerFacadeTest : <<create>>
@enduml |
ea14fd969312c75e040daba6dfa704db77358681 | 7e6fa61a8595cd38195713b5c7698f5de6f7c7b3 | /base/022/diagrama.puml | 0022254fc30c4bf7085aa98f6089b183a24732e1 | [] | no_license | qxcodepoo/arcade | 3ff1852792a47584f00c1ab9fd5011ebb2c4b830 | 3722a8c976a51829b2b6f4913360c23bf114433a | refs/heads/master | 2023-08-31T04:07:06.255292 | 2023-08-25T03:16:42 | 2023-08-25T03:16:42 | 217,410,955 | 36 | 42 | null | 2020-09-24T13:22:18 | 2019-10-24T23:12:40 | C++ | UTF-8 | PlantUML | false | false | 1,800 | puml | @startuml
class Hospital {
- medicos : TreeMap<String, IMedico>
- pacientes : TreeMap<String, IPaciente>
__
+ Hospital()
+ addMedico(medico : IMedico)
+ addPaciente(paciente : IPaciente)
+ removerMedico(sender : String)
+ removerPaciente(sender : String)
+ vincular(nomeMedico : String, nomePaciente : String)
__
+ toString() : String
}
~interface IMedico {
+ addPaciente(IPaciente) {abstract}
+ removerPaciente(String) {abstract}
__
+ getClasse() : String {abstract}
+ getId() : String {abstract}
+ getPacientes() : Collection<IPaciente> {abstract}
__
+ toString() : String
}
~interface IPaciente {
+ addMedico(IMedico) {abstract}
+ removerMedico(String) {abstract}
__
+ getDiagnostico() : String {abstract}
+ getId() : String {abstract}
+ getMedicos() : Collection<IMedico> {abstract}
__
+ toString() : String
}
class Medico {
~ classe : String
~ pacientes : TreeMap<String, IPaciente>
~ sender : String
__
+ Medico(sender : String, classe : String)
+ addPaciente(paciente : IPaciente)
+ removerPaciente(idPaciente : String)
__
+ getClasse() : String
+ getId() : String
+ getPacientes() : Collection<IPaciente>
__
+ toString() : String
}
class Paciente {
# diagnostico : String
# medicos : TreeMap<String, IMedico>
# sender : String
__
+ Paciente(sender : String, diagnostico : String)
+ addMedico(medico : IMedico)
+ removerMedico(idMedico : String)
__
+ getDiagnostico() : String
+ getId() : String
+ getMedicos() : Collection<IMedico>
__
+ toString() : String
}
Medico .u|> IMedico
IPaciente <|.. Paciente
Medico "1" -o "0..*" IPaciente
Medico "1" -[hidden]-----> "0..*" IPaciente
IMedico "0..*" o- "1" Paciente
Hospital "1" --* "0..*" IMedico
Hospital "1" -* "0..*" IPaciente
@enduml |
4af22377081d55f8b1bbb591bba53f45ba9b3423 | e8eb337a2b2cbe18456b321804020572e9315e71 | /docs/mdd.puml | dbd3b5019afdb8f2d43b402ec851f285948785b6 | [] | no_license | AndreNguyen15/log210-systeme-gestion-bordereau-node-express-ts | a5f350f3b2b148bf126568f096d1b70fdc3c91db | f1ffe8aeb2dee99f55c6244596254497993a6651 | refs/heads/master | 2022-12-18T19:16:18.801218 | 2020-09-15T21:00:20 | 2020-09-15T21:00:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 738 | puml | @startuml
skinparam style strictuml
skinparam defaultfontname Verdana
left to right direction
hide empty members
'skinparam linetype ortho
title Modèle du domaine pour le système de gestion des bordereau Ch. 1 de Larman
class Course {
sigle : String
groupe : String
titre : String
nb_max_student: String
}
class Student {
first_name: String
last_name: String
email: String
permanent_code: String
}
class Teacher {
first_name: String
last_name: String
email: String
}
class Note {
type: String
type_id: Integer
note: Float
}
Note "*" -- "1" Course: sont obtenu dans le cadre >
Student "1" -- "*" Course : est inscrit >
Student "1" -- "*" Note: obtient >
Teacher "1" -left- "*" Course: Enseigne >
@enduml |
e6387c71a9e0057ed1103bbd8ac98417089bfd1f | a55a88aa2a615019a52acbf39aa811893e593265 | /docs/design/account/0_modeling.puml | fcef3c942f0e0f1862b7ee3221537c4859799d8c | [] | no_license | antiline/videoshop | 4b788399ccb35903a9a2200e6596d9b49fd05291 | c166e2e750ca8a3372c2d521732018e5c749cd4f | refs/heads/master | 2020-08-02T18:19:00.514832 | 2017-12-01T10:39:10 | 2017-12-01T10:39:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 208 | puml | @startuml
skinparam monochrome true
class Account
class Privilege
class AccountRole {
account: Account
privilege: Privilege
}
Account --> AccountRole: 1:n
Privilege --> AccountRole: 1:n
@enduml |
7b50b5d5355ea7f19fd2f7f7fe26e2cb5a5bf4e7 | 394a56ac07462a7305e934de37c3ed3a5363f56a | /Sprint 3/Análise/UC2_Definir_Área_de_Actividade/UC2_DC.plantuml | 87f7af258657b5e97cfc4dd0bda9a0ae03b59d0a | [] | no_license | pedro-miguez/upskill_java1_labprg_grupo3 | 69ab871772f2a2faba901ee894aea2f8fe7392bb | 99bed16b491e8f0fbceb86e621cb9164e7722586 | refs/heads/main | 2023-03-24T02:26:43.964110 | 2021-03-22T10:50:54 | 2021-03-22T10:50:54 | 331,625,464 | 1 | 0 | null | 2021-03-19T18:00:07 | 2021-01-21T12:45:29 | Java | UTF-8 | PlantUML | false | false | 1,190 | plantuml | @startuml_mc_uc2
title UC2 - Diagrama de Classes
class AreaAdministrativoUI{
}
class DefinirAreaController{
+definirAreaAtividade(String codigoUnico, String descBreve, String descDetalhada)
}
Class Plataforma <<Singleton>> {
-String designacao
-RepositorioAreaAtividade repoAreaAtiv
+getInstance()
+getRepoAreaAtiv()
}
class RepositorioAreaAtividade{
+AreaAtividade criarAreaAtividade(String codigoUnico, String descBreve, String descDetalhada)
-addAreaAtividade(AreaAtividade area)
-AreaAtividade getAreaAtividadeByCodUnico(CodigoUnico codigoUnico)
-ArrayList<AreaAtividade> listarAreaAtividade()
}
class AreaAtividade{
-String descBreve
-String descDetalhada
+AreaAtividade(CodigoUnico codigoUnico, String descBreve, String descDetalhada)
}
class CodigoUnico{
-String codigoUnico
}
AreaAdministrativoUI ..> DefinirAreaController
DefinirAreaController ..> AreaAtividade
DefinirAreaController ..> Plataforma
DefinirAreaController ..> RepositorioAreaAtividade
Plataforma "1" --> "1" RepositorioAreaAtividade: tem
RepositorioAreaAtividade "1" --> "*" AreaAtividade: possui
AreaAtividade "1" --> "1" CodigoUnico : tem
@enduml_mc_uc2 |
7fbde42218dd5c87f050d226bd82f0ebdd97d97b | 16128a2b02e5ba9171ce54c47d3eb91cc5188309 | /api.puml | 20896287476732d1f14f94adcd790a2944ec93ed | [] | no_license | arkusa/swiper-react | 190b78d4ac9acc9f2725209445793b1d4b833575 | 4ac6f51552f9345b64b3118e9294eeb8a793c717 | refs/heads/main | 2023-01-02T05:21:02.878348 | 2020-10-26T05:07:58 | 2020-10-26T05:07:58 | 307,265,536 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,054 | puml | @startuml
class Swiper(web) {
+ seamless: Boolean = true - 是否无缝 (done)
+ loop: Boolean = true - 是否循环 (done)
+ swiperPrev(): void - 前一个滑块 (done)
+ swiperNext(): void - 后一个滑块 (done)
+ swiperTo(Number: index) - 滚动到某个滑块 (done)
+ vertical: Boolean = false - 垂直, 默认水平 (done)
+ autoPlay: Boolean = true - 自动滚动 (done)
+ initialIndex: Number = 0 - 初始化显示的滑块(done)
+ moveDirection: Nunber = 1 - 滑动方向 >0 正向 <=0反向 (done)
+ activeDuration: Number = 1000 - 显示时间, 以ms为单位 (done)
+ moveDuration: Number = 100 - 滑动持续的时间, 以ms为单位 (done)
+ indicator: Boolean|ReactElement = false - 指示器 (done)
+ activedSwiperChangeStart (done)
+ activedSwiperChangeEnd(Number: index) - 滑块改变后的回调 (todo)
+ mouseable: Boolean = true - 鼠标控制滚动 (TODO)
}
class Swiper-Item(web) {
+ click(Number: index) - 点击的是那个滑块 TODO(待定,可以直接绑定到元素上)
}
@enduml |
09d30552cdd4f3e1636651d5c266b1d7ed5df821 | 66c13354bc60127ec63915c03f225186bcedeaa4 | /design/codec.puml | ba612641b149e731d23e73a979391302aa4b7fb7 | [] | no_license | PickDream/Halo-RPC | cdffcfe0addf77a43b77dd09e4479893b9597dd9 | 41c25d0806f8fa998dcb3850f8284969cda78f93 | refs/heads/main | 2023-06-16T20:01:49.412427 | 2021-07-14T10:34:38 | 2021-07-14T10:34:38 | 378,350,244 | 8 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 408 | puml | @startuml
'https://plantuml.com/class-diagram
interface Codec {
+ encode()
+ decode()
}
class ProtoBuffCodec
class HaloCodecAdapter {
- encoder:ChannelHandler
- decoder:ChannelHandler
- codec:Codec
}
class InternelEncoder
class InternelDecoder
HaloCodecAdapter --> InternelDecoder
HaloCodecAdapter --> InternelEncoder
ProtoBuffCodec --|> Codec
HaloCodecAdapter --> Codec
@enduml |
73e35f69b59bcf8586cad3fed5c2a2806a490086 | 8452043d61819f0b7ee785740699d86d0b518d00 | /etat/caisse-enregistreuse/etat-caisse-enregistreuse-classe.plantuml | 56796282fb395a2233194d5a6806c889a1f6afee | [] | no_license | arielsashcov/LOG210-exercices | 30b4f560d40ad4e97fb859b39c8a79f9e69faa02 | ff0662106974aa5b93faa0c818218d4af561bbd5 | refs/heads/master | 2023-02-19T21:22:51.983498 | 2021-01-21T18:21:00 | 2021-01-21T18:21:00 | 331,715,420 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,542 | plantuml | @startuml
class Caisse {
creerNouvelleVente()
saisirArtiche(codeArticle, quantite)
terminerVente()
creerPaiementenEspeces(montant:string)
creerPaiementACredit(montant:string, idCC:string)
creerPaiementParCheque(montant:string, idPermisConcuire:string)
autoriser()
getState(): IEtatCaisse
setState(IEtatCaisse)
}
interface IEtatCaisse{
creerNouvelleVente()
saisirArtiche(codeArticle, quantite)
terminerVente()
creerPaiementenEspeces(montant:string)
creerPaiementACredit(montant:string, idCC:string)
creerPaiementParCheque(montant:string, idPermisConcuire:string)
autoriser()
}
abstract class EtatCaisse {
{abstract} creerNouvelleVente()
{abstract} saisirArtiche(codeArticle, quantite)
{abstract} terminerVente()z
{abstract} creerPaiementenEspeces(montant:string)
{abstract} creerPaiementACredit(montant:string, idCC:string)
{abstract} creerPaiementParCheque(montant:string, idPermisConcuire:string)
{abstract} autoriser()
}
class AttenteVente {
creerNouvelleVente()
}
class SaisieArticle {
saisirArtiche(codeArticle, quantite)
terminerVente()
}
class AttentePaiement {
creerPaiementenEspeces(montant:string)
creerPaiementACredit(montant:string, idCC:string)
creerPaiementParCheque(montant:string, idPermisConcuire:string)
}
class AutorisationPaiement {
autoriser()
}
Caisse "1" -right- "1" IEtatCaisse
IEtatCaisse <|-down- EtatCaisse
EtatCaisse <|-- AttenteVente
EtatCaisse <|-- AttentePaiement
EtatCaisse <|-- SaisieArticle
EtatCaisse <|-- AutorisationPaiement
note left of EtatCaisse: Toutes ces opérations\ngénèrent une exception\npar défault
@enduml
@startuml
skinparam Style strictuml
participant X
participant ":Caisse" as C
participant "av:AttenteVente" as AV
participant "sa:SaisieArticles" as SA
Participant ":EtatCaisse" as IS <<Abstract>>
X --> C**: create()
activate C
C --> AV**: create()
C -> C: setState(av)
activate C
deactivate C
deactivate C
X --> C: creerNouvelleVente()
activate C
C -> C: av = getState();
activate C
deactivate C
C -> AV: IEtatCaisse sa = \ncreerNouvelleVente(this)
activate AV
AV -> AV: IEtatCaisse sa = \ncreerNouvelleVente(this)
activate AV
AV -> SA**: create()
deactivate AV
C <-- AV
deactivate AV
C -> C: setState(sa)
activate C
deactivate C
X <-- C
deactivate C
X -> C: creerNouvelleVente()
activate C
C -> C: sa = getState();
activate C
deactivate C
C -> SA: IEtatCaisse av2 = \ncreerNouvelleVente(this)
SA -> IS : IEtatCaisse av2 = \ncreerNouvelleVente(this)
IS --> Exception**: throw("Operation not \navailable for this state")
X <-- IS
deactivate C
@enduml |
0ba76ee8146c6ac65758d4b512c173eedb9b3f23 | c6b7af9b7d90213829e96b106a60674b4ea18aae | /documents/diagram/history/historyClass.puml | 0473c45fe2c4983d71fef4abdb6524060547adf9 | [
"MIT"
] | permissive | LaunoisRemy/ToolShare | b718ce76b9da3f545977d6b4efd1693ad3d0444e | 90f1877b10f69e6cf4f16cbfcd4b7056cba54977 | refs/heads/master | 2023-02-14T22:48:04.878284 | 2021-01-11T16:58:14 | 2021-01-11T16:58:14 | 316,703,051 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,820 | puml | @startuml
package dao {
abstract class HistoryDao{
# {static} HistoryDao()
- {static} LazyHolder()
+ {static} getInstance() : HistoryDao
getAllOffersFromHistory(userId : int): Offer[]
getOffererFromOfferId(offerId : int) : User
getAlreadyRated(userId : int, offerId : int) : boolean
}
class HistoryDaoMySQL
AbstractFactoryDao <|-- FactoryDaoMySQL
HistoryDao <|-- HistoryDaoMySQL
interface DAO<T>{
find(id : int) : T
create(T obj) : T
update(T obj) : T
delete(T obj) : boolean
}
abstract AbstractFactoryDao{
- {static} final connectionDB : ConnectionDB
+ {static} getFactory(type : TypeDB) : AbstractFactoryDao
+ getHistoryDao() : HistoryDao
}
class FactoryDaoMySQL{
}
DAO <|.. HistoryDao
}
package db{
class ConnectionDBMySQL{
- connection : Connection
- ConnectionDBMySQL()
+ {static} getInstance() : ConnectionDBMySQL
+ getDb() : Connection
}
class LazyHolderDB{
+ {static} final INSTANCE : ConnectionDBMySQL
}
interface ConnectionDB
ConnectionDBMySQL -Left-> LazyHolderDB
ConnectionDBMySQL .up.|> ConnectionDB
}
package business{
class SessionFacade{
+ getUser() : User
}
class HistoryFacade{
+ viewAllOffersFromHistory(userId : int) : Offer[]
+ newRate(userId : int, offerId : int)
}
class Offer{
-offerId : int
-title : String
-pricePerDay : int
-description : String
-toolState : String
-isPriority : boolean
-userId : int
-categoryId : int
+ Offer(...)
+ getOfferId() : int
+ getTitle() : String
+ getPricePerDay() : int
+ getDescription() : String
+ getUserId() : int
+ getCategoryId() : int
+ setTitle(title:String) : void
+ setDescription(description:String) : void
+ setPricePerDay(price:int) : void
+ setUserId(userId:int) : void
+ setCategoryId(categoryId:int) : void
+ setIsPriority(b:boolean) : void
}
HistoryFacade --> SessionFacade
}
package gui{
class LoadView{
+ {static} load(nameFxml : Parent) : Parent
+ {static} changeScreen(actionEvent : ActionEvent, view : String) : void
}
package controller{
class HistoryController{
- infos_offer : ListView
- commentArea : JTextArea
- rateArea : JButtonBar
+ handleOffersFromHistory(actionEvent : ActionEvent) : void
+ handleNewRate(actionEvent : ActionEvent) : void
}
}
}
HistoryFacade <--Up- HistoryController
HistoryDao --> AbstractFactoryDao
HistoryFacade --> HistoryDao
@enduml |
a10c0adb3d1383dce1405f4810b10c2a5ed8fb6c | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AttributeBooleanType.puml | 5558c0d058c5e4b0d3309e77343aa6dc2d07341b | [] | 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 | 393 | 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 AttributeBooleanType [[AttributeBooleanType.svg]] extends AttributeType {
name: String
}
interface AttributeType [[AttributeType.svg]] {
name: String
}
@enduml
|
8eac68d86fbfa3e44d31681069fda3f2e975c4bb | 8d59d249826795ec374beeb8c2e699756e714b04 | /app/src/main/java/com/example/acrv/UMLDiagram/MyUMLDiagram.puml | 57e173c5554002851daeb4a49132f9c6f89e3399 | [] | no_license | dayf0rdie1999/ACRV | 779686ac0a931510d50503937e7c195cf62e48e6 | 92e0f5abfff2ea7b95c1088cdf5a69c2890d8be5 | refs/heads/master | 2023-03-24T10:52:19.678790 | 2021-03-21T05:14:10 | 2021-03-21T05:14:10 | 342,399,702 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,734 | puml | @startuml
'https://plantuml.com/class-diagram
CitiesWeather*-- CityWeather
CitiesWeather*-- Clouds
CitiesWeather*-- Coord
CitiesWeather*-- Main
CitiesWeather*-- Weather
CitiesWeather*-- Wind
CoordWeather*-- Clouds
CoordWeather*-- Coord
CoordWeather*-- Main
CoordWeather*-- Sys
CoordWeather*-- Weather
CoordWeather*-- Wind
CitiesWeatherAdapter*.. MyCitiesWeatherViewHolder
WeatherForeCastFragment*.. CitiesWeatherAdapter
UserCityWeatherAdapter*.. myUserCityWeatherViewHolder
UserWeatherForecastFragment*.. UserCityWeatherAdapter
SimpleApi<|-- CitiesWeather
SimpleApi<|-- CoordWeather
RetrofitInstace*-- SimpleApi
Repository<|-- RetrofitInstace
MainViewModel-- Repository
MainViewModelFactory*.. MainViewModel
UserWeatherForecastFragment*.. MainViewModelFactory
UserWeatherForecastFragment-- MainViewModel
cityWeatherFragment-- UserWeatherForecastFragment
UserDatabase*.. UserCityWeather
UserDatabase*.. UserDao
UserRepository<|-- UserDao
UserCityWeatherViewModel-- UserDao
UserCityWeatherViewModel*.. UserRepository
UserWeatherForecastFragment*.. UserCityWeatherViewModel
MainActivity-- UserWeatherForecastFragment
MainActivity-- CityWeatherFragment
MainActivity-- UserCityWeatherAdapter
Constants-- RetrofitInstace :Association
cityWeatherFragment-- WeatherForeCastFragment: Association
class CitiesWeather {
== data class ==
+calctime: Double
+Int: cnt
+Int: cod
+list: list<CityWeather>
}
class CityWeather {
== data class ==
+clouds: Clouds
+coord: Coord
+dt: Int
+id: Int
+main: Main
+name: string
+rain: Any
+snow: Any
+visibility: Int
+ weather: List<Weather>
+wind: Wind
}
class Clouds {
== data class ==
+ today: Int
}
class Coord {
== data class ==
+Lat: Double
+Lon: Double
}
class Main {
== data class ==
+feels_like: Double,
+grnd_level: Int,
+humidity: Int,
+pressure: Int,
+sea_level: Int,
+temp: Double,
+temp_max: Double,
+temp_min: Double
}
class Weather{
== data class ==
+description: string
+icon: string
+id: Int
+main: String
}
class Wind{
== data class ==
+deg: Int,
+speed: Double
}
class CoordWeather<<cloud>>{
== data class ==
+base: String,
+clouds: Clouds,
+cod: Int,
+coord: Coord,
+dt: Int,
+id: Int,
+main: Main,
+name: String,
+sys: Sys,
+timezone: Int,
+visibility: Int,
+weather: List<Weather>,
+wind: Wind
}
class Clouds{
== data class ==
+all: Int
}
class Coord{
== data class ==
+lat: Int,
+lon: Int
}
class Main{
== data class ==
+feels_like: Double,
+humidity: Int,
+pressure: Int,
+temp: Double,
+temp_max: Double,
+temp_min: Double
}
class Sys{
== data class ==
+country: String,
+id: Int,
+sunrise: Int,
+sunset: Int,
+type: Int
}
class Weather{
== data class ==
+description: String,
+icon: String,
+id: Int,
+main: String
}
class Wind{
== data class ==
+deg: Int,
+speed: Double
}
interface SimpleApi{
#getWeather(): Response<CoordWeather>
#getCitiesWeather(): Response<CitiesWeather>
#getCityWeather(): String
}
class RetrofitInstace {
== Delecare and Intializing the variables ==
-retrofit: RetrofitBuilder()
+api: SimpleApi()
}
class CitiesWeatherAdapter{
-myCitiesWeatherList: List<CitiyWeather>
#onCreateViewHolder(): MyCitiesWeatherViewHolder
#onBindViewHolder()
#getItemCount(): Int
#setData()
}
class MyCitiesWeatherViewHolder {
#itemCityNameCard: TextView
#itemRainCard: TextView
}
class WeatherForeCastFragment {
-myCitiesWeatherAdapter: CitiesWeatherAdapter
-MyCitiesWeatherAdapter: CitiesWeatherAdapter
#onCreateView()
#onCreateOptionsMenu()
#onQueryTextSubmit()
#onQueryTextChange()
#getCityWeather()
}
class UserCityWeatherAdapter {
-myUserCityWeatherList: emptyList<UserCityWeatherForecast>
#fun onCreateViewHolder(): myUserCityWeatherViewHolder
#fun onBindViewHolder()
#fun getItemCount(): Int
#fun setData()
}
class myUserCityWeatherViewHolder {
#itemCityNameUserCard: TextView
}
class UserWeatherForecastFragment {
-mUserCityWeatherViewModel: UserCityWeatherViewModel
#userCityWeatherAdapter: UserCityWeatherAdapter
#fun onCreateView()
}
class cityWeatherFragment {
-args: NavArgs<cityWeatherFragment>
-mUserCityWeatherViewModel: UserCityWeatherViewModel
#fun onCreateView()
#fun onCreateOptionsMenu()
#fun onOptionsItemSelected()
}
class Repository {
#getWeather(): Response<CoordWeather>
#getCitiesWeather(): Response<CitiesWeather>
#getCityWeather(name: String): Response<CoordWeather>
}
class UserRepository {
#readAllData: LiveData<List<UserCityWeather>>
#fun addUserCityWeather(userCityWeather: UserCityWeather)
#fun deleteUserCityWeather(userCityWeather: UserCityWeather)
}
interface UserDao {
#readAllData(): LiveData<List<UserCityWeather>>
#addUserCityWeather(userCityWeather: UserCityWeather)
#deleteUserCityWeather(userCityWeather: UserCityWeather)
}
abstract class UserDatabase {
-INSTANCE: UserDatabase?
#fun userDao(): UserDao
#getDatabase(context: Context): UserDatabase
}
class UserCityWeather<<database>> {
== data class ==
#id: Int,
#cityName: String
}
class Constants {
+BASE_URL: String
}
class MainViewModel{
#myResponse: MutableLiveData<Response<CoordWeather>>
#myCitiesWeather: MutableLiveData<Response<CitiesWeather>>
#myCityWeather: MutableLiveData<Response<CoordWeather>>
#getWeather()
#getCitiesWeather()
#getCityWeather(name: String)
}
class UserCityWeatherViewModel {
#val readAllData: LiveData<List<UserCityWeather>>
-val repository: UserRepository
#addUserCityWeather(userCityWeather: UserCityWeather)
#deleteUserCityWeather(userCityWeather: UserCityWeather)
}
class MainViewModelFactory
{
#<T : ViewModel?> create(modelClass: Class<T>): T
}
class MainActivity{
#onCreate(savedInstanceState: Bundle?)
#onSupportNavigateUp(): Boolean
}
@enduml |
2170e8acfa2a3a4e1bbda4445a50e27e37c8b269 | 4fceac5ab65719512f05340809dbc90786f0a6aa | /app/src/main/java/com/hzp/hiapp/demo/uml/05_ActivityThread.puml | 395b8935f0b71e115f7ac910431ece4262be9562 | [] | no_license | hzp201314/HiApp | 13f150e42136a6d53d11276ed062205398990d06 | fe59da6c12265aefdbd4572224dbce14d4e1a2e3 | refs/heads/main | 2023-05-04T22:42:54.353547 | 2021-05-21T03:44:52 | 2021-05-21T03:44:52 | 287,014,176 | 2 | 4 | null | null | null | null | UTF-8 | PlantUML | false | false | 14,578 | puml | @startuml
'https://plantuml.com/sequence-diagram
autonumber
'1
ActivityThread.java -> ActivityThread.java: main()
activate ActivityThread.java
note left
ActivityThread.java
public static void main(String[] args) {
// 消息循环驱动器
Looper.prepareMainLooper();
ActivityThread thread = new ActivityThread();
thread.attach(false, startSeq);
// 开启Looper的循环工作
Looper.loop();
}
end note
'2
ActivityThread.java -> ActivityThread.java: attach()
activate ActivityThread.java
note left
ActivityThread.java
final ApplicationThread mAppThread = new ApplicationThread();
private void attach(boolean system, long startSeq) { {
//是否是系统进程,显然不是,system=false
if (!system) {
//AIDL接口,运行中对应AMS对象
final IActivityManager mgr = ActivityManager.getService();
try {
//向AMS注册本应用进程,以方便AMS调度本进程四大组件以及生命周期
mgr.attachApplication(mAppThread, startSeq);
} catch (RemoteException ex) {
throw ex.rethrowFromSystemServer();
}
BinderInternal.addGcWatcher(new Runnable() {
@Override public void run() {
...
long dalvikMax = runtime.maxMemory();
long dalvikUsed = runtime.totalMemory() - runtime.freeMemory();
if (dalvikUsed > ((3*dalvikMax)/4)) {
...
try {
//OOM监控,当内存占用达到最大内存的3/4时,
// 就会调用ATMS.releaseSomeActivities()释放一些页面
ActivityTaskManager.getService().releaseSomeActivities(mAppThread);
} catch (RemoteException e) {
throw e.rethrowFromSystemServer();
}
}
}
});
} else {
}
}
end note
'3
ActivityThread.java -> ActivityManagerService.java: mgr.attachApplication()
activate ActivityManagerService.java
note right
ActivityManagerService.java
//5175
attachApplication(IApplicationThread thread, long startSeq){
attachApplicationLocked(thread, callingPid, callingUid, startSeq);
}
end note
'4
ActivityManagerService.java -> ActivityManagerService.java: attachApplicationLocked()
activate ActivityManagerService.java
note left
ActivityManagerService.java
//1.调度ActivityThread创建Appliction
//2.继续启动进程创建之前已经加入任务栈的Activity,
//也就是应用的第一个Activity,也就是Launcher应用的第一个Activity
attachApplicationLocked(IApplicationThread thread,...){
//1.调度ActivityThread创建Appliction 5058
thread.bindApplication(...);
//2.继续启动进程创建之前已经加入任务栈的Activity 5103
didSomething = mAtmInternal.attachApplication(app.getWindowProcessController());
}
end note
'5
ActivityManagerService.java -> ActivityThread.java: thread.bindApplication()
deactivate ActivityManagerService.java
activate ActivityThread.java
note left
ActivityThread.java
//1.调度ActivityThread创建Appliction 996
bindApplication(...){
//对入参进行包装成AppBindData
AppBindData data = new AppBindData();
//主线程Handler发送BIND_APPLICATION消息,并且把AppBindData对象传入 1053
sendMessage(H.BIND_APPLICATION, data);
}
end note
'6
ActivityThread.java -> ActivityThread.java: BIND_APPLICATION
activate ActivityThread.java
note left
ActivityThread.java
//1750
class H extends Handler {
public static final int BIND_APPLICATION = 110;
//1853
public void handleMessage(Message msg) {
switch (msg.what) {
case BIND_APPLICATION:
AppBindData data = (AppBindData)msg.obj;
//
handleBindApplication(data);
break;
...
}
}
}
end note
'7
ActivityThread.java -> ActivityThread.java: handleBindApplication()
activate ActivityThread.java
note left
ActivityThread.java
//
handleBindApplication() {
Application app;
//对Application对象创建 6431
app = data.info.makeApplication(data.restrictedBackupMode, null);
//6439 ActivityThread持有Application对象
mInitialApplication = app;
//6460 callApplicationOnCreate()方法中调用了Application的onCreate()方法
mInstrumentation.callApplicationOnCreate(app);
}
Instrumentation.java
callApplicationOnCreate(Application app){
app.onCreate();
}
end note
'8
ActivityThread.java -> LoadedApk.java: makeApplication()
activate LoadedApk.java
note right
LoadedApk.java //App运行时的抽象映射
//
makeApplication() {
//1204 mApplicationInfo:App Manifest定义的属性
//className:App Manifest定义的Application className,
//如果没有指定就使用默认"android.app.Application"
String appClass = mApplicationInfo.className;
if (forceDefaultAppClass || (appClass == null)) {
appClass = "android.app.Application";
}
//1218 mInstrumentation:创建Application,创建Activity,以及对Activity生命周期调度的工具类
//实例化出一个Application对象
app = mActivityThread.mInstrumentation.newApplication(cl, appClass, appContext);
}
end note
'9
LoadedApk.java -> Instrumentation.java: newApplication()
activate Instrumentation.java
note right
Instrumentation.java //
// 实例化出一个Application对象
newApplication() {
//创建Application对象
Application app = getFactory(context.getPackageName()).instantiateApplication(cl, className);
//调用Application的attach()方法
app.attach(context);
return app;
}
end note
'10
Instrumentation.java -> Instrumentation.java: getFactory()
activate Instrumentation.java
note left
Instrumentation.java //
//返回一个AppComponentFactory对象,用来实例化manifest定义的节点
AppComponentFactory getFactory() {
...
}
//AppComponentFactory.java
//AppComponentFactory:用来实例化manifest定义的节点
//可以在App Manifest定义自定义的appComponentFactory,
//那么App运行时四大组件的创建就由指定的appComponentFactory创建
class AppComponentFactory {
//实例化ClassLoader
instantiateClassLoader();
//实例化Application
instantiateApplication();
//实例化Activity
instantiateActivity();
//实例化BroadCastReceiver
instantiateReceiver();
//实例化Service
instantiateService();
//实例化ContentProvider
instantiateProvider();
}
end note
'11
Instrumentation.java -> Application.java: attach()
activate Application.java
note right
Application.java
// 350
attach() {
//Application被创建之后第一个被调用的方法是attachBaseContext()方法,并不是onCreate()方法
attachBaseContext(context);
}
end note
'12
Application.java --> ActivityThread.java
deactivate Application.java
deactivate Instrumentation.java
deactivate Instrumentation.java
deactivate LoadedApk.java
deactivate ActivityThread.java
deactivate ActivityThread.java
'13
ActivityThread.java --> ActivityManagerService.java
deactivate ActivityThread.java
activate ActivityManagerService.java
'14
ActivityManagerService.java -> ActivityTaskManagerService.java: mAtmInternal.attachApplication()
activate ActivityTaskManagerService.java
note right
ActivityTaskManagerService.java
//继续启动进程创建之前已经加入任务栈的Activity
attachApplication(...){
//把启动暂停Activity任务委派给RootActivityContainer
return mRootActivityContainer.attachApplication(wpc);
}
end note
'15
ActivityTaskManagerService.java -> RootActivityContainer.java: mRootActivityContainer.attachApplication()
activate RootActivityContainer.java
note right
RootActivityContainer.java//继续启动进程创建之前已经加入任务栈的Activity
attachApplication(...){
final ActivityDisplay display = mActivityDisplays.get(displayNdx);
//FocusedStack 找到可见的活跃的任务栈
final ActivityStack stack = display.getFocusedStack();
if (stack != null) {
//取出所有活跃的任务栈存储到mTmpActivityList中
stack.getAllRunningVisibleActivitiesLocked(mTmpActivityList);
//取出任务栈中栈顶的ActivityRecord对象
final ActivityRecord top = stack.topRunningActivityLocked();
final int size = mTmpActivityList.size();
//遍历活跃的任务栈
for (int i = 0; i < size; i++) {
final ActivityRecord activity = mTmpActivityList.get(i);
//判断集合里面的Activity.WindowProcessController是否为空
//如果为空,说明Activity已经入栈但没有关联到进程上,也就是Activity没有在进程中运行起来,
//就会调用realStartActivityLocked()真正的去启动Activity
// top:栈顶的Activity activity:本次需要启动的Activity
// 本场景下,Launcher进程刚启动,进程启动之前已经加入任务栈的Activity还没有启动,并且任务栈中只有一个Activity
// 所以栈顶Activity top 与本次需要启动的Activity是同一个对象,所以andResume=true
if (activity.app == null && app.mUid == activity.info.applicationInfo.uid
&& processName.equals(activity.processName)) {
try {
if (mStackSupervisor.realStartActivityLocked(activity, app,
top == activity /* andResume */, true /* checkConfig */)) {
didSomething = true;
}
} catch (RemoteException e) {
}
}
}
}
}
end note
'16
RootActivityContainer.java -> ActivityStackSupervisor.java: mStackSupervisor.realStartActivityLocked()
activate ActivityStackSupervisor.java
note right
ActivityStackSupervisor.java
//真正启动Activity方法
realStartActivityLocked(){
//创建启动Activity的事务对象clientTransaction 828
final ClientTransaction clientTransaction = ClientTransaction.obtain(proc.getThread(), r.appToken);
//往事务对象clientTransaction里面添加一个任务LaunchActivityItem
clientTransaction.addCallback(LaunchActivityItem.obtain(...));
final ActivityLifecycleItem lifecycleItem;
//andResume=true
if (andResume) {
//执行Activity的显示工作,调用Activity.onResume()方法。
lifecycleItem = ResumeActivityItem.obtain(dc.isNextTransitionForward());
} else {
//执行Activity的暂停工作,调用Activity.onPause()方法。
lifecycleItem = PauseActivityItem.obtain();
}
//往事务对象clientTransaction里面添加一个任务 ActivityLifecycleItem
clientTransaction.setLifecycleStateRequest(lifecycleItem);
//此时已经在事务里面添加了LaunchActivityItem和ResumeActivityItem两个任务,然后开始事务的执行。
//Android10.0对Framework的改动,把Activity各个生命周期拆分成 ActivityLifecycleItem,
//根据执行状态,让具体的 ActivityLifecycleItem 去执行 (设计模式:状态机)
mService.getLifecycleManager().scheduleTransaction(clientTransaction);
}
end note
'17
ActivityStackSupervisor.java -> LaunchActivityItem.java: LaunchActivityItem.execute()
activate LaunchActivityItem.java
note right
LaunchActivityItem.java
//ClientTransactionHandler:ActivityThread的父类,定义了Activity的生命周期方法,实现在ActivityThread中
execute(ClientTransactionHandler client,...){
client.handleLaunchActivity(r, pendingActions, null /* customIntent */);
}
end note
'18
LaunchActivityItem.java -> ActivityThread.java: client.handleLaunchActivity()
deactivate LaunchActivityItem.java
activate ActivityThread.java
note left
ActivityThread.java
//3381
handleLaunchActivity(...){
//3409
final Activity a = performLaunchActivity(r, customIntent);
}
end note
'19
ActivityThread.java -> ActivityThread.java: performLaunchActivity()
activate ActivityThread.java
note left
ActivityThread.java
performLaunchActivity(...){
ActivityInfo aInfo = r.activityInfo;
ComponentName component = r.intent.getComponent();
//Activity实例创建也是通过Instrumentation.newActivity()方法得到 3182
activity = mInstrumentation.newActivity(cl, component.getClassName(), r.intent);
//3224 Activity.attach()方法
activity.attach(...)
//3245
mInstrumentation.callActivityOnCreate(activity, r.state);
}
end note
'20
ActivityThread.java -> Instrumentation.java: mInstrumentation.newActivity()
activate Instrumentation.java
note right
Instrumentation.java
newActivity(...){
//getFactory()方法返回一个 AppComponentFactory 对象,
//通过AppComponentFactory对象的instantiateActivity()方法实例化Activity对象
return getFactory(pkg).instantiateActivity(cl, className, intent);
}
end note
'21
Instrumentation.java --> ActivityThread.java
deactivate Instrumentation.java
'22
ActivityThread.java -> Instrumentation.java: mInstrumentation.callActivityOnCreate()
activate Instrumentation.java
note right
Instrumentation.java
//调度Activity.onCreate()方法
callActivityOnCreate(...){
prePerformCreate(activity);
activity.performCreate(icicle);
postPerformCreate(activity);
}
end note
'23
Instrumentation.java --> ActivityThread.java
deactivate Instrumentation.java
deactivate ActivityThread.java
'24
ActivityThread.java --> ActivityStackSupervisor.java
deactivate ActivityThread.java
'25
ActivityStackSupervisor.java -> ResumeActivityItem.java: ResumeActivityItem.execute()
activate ResumeActivityItem.java
note right
ResumeActivityItem.java
//ClientTransactionHandler:ActivityThread的父类,定义了Activity的生命周期方法,实现在ActivityThread中
execute(ClientTransactionHandler client,...){
client.handleResumeActivity(token, true /* finalStateRequest */, mIsForward,"RESUME_ACTIVITY");
}
end note
'26
ResumeActivityItem.java -> ActivityThread.java: client.handleResumeActivity()
deactivate ResumeActivityItem.java
activate ActivityThread.java
note left
ActivityThread.java
//4229
handleResumeActivity(...){
//4237
final ActivityClientRecord r = performResumeActivity(token, finalStateRequest, reason);
}
end note
'27
ActivityThread.java -> ActivityThread.java: performResumeActivity()
activate ActivityThread.java
note left
ActivityThread.java
//调用Activity.onResume()
performResumeActivity(...){
//4195 调用Activity.onResume()
r.activity.performResume(r.startsNotResumed, reason);
}
end note
@enduml |
7d6f348ad256e1aea3ac2741590d0d9e9f4a7237 | 79510ecfd4530a5297ce035ffd76aca6f2979d4a | /app/src/main/java/com/example/diseaseprediction/diagram/home.plantuml | 26f62339779fbc27e52968aa0e14fafc293c2dca | [] | no_license | unrickq/Disease_prediction | 38bf6ff563c030638e629b27a009091721d1403c | 1a260b7370cbf4838d01e1bcd19cc79c0f74db75 | refs/heads/master | 2023-07-19T14:26:38.643127 | 2021-09-17T03:13:35 | 2021-09-17T03:13:35 | 360,529,205 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,790 | plantuml | @startuml
title __HOME's Class Diagram__\n
namespace com.example.diseaseprediction {
namespace ui.home {
class com.example.diseaseprediction.ui.home.HomeFragment {
{static} - TAG : String
- consultationLists : List<Session>
- context : Context
- fUser : FirebaseUser
- home_consultation_no_consultation_title : TextView
- home_doctor_all_prediction_layout_title : RelativeLayout
- home_doctor_all_prediction_no_prediction_title : TextView
- home_doctor_all_prediction_recycle_view : RecyclerView
- home_doctor_all_prediction_txt_see_more : TextView
- home_layout_disease_history : RelativeLayout
- home_prediction_no_prediction_title : TextView
- home_recycler_view_consultation : RecyclerView
- home_recycler_view_disease : RecyclerView
- home_search_view : SearchView
- home_shimmer_consultation : ShimmerFrameLayout
- home_shimmer_pending_prediction : ShimmerFrameLayout
- home_shimmer_prediction : ShimmerFrameLayout
- home_txt_consultation_see_more : TextView
- home_txt_consultation_title : TextView
- home_txt_prediction_see_more : TextView
- home_txt_prediction_title : TextView
- home_txt_title : TextView
- mPredictionListDoctor : List<Prediction>
- mPredictionListPatient : List<Prediction>
- mRef : DatabaseReference
- navigationView : NavigationView
- sessionID : String
+ HomeFragment()
+ onCreate()
+ onCreateView()
+ onViewCreated()
- createSessionWithChatBot()
- findView()
- loadAllPredictionOfAccount()
- loadAllPredictionPending()
- loadConsultationList()
- setUIByAccountType()
- setUIDoctor()
- setUIPatient()
}
}
}
com.example.diseaseprediction.ui.home.HomeFragment -up-|> androidx.fragment.app.Fragment
com.example.diseaseprediction.ui.home.HomeFragment o-- com.example.diseaseprediction.adapter.ConsultationAdapter : consultationAdapter
com.example.diseaseprediction.ui.home.HomeFragment o-- com.example.diseaseprediction.adapter.PredictionAdapter : doctorPredictionPendingListAdapter
com.example.diseaseprediction.ui.home.HomeFragment o-- com.example.diseaseprediction.object.DoctorInfo : mDoctor
com.example.diseaseprediction.ui.home.HomeFragment o-- com.example.diseaseprediction.adapter.PredictionAdapter : patientPredictionAdapter
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
|
eae1df0854b9f54c449bfb86e9ee3cf01a7ed95d | db15a4762717f1c25f1b86534b29a4bfd3bc21b5 | /src/test/test.plantuml | 0fc809a08d8390afeca364f0c78c023df208a241 | [] | no_license | AdamRohdell/Laboration1 | 3f8a1c9022f29ad63d1c356b23a27c9866b3f808 | b4098b8d2be81b4dea9f9df3597653421bec0a10 | refs/heads/master | 2020-04-06T22:40:21.458338 | 2018-12-11T08:34:43 | 2018-12-11T08:34:43 | 157,843,265 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,294 | plantuml | @startuml
title __TEST's Class Diagram__\n
package test {
class CarFerryTest {
+ raiseRamp()
+ lowerRamp()
+ gas()
+ brake()
}
}
package test {
class CarTest {
+ testCar()
+ testGetCurrentSpeed()
+ testGetColor()
+ testSetColor()
+ testStartEngine()
+ testStopEngine()
+ testGas()
+ testBrake()
}
}
package test {
class Saab95Test {
+ setTurboOn()
+ setTurboOff()
+ speedFactor()
+ testTurnLeft()
+ testTurnRight()
+ move()
}
}
package test {
class ScaniaTest {
+ speedFactor()
+ turnLeft()
+ turnRight()
+ startEngine()
}
}
package test {
class TransportTest {
+ loadCar()
+ moveCars()
+ unloadCar()
}
}
package test {
class Volvo240Test {
+ testSpeedFactor()
+ testGas()
+ testTurnLeft()
+ testTurnRight()
+ testMove()
+ testGetCurrentSpeed()
}
}
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
|
ce071e4be30d6b791ddf9416afb15b59db3e5c21 | c815f9c82c1400f76243750cd0ec609d217b9943 | /intercepting-filter/etc/intercepting-filter.urm.puml | e3616c3abf646b1bfc5b187ab306fe47ebf3f324 | [
"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 | 2,279 | puml | @startuml
package com.iluwatar.intercepting.filter {
class DepositFilter {
+ DepositFilter()
+ execute(order : Order) : String
}
class AddressFilter {
+ AddressFilter()
+ execute(order : Order) : String
}
class App {
+ App()
+ main(args : String[]) {static}
}
abstract class AbstractFilter {
- next : Filter
+ AbstractFilter()
+ AbstractFilter(next : Filter)
+ execute(order : Order) : String
+ getLast() : Filter
+ getNext() : Filter
+ setNext(filter : Filter)
}
class Order {
- address : String
- contactNumber : String
- depositNumber : String
- name : String
- order : String
+ Order()
+ Order(name : String, contactNumber : String, address : String, depositNumber : String, order : String)
+ getAddress() : String
+ getContactNumber() : String
+ getDepositNumber() : String
+ getName() : String
+ getOrder() : String
+ setAddress(address : String)
+ setContactNumber(contactNumber : String)
+ setDepositNumber(depositNumber : String)
+ setName(name : String)
+ setOrder(order : String)
}
class FilterManager {
- filterChain : FilterChain
+ FilterManager()
+ addFilter(filter : Filter)
+ filterRequest(order : Order) : String
}
class NameFilter {
+ NameFilter()
+ execute(order : Order) : String
}
class ContactFilter {
+ ContactFilter()
+ execute(order : Order) : String
}
interface Filter {
+ execute(Order) : String {abstract}
+ getLast() : Filter {abstract}
+ getNext() : Filter {abstract}
+ setNext(Filter) {abstract}
}
~class DListener {
~ DListener()
+ actionPerformed(e : ActionEvent)
}
class OrderFilter {
+ OrderFilter()
+ execute(order : Order) : String
}
class FilterChain {
- chain : Filter
+ FilterChain()
+ addFilter(filter : Filter)
+ execute(order : Order) : String
}
}
AbstractFilter --> "-next" Filter
DListener --+ Target
FilterChain --> "-chain" Filter
FilterManager --> "-filterChain" FilterChain
DepositFilter --|> AbstractFilter
AddressFilter --|> AbstractFilter
AbstractFilter ..|> Filter
NameFilter --|> AbstractFilter
ContactFilter --|> AbstractFilter
OrderFilter --|> AbstractFilter
@enduml |
af6f8bbd5b3a4a7273d70a1be958860caa1baa60 | 495bd76445eafbf55ff3a3ff30f57d6d887d0697 | /out/production/DesignPatterns/factorymethodpattern/UML/ClassDiagramWaitressMenuRelationship.puml | aa18266ff8ca4e273d1907a1d8d0fb10e359e96b | [] | no_license | alexfoglia/DesignPatterns | 62a5da12f3fe2ddd7eca37f52f6eb0f0e49093ef | 89bf7e552a7d91d25b903d4db5f68ccdef9be9a7 | refs/heads/main | 2023-03-14T22:26:28.144741 | 2021-02-25T15:38:19 | 2021-02-25T15:38:19 | 314,671,175 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 480 | puml | @startuml
title Iterator Pattern
Note "Waitress-Menu Relationship" as N1
interface Menu {
createIterator()
}
class PancakeHouseMenu implements Menu {
MenuItems menuItems
createIterator()
}
class DinerMenu implements Menu {
MenuItems menuItems
createIterator()
}
class Waitress {
printMenu()
printMenuItems()
}
class DinerMenuIterator implements Iterator {
hasNext()
next()
remove()
}
Waitress --> Menu
Waitress --> Iterator
@enduml |
279d5236d87740a609b139f494f757d91b5f7769 | 388e7e207031c4b6447b3cbace7bf7a6ab65f240 | /diagramas/qmp6.puml | 49d0534086a489d4be75416aad910e8befb4a739 | [] | no_license | AlejandroDeheza/QMP | a0e73b4a1e88c46268cb6541a6063adff37617dc | 94923394dc5b6e47c34c821d5ea10618320a99ab | refs/heads/main | 2023-08-24T18:50:02.667926 | 2021-10-14T22:02:20 | 2021-10-14T22:02:20 | 361,529,489 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,857 | puml | @startuml
enum dominio.clima.AlertaMeteorologica {
TORMENTA, GRANIZO
}
class dominio.interesadoEnAlertas.NotificationService {
+ void notify(String mensaje)
}
class dominio.usuario.Usuario {
- String ciudad
- String email
+ void aceptarPropuesta(PropuestaGuardarropa)
+ void deshacerPropuesta(PropuestaGuardarropa)
+ void calcularSugerenciaDiaria()
+ void suscribirAccionSobreAlertas(AccionAnteAlertaMeteorologica)
+ void desuscribirAccionSobreAlertas(AccionAnteAlertaMeteorologica)
+ void realizarAccionesSobreAlertas(List<AlertaMeteorologica>,String)
}
class dominio.ropa.BorradorDePrendas {
- TipoPrenda tipoPrenda
- TipoMaterial tipoMaterial
- Trama trama
- Color colorPrincipal
- Color colorSecundario
- BigDecimal temperaturaMaximaDeUso
+ BorradorDePrendas setTipoMaterial(TipoMaterial)
+ BorradorDePrendas setTrama(Trama)
+ BorradorDePrendas setColorPrincipal(Color)
+ BorradorDePrendas setColorSecundario(Color)
+ BorradorDePrendas settemperaturaMaximaDeUso(BigDecimal)
+ CategoriaPrenda identificarCategoria()
+ Prenda generarPrenda()
}
class dominio.usuario.Guardarropa {
- String criterioGuardarropa
+ List<Atuendo> generarSugerencias()
}
class dominio.usuario.AgregarPrenda {
+ void aplicar()
+ void deshacer()
}
class dominio.clima.EstadoDelClima {
~ BigDecimal temperatura
~ BigDecimal humedad
}
class dominio.interesadoEnAlertas.MailSender {
+ void send(String email,String texto)
}
class dominio.ropa.Prenda {
- TipoPrenda tipo
- TipoMaterial tipoMaterial
- Trama trama
- Color colorPrincipal
- Color colorSecundario
- BigDecimal temperaturaMaximaDeUso
+ Boolean esAdecuadaPara(BigDecimal)
}
class dominio.clima.AccuWeatherAPI {
+ List<Map<String,Object>> getWeather(String)
+ Map<String,Object> getAlertas(String)
}
interface dominio.interesadoEnAlertas.Correo {
~ void enviarCorreo(String,String)
}
class dominio.interesadoEnAlertas.ActualizadorSugerenciasAnteAlerta {
+ void anteNuevasAlertasMeteorologicas(List<AlertaMeteorologica>,Usuario)
}
class dominio.usuario.AsesorDeImagen {
+ Atuendo sugerirAtuendo(String,Guardarropa)
}
interface dominio.interesadoEnAlertas.Notificador {
~ void mostrarNotificacion(String)
}
class dominio.interesadoEnAlertas.NotificadorAnteAlertas {
- Map<AlertaMeteorologica,String> mensaje
+ void anteNuevasAlertasMeteorologicas(List<AlertaMeteorologica>,Usuario)
}
class dominio.usuario.RepositorioUsuarios {
+ void calcularSugerenciasDiarias()
}
class dominio.interesadoEnAlertas.EmisorDeCorreoAnteAlertas {
- String texto
+ void anteNuevasAlertasMeteorologicas(List<AlertaMeteorologica>,Usuario)
}
class dominio.clima.AccuWeather {
- Long periodoDeActualizacion
+ EstadoDelClima obtenerCondicionesClimaticas(String)
+ void actualizarAlertasMeteorologicas(String)
}
class dominio.usuario.QuitarPrenda {
+ void aplicar()
+ void deshacer()
}
class dominio.clima.RepositorioClima {
- Map<String,Object> condicionesClimaticas
- Map<String,List<AlertaMeteorologica>> alertasMeteorologicas
+ EstadoDelClima getCondicionClimatica(String)
+ List<AlertaMeteorologica> getAlertasMeteorologicas(String)
+ void setAlertasMeteorologicas(String,List<AlertaMeteorologica>)
+ void setCondicionesClimaticas(String,LocalDateTime,List<EstadoDelClima>)
+ Boolean climaEstaDesactualizado(String,Long)
}
interface dominio.clima.ServicioMeteorologico {
~ EstadoDelClima obtenerCondicionesClimaticas(String)
~ void actualizarAlertasMeteorologicas(String)
}
interface dominio.interesadoEnAlertas.AccionAnteAlertaMeteorologica {
~ void anteNuevasAlertasMeteorologicas(List<AlertaMeteorologica>,Usuario)
}
interface dominio.usuario.PropuestaGuardarropa {
~ void aplicar()
~ void deshacer()
}
class dominio.ropa.Atuendo {
- Prenda prendaSuperior
- Prenda prendaInferior
- Prenda calzado
- Prenda accesorio
+ Boolean esAdecuadoPara(BigDecimal)
}
class dominio.interesadoEnAlertas.MailSenderAdapter {
+ void enviarCorreo(String email, String cuerpo)
}
class dominio.interesadoEnAlertas.NotificationServiceAdapter {
+ void mostrarNotificacion(String mensaje)
}
dominio.ropa.Prenda <.up. dominio.ropa.BorradorDePrendas
dominio.ropa.Atuendo <.down. dominio.usuario.Guardarropa
dominio.clima.EstadoDelClima <.. dominio.clima.RepositorioClima
dominio.clima.AlertaMeteorologica <.. dominio.clima.RepositorioClima
dominio.usuario.PropuestaGuardarropa <|.. dominio.usuario.AgregarPrenda
dominio.interesadoEnAlertas.AccionAnteAlertaMeteorologica <|.. dominio.interesadoEnAlertas.ActualizadorSugerenciasAnteAlerta
dominio.interesadoEnAlertas.AccionAnteAlertaMeteorologica <|.. dominio.interesadoEnAlertas.NotificadorAnteAlertas
dominio.interesadoEnAlertas.AccionAnteAlertaMeteorologica <|.. dominio.interesadoEnAlertas.EmisorDeCorreoAnteAlertas
dominio.clima.ServicioMeteorologico <|.up. dominio.clima.AccuWeather
dominio.usuario.PropuestaGuardarropa <|.. dominio.usuario.QuitarPrenda
dominio.interesadoEnAlertas.Correo <|.. dominio.interesadoEnAlertas.MailSenderAdapter
dominio.interesadoEnAlertas.Notificador <|.. dominio.interesadoEnAlertas.NotificationServiceAdapter
dominio.usuario.Guardarropa "*" <-- dominio.usuario.Usuario: guardarropas
dominio.usuario.PropuestaGuardarropa "*" <-right- dominio.usuario.Usuario: propuestasPendientes
dominio.usuario.PropuestaGuardarropa "*" <-- dominio.usuario.Usuario: propuestasAceptadas
dominio.usuario.AsesorDeImagen <-left- dominio.usuario.Usuario: asesor
dominio.ropa.Atuendo <-- dominio.usuario.Usuario: sugerenciaDiaria
dominio.interesadoEnAlertas.AccionAnteAlertaMeteorologica "*" <-up- dominio.usuario.Usuario: accionesSobreAlertas
dominio.ropa.Prenda "*" <-right- dominio.usuario.Guardarropa: prendasSuperiores
dominio.ropa.Prenda "*" <-right- dominio.usuario.Guardarropa: prendasInferiores
dominio.ropa.Prenda "*" <-right- dominio.usuario.Guardarropa: calzados
dominio.ropa.Prenda "*" <-right- dominio.usuario.Guardarropa: accesorios
dominio.usuario.Guardarropa <-- dominio.usuario.PropuestaGuardarropa: guardarropa
dominio.ropa.Prenda <-- dominio.usuario.PropuestaGuardarropa: prenda
dominio.clima.ServicioMeteorologico <-down- dominio.usuario.AsesorDeImagen: servicioMeteorologico
dominio.interesadoEnAlertas.Notificador <-up- dominio.interesadoEnAlertas.NotificadorAnteAlertas: notificador
dominio.usuario.Usuario "*" <-up- dominio.usuario.RepositorioUsuarios: usuarios
dominio.interesadoEnAlertas.Correo <-up- dominio.interesadoEnAlertas.EmisorDeCorreoAnteAlertas: correo
dominio.clima.AccuWeatherAPI <-up- dominio.clima.AccuWeather: apiClima
dominio.clima.RepositorioClima <-down- dominio.clima.ServicioMeteorologico: repositorioClima
dominio.usuario.RepositorioUsuarios <-up- dominio.clima.ServicioMeteorologico: repoUsuarios
dominio.interesadoEnAlertas.MailSender <-left- dominio.interesadoEnAlertas.MailSenderAdapter: mailSender
dominio.interesadoEnAlertas.NotificationService <-left- dominio.interesadoEnAlertas.NotificationServiceAdapter: notificationService
@enduml |
738acfcb5dbd871c4689b4ccfac774e811a539b1 | f5ef74b56fc37ec5875a55a9ed6677613d6a65d1 | /uml/PlantUML.puml | 8aa90a9b01c51fafcdc3f9d7c77fbca473eea322 | [] | no_license | andrewhicks123/hicks-cop3330-assignment4 | f1c994a9faf082f283ff6cf9e051e55cbf9dc9e9 | 1a2ea6b38c5eb78b7e5455317cca3d9f0526779c | refs/heads/master | 2023-09-04T15:48:02.874682 | 2021-11-03T02:26:47 | 2021-11-03T02:26:47 | 423,299,086 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,145 | puml | @startuml
class AddNewItemController{
- TextField itemDescriptionTextField
- TextField itemDueDateTextField
- Button addNewItemOkButton
- Button addNewItemCancelButton
- Item newItem
+ void initialize(Item)
+ void addNewItemOkButtonPressed()
+ void addNewItemCancelButtonPressed()
}
class CreateListController{
- TextField newListNameTextField
- Button newListOkButton
- Button newListCancelButton
- ToDoList newList
+ void newListOkButtonPressed()
+ void newListCancelButtonPressed()
}
class DateOperator{
+ {static} boolean isDate(String)
}
class EditItemController{
- TextField itemDescriptionTextField
- TextField itemDueDateTextField
- Button editItemOkButton
- Button editItemCancelButton
- Item item
+ void initialize(Item)
+ void editItemOkButtonPressed()
+ void editItemCancelButtonPressed()
}
class FileOperator{
- String filePath
- String fileName
- void createFile(File)
- void writeToFile(String)
- ToDoList jsonToJava()
- String jsonToJson(ToDoList)
- boolean isFile(File)
+ void setFilePath(String)
+ String getFilePath()
+ void setFileName(String)
+ void saveToDoList(ToDoList,File)
+ ToDoList loadToDoList(File)
}
class Item{
- String description
- String dueDate
- boolean status
+ void setDescription(String)
+ String getDescription()
+ void setDueDate(String)
+ String getDueDate()
+ void setStatus(boolean)
+ boolean isStatus()
}
class ItemTableBuilder{
- TableView<Item> table
- TableView.TableViewSelectionModel<Item> selection
+ void buildTable()
+ void setTable(TableView<Item>)
+ TableView<Item> getTable()
+ TableView.TableViewSelectionModel<Item> getSelection()
+ void loadTable(ArrayList<Item>)
}
class ListOfLists{
- ArrayList<ToDoList> lists
+ void addList(ToDoList)
+ void deleteList(ToDoList)
+ void deleteAllLists()
+ ArrayList<ToDoList> getLists()
+ ToDoList getList(String)
}
class ListTableBuilder{
- TableView<ToDoList> table
- TableView.TableViewSelectionModel<ToDoList> selection
+ void buildTable()
+ void setTable(TableView<ToDoList>)
+ TableView<ToDoList> getTable()
+ TableView.TableViewSelectionModel<ToDoList> getSelection()
+ void loadTable(ArrayList<ToDoList>)
}
class MainScreenController{
- Button CreateListButton
- Button DeleteListButton
- Button EditListButton
- Button ViewListButton
- Button OpenFileButton
- Button SaveFileButton
- Label welcomeText
- TableView<ToDoList> toDoListListsView
- ListOfLists lists
- ItemTableBuilder tableOperator
- SceneOperator sceneOperator
- FileChooser fileChooser
- FileOperator fileOperator
+ void CreateListButtonPressed()
+ void DeleteListButtonPressed()
+ void ViewListButtonPressed()
+ void OpenFileButtonPressed()
+ void SaveFileButtonPressed()
+ void EditListButtonPressed()
}
class SceneOperator{
- FXMLLoader loader
+ Parent readyScene(Views)
+ void popUpScene(String,Parent)
+ FXMLLoader getLoader()
}
class ToDoList{
- ArrayList<Item> items
- String name
+ void addItem(Item)
+ void deleteItem(String)
+ void deleteAllItems()
+ Item getSingleItem(String)
+ ArrayList<Item> getCompleteItems()
+ ArrayList<Item> getIncompleteItems()
}
class ToDoListApplication{
+ void start(Stage)
+ {static} void main(String[])
}
class ToDoListController{
- Button HomeButton
- Button AddItemButton
- Button EditItemButton
- Button DeleteItemButton
- Button ClearListButton
- Button ChangeStatusButton
- Button ViewAllButton
- Button ViewCompletedButton
- Button ViewIncompletedButton
- Label welcomeText
- TableView<Item> toDoListItemsView
- ToDoList ToDoList
- ItemTableBuilder tableOperator
- SceneOperator sceneOperator
- FileChooser fileChooser
- FileOperator fileOperator
+ void HomeButtonPressed()
+ void AddItemButtonPressed()
+ void DeleteItemButtonPressed()
+ void EditItemButtonPressed()
+ void ChangeStatusButtonPressed()
+ void ClearListButtonPressed()
+ void ViewAllButtonPressed()
+ void ViewIncompletedButtonPressed()
+ void ViewCompletedButtonPressed()
}
class Views{
}
class EditListTitleController{
- TextField editListTitleTextField
- Button editListTitleOkButton
- Button editListTitleCancelButton
- ToDoList newList
+ void initialize(ToDoList)
+ void editListTitleOkButtonPressed()
+ void editListTitleCancelButtonPressed()
}
@enduml |
91d4dadb4a935071a4aadf1f269ecc981db30dc3 | fb9f015ea244a23ad59b1bfc35087ca3aec360b3 | /docs/shiny-new-game-ai.puml | 3b145006c7d775f0719d684781cb7e2b23ae6935 | [] | no_license | binu-manoharan/CGBF | 3ba67e46bdc5cae3f585bc6e22bfd0cdc805ddfd | 8c6c3ae14637b5bcedda40b4a16137db209f278e | refs/heads/master | 2021-01-21T14:58:10.211728 | 2016-06-24T21:41:15 | 2016-06-24T21:41:15 | 57,466,039 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 719 | puml | @startuml
hide empty fields
hide empty method
interface IGameAI {
+ calculateNextMove()
}
abstract class GameAI extends IGameAI {
~ Board board
~ BlockQueue blockQueue
}
class SimpleGameAI extends GameAI {
}
class ShinyNewAI extends GameAI {
}
interface MoveAnalyser {
+ findBestMove()
}
class MoveAnalyserImpl implements MoveAnalyser{
}
interface BoardCollapser {
+ collapseBoard()
}
class BoardCollapserImpl implements BoardCollapser{
+ collapseBoard()
}
interface ChainClearer {
+ clearBoard()
}
class ChainClearerImpl implements ChainClearer {
}
ShinyNewAI --> MoveAnalyser
MoveAnalyser --> BoardCollapser
MoveAnalyser --> ChainClearer
BoardCollapser --> ChainClearer
@enduml
|
e057f5a345b80bd9adc5865295f611b2278236df | 0eda5bcc972f2358b4ae6d39be64086c219b22ef | /src/main/java/Assignments/ex42/classHierarchy.puml | 5660628d2438091ef52ed7faee218944f0fd86f9 | [] | no_license | arkaik2k01/nobrega-cop3330-assignment3 | c1d7f7640def29994e6ed6df694244e0234e841c | aeb470a45a70c8015f3b7354e69e9c48eb854e7e | refs/heads/master | 2023-05-30T21:32:35.783064 | 2021-06-20T21:24:16 | 2021-06-20T21:24:16 | 377,331,823 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 520 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
Employees list
Static array that holds input
- String getInput()
- void sendOutput()
}
class Employees {
-ArrayList<Person> employee
+ processInput(String)
+ createPerson(String, String, double)
+ addPerson(Person)
+ getPerson(int)
}
class Person {
- lastName
- firstNAme
- salary
+ Person(String, String, double)
+ String getLastName()
+ String getFirstName()
+ double getSalary()
}
@enduml |
224173cd2029dd5f8d6a5fe5f31622a5942b2991 | 4d09d961288d59df1dc82bb8d1e3236411097fcd | /app/uml/android/activity/AppCompatActivity.puml | f7035d7dc4dfbd6f2f698909d0db0e249bab2819 | [] | no_license | hackerlc/GearKJ | 3304a71316ade0dde509abf3f62af944d08510f1 | 0196dd1faf7941be1551739d2e098070bcd26e1f | refs/heads/master | 2021-09-24T11:29:48.512771 | 2018-10-09T03:39:02 | 2018-10-09T03:39:02 | 108,965,925 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,418 | puml | @startuml
Activity <|-- SupportActivity
SupportActivity <|-- BaseFragmentActivityApi14
BaseFragmentActivityApi14 <|- BaseFragmentActivityApi16
BaseFragmentActivityApi16 <|-- FragmentActivity
ActivityCompat.OnRequestPermissionsResultCallback <... FragmentActivity
ActivityCompat.RequestPermissionsRequestCodeValidator <... FragmentActivity
FragmentActivity <|---- AppCompatActivity
AppCompatCallback <.. AppCompatActivity
TaskStackBuilder.SupportParentable <.. AppCompatActivity
ActionBarDrawerToggle.DelegateProvider <.. AppCompatActivity
class AppCompatActivity {
-AppCompatDelegate mDelegate
-Resources mResources
}
interface ActivityCompat.OnRequestPermissionsResultCallback
interface ActivityCompat.RequestPermissionsRequestCodeValidator
interface AppCompatCallback
interface TaskStackBuilder.SupportParentable
interface ActionBarDrawerToggle.DelegateProvider
class BaseFragmentActivityApi14 {
abstract View dispatchFragmentsOnCreateView(View parent, String name,
Context context, AttributeSet attrs)
static void checkForValidRequestCode(int requestCode)
}
class SupportActivity {
-SimpleArrayMap<Class<? extends ExtraData>, ExtraData> mExtraDataMap
-LifecycleRegistry mLifecycleRegistry
+Lifecycle getLifecycle()
+void putExtraData(ExtraData extraData)
+<T extends ExtraData> T getExtraData(Class<T> extraDataClass)
+static class ExtraData{}
}
@enduml |
1ae7f3ed18a7966b9b8a0f62df0c40cf6b74693e | 90e3038f11ccd4d43de368f3825e879517228dce | /composite/diagrams/composite.puml | f8539f218b5a8f89fb24898c0981d791af1280c3 | [
"MIT"
] | permissive | SoSilly/java-design-pattern-samples | 2f3d57329cf4f1cf33f2e3527a33f0feac6e9324 | aca3cef5fc134a0c74ceadd122bc09bfc9cc6c20 | refs/heads/master | 2021-12-15T11:11:39.303835 | 2017-08-16T12:50:18 | 2017-08-16T12:50:18 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,353 | puml | @startuml
package com.gelvt.gofdp.composite{
abstract class Control <<控件>> {
- visible: boolean
- id: String
+ getId(): String
+ void setId(id: String)
+ isVisible(): boolean
+ setVisible(visible: boolean)
+ {abstract} render()
}
abstract class CompositeControl <<组合控件>> {
- children: List<Control>
+ render()
+ addControl(child: Control)
+ removeControl(child: Control)
+ getChildren(): List<Control>
}
class Panel <<面板>> {
- borderWidth: int
+ Panel(id: String)
+ Panel(id: String, borderWidth: int)
+ getBorderWidth(): int
+ setBorderWidth(borderWidth: int)
+ render()
}
class Button <<按钮>> {
+ Button(id: String)
}
class CheckBox <<复选框>> {
+ CheckBox(id: String)
}
class TextBox <<文本框>> {
+ TextBox(id: String)
}
Control <|-- CompositeControl
CompositeControl o--> "*" Control
CompositeControl <|-- Panel
Control <|-- Button
Control <|-- CheckBox
Control <|-- TextBox
}
package com.gelvt.gofdp{
class App <<Client>>{
+ void main(String[] args)
}
}
App ..> Control
footer
<font size="20" color="red">http://www.bughui.com</font>
endfooter
@enduml |
d195555a24dcb4bc5dc231b21e4e5b505fdf6b8f | 936b62afdd4759080f238bfd58acffe92634b916 | /Jrs0058/UML/DomainModel.puml | cf6f49a7023a9da5eb048628b28e837d58fd32bc | [] | no_license | JonathanSligh/Android-Haiku-Generator | a2cfff737eecb9d1daf5584fba4b7148a475df5e | 0577c197e6e3cf206e205cfec7c7eb6c68a49cec | refs/heads/master | 2016-08-12T20:08:12.383423 | 2016-03-08T20:43:16 | 2016-03-08T20:43:16 | 53,443,512 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 732 | puml | @startuml
title Haiku Domain Model
class User {
}
class DisplayHaiku{
haiku
}
class BuildHaiku {
}
class HaikuInProgress {
currentLine
}
class Lines{
numberofSyllables
ayllableLimit
}
class WordSpinner {
adjectives
nouns
verbs
other
}
class Word{
numberOfSyllables
word
line
}
BuildHaiku "1" *-- "1" HaikuInProgress: contains >
BuildHaiku "1" *-- "1" WordSpinner : contains >
HaikuInProgress "1" *-- "3" Lines : contains >
HaikuInProgress "1" *-- "*" Word : contains >
WordSpinner "1" *-- "*" Word : contains >
User - DisplayHaiku: views and passes haiku to >
User -- WordSpinner: selects word from >
User -- BuildHaiku: interacts with >
hide empty members
hide methods
@enduml |
945a040af657f6a085673b1af416484525cab43f | cf1b07cd00320e0b1cdbd00854098d4099b23709 | /doc/templatemethod/templateMethod.puml | bf13d75ad6934bd7c53c175acdfa6bdd063ca25a | [] | no_license | beatkei/myjava | 92f8c95380b78a9adc6f8cc13080d7ccf10e9183 | 0ffa47cfadc75f6d02dcc70bf951ef4598641238 | refs/heads/master | 2020-03-21T08:59:52.216257 | 2019-03-14T00:49:18 | 2019-03-14T00:49:18 | 138,378,231 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 477 | puml | @startuml
class AbstractDisplay {
open()
print()
close()
display()
}
class CharDisplay {
open()
print()
close()
}
class StringDisplay {
open()
print()
close()
}
AbstractDisplay <|-do- CharDisplay
AbstractDisplay <|-do- StringDisplay
note top of AbstractDisplay
<size:10>AbstractClass
end note
note left of CharDisplay
<size:10>ConcreteClass
end note
note right of StringDisplay
<size:10>ConcreteClass
end note
@enduml |
6bae5b9d6f9962bec1e2063ec09093626f89d8d5 | d6eb63afffb4db392479813fcc67b0ba640ec11c | /doc/envelopeBudget.plantuml | 7cdd643b9a4bc9c3b1d9f9b25770eb4cccaa102b | [
"MIT"
] | permissive | gorgabal/EnvelopeBudget | 1ae8aed290bd516abac875b21eba8c402fa258ae | 55dfb8814f599ba14bf9c80a350b6f14d2161e02 | refs/heads/develop | 2021-08-19T20:04:36.553133 | 2017-11-27T09:48:14 | 2017-11-27T09:48:14 | 104,640,252 | 2 | 1 | null | 2017-11-14T23:25:57 | 2017-09-24T11:53:40 | Java | UTF-8 | PlantUML | false | false | 2,247 | plantuml | @startuml
package data{
interface DataInterface{
Has methods for interacting with dataManager from the world outside.
}
class Manager{
The manager seperates the storage of data from the rest of the program.
Also does calculation like, spend this month, to be budgeted, etc
storage outsourced to submanagers.
----
----
}
class SAVE{
--
read and write's data to disk
}
package SQLlite <<Database>> {
object accounts{
int id
string name
string description
}
object records{
int id
date date
int amount
String description
int benefit_id
int account_id
int category_id
}
object envelopes{
int id
int month
int year
int goal_id
int category_id
}
object category{
int id
string name
string description
boolean hidden
}
object goals{
int goal
date deadline
int goal_type_id
}
object budgetLedger{
int id
int records_id
int category_id
int amount
}
object benefit {
int id
String name
}
object goal_type{
int id
String name
}
note right of records
budgetsLedger total
and records total
should be the same
end note
records --> accounts : account_id
records --> category : category_id
records -> benefit : benefit_id
envelopes --> goals : goal_id
goals --> goal_type : goal_type_id
envelopes --> category : category_id
budgetLedger --> category : category_id
budgetLedger -> records : records_id
}
}
note right of SQLlite
data will be synchronised
with mobile application
using symmetricds
end note
class GUI{
--
presents data to user
implementation and design pending.
}
GUI -- DataInterface
SAVE - Manager
DataInterface -- Manager
Manager -- SQLlite
@enduml
|
c1075649e5ec8e36a9fe99b7b6071a266b528cdd | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Accessors/Remittance/ISellerAccessor.puml | be4e30aaa9f500261c9ccf28cbb2009dffd7161a | [
"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 | 175 | puml | @startuml
interface ISellerAccessor {
Find(id:int) : Seller
Save(seller:Seller) : Seller
Delete(id:int) : void
}
IServiceContractBase <|-- ISellerAccessor
@enduml
|
f8e84ecc4add1101f7a93777279d639ee17c5b8a | d702b31e656edcb9944228c0309f153bdff29eec | /doc/plantuml/HCARDA/command/EraseCommand.plantuml | f50d7f8553ec80035605ff7a7659a297f81df681 | [
"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,422 | 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 EraseCommand {
{static} - CLA : int
{static} - INS : int
{static} - BYTE_MODULO : int
{static} - SFI_MARKER : int
{static} - technicalResponseApdus : Map<Integer, ResponseStatus>
+ getTechnicalResponseApdus()
+ EraseCommand()
+ EraseCommand()
+ EraseCommand()
+ EraseCommand()
}
}
}
AbstractHealthCardCommand -up-|> IHealthCardCommand
EraseCommand -up-|> AbstractHealthCardCommand
@enduml |
110d3e4237bc5effbc3a42ff1a6660eb30a37e63 | 5dfcd0dc8e6de57e560117bb7b438a56c16282ab | /docs/stus.puml | f8368789f5537d300daf8bc1c3982db3ea7be4c5 | [
"Apache-2.0"
] | permissive | cdfmlr/stus | aac01f3b1e44eb96dd18cd987cba0be8784e699e | ae8c3fa77040a43cafe8f5f19323fd616fd9894f | refs/heads/master | 2022-11-08T07:20:08.832938 | 2020-06-14T15:08:29 | 2020-06-14T15:08:29 | 270,334,312 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,583 | puml | @startuml
package data {
class Database << (S,Aquamarine) >> {
- dialect string
- source string
+ Open() (*gorm.DB, error)
}
package model {
class Course << (S,Aquamarine) >> {
+ Cid string
+ Cname string
+ Ctype string
+ Cpoint float32
+ Cweek string
+ Ctime string
+ Caddr string
}
class CourseTeacherRelation << (S,Aquamarine) >> {
+ Cid string
+ Tid string
+ Course Course
+ Teacher Teacher
}
class Passwd << (S,Aquamarine) >> {
+ Utype string
+ Uid string
+ Password string
}
class Student << (S,Aquamarine) >> {
+ Sid string
+ Sname string
+ Sdept string
+ Smajor string
+ Sage int
+ Ssex bool
+ Sgrade string
+ Sclass string
}
class StudentCourseRelation << (S,Aquamarine) >> {
+ Sid string
+ Cid string
+ Result float32
+ Student Student
+ Course Course
}
class Teacher << (S,Aquamarine) >> {
+ Tid string
+ Tname string
+ Tdept string
+ Tsex bool
+ Tpro string
}
"CourseTeacherRelation""uses" o-- "Course"
"CourseTeacherRelation""uses" o-- "Teacher"
"StudentCourseRelation""uses" o-- "Course"
"StudentCourseRelation""uses" o-- "Student"
}
"Database" <-left- "model"
}
"data""uses" o-- "gorm.DB"
package service {
class AccessToken << (S,Aquamarine) >> {
- expiresIn int64
+ Token string
+ User *model.Passwd
+ LastTouch time.Time
+ IsAvailable(DB *gorm.DB) bool
}
class AccessTokenHolder << (S,Aquamarine) >> {
- mux sync.Mutex
- accesses <font color=blue>map</font>[string]AccessToken
- expiresIn int64
+ DB *gorm.DB
+ Get(token string) (*model.Passwd, bool)
+ New(user *model.Passwd) string
+ CleanUnavailable()
}
class Service << (S,Aquamarine) >> {
- tokenHolder *AccessTokenHolder
- coreApiServer *core.CoreApi
- studentApiServer *student.StudentApi
- teacherApiServer *teacher.TeacherApi
- fileServer http.Handler
+ DB *gorm.DB
+ StaticDir string
- checkAccess(r *http.Request) (*model.Passwd, error)
- login(w http.ResponseWriter, r *http.Request)
+ ServeHTTP(w http.ResponseWriter, r *http.Request)
}
package teacher {
class CourseResp << (S,Aquamarine) >> {
+ StudentNum int
}
class DataOfCourseResp << (S,Aquamarine) >> {
+ Students []StudentWithResult
+ Count int
+ Average float32
+ Best float32
+ Worst float32
+ NotPassCount float32
}
class StudentWithResult << (S,Aquamarine) >> {
+ Result float32
}
class TeacherApi << (S,Aquamarine) >> {
+ DB *gorm.DB
- courses(w http.ResponseWriter, r *http.Request)
- dataOfCourse(w http.ResponseWriter, r *http.Request)
+ ServeHTTP(w http.ResponseWriter, r *http.Request)
}
"TeacherApi" -[hidden]-> "StudentWithResult"
"StudentWithResult" -[hidden]-> "DataOfCourseResp"
"DataOfCourseResp" -[hidden]-> "CourseResp"
}
package student {
class CoursesResp << (S,Aquamarine) >> {
}
class ExamResult << (S,Aquamarine) >> {
+ Cid string
+ Cname string
+ Result float32
}
class StudentApi << (S,Aquamarine) >> {
+ DB *gorm.DB
- examResult(w http.ResponseWriter, r *http.Request)
- courses(w http.ResponseWriter, r *http.Request)
- enrolledCourses(w http.ResponseWriter, r *http.Request)
+ ServeHTTP(w http.ResponseWriter, r *http.Request)
}
"StudentApi" -[hidden]-> "CoursesResp"
"CoursesResp" -[hidden]-> "ExamResult"
}
package core {
class CoreApi << (S,Aquamarine) >> {
+ DB *gorm.DB
+ ServeHTTP(w http.ResponseWriter, r *http.Request)
+ ServeStudent(w http.ResponseWriter, r *http.Request)
+ ServeCourse(w http.ResponseWriter, r *http.Request)
+ ServeTeacher(w http.ResponseWriter, r *http.Request)
+ ServeCourseTeacherRelation(w http.ResponseWriter, r *http.Request)
+ ServeStudentCourseRelation(w http.ResponseWriter, r *http.Request)
}
together {
class SerCoreCourse << (S,Aquamarine) >> {
+ DB *gorm.DB
+ Create(course *model.Course)
+ Read(query string) []model.Course
+ Update(courses []model.Course)
+ Delete(query string)
}
class SerCoreStudent << (S,Aquamarine) >> {
+ DB *gorm.DB
+ Create(student *model.Student)
+ Read(query string) []model.Student
+ Update(students []model.Student)
+ Delete(query string)
}
class SerCoreTeacher << (S,Aquamarine) >> {
+ DB *gorm.DB
+ Create(teacher *model.Teacher)
+ Read(query string) []model.Teacher
+ Update(teachers []model.Teacher)
+ Delete(query string)
}
}
together {
class SerCoreCourseTeacherRelation << (S,Aquamarine) >> {
+ DB *gorm.DB
+ Create(courseTeacherRelation *model.CourseTeacherRelation)
+ Read(query string) []model.CourseTeacherRelation
+ Update(courseTeacherRelations []model.CourseTeacherRelation)
+ Delete(query string)
}
class SerCoreStudentCourseRelation << (S,Aquamarine) >> {
+ DB *gorm.DB
+ Create(studentCourseRelation *model.StudentCourseRelation)
+ Read(query string) []model.StudentCourseRelation
+ Update(studentCourseRelations []model.StudentCourseRelation)
+ Delete(query string)
}
}
CoreApi <-- SerCoreCourse
CoreApi <-- SerCoreStudent
CoreApi <-- SerCoreTeacher
CoreApi <-- SerCoreCourseTeacherRelation
CoreApi <-- SerCoreStudentCourseRelation
CoreApi -[hidden]-> SerCoreCourse
SerCoreCourse -[hidden]-> SerCoreCourseTeacherRelation
}
"Service""uses" o-right- "AccessTokenHolder"
"AccessTokenHolder""uses" o-right- "AccessToken"
"Service""uses" o-down- "CoreApi"
"Service""uses" o-down- "StudentApi"
"Service""uses" o-down- "TeacherApi"
}
"service""uses" o-right- "gorm.DB"
"service""uses" o-down- "http.Handler"
package util {
package logging {
class Log << (F,Aquamarine) >> {}
}
package response {
class ResponseJson << (F,Aquamarine) >> {}
}
}
"service" <-- "util"
"data" <-- "util"
package main {
class main << (F,Aquamarine) >> {}
}
"main" <-up- "service"
"main" <-up- "data"
@enduml
|
2670336a41f5fe6c2d25e09ae900b26b6633c8e9 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TypeChangeLabelAction.puml | 7c96eeff23995d1ce7efacf48cba8973057b406f | [] | 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 | 481 | 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 TypeChangeLabelAction [[TypeChangeLabelAction.svg]] extends TypeUpdateAction {
action: String
fieldName: String
label: [[LocalizedString.svg LocalizedString]]
}
interface TypeUpdateAction [[TypeUpdateAction.svg]] {
action: String
}
@enduml
|
10330df6cdff637f27f5ef357aca3a4a61d212ec | 644b7bb773b84596a2de4d31a0603284d9562e56 | /redux/aggregators/sagas.iuml | 8a31ea4a787e89e7731b14c361d952859941cb20 | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 43 | iuml | class Sagas{
+ {static} *sagas(): void
}
|
59a200d6aa838c2ce17e94460538dd0fae623564 | 5d5c34de7656fdcd58a09ff451c821bccbe75221 | /doc/diagrams/simple-class-diagram.puml | 45d65f20aa15831b79223c674b6afacb0a14c5b7 | [] | no_license | florendg/plantuml-demo | ca844af7aa5c532e925237750499ce5451396af3 | d4ef64f1f7dbb5f9e497aad2d9c17e857fbbaf0f | refs/heads/master | 2023-03-08T00:26:38.930737 | 2021-02-15T20:39:19 | 2021-02-15T20:39:19 | 339,197,850 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 318 | puml | @startuml
class Address {
- street:String
- number:int
- city:String
}
note left of Address
Dit is een korte toelichting
En dat mag ook meerdere regels
beslaan.
end note
entity Person {
-firstName:String
-lastName:String
printAddress():String
}
Person -left- Address :has >
@enduml |
1c61fdfaa1b188a003ce6d59062e8eae25def146 | d134b7d5c74d2a35dadbc9282e90b9b34a6f716e | /UML/Shape.plantuml | 68df66c8b26aaae1069aa5469227a68fac9bfb5e | [] | no_license | ramzharris/CIT360 | 34dc8b9184d5099f14db99748265dff22bfb6e74 | 44cef6278c4dee7f5b9c44ce7ee7f029075f9432 | refs/heads/master | 2020-12-08T09:37:25.859427 | 2020-04-09T02:50:07 | 2020-04-09T02:50:07 | 232,948,246 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 288 | plantuml | @startuml
class Shape {
-Shape: double { get set }
+Shape
}
class Size extends Shape {
-width: double { get set }
-height: double { get set }
+getPerimeter(): double
+getArea(): double
}
class Sides extends Shape {
-sides: integer { get set }
}
@enduml |
a14a3b34d46978668141469f64b0b52ba2f071fe | 7f64ce22e8a2bc384079a26c37b658875b4cbbbc | /TPGeSoc/Entrega 1/Diagramas/DiagramaModel.plantuml | 8e118e39f0a96427987ff509840b532d644da681 | [] | no_license | Gonzalo-Avila/GESOC | b6e1df4b9b4fd29ec73127a26e6dc9250648c1b8 | dfd2b5d74e81a2a71ab2990a221c1aa894e6b8cf | refs/heads/master | 2023-01-21T17:53:14.165805 | 2020-12-05T16:05:35 | 2020-12-05T16:05:35 | 319,060,538 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,205 | plantuml | @startuml
class BuilderOperacionDeEgreso [[java:model.BuilderOperacionDeEgreso]] {
-LocalDateTime fechaOperacion
-DocumentoComercial codDocumentoComercial
-MedioDePago medio
-List<Item> items
-Organizacion organizacion
-Proveedor proveedor
+void setCodDocumentoComercial(DocumentoComercial codDocumentoComercial)
+void setFechaOperacion(LocalDateTime fechaOperacion)
+void setMedio(MedioDePago medio)
-void validarListaItemsNoVacia(List<Item> items)
+void setItems(List<Item> items)
+void setOrganizacion(Organizacion organizacion)
+OperacionDeEgreso registrarOperacion()
}
BuilderOperacionDeEgreso ..> "1" OperacionDeEgreso
class DocumentoComercial [[java:model.DocumentoComercial]] {
}
class MedioDePago [[java:model.MedioDePago]] {
}
class Item [[java:model.Item]] {
}
class Organizacion [[java:model.Organizacion]] {
}
class Proveedor [[java:model.Proveedor]] {
}
class TarjetaDeCredito [[java:model.TarjetaDeCredito]] {
-int numeroTarjeta
-String titular
-int codigoSeguridad
-int cuotas
+void abonarOperacion(float valor)
}
interface MedioDePago [[java:model.MedioDePago]] {
}
MedioDePago <|.. TarjetaDeCredito
class TarjetaDeDebito [[java:model.TarjetaDeDebito]] {
-int numeroTarjeta
-String titular
-int codigoSeguridad
+void abonarOperacion(float valor)
}
interface MedioDePago [[java:model.MedioDePago]] {
}
MedioDePago <|.. TarjetaDeDebito
class DocumentoComercial [[java:model.DocumentoComercial]] {
-int ID
}
class TipoDocumentoComercial [[java:model.TipoDocumentoComercial]] {
}
DocumentoComercial --> "1" TipoDocumentoComercial : tipoDoc
class DineroEnCuenta [[java:model.DineroEnCuenta]] {
+void abonarOperacion(float valor)
}
interface MedioDePago [[java:model.MedioDePago]] {
}
MedioDePago <|.. DineroEnCuenta
interface MedioDePago [[java:model.MedioDePago]] {
void abonarOperacion(float valor)
}
class OperacionDeEgreso [[java:model.OperacionDeEgreso]] {
-LocalDateTime fechaOperacion
+void setCodDocumentoComercial(DocumentoComercial codDocumentoComercial)
+OperacionDeEgreso(DocumentoComercial codDocumentoComercial, LocalDateTime fechaOperacion, MedioDePago medio, List<Item> items, Organizacion organizacion, Proveedor proveedor)
+float valorTotal()
}
class DocumentoComercial [[java:model.DocumentoComercial]] {
}
OperacionDeEgreso --> "1" DocumentoComercial : documentoComercial
class MedioDePago [[java:model.MedioDePago]] {
}
OperacionDeEgreso --> "1" MedioDePago : medio
class Item [[java:model.Item]] {
}
OperacionDeEgreso --> "*" Item : items
class Organizacion [[java:model.Organizacion]] {
}
OperacionDeEgreso --> "1" Organizacion : organizacion
class Proveedor [[java:model.Proveedor]] {
}
OperacionDeEgreso --> "1" Proveedor : proveedor
class Item [[java:model.Item]] {
-int valor
-String descripcion
+Item(int valor, String descripcion)
+int getValor()
+String getDescripcion()
}
class Organizacion [[java:model.Organizacion]] {
+Organizacion(List<EntidadJuridica> entidadesJuridicas, List<EntidadBase> entidadesBase)
+List<EntidadJuridica> getEntidadesJuridicas()
+void setEntidadesJuridicas(List<EntidadJuridica> entidadesJuridicas)
+List<EntidadBase> getEntidadesBase()
+void setEntidadesBase(List<EntidadBase> entidadesBase)
}
class EntidadJuridica [[java:model.EntidadJuridica]] {
}
Organizacion --> "*" EntidadJuridica : entidadesJuridicas
class EntidadBase [[java:model.EntidadBase]] {
}
Organizacion --> "*" EntidadBase : entidadesBase
enum CategoriaEntidadJuridica [[java:model.CategoriaEntidadJuridica]] {
OSC
MICRO_EMPRESA
PEQUENIA_EMPRESA
EMPRESA_MEDIANA_TRAMO_1
EMPRESA_MEDIANA_TRAMO_2
}
class EntidadJuridica [[java:model.EntidadJuridica]] {
-String razonSocial
-String nombreFicticio
-int cuit
-String direccionPostal
-int codInscIGJ
+EntidadJuridica(String razonSocial, String nombreFicticio, int cuit, String direccionPostal, int codInscIGJ, CategoriaEntidadJuridica categoriaEntidad)
}
class CategoriaEntidadJuridica [[java:model.CategoriaEntidadJuridica]] {
}
EntidadJuridica --> "1" CategoriaEntidadJuridica : categoriaEntidad
class Efectivo [[java:model.Efectivo]] {
+void abonarOperacion(float valor)
}
interface MedioDePago [[java:model.MedioDePago]] {
}
MedioDePago <|.. Efectivo
enum TipoDocumentoComercial [[java:model.TipoDocumentoComercial]] {
FACTURA
TICKET
RECIBO
}
class EntidadBase [[java:model.EntidadBase]] {
-String nombreFicticio
-String descripcion
+EntidadBase(String nombreFicticio, String descripcion)
+EntidadBase(String nombreFicticio, String descripcion, EntidadJuridica entidadJuridica)
}
class EntidadJuridica [[java:model.EntidadJuridica]] {
}
EntidadBase --> "1" EntidadJuridica : entidadJuridica
class Proveedor [[java:model.Proveedor]] {
-String razonSocial
-String direccionPostal
-int cuil
+Proveedor(String razonSocial, String direccionPostal, int cuil)
+String getRazonSocial()
+void setRazonSocial(String razonSocial)
+String getDireccionPostal()
+void setDireccionPostal(String direccionPostal)
+int getCuil()
+void setCuil(int cuil)
}
class CajeroAutomatico [[java:model.CajeroAutomatico]] {
+void abonarOperacion(float valor)
}
interface MedioDePago [[java:model.MedioDePago]] {
}
MedioDePago <|.. CajeroAutomatico
@enduml |
ecdf06beb3749767493a7df8079f9c36e5a4ea53 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CategoryCreatedMessagePayload.puml | b708ab500ddf12424f388a0d6adb88c049749754 | [] | 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 | 454 | 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 CategoryCreatedMessagePayload [[CategoryCreatedMessagePayload.svg]] extends MessagePayload {
type: String
category: [[Category.svg Category]]
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
|
a2a1f8d7ee60c833271911b89ab9e499101aff2e | c69dba4cef780d27a126166ee912005507258413 | /src/design/utils-class-diagram.puml | fc0d7d9bb6d505577a17f539c785f07c708631f4 | [
"MIT",
"EPL-1.0",
"Apache-2.0"
] | permissive | CS-SI/Orekit | 2265900b501fe6727a57378956f9f2c61564909a | 7ab7a742674eabee00e1dbe392833d587fdcdaab | refs/heads/develop | 2023-09-03T20:33:42.748576 | 2023-09-01T14:34:03 | 2023-09-01T14:34:03 | 22,851,787 | 144 | 79 | Apache-2.0 | 2023-03-28T17:53:33 | 2014-08-11T19:29:35 | Java | UTF-8 | PlantUML | false | false | 3,599 | puml | ' Copyright 2002-2023 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package org.orekit #ECEBD8 {
package time #DDEBD8 {
interface TimeStamped {
+AbsoluteDate getDate()
}
interface "TimeShiftable<T>" as TimeShiftable_T_ {
+T shiftedBy(double dt)
}
interface "TimeInterpolable<T>" as TimeInterpolable_T_ {
+T interpolate(AbsoluteDate date, Collection<T> sample)
}
}
package utils #DDEBD8 {
interface "TimeStampedCache<T extends TimeStamped>" as TimeStamptedCache_T_ {
+List<T> getNeighbours(AbsoluteDate central)
}
note bottom
provides thread-safety
end note
TimeStamped <--* TimeStamptedCache_T_
TimeStamptedCache_T_ <|-- GenericTimeStampedCache
TimeStamptedCache_T_ <|-- ImmutableTimeStampedCache
class PVCoordinates {
+PVCoordinates ZERO
+Vector3D getPosition()
+Vector3D getVelocity()
+Vector3D getMomentum()
+{static} PVCoordinates interpolate(...)
}
interface PVCoordinatesProvider {
+PVCoordinates getPVCoordinates(AbsoluteDate date, Frame frame)
}
class AngularCoordinates {
+AngularCoordinates IDENTITY
+AngularCoordinates revert()
+Rotation getRotation()
+Vector3D getRotationRate()
+{static} AngularCoordinates interpolate(...)
}
PVCoordinatesProvider -up-> PVCoordinates
TimeShiftable_T_ <|.. PVCoordinates
TimeShiftable_T_ <|.. AngularCoordinates
interface Constants {
+double SPEED_OF_LIGHT
+double JULIAN_DAY
+double WGS84_EARTH_EQUATORIAL_RADIUS
+double WGS84_EARTH_FLATTENING
+double WGS84_EARTH_...
+double EIGEN5C_EARTH_...
+double JPL_SSD_ASTRONOMICAL_UNIT
+double JPL_SSD_...
+double G0_STANDARD_GRAVITY
}
enum IERSConventions {
+IERS_1996
+IERS_2003
+IERS_2010
}
}
package frames #DDEBD8 {
class TopocentricFrame
PVCoordinatesProvider <|-- TopocentricFrame
}
package orbits #DDEBD8 {
abstract class Orbit
PVCoordinatesProvider <|.. Orbit
}
package propagation #DDEBD8 {
interface Propagator
PVCoordinatesProvider <|.. Propagator
}
package bodies #DDEBD8 {
class CelestialBody
PVCoordinatesProvider <|.. CelestialBody
}
}
@enduml
|
9b49cef8f39162c01da3648e391220966262bc08 | 98d354b02719933a104aa96a689fa0963a2218d1 | /doc/uml/class_diagrams/adapters/chat&message.plantuml | c27e584c85130d0808a1d749591f7248a451d4c7 | [
"Apache-2.0"
] | permissive | cmput301w19t02/Alexandria | fbbc1cf26ad3a18d7a5baecc582418d49bf83546 | 1e66077a3661ef6f8c72d414117b5512c59f9d8a | refs/heads/master | 2023-01-28T11:39:01.320635 | 2019-04-01T21:57:49 | 2019-04-01T21:57:49 | 169,452,637 | 2 | 6 | Apache-2.0 | 2023-01-09T11:35:24 | 2019-02-06T18:12:07 | Java | UTF-8 | PlantUML | false | false | 7,830 | plantuml | @startuml
title __CHAT & MESSAGE ADAPTER's Class Diagram__\n
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.controller {
class ChatController {
{static} - instance : ChatController
- database : FirebaseDatabase
- ChatController()
- userController : UserController
- userCache : ObservableUserCache
{static} + getInstance()
+ addChatRoom()
- addChatRoomPrivate()
- getNewChatRoomId()
- addChatRoomItemToId()
+ setUserChatRoomReadStatus()
- setChatRoomReadStatusPrivate()
+ addTextMessage()
- addTextMessagePrivate()
+ addLocationMessage()
- addLocationMessagePrivate()
- getUserChatRoomListReference()
- getChatMessagesReference()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.controller {
class UserController {
- auth : FirebaseAuth
- database : FirebaseDatabase
{static} - instance : UserController
- UserController()
{static} + getInstance()
+ isAuthenticated()
+ authenticate()
+ deauthenticate()
+ createUser()
+ getMyId()
- getUserEmail()
+ getUserProfile()
+ getMyProfile()
+ updateMyProfile()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.controller {
class ImageController {
- IMAGE_FORMAT : String
- storage : StorageReference
- cache : ImageCache
{static} - instance : ImageController
- ImageController()
{static} + getInstance()
+ addImage()
+ getImage()
+ updateImage()
+ deleteImage()
- getImageReference()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.adapter {
class MessageRecyclerViewAdapter {
{static} - SENT_TEXT : int
{static} - SENT_LOCATION : int
{static} - RECEIVED_TEXT : int
{static} - RECEIVED_LOCATION : int
- mContext : Context
- mMessageList : List<Message>
- userController : UserController
- imageController : ImageController
+ MessageRecyclerViewAdapter()
+ getItemViewType()
+ onCreateViewHolder()
+ onBindViewHolder()
+ getItemCount()
+ updateMessageList()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.adapter {
class ChatRecyclerViewAdapter {
{static} - MESSAGE_READ : int
{static} - MESSAGE_UNREAD : int
- mContext : Context
- mChatRoomList : List<ChatRoomItem>
- mProfileImageMap : Map<String, RoundedBitmapDrawable>
- userController : UserController
- chatController : ChatController
- imageController : ImageController
+ ChatRecyclerViewAdapter()
+ getItemViewType()
+ onCreateViewHolder()
+ onBindViewHolder()
+ getItemCount()
+ updateChatRoomList()
+ updateProfileImageMap()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.model {
package ca.ualberta.CMPUT3012019T02.alexandria.model.message {
abstract class Message {
- id : String
- type : String
- content : String
- status : String
- date : Long
- sender : String
+ Message()
+ Message()
+ toMap()
+ getId()
+ setId()
+ getType()
+ setType()
+ getContent()
+ setContent()
+ getStatus()
+ setStatus()
+ getDate()
+ setDate()
+ getSender()
+ setSender()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.model {
package ca.ualberta.CMPUT3012019T02.alexandria.model.chatroom {
class ChatRoomItem {
- chatId : String
- user1Id : String
- user1Name : String
- user1UserPic : String
- user2Id : String
- user2Name : String
- user2UserPic : String
- readStatus : boolean
+ ChatRoomItem()
+ ChatRoomItem()
+ toMap()
+ getUser1Id()
+ setUser1Id()
+ getUser1Name()
+ setUser1Name()
+ getUser1UserPic()
+ setUser1UserPic()
+ getUser2Id()
+ setUser2Id()
+ getUser2Name()
+ setUser2Name()
+ getUser2UserPic()
+ setUser2UserPic()
+ getChatId()
+ setChatId()
+ getReadStatus()
+ setReadStatus()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.model {
package ca.ualberta.CMPUT3012019T02.alexandria.model.holder {
class ChatViewHolder {
+ itemChat : RelativeLayout
+ tvChatReceiverUsername : TextView
+ ivChatUserPic : ImageView
+ ivReadStatus : ImageView
+ ChatViewHolder()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.model {
package ca.ualberta.CMPUT3012019T02.alexandria.model.holder {
class ReceivedLocationMessageViewHolder {
+ itemMessage : ConstraintLayout
+ tvTimeStamp : TextView
+ ivLocationImage : ImageView
+ ReceivedLocationMessageViewHolder()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.model {
package ca.ualberta.CMPUT3012019T02.alexandria.model.holder {
class ReceivedMessageViewHolder {
+ itemMessage : ConstraintLayout
+ tvContent : TextView
+ tvTimeStamp : TextView
+ ReceivedMessageViewHolder()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.model {
package ca.ualberta.CMPUT3012019T02.alexandria.model.holder {
class SentLocationMessageViewHolder {
+ itemMessage : ConstraintLayout
+ tvTimeStamp : TextView
+ ivLocationImage : ImageView
+ SentLocationMessageViewHolder()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.model {
package ca.ualberta.CMPUT3012019T02.alexandria.model.holder {
class SentMessageViewHolder {
+ itemMessage : ConstraintLayout
+ tvContent : TextView
+ tvTimeStamp : TextView
+ SentMessageViewHolder()
}
}
}
}
ReceivedLocationMessageViewHolder -down-|> ViewHolder
ReceivedMessageViewHolder -down-|> ViewHolder
SentLocationMessageViewHolder -down-|> ViewHolder
SentMessageViewHolder -down-|> ViewHolder
ChatRecyclerViewAdapter -up-|> Adapter
ChatRecyclerViewAdapter o-- "1" UserController
ChatRecyclerViewAdapter o-- "1" ChatController
ChatRecyclerViewAdapter o-- "1" ImageController
ChatRecyclerViewAdapter o-- "*" ChatRoomItem
ChatRecyclerViewAdapter "1" -- "*" ChatViewHolder : creates >
MessageRecyclerViewAdapter -up-|> Adapter
MessageRecyclerViewAdapter o-- "1" UserController
MessageRecyclerViewAdapter o-- "1" ImageController
MessageRecyclerViewAdapter o-- "*" Message
MessageRecyclerViewAdapter "1" -- "*" ReceivedLocationMessageViewHolder : creates >
MessageRecyclerViewAdapter "1" -- "*" ReceivedMessageViewHolder : creates >
MessageRecyclerViewAdapter "1" -- "*" SentLocationMessageViewHolder : creates >
MessageRecyclerViewAdapter "1" -- "*" SentMessageViewHolder : creates >
right footer
PlantUML diagram partly generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml |
c121fcbe90365b799ce38a3f9f3be0898e833198 | 99fd128e25c1aef4813198b9594d1366b6e23943 | /Techs/software-craft/know-design/design-pattern/structural-patterns/decorator/improved_beverage_useinheritance.puml | f97e5161f8695db3c0e04648d5727ee933c3da38 | [] | no_license | tcfh2016/knowledge-map | 68a06e33f8b9da62f9260035123b9f86850316f0 | 23aff8bf83c07330f1d6422fc6d634d3ecf88da4 | refs/heads/master | 2023-08-24T19:14:58.838786 | 2023-08-13T12:04:37 | 2023-08-13T12:04:45 | 83,497,980 | 2 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,417 | puml | @startuml
Beverage <|-- HouseBlend
Beverage <|-- DarkRoast
Beverage <|-- Decaf
Beverage <|-- Espresso
Beverage <|- HouseBlendWithMilk
Beverage <|- DarkRoastWithMilk
Beverage <|- DecafWithMilk
Beverage <|- EspressoWithMilk
HouseBlendWithSoy --|> Beverage
DarkRoastWithSoy --|> Beverage
DecafWithSoy --|> Beverage
EspressoWithSoy --|> Beverage
HouseBlendWithWhip -|> Beverage
DarkRoastWithWhip -|> Beverage
DecafWithWhip -|> Beverage
EspressoWithWhip -|> Beverage
class Beverage {
description
getDescription()
cost()
}
'-------------------------------------------------------------------------------'
class HouseBlend {
cost()
}
class DarkRoast {
cost()
}
class Decaf {
cost()
}
class Espresso {
cost()
}
'-------------------------------------------------------------------------------'
class HouseBlendWithMilk {
cost()
}
class DarkRoastWithMilk {
cost()
}
class DecafWithMilk {
cost()
}
class EspressoWithMilk {
cost()
}
'-------------------------------------------------------------------------------'
class HouseBlendWithSoy {
cost()
}
class DarkRoastWithSoy {
cost()
}
class DecafWithSoy {
cost()
}
class EspressoWithSoy {
cost()
}
'-------------------------------------------------------------------------------'
class HouseBlendWithWhip {
cost()
}
class DarkRoastWithWhip {
cost()
}
class DecafWithWhip {
cost()
}
class EspressoWithWhip {
cost()
}
@enduml
|
23d7689446f1bc75ab4496c323f1528471071c09 | f9971351a85df87f59fd9a7ca16292247ae728e5 | /out/production/DZ_6-Networks/ru/geekbains/DZ/ClientChatAdapter.puml | 4558ed90ce44ffa584651f0a2427ccce163c7e8e | [] | no_license | nowarich/DZ_7-Chat | c36d303ef25f125edd912a4ab7c0b5535a6f2423 | f6ec611e2ebc0d3602dfc56f2861257281b909dd | refs/heads/master | 2023-02-28T05:14:17.806657 | 2020-12-14T10:55:11 | 2020-12-14T10:55:11 | 321,056,729 | 0 | 0 | null | 2021-02-07T16:08:22 | 2020-12-13T12:12:46 | Java | UTF-8 | PlantUML | false | false | 425 | puml | @startuml
class Client {
- socket: Socket
- in: DataInputStream
- out: DataOutputStream
-- constructors --
+ sendMessage(msg: String) throws ClientConnectionException: void
+ receiveMessage() throws ClientConnectionException: String
+ close(): void
}
class ClientChatAdapter {
- chat: ChatFrame
- client: Client
}
class ClientConnectionException extends RuntimeException {
}
@enduml |
7adf107ca63996b8b5d6a469eebaac8ed8e6d876 | cde433048c4291d3352565b650088aef7b1566d0 | /src/main/java/nl/han/dea/marijn/dtos/user/request/request.plantuml | 5073ef3822a67c9511d65dc2f191c7c80ecac64c | [] | no_license | marijndegen/deaberoepsproduct | 5f0fa0ec728683410476fe4713860c716e1b5d53 | 6e50e270168072f7fdcb551a0ca229f5a23135ff | refs/heads/master | 2022-10-28T18:32:44.607645 | 2018-04-05T09:43:17 | 2018-04-05T09:43:17 | 125,343,381 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 427 | plantuml | @startuml
title __REQUEST's Class Diagram__\n
package nl.han.dea.marijn.dtos.user {
package nl.han.dea.marijn.dtos.user.request {
class ShareRequest {
- id : int
+ getId()
}
}
}
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
|
9d44a9bc8d2ba214ed6bcaa2026912845df0c1c3 | b8b944a1c6b89f9426d9c85b2560968b41e913d2 | /resources/UML/ro.uaic.info/engine/object/transform/transform.plantuml | f8da7f00fad4283413f51ee3676d0c8d1b42a31d | [] | no_license | anaidde/VladianaInvaders | e0076b7a4e2b4cc48de6cabfa4ee0158888f5ec0 | aff35c93b657c06ca9038884126fe0dd0a7a094a | refs/heads/master | 2022-11-12T10:03:36.383752 | 2020-07-02T09:30:37 | 2020-07-02T09:30:37 | 261,261,460 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,373 | plantuml | @startuml
title __TRANSFORM's Class Diagram__\n
namespace ro.uaic.info.engine {
namespace object {
namespace transform {
class ro.uaic.info.engine.object.transform.Transform {
{static} - HORIZONTAL_SPEED_CAP : double
{static} - HORIZONTAL_SPEED_DECREASE : double
{static} - HORIZONTAL_SPEED_INCREASE : double
{static} - VERTICAL_SPEED_CAP : double
{static} - VERTICAL_SPEED_DECREASE : double
{static} - VERTICAL_SPEED_INCREASE : double
+ Transform()
+ getLocation()
+ getRotation()
+ getScale()
+ getVelocity()
+ setLocation()
+ setLocation()
+ setRotation()
+ setRotation()
+ setScale()
+ setScale()
+ setVelocity()
+ setVelocity()
+ toString()
+ treatMovementInput()
}
}
}
}
ro.uaic.info.engine.object.transform.Transform o-- ro.uaic.info.engine.space.Double3 : location
ro.uaic.info.engine.object.transform.Transform o-- ro.uaic.info.engine.space.Double3 : rotation
ro.uaic.info.engine.object.transform.Transform o-- ro.uaic.info.engine.space.Double3 : scale
ro.uaic.info.engine.object.transform.Transform o-- ro.uaic.info.engine.space.Double3 : velocity
@enduml
|
06f3e4b2d4096a92b138432c8a25441f07c38776 | 717f0e8cdb98d20a26d3b69d71ffac1facc83357 | /Estructura/Java/Composite/Composite.plantuml | 46dd22431a9f28eabd5027f156e88b6d4f82edac | [] | no_license | ORT-Argentina/PR2 | fe32c4d732bf9aa968589d04e4c742ae645551f5 | 892ec336126e09bdeb114edbe8db3faa3bf32cd5 | refs/heads/master | 2021-07-15T05:15:59.687671 | 2021-05-24T23:35:51 | 2021-05-24T23:35:51 | 248,582,761 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,323 | plantuml | @startuml
title __COMPOSITE's Class Diagram__\n
namespace ar.edu.ort {
class ar.edu.ort.Principal {
}
}
namespace ar.edu.ort {
namespace base {
interface ar.edu.ort.base.IPrecio {
}
}
}
namespace ar.edu.ort {
namespace implementacion {
class ar.edu.ort.implementacion.ProductoCompuesto {
}
}
}
namespace ar.edu.ort {
namespace implementacion {
class ar.edu.ort.implementacion.ProductoPeso {
}
}
}
namespace ar.edu.ort {
namespace implementacion {
class ar.edu.ort.implementacion.ProductoUnitario {
}
}
}
namespace ar.edu.ort {
namespace implementacion {
namespace soporte {
class ar.edu.ort.implementacion.soporte.Pedido {
}
}
}
}
ar.edu.ort.implementacion.ProductoCompuesto .up.|> ar.edu.ort.base.IPrecio
ar.edu.ort.implementacion.ProductoPeso .up.|> ar.edu.ort.base.IPrecio
ar.edu.ort.implementacion.ProductoUnitario .up.|> ar.edu.ort.base.IPrecio
ar.edu.ort.implementacion.soporte.Pedido -up-|> ar.edu.ort.implementacion.ProductoCompuesto
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
|
beebd654b71de2f0582cdfcaa793ad9523e29830 | a91911e5cb7152c74d512ef19e54f381b41944c4 | /src/main/java/ex43/ex43.puml | a3bdd88f826c80c79a7faffb6cfaa1db279b4eb6 | [] | no_license | Amos-L/Luo-cop3330-assignment3 | 1dca7c191ce1de8b86bb88f52a99f5f27de7e1ee | af0bf5cc87faad4dc3050f62dc98786b5fe873f1 | refs/heads/master | 2023-08-23T01:31:39.377738 | 2021-10-12T02:37:35 | 2021-10-12T02:37:35 | 416,156,903 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 329 | puml |
@startuml
'https://plantuml.com/class-diagram
read <|-- Main
printOutput <|-- read
class Main {
~String Author
~String siteName
~Boolean javaS
~Boolean CSS
-String/Boolean
}
class read {
~String Path
~File file = new File(path)
~File file = new javaS
~File file = new CSS;
-Files
}
class printOutput {
-Created...
}
@enduml |
5e4516c76dd9743fbd0a27fc49198a814b4dd4c3 | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/profile-service/Application/Models/DataTransferObjects/ProfileDto.puml | 8b7ef449e940bae2055264938c09db5e10588e00 | [] | 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 | 371 | puml | @startuml
class ProfileDto {
+ Id : string <<get>> <<set>>
+ UserId : string <<get>> <<set>>
+ ProfilePictureUrl : string <<get>> <<set>>
+ Title : string <<get>> <<set>>
+ Rating : decimal <<get>> <<set>>
+ Description : string <<get>> <<set>>
+ Skills : List<string> <<get>> <<set>>
+ Experience : List<string> <<get>> <<set>>
}
@enduml
|
a8c1910c59d28b9f97ea5b3cb2ead193d04acc2a | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/QuoteResourceIdentifier.puml | 968d6ddcaf0e3ed0ad7aa61966a79da78f20bf0f | [] | 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,046 | 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 QuoteResourceIdentifier [[QuoteResourceIdentifier.svg]] extends ResourceIdentifier {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
interface ResourceIdentifier [[ResourceIdentifier.svg]] {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
interface OrderFromQuoteDraft [[OrderFromQuoteDraft.svg]] {
quote: [[QuoteResourceIdentifier.svg QuoteResourceIdentifier]]
version: Long
quoteStateToAccepted: Boolean
orderNumber: String
paymentState: [[PaymentState.svg PaymentState]]
shipmentState: [[ShipmentState.svg ShipmentState]]
orderState: [[OrderState.svg OrderState]]
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
}
QuoteResourceIdentifier --> OrderFromQuoteDraft #green;text:green : "quote"
@enduml
|
a4655d382c86b13866c7dae495d0fc35754fd316 | f6b0ca967bcf5495f283e2463529e53edd4bdc50 | /doc/AppStructure.plantuml | 9ff47ea850fdd2a9cd791d559e203930d620c6ac | [] | no_license | thatmariia/dichtdelicht | 7591e1e12acbb4467bc4081f86c0afc4475d9009 | ec81470799f013b531dddbfe8cba04be6f912061 | refs/heads/master | 2022-06-30T22:09:08.908262 | 2020-05-10T16:28:25 | 2020-05-10T16:28:25 | 262,443,725 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,058 | plantuml | @startuml
title iOS app structure
class UserIdentifier {
Identifies user, if exists
Creates user, if doesn't
}
class ContentView {
Determines next View based on
whether logged in for the 1st time
}
note right of ContentView {
TODO:
if user logged in
for the 1st time
}
class UserHomesObserver {
Listens to homes user has
}
note left of UserHomesObserver {
TODO:
listen to changes
}
class HomeSelectionView {
Selects 1 of user's homes
}
note right of HomeSelectionView {
TODO:
make it possible to
select multiple
rooms/LEDs
}
class HomeObserver {
Listen to rooms in a home
and LEDs in each room
}
note left of HomeObserver {
TODO:
listen to changes
}
class RoomsManagerView {
View where a user selects
LEDs to change
}
class ColorWheelView {
Updating selected LEDs with
Color Wheel
}
UserIdentifier -> ContentView
ContentView --> HomeSelectionView
UserHomesObserver -> HomeSelectionView
HomeSelectionView --> RoomsManagerView
HomeObserver -> RoomsManagerView
RoomsManagerView --> ColorWheelView
@enduml
|
c80da4b401924c54caea7fae6241aee86c5296b4 | 0159bad70c1adcbc70a36d3e0aa89b8a60683ab8 | /Factories/Documentation/Introduction/Diagrams/AbstractFactory.puml | 731ca77ab2d310057dcb50e82fac561d536a157c | [] | no_license | apatequil/DesignPatternsCore | 6cf4ecc35eadcb172f1f0ed2c432c7709384d0ec | 353df2b9b25488751c2d7dff3f261459249ac5f0 | refs/heads/main | 2023-03-19T01:18:24.104151 | 2021-03-15T01:54:10 | 2021-03-15T01:54:10 | 344,652,445 | 1 | 0 | null | 2021-03-15T01:54:11 | 2021-03-05T00:55:14 | C# | UTF-8 | PlantUML | false | false | 871 | puml | @startuml Abstract Factory
skinparam LineType Ortho
class Client {
}
interface AbstractFactory {
CreateProductA()
CreateProductB()
}
class ConcreteFactoryA implements AbstractFactory {
CreateProductA()
CreateProductB()
}
class ConcreteFactoryB implements AbstractFactory {
CreateProductA()
CreateProductB()
}
interface AbstractProductA {
}
interface AbstractProductB {
}
class ConcreteProductA1 implements AbstractProductA {
}
class ConcreteProductA2 implements AbstractProductA {
}
class ConcreteProductB1 implements AbstractProductB {
}
class ConcreteProductB2 implements AbstractProductB {
}
ConcreteFactory1 --> ConcreteProductA1
ConcreteFactory1 --> ConcreteProductB1
ConcreteFactory2 --> ConcreteProductA2
ConcreteFactory2 --> ConcreteProductB2
Client ..> AbstractFactory
Client ..> AbstractProductA
Client ..> AbstractProductB
@enduml
|
e62f14c392418a3b98059d8eeaec2170c04b8173 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/troubleTicket/media/src/error_entities.puml | 70e1e486b3c301e766c87db371996e8de30f3aa3 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 1,067 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class Error400 {
code*: Error400Code
}
Error <|-- Error400
class Error401 {
code*: Error401Code
}
Error <|-- Error401
class Error403 {
code*: Error403Code
}
Error <|-- Error403
class Error404 {
code*: string
}
Error <|-- Error404
class Error409 {
code*: string
}
Error <|-- Error409
class Error {
message: string
reason*: string
referenceError: uri
}
enum Error400Code {
missingQueryParameter
missingQueryValue
invalidQuery
invalidBody
}
enum Error401Code {
missingCredentials
invalidCredentials
}
enum Error403Code {
accessDenied
forbiddenRequester
tooManyUsers
}
enum Error422Code {
missingProperty
invalidValue
invalidFormat
referenceNotFound
unexpectedProperty
tooManyRecords
otherIssue
}
class Error422 {
code*: Error422Code
propertyPath: string
}
Error <|-- Error422
class Error500 {
code*: string
}
Error <|-- Error500
@enduml
|
06fd63979ea412f9cd63c8c6bb4dc0ce67c3e687 | ea92b794f64577cf3f9895848ed841a2482a6d1e | /docs/assets/images/IOwnership-umlClassDiagram-80.puml | dccd038f0e58664f86123ab96e0a11725f6ba108 | [
"MIT"
] | permissive | dreambo8563/todo-core | a1cdd6e14ec6445dd1dae84d0ba03bf80b1b09da | 96b2af2b5b5c0ba1d1aaa15eba7061c52cafc611 | refs/heads/master | 2022-11-21T11:51:16.649734 | 2020-07-18T17:57:03 | 2020-07-18T17:57:03 | 274,677,442 | 0 | 0 | MIT | 2020-06-28T10:36:09 | 2020-06-24T13:36:10 | TypeScript | UTF-8 | PlantUML | false | false | 307 | puml | @startuml
hide empty methods
hide empty fields
interface "IOwnership" {
+owner : ITaskOwner | null
}
class "PeriodTask" {
+content : T
+finishDate : FinishDate
+id : string
+owner : ITaskOwner | null
+status : ETaskStatus
+toggle() : void
}
"IOwnership" <|.. "PeriodTask"
@enduml |
cf33d0b09793e7b71464bbad9b0fc4e861b7d3bc | f8a1ba4ac815ee086c5291eb949fd7ec6aebb6c7 | /Barricade/Program.puml | 80a00dc27cb4698e97caa5c30bbbb57bbc2c8bff | [] | no_license | Evert-Arends/barricadegameModel3 | f7def3f2fd0dead5cc7807c488617505fb664ef5 | 98fa3d1e396ca133c424f459ea576086d0840814 | refs/heads/master | 2023-03-02T21:33:43.122111 | 2021-02-11T13:06:54 | 2021-02-11T13:06:54 | 337,192,542 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 86 | puml | @startuml
class Program {
{static} <<async>> Main(args:string[]) : Task
}
@enduml
|
7b02681fef543bd068e6f31f4fce0e01278c9757 | 51496986e7fd12ba8c96b08d6394591f24472d59 | /docs/UML/plantuml2papyrus/test.uml | db3650b4fb005e2b952d650df742082e9358bdd0 | [
"Apache-2.0"
] | permissive | superfluidity/RDCL3D | 3ba33051e19b362f9084d35037f881c332576dae | 3c5717941bd4046aa1be178e9004db1dc1c469a0 | refs/heads/master | 2020-04-06T04:13:50.615021 | 2019-01-06T14:56:51 | 2019-01-06T14:56:51 | 83,023,039 | 8 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 125 | uml | @startuml
class Class1 {
}
class Class2 {
}
class Class3 {
}
Class1 o-- "0..*" Class2
Class2 *-- "1..*" Class3
@enduml
|
6a235ff984c463064911d7bc2985f7d6f0db433b | f1e4ad7f8d03b777ab9efa7a7c53a4d470e607b3 | /docs/api.puml | c9e29993ee7d1962b36ed11f74fbaf51524637a5 | [
"Apache-2.0"
] | permissive | gulayciragiloglu79/goLang | f7bf220ade6bb268907a3cc8e1c697c4ef24adba | 3324358789aa320072092d1d0c1f8439ac995b8f | refs/heads/main | 2023-01-23T07:13:49.733405 | 2020-11-22T12:07:25 | 2020-11-22T12:07:25 | 315,026,314 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 698 | puml | @startuml
package "api" {
class Command << bootstrapper>>{}
class Transport << Handler Registration>>{}
class Resource <<controller>>{}
class Echo << http handler>> {}
class Service <<domain service>>{
Get(id string) (Movie,error)
Create(item *Movie) (err error)
}
class Movie <<class>>{}
interface Repository{
Get(id string) (Movie,error)
Create(item *Movie) (err error)
}
Transport --> Command
Resource --> Transport
Echo -left-> Transport
Service -right-> Resource
Repository -up-> Service
Movie -up-> Service
MongoRepository -up-> Repository
MongoDatabase -up-> MongoRepository
}
@enduml |
85474edbab20bc5960a5859b73aafa661cc24711 | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/order/find_first_and_last_position_of_element_in_sorted_array/find_first_and_last_position_of_element_in_sorted_array.plantuml | a0671cdbab6acd1efc1e846efe1c85efbb740913 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 573 | plantuml | @startuml
title __FIND_FIRST_AND_LAST_POSITION_OF_ELEMENT_IN_SORTED_ARRAY's Class Diagram__\n
namespace cn.shui.order {
namespace find_first_and_last_position_of_element_in_sorted_array {
class cn.shui.order.find_first_and_last_position_of_element_in_sorted_array.Solution {
{static} + main()
{static} - searchRange()
}
}
}
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
|
adef9f3d74a7588d9a9c08fbd3467c0e07d25163 | 287632511b7bc00c7ffd95282c8230dc10ba64c3 | /uml/async-tcp-server.puml | 28898ac4bb9804b8504b8f44af400de8044b667a | [] | no_license | bonewell/samples | 76946f48925693e37a6e7dab58460059d5c0993c | e97321621aedfcfd0b94e219bb334a158e9af8df | refs/heads/master | 2021-06-05T03:42:34.707385 | 2021-05-29T16:50:23 | 2021-05-29T16:50:23 | 60,779,530 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,452 | puml | @startuml
class asio::io_context
note bottom
int main() {
asio::io_context io_context;
tcp_server(io_context);
io_context.run();
}
end note
class enable_shared_from_this
class tcp_connection {
- socket : socket
- message : string
+ {static} create(io_context) : shared_ptr<tcp_connection>
+ socket() : socket
+ start()
- tcp_connection(io_context)
- handle_write(error_code, size_t)
}
enable_shared_from_this <|-- tcp_connection
asio::io_context <. tcp_connection
note bottom of tcp_connection
start() {
message = make_message();
async_write(socket, buffer(message),
bind(&handle_write, shared_from_this(),
error, bytes_transferred));
}
end note
class tcp_server {
- acceptor : acceptor
+ tcp_server(io_context)
- start_accept()
- handle_accept(new_conn, error)
}
tcp_server .> asio::io_context
note top of tcp_server
tcp_server(...) {
start_accept();
}
end note
note left of tcp_server
start_accept() {
auto new_conn = tcp_connection::create(
acceptor.get_executor().context());
acceptor.async_accept(new_conn->socket(),
bind(&handle_accept, this, new_conn, error));
}
end note
note bottom of tcp_server
handle_accet(...) {
if (!error)
new_conn->start();
start_accept();
}
end note
tcp_server .> tcp_connection
@enduml
|
1457ac0b61aac50930fccae13bed5e0a2d3a181e | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShoppingListSetCustomFieldAction.puml | 8212cdfb78a3edf9572449606b5b39880a72a541 | [] | 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 | 504 | 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 ShoppingListSetCustomFieldAction [[ShoppingListSetCustomFieldAction.svg]] extends ShoppingListUpdateAction {
action: String
name: String
value: [[Object.svg Object]]
}
interface ShoppingListUpdateAction [[ShoppingListUpdateAction.svg]] {
action: String
}
@enduml
|
6e66db0728a7911cfb8f1e55d6e78fa6ef203d85 | 82dd7b778e320eb988c11cd8b598d1e7ecade126 | /src/exceptions/exceptions.plantuml | 90450176c64a101874719f5e730a42be623c6140 | [] | no_license | joram-sjamaar/ChatClient | e998e0092dd1cd0b6b5f45b4ee1d6767c7189685 | c8be32fbac4ce89883ebb45aca070e0cf97e51b4 | refs/heads/master | 2022-11-03T14:35:55.806756 | 2020-01-26T22:15:04 | 2020-01-26T22:15:04 | 223,383,408 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 411 | plantuml | @startuml
title __EXCEPTIONS's Class Diagram__\n
namespace exceptions {
class exceptions.TooFewArgumentsException {
+ TooFewArgumentsException()
+ TooFewArgumentsException()
}
}
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
|
e33b34dde94d91b016d6bfb23ee5dfbe0842e322 | de97a89177c6547e0b8ee6124daa2e150304545d | /uml/static-proxy.puml | e49a47ea5dd28ef682ea8c564734d23203de569d | [] | no_license | AppSecAI-TEST/LearnAndroid | fd9aecef5c422fb70997e7d50b624aa0b58c6e0b | 81258427ae3f84242992307533a7e48a2bf79f94 | refs/heads/dev | 2021-01-16T11:39:40.991180 | 2017-08-11T05:46:06 | 2017-08-11T05:46:06 | 100,002,199 | 0 | 0 | null | 2017-08-11T07:00:38 | 2017-08-11T07:00:38 | null | UTF-8 | PlantUML | false | false | 436 | puml | @startuml
skinparam classAttributeIconSize 0
note "拦截调用,进行额外操作,最后调用 被代理类的方法" as N1
interface Subject{
+void doSomething()
}
class RealSubject{
+void doSomething()
}
class Proxy{
+void doSomething()
}
RealSubject ..|> Subject
Proxy ..|> Subject
RealSubject *-- Proxy : realSubject
Client --* Subject
N1 .. Proxy
note left of Client : 持有抽象接口的引用
@enduml |
df58dd81aa575cac64f9343eb2b7d55ccdf5d718 | 11a3f0f236146b4e679b5213b5830b64f19bf155 | /docs/Application.puml | bdb8d155b6d8fb828ac9f0f9be4dd7d57e73b3b5 | [] | no_license | Tomatoats/backUpRepoBeforeImessThingsUp | c89cc56e3b63bba8abb060b42fbba8a0599514a9 | 97452de58518efa4b19b5870a78b80dafa2841b7 | refs/heads/main | 2023-09-06T05:48:55.256807 | 2021-11-08T00:53:46 | 2021-11-08T00:53:46 | 422,407,327 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,829 | puml | @startuml
package controllers{
class ListController {
-Button removeButton;
-Button AddItemButton;
-Button sortAll;
-Button sortComplete;
-Button sortIncomplete;
+TextField descriptionText;
+TextField dueDateText;
-Label errorLabel;
-Button clearButton;
-Button loadButton;
-Button saveButton;
-TableView<Item> listTable;
+TableColumn colComplete;
+TableColumn colDescription;
+TableColumn colDueDate;
+CheckBox checkBox;
+initialize(URL, ResourceBundle)
-main(String[] args)
addPressed(ActionEvent event)
removePressed(ActionEvent event)
allPress(ActionEvent event)
completePress(ActionEvent event)
incompletePress(ActionEvent event)
clearPressed(ActionEvent event)
loadPressed(ActionEvent event)
saveList(ActionEvent event)
+removeItem()
+findAndSave()
+incompleteLists()
+completeLists()
+allList()
+addItem()
+getItem()
+setListTable(listTable)
+getListTable()
+setList(List)
+clearList()
+initializeTable()
+listload()
save(File)
+closeAndOpen(string, string)
+close()
}
}
class ObservableList{}
class TodoListApplication{
ObservableList currentList;
Map<String,Scene> scenemap;
+start(stage)
+main(String[] args)
+addscenes()
+getCurrentList()
getScenemap()
}
package functions {
class Item{
String dueDate;
String description;
public CheckBox complete;
+Item(String,String)
+getDueDate()
+getDescription()
+getCheckBox()
+setDueDate(string)
+setDescription(string)
+setComplete(CheckBox)
+whatComplete(string)
+DueDateRegex(string)
+DescriptionLength(string)
}
class List {
ObservableList<Item> currentList;
+addListener(listener)
+removeListener(listener)
+addAll(List.elements)
+setAll(List.elements)
+setAll(collection)
+removeAll(List.elements)
+retainAll(List.elements)
+remove(int, int)
+size(int)
+isEmpty()
+contains(object)
+iterator()
+toArray()
+toArray(Array[])
+add(List)
+remove(object)
+containsAll(collection)
+addAll(collection)
+addAll(int, (collection)
+removeAll(Collection)
+retainAll(collection)
+clear();
+get(int)
+set(int, List.elements)
+add(int, List.elements)
+remove(int)
+indexOf(object)
+lastIndexOf(object)
+listIterator()
+listIterator(int)
+subList(int, int)
+addListener(listener)
+removeListener(listener)
}
}
java.fx.application.Application <|-- TodoListApplication
TodoListApplication <|-- ListController
java.fx.initializable -- ListController
ObservableList <|-- List
List -- Item
ListController -- List
@enduml |
6f7d7e9bf5060f79b36cf683afb53791f12a7a90 | 20644d12a34773dd4586c4f6b767745ad004db26 | /core/out/production/core/com/messenger/messenger.plantuml | 44fe1ca4f7394a54eede2899444c71bbaea89c14 | [] | no_license | thuyhoang-bkuer/CN-assignment-1 | 5862f4a2e136a484eff14f322e23a4462fe2fa0e | 58d119a48fac65b6fcbbf1b59b5975ced5357e10 | refs/heads/master | 2020-08-27T05:53:40.188382 | 2019-10-27T13:43:58 | 2019-10-27T13:43:58 | 217,261,236 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,506 | plantuml | @startuml
title __MESSENGER's Class Diagram__\n
namespace com.messenger {
class com.messenger.MessengerController {
{static} + allMessages : ArrayList<String>
~ logger : Logger
- byteArray : byte[]
- file : File
- fileAttachButton : ImageView
- fileChooser : FileChooser
- messageList : ScrollPane
- messageSendBox : TextArea
- messageSendButton : ImageView
- root : Pane
- stage : Stage
- themeChangeButton : ColorPicker
- topPane : Pane
+ MessengerController()
+ generateAnimation()
+ initialize()
+ linkSenderAndReceiver()
+ newSendMessage()
+ saveFile()
+ saveReceivedMessage()
+ setReceiver()
+ setRoot()
+ setSender()
+ setStage()
+ showScene()
}
}
namespace com.messenger {
class com.messenger.Receiver {
~ logger : Logger
{static} ~ vbox : VBox
- connected : boolean
- finalMessage : String
- messageList : ArrayList<String>
- messageListView : ScrollPane
- receiver : Socket
- receiverSocket : ServerSocket
- root : Pane
- sender : String
- stage : Stage
+ Receiver()
+ getMessageList()
+ getReceiverPort()
+ isConnected()
+ run()
+ saveFile()
+ setRoot()
+ setStage()
}
}
namespace com.messenger {
class com.messenger.Sender {
~ logger : Logger
- client : Socket
- destinationIP : String
- destinationPort : int
- messageList : ArrayList<String>
- messageListView : ScrollPane
- messageToSend : String
- root : Pane
- sender : String
+ Sender()
+ Sender()
+ Sender()
+ getMessageList()
+ getSender()
+ getSenderPort()
+ run()
+ sendBackgroundColor()
+ sendFile()
+ sendMessage()
+ setRoot()
+ setSender()
}
}
com.messenger.MessengerController o-- com.messenger.Receiver : receiver
com.messenger.MessengerController o-- com.messenger.Sender : sender
com.messenger.Sender o-- com.messenger.MessengerController : 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
|
4626df0cdf80db821ccae957092427e4fc5da4d8 | 7fbdb3db8e966a7f78cad2d9e6798dfd8aedea01 | /src/com/cjj/designpattern/structural/bridge/BuilderClassGraph.puml | e7842f5576e17f57f7da4c98624b3ac8ca87ab4f | [] | no_license | vuquangtin/DesignPattern-1 | 3d1fc64e8412bf5ba3a10a38dde121c68ffc8b9a | 47182c1c6e3f7e4126d33bdca53e055d9f0b3b5d | refs/heads/master | 2021-10-09T20:10:01.009239 | 2019-01-03T01:33:51 | 2019-01-03T01:33:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 237 | puml | @startuml
class Display{
DisplayImpl impl
open()
print()
close()
display()
}
class DisplayImpl{
rawOpen()
rawPrint()
rawClose()
}
class CountDisplay{
multiDisplay()
}
class StringDisplayImpl{
rawOpen()
rawPrint()
rawClose()
}
@enduml |
0aa15a9553cb3cac7ef2baf428c28a886f66d777 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_MaterialManager.puml | 518c1fba070c089c02615aea9751b40d897808c6 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,780 | puml | @startuml
class TMP_MaterialManager <<static>> {
{static} TMP_MaterialManager()
{static} OnPreRender(cam:Camera) : void
{static} OnPreRenderCanvas() : void
+ {static} GetStencilMaterial(baseMaterial:Material, stencilID:int) : Material
+ {static} ReleaseStencilMaterial(stencilMaterial:Material) : void
+ {static} GetBaseMaterial(stencilMaterial:Material) : Material
+ {static} SetStencil(material:Material, stencilID:int) : Material
+ {static} AddMaskingMaterial(baseMaterial:Material, stencilMaterial:Material, stencilID:int) : void
+ {static} RemoveStencilMaterial(stencilMaterial:Material) : void
+ {static} ReleaseBaseMaterial(baseMaterial:Material) : void
+ {static} ClearMaterials() : void
+ {static} GetStencilID(obj:GameObject) : int
+ {static} GetMaterialForRendering(graphic:MaskableGraphic, baseMaterial:Material) : Material
+ {static} GetFallbackMaterial(sourceMaterial:Material, targetMaterial:Material) : Material
+ {static} AddFallbackMaterialReference(targetMaterial:Material) : void
+ {static} RemoveFallbackMaterialReference(targetMaterial:Material) : void
+ {static} CleanupFallbackMaterials() : void
+ {static} ReleaseFallbackMaterial(fallackMaterial:Material) : void
+ {static} CopyMaterialPresetProperties(source:Material, destination:Material) : void
}
class FallbackMaterial {
+ baseID : int
+ fallbackID : long
+ count : int
}
class MaskingMaterial {
+ count : int
+ stencilID : int
}
TMP_MaterialManager +-- FallbackMaterial
FallbackMaterial --> "baseMaterial" Material
FallbackMaterial --> "fallbackMaterial" Material
TMP_MaterialManager +-- MaskingMaterial
MaskingMaterial --> "baseMaterial" Material
MaskingMaterial --> "stencilMaterial" Material
@enduml
|
27d9c42fcf71795bcd595bd3e08b04bdf2f92297 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductRemoveVariantAction.puml | f33b068f8980ffbcac3515df88ea311299a9a4d7 | [] | 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 | 476 | 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 ProductRemoveVariantAction [[ProductRemoveVariantAction.svg]] extends ProductUpdateAction {
action: String
id: Long
sku: String
staged: Boolean
}
interface ProductUpdateAction [[ProductUpdateAction.svg]] {
action: String
}
@enduml
|
d7e7f40d9dece436ccd67211e423bf33ba14a797 | aef9a95106eaf24b85104f4536d20cf7341506a6 | /src/main/java/br/com/bianeck/creational/builder/etc/caso1/Livro.puml | 3e9c6f95c3d4d3c9d65797bab361dae622a58a56 | [
"MIT"
] | permissive | JElvisBL/designpatternstutorial | a3b4952af57998e83b8743ac5797be1fd8027184 | 3e5f92d4cc2f8ae098b66c73236e7a8498932d5a | refs/heads/master | 2022-04-22T09:19:19.415037 | 2020-01-22T01:42:36 | 2020-01-22T01:42:36 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,682 | puml | @startuml
package br.com.bianeck.creacional.builder.caso1 {
class Livro {
- id : Long
- titulo: String
- editora: String
- autores: List<String>
- resumo: String
- isbn: String
- anoLancamento: Integer
- numeroDePaginas: Integer
- valor: BigDecimal
+ Livro()
' + Livro(id : Long, titulo: String, editora: String, autores: List<String>, resumo: String, isbn: String, anoLancamento: Integer, numeroDePaginas: Integer, valor: BigDecimal)
+ Livro(builder : LivroBuilder)
}
class LivroBuilder {
- id : Long
- titulo: String
- editora: String
- autores: List<String>
- resumo: String
- isbn: String
- anoLancamento: Integer
- numeroDePaginas: Integer
- valor: BigDecimal
+ LivroBuilder(id: Long)
+ LivroBuilder(id: Integer)
+ livroPadrao() : LivroBuilder
+ comTitulo(titulo : String ) : LivroBuilder
+ comSubTitulo(subtitulo : String) : LivroBuilder
+ comEditora(editora : String) : LivroBuilder
+ comAutores(autores : String[]) : LivroBuilder
+ comResumo(resumo : String) : LivroBuilder
+ comIsbn(isbn : String) : LivroBuilder
+ comAnoDeLancamento(anoLancamento : Integer) : LivroBuilder
+ comNumeroDePaginas(numeroDePaginas : Integer) : LivroBuilder
+ comValor(valor : BigDecimal) : LivroBuilder
+ comValor(valor : String) : LivroBuilder
+ comValor(valor : Double) : LivroBuilder
+ comValor(valor : Long) : LivroBuilder
+ comValor(valor : Integer) : LivroBuilder
+ build(): Livro
}
}
LivroBuilder ..+ Livro
@enduml |
92a52bbc38dda0ed4588657e659ebb20d6666054 | 644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc | /docs/uml/software/common/ImpInterpreter.puml | e63edb91b0be428e933d13b7d367adf649ca6c8a | [] | no_license | tzAcee/photonized | c929a6c04bedd0304a4e427d6c2895cdf73568d3 | aa53ed7bda18959c58467fe4560dc3ff4e1ae422 | refs/heads/main | 2023-05-03T15:13:31.148910 | 2021-05-25T13:55:17 | 2021-05-25T13:55:17 | 316,536,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 322 | puml | @startuml
class UserInput {
}
class MoveFilesExpression {
+ Interpreter(context:IContext) : void
}
class "IDictionary`2"<T1,T2> {
}
class "IList`1"<T> {
}
IContext <|-- UserInput
UserInput o-> "Result<string,object>" "IDictionary`2"
UserInput o-> "Error<string>" "IList`1"
IExpression <|-- MoveFilesExpression
@enduml
|
1437e01e38d4b8239d98604176d9d6f07d5fa3b0 | 5229c30142a44eba1f7afb8c57f12bf187bc2d03 | /src/main/kotlin/com/mgy/command/command.puml | 94be936eff822081c67f20d98d4e59bef7296dec | [] | no_license | Drunkman/kotlin-design-pattern | 16b98c7fff938c06c4623568673a1c8cc28e606b | 91196fcee1b4fc09350666ef537135f8f0e45b3c | refs/heads/master | 2020-03-19T21:13:16.754197 | 2018-08-12T14:21:07 | 2018-08-12T14:21:07 | 136,933,013 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 623 | puml | @startuml
interface Command{
+execute(target)
+undo()
+redo()
+toString()
}
class ShrinkSpell{
-size
-target
+execute(target)
+undo()
+redo()
+toString()
}
class InvisibilitySpell{
-target
+execute(target)
+undo()
+redo()
+toString()
}
abstract class Target{
+toString()
+printStatus()
}
class Goblin{
+toString()
}
class Wizard{
-undoStack
-redoStack
}
ShrinkSpell -up-|> Command
InvisibilitySpell -up-|> Command
Goblin -left-|> Target
ShrinkSpell --> Target: -target
InvisibilitySpell --> Target: -target
Wizard o-left-> Command
@enduml |
2be2e66c6e437330bc3b442ce49b3b2aa9b661bd | 946e015d5f1a1272557309eb2273c3f2bb13911a | /uml/enums.puml | b62c670cb2d289c3946f66006fd86f5dcc5d93fd | [
"MIT"
] | permissive | cbuteau/webjobs.es6 | 95136bdb5bcdd5cc9151eb52b28e1c3943125f65 | ca5d4bd74903af62117f24c509eaddba3694a0f8 | refs/heads/master | 2023-01-14T00:59:55.891178 | 2021-07-20T20:00:25 | 2021-07-20T20:00:25 | 147,742,965 | 1 | 0 | MIT | 2023-01-06T01:36:00 | 2018-09-06T23:00:44 | JavaScript | UTF-8 | PlantUML | false | false | 346 | puml | @startuml
class MessagIds <<enumeration>> {
SCRIPTLOADED: 0,
BASEINIT: 1,
BASEINIT_COMPLETE: 2,
BASEINIT_ERROR: 3,
DISPATCH: 4,
DISPATCH_COMPLETE: 5,
DISPATCH_ERROR: 6
}
class WorkerStates <<enumeration>> {
STARTING: 0,
STARTED: 1,
LOADED: 2,
INITIALIZED: 3,
DISPATCH: 4,
COMPLETED: 5
}
@enduml
|
973acc623c8b655be7f17ff77cc7337fb28df22e | 5a8fafc1af19d5eb6730c0da83db05e0db76d388 | /tables.puml | dcd6326ef9d2ca3d338ad397d4b39b30c000b754 | [] | no_license | LuisFajardoF/Diagramas-PUML | d041fcc7be377b5692a864c726d3cdcb19f3be2b | 4b886eefbd2207de708e056767a0a185851efc7f | refs/heads/master | 2023-03-29T01:22:24.559466 | 2021-04-13T17:39:58 | 2021-04-13T17:39:58 | 340,369,399 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,678 | puml | @startuml
skinparam class {
BackgroundColor Beige
BorderColor DarkGray
ArrowColor DarkGray
}
class Table {
+ Table(string& content, string& caption)
+ string getCode()
# string getContent()
# string getAlign(string& row_align)
# vector<string> getFormatAlign(string& row_align)
# string getHeader(string& header)
# string getRows()
# void fillRowsVector()
# string getBegin()
# string getCentering()
# string getCaption()
# string getEnd()
# vector<string> rows
- void setBegin()
- void setCentering()
- void setCaption(string& caption)
- void setEnd()
- string begin
- string centering
- string content
- string caption
- string end
- string code
}
class TableStyle1 {
+ TableStyle1(string& content, string& caption)
+ string getCode()
# string getContent()
# string getAlign(string& row_align)
# string getRows()
- code
}
class TableStyle1Colored {
+ TableStyle1Colored(string& content, string& caption, string& color)
+ string getCode()
# string getContent()
# string getRows()
- color
- code
}
class TableStyle2 {
+ TableStyle2(string& content, string& caption)
+ string getCode()
# string getContent()
# string getRows()
- code
}
class TableStyle2Colored {
+ TableStyle2Colored(string& content, string& caption, string& color)
+ string getCode()
# string getContent()
# string getRows()
- color
- code
}
Table <|-[bold]- TableStyle1
TableStyle1 <|-[bold]- TableStyle1Colored
TableStyle1 <|-[bold]- TableStyle2
TableStyle1Colored <|-[bold]- TableStyle2Colored
@enduml
|
5a8cb873971fa045a2cc5d0d46d792b140028103 | b7837c2b507e3330b6a6accb2c8209cbfc5f367a | /app/src/main/java/com/netmart/netmartseller/Interface/Interface.plantuml | b0a0d72d7cb6e8c45a46814ab745f26cb5705183 | [] | no_license | Nizar127/Netmart_Seller | 44c745feccc37fc02103fdcfce695621b118c8db | acff3f0d360f4264760858ad783578c61dff1265 | refs/heads/master | 2022-10-23T03:00:49.189386 | 2020-06-16T01:26:40 | 2020-06-16T01:26:40 | 269,918,412 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 442 | plantuml | @startuml
title __INTERFACE's Class Diagram__\n
namespace com.netmart.netmartseller {
namespace Interface {
interface com.netmart.netmartseller.Interface.ItemClickListener {
{abstract} + onClick()
}
}
}
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
|
38874da6eb5d4a49c0bf2ca59c0ee87c6c17104d | 1ff1e3a687adf2b9ab5815c27430ad052fb4ef51 | /src/main/plantuml/amortization-table-class-diagram.plantuml | 0f83f58f93661752e252922b2df399ee028456b9 | [] | no_license | bhelfert/rootyphp | 571a9d83af53e915c123a3bc104c492eb4f144be | 77e2e7cb702853172cda0ab3b3147db2e5138213 | refs/heads/master | 2022-11-22T01:06:50.750145 | 2020-07-26T13:14:38 | 2020-07-26T13:14:38 | 282,651,861 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,417 | plantuml | @startuml
' This is a PlantUML file that describes a UML Class Diagram textually.
' See http://plantuml.com for more information.
class CommandLineParser << (C, red) >> {
parseCommandLine()
}
CommandLineParser .down.> AmortizationTableParameters : << creates >>
class AmortizationTableCalculator << (C, white) >> {
{static} main()
calculateAndPrintAmortizationTable()
}
AmortizationTableCalculator -left-> CommandLineParser
AmortizationTableCalculator -down-> AmortizationTable
AmortizationTableCalculator -right-> AmortizationTableConsolePrinter
class AmortizationTableConsolePrinter << (C,dodgerblue) >> {
printAmortizationTable()
}
AmortizationTableConsolePrinter -> AmortizationTableOutputPreparer
AmortizationTableConsolePrinter --> "*" AmortizationTableLine : amortizationTableLinesToPrint
class AmortizationTableOutputPreparer << (C,dodgerblue) >> {
prepareTableLinesForOutput()
}
AmortizationTableOutputPreparer --> "*" AmortizationTableLine
class AmortizationTable << (C,limegreen) >> {
calculateTableLines()
}
AmortizationTable -down-> "*" AmortizationTableLine
class AmortizationTableParameters << (C,limegreen) >> {
loanAmountInEuro
debitInterestFactor
initialAmortizationFactor
fixedInterestRateInYears
}
abstract class AmortizationTableLine << (A,limegreen) >> {
date
residualDebt
interest
amortization
rate
}
AmortizationTableLine -left-> AmortizationTableParameters
abstract class SummatingAmortizationTableLine << (A,dodgerblue) >> {
}
AmortizationTableLine <|- SummatingAmortizationTableLine
SummatingAmortizationTableLine -> "*" AmortizationTableLine
class PayoutAmortizationTableLine << (C,limegreen) >> {
}
AmortizationTableLine <|-- PayoutAmortizationTableLine
class MonthlyAmortizationTableLine << (C,limegreen) >> {
}
MonthlyAmortizationTableLine -up-> "previous" AmortizationTableLine
AmortizationTableLine <|-- MonthlyAmortizationTableLine
class YearlyAmortizationTableLine << (C,dodgerblue) >> {
}
SummatingAmortizationTableLine <|-- YearlyAmortizationTableLine
class EndOfFixedInterestRateAmortizationTableLine << (C,dodgerblue) >> {
}
SummatingAmortizationTableLine <|-- EndOfFixedInterestRateAmortizationTableLine
legend left
Color code:
*<b>red</b>: input (CLI)
*<b>green</b>: processing (model)
*<b>blue</b>: output (presentation)
*<b>white</b>: controller
endlegend
@enduml |
5e844e36b33fc10fc572c32d8f5166898743e3ac | c417d80f62ec26bcb06a9619ff9b5c35c54190fe | /demos/src/main/java/com/kco/pattern/decorator/demo/装饰折模式3.puml | a5b91ac172455e9f1deac23fb44464d5746c0fd2 | [] | no_license | kco1989/examples | 370f95d6e599af4551c17a38745cc9cdf2350917 | daa9197c8ddc846615fc9339001a81b48d8b851a | refs/heads/master | 2021-01-20T14:23:56.770073 | 2018-05-25T03:43:19 | 2018-05-25T03:43:19 | 90,605,536 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 738 | puml | @startuml
interface Food {
String description();
double price();
}
note left: 食物(抽象组件角色)
class HandCakeFood
note right: 手抓饼,要被装饰者(具体组件角色)
class DecoratorFood
note right: 提供装饰者接口(抽象装饰者角色)
class ChickenDecoratorFood
note top: 鸡肉,用于装饰手抓饼的(具体装饰者角色)
class EggDecoratorFood
note bottom: 鸡蛋,用于装饰手抓饼的(具体装饰者角色)
class HamDecoratorFood
note bottom: 火腿,用于装饰手抓饼的(具体装饰者角色)
HandCakeFood -l.|> Food
DecoratorFood -u.|> Food
DecoratorFood -u.> Food
ChickenDecoratorFood -u-|> DecoratorFood
EggDecoratorFood -u-|> DecoratorFood
HamDecoratorFood -u-|> DecoratorFood
@enduml |
5077ec634f1e9d9643f2eb938d577a4dc23de971 | 912d65be9bbd436a671d948abe8dadf356eb5216 | /src/main/java/com/juc/threadpool/forkjoin/forkjoin.plantuml | 7c9920b07b1dc17fcdc9d47a38f7c16e17261c95 | [] | no_license | ljhpole/netty-lecture | 02318e9992f488f03425c93b981e8718582b1b4b | a20bef9e6db5d1061a6f37ec0593087588ea1a0a | refs/heads/main | 2023-02-24T21:52:42.964037 | 2021-01-31T15:35:18 | 2021-01-31T15:35:18 | 334,686,240 | 0 | 1 | null | 2021-01-31T15:35:19 | 2021-01-31T15:19:40 | null | UTF-8 | PlantUML | false | false | 1,046 | plantuml | @startuml
title __FORKJOIN's Class Diagram__\n
namespace com.juc.threadpool {
namespace forkjoin {
class com.juc.threadpool.forkjoin.ForkJoinTest {
{static} ~ random : Random
{static} + main()
{static} ~ random()
}
}
}
namespace com.juc.threadpool {
namespace forkjoin {
class com.juc.threadpool.forkjoin.ParallelStreamAPI_Test {
{static} + main()
{static} ~ isPrime()
}
}
}
namespace com.juc.threadpool {
namespace forkjoin {
class com.juc.threadpool.forkjoin.SumTask {
{static} ~ THRESHOLD : int
~ array : long[]
~ end : int
~ start : int
# compute()
~ SumTask()
}
}
}
com.juc.threadpool.forkjoin.SumTask -up-|> java.util.concurrent.RecursiveTask
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
|
bc2c1e40348371b49d694d55d7b070816650dd05 | b4958e3509c4a50e9cd48a5e162bbea95a5812a3 | /doc/plantuml/opensha.sha.faultSurface.plantuml | 376be15bf5799629235e92227a6c4c9f19a19547 | [
"MIT"
] | permissive | benjamineac/nzshm-opensha | 392541cb7988a5a94bd25c811aa8869d1c0679c5 | 2eef5b84caaaf9784d9a05b378a680b597b79c70 | refs/heads/main | 2023-06-29T02:53:01.747667 | 2021-07-27T01:55:12 | 2021-07-27T01:55:12 | 389,788,132 | 0 | 0 | MIT | 2021-07-26T22:50:03 | 2021-07-26T22:50:03 | null | UTF-8 | PlantUML | false | false | 3,237 | plantuml | @startuml
package org.opensha.sha.faultSurface {
interface RuptureSurface extends Surface3D {
This interface defines a rupture surfaces. This does not specify how a rupture
surface is to be represented in order to maintan flexibility, but rather
specifies what information a rupture surface needs to provide ..
---
+getAveDip();
+getAveStrike();
+getAveLength();
...
+getLastLocOnUpperEdge();
+getFractionOfSurfaceInRegion()
}
interface EvenlyGriddedSurface extends RuptureSurface
class AbstractEvenlyGriddedSurface implements EvenlyGriddedSurface, CacheEnabledSurface {
This represents 2D container of Location objects defining a geographical surface.
There are no constraints on what locations are put where - this is specified by subclasses,
but the presumption is that the the grid of locations map out the surface
in some evenly discretized way.
It is also presumed that the zeroeth row represent the top edge or trace.
There are also methods for getting info about the surface
e.g., ave dip, ave strike, and various distance metrics.
}
abstract class AbstractEvenlyGriddedSurfaceWithSubsets extends AbstractEvenlyGriddedSurface {
This class extends EvenlyGriddedSurface to included sampling subset regions.
}
abstract class EvenlyGriddedSurfFromSimpleFaultData extends AbstractEvenlyGriddedSurfaceWithSubsets {
Description: This creates and EvenlyGriddedSurface from SimpleFaultData
}
class StirlingGriddedSurface extends EvenlyGriddedSurfFromSimpleFaultData
class ApproxEvenlyGriddedSurface extends AbstractEvenlyGriddedSurfaceWithSubsets
class CompoundSurface implements RuptureSurface, CacheEnabledSurface {
This class represents compound RuptureSurface to represent multi-fault ruptures.
The most challenging thing here is maintaining the Aki Richards convention for the total
surface. The main method here was used to make various tests to ensure that these things are
handled properly - these data were analyzed externally using Igor.
}
class QuadSurface implements RuptureSurface, CacheEnabledSurface {
Quadrilateral surface implementation - treats calculating the shortest distance
as 2D problem. The parallelograms representing each fault segment are rotated
into the xy plane of a local cartesian coordinate system. Precalculating and
storing the 2D parallelograms and the required rotation matrices drastically
reduces the time required to calculate the minimum distance to a large fault
surface, although performance is similar/worse than the standard gridded
implementation for short ~10 km faults.
@author Peter Powers, Kevin Milner
}
class SimpleFaultData {
-upperSeismogenicDepth
-lowerSeismogenicDepth
-aveDip
-aveDipDir
-FaultTrace
}
class FaultTrace extends LocationList {
This simply contains a vector/array of Location
objects representing the top trace of a fault with non-zero depth if it
buried.
}
}
package scratch.UCERF3 {
class FaultSystemRupSet
}
EvenlyGriddedSurfFromSimpleFaultData --> SimpleFaultData
SimpleFaultData --> FaultTrace
FaultSystemRupSet --> CompoundSurface
FaultSystemRupSet --> QuadSurface
FaultSystemRupSet --> StirlingGriddedSurface
FaultSystemRupSet --> EvenlyGriddedSurface
FaultSystemRupSet --> FaultTrace
@enduml |
dca843ce3c569eb206b4375dea30316a67882ad5 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Data-Coordinator/Logical.puml | 55c701a45a2c038051ce68f8cfac95f36ade8b36 | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 576 | puml | @startuml
package "Cloud" as User #ffffcc {
}
package "Physical Layer" as Used #ffffcc {
}
package "Data Coordinator" #lightblue {
interface "Data Coordinator" as DC {
}
CLI ()-- DC
REST ()-- DC
Web ()-- DC
package "Data Exchange" as DE #white {
}
package "Data Movement" as DM #white {
}
package "Application Movement" as AM #white {
}
package "Meta-Data Management" as MDM #white {
}
DC --> DE
DC --> DM
DC --> AM
DC --> MDM
}
User --> DC
DE --> Used
DM --> Used
AM --> Used
MDM --> Used
@enduml
|
a83e876e2ffc6ded10d076afab72835574fae6ef | 366b04c0ecc60f4f827ccc25cc47201652cf29e8 | /src/factories/factoryMethod/implementation_04/uml/Factory_04.puml | e1c03ef2328ac7562d401e383a75ee2936fcffc5 | [] | no_license | vitalispopoff/designPatterns | c14b6d222603d6873229b17254b4e001b1b23bac | 9d90e87ddbd6f964ba681c7bb13b94551383ff07 | refs/heads/master | 2022-11-16T10:20:38.580475 | 2020-06-20T21:36:16 | 2020-06-20T21:36:16 | 267,718,159 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 585 | puml | @startuml
+class ToyProducer{
+{field} Factory
--
+{method} Toy produceToy (String){constructToy(...)}
}
+abstract class Toy{
+{field} String toyName
+{field} boolean forGirls
--
}
package Toys {
+class ToyBall extends Toy{
}
+class ToyDoll extends Toy{
}
}
+interface Factory{
--
+{method} Toy constructToy(String)
}
+enum ToyType implements Factory{
BALL {constructToy(...)},
DOLL {constructToy(...)},
}
ToyProducer -right-* Toy
ToyProducer -up-o Factory
ToyType .up.> ToyBall
ToyType .up.> ToyDoll
@enduml |
4f1348078b03b2e3512c95b9bc245560b18d43ef | 326f0532299d6efcaec59d5a2cc95c31d9af9ef2 | /src/com/atguigu/principle/composite/improve_composition/improve_composition.plantuml | 2d589a28bf16f66cd5c7c8386f2c477c07f81804 | [] | 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 | 818 | plantuml | @startuml
title __IMPROVE_COMPOSITION's Class Diagram__\n
namespace com.atguigu.principle.composite {
namespace improve_composition {
class com.atguigu.principle.composite.improve_composition.A {
+ operation1()
+ operation2()
+ operation3()
}
}
}
namespace com.atguigu.principle.composite {
namespace improve_composition {
class com.atguigu.principle.composite.improve_composition.B {
+ depends()
}
}
}
com.atguigu.principle.composite.improve_composition.B o-- com.atguigu.principle.composite.improve_composition.A : 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
|
e1a6ea91e0cccb51f6d0db01984c8560f9e11ee1 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/diagrams/t9_verNotStartedYet.plantuml | 3ada869dc76edce8f860f8b7b077d5fcad70b055 | [
"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 | 549 | plantuml | @startuml
title __T9_VERNOTSTARTEDYET's Class Diagram__\n
package app.spec.t9_verNotStartedYet {
class ViewNotStartedYetTest {
+ init()
+ checkHasEmptyNonStartedYetList()
+ addNonStarted()
+ addComingEpisodes()
+ checkIfComingEpisode()
}
}
ViewNotStartedYetTest o-- 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
|
81c96c6fc1d284a57113321a5c47244dc8dbfb77 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/minilatedeliveryandpenalty@0.6.0.puml | 99d58b49d3fc0f277178a08033197b5cabd7f0cc | [
"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 | 833 | puml | @startuml
class org.accordproject.minilatedeliveryandpenalty.MiniLateDeliveryClause << (A,green) >> {
+ Party buyer
+ Party seller
+ Duration penaltyDuration
+ Double penaltyPercentage
+ Duration maximumDelay
}
org.accordproject.minilatedeliveryandpenalty.MiniLateDeliveryClause --|> org.accordproject.contract.Clause
class org.accordproject.minilatedeliveryandpenalty.LateRequest << (T,yellow) >> {
+ DateTime agreedDelivery
+ DateTime deliveredAt
+ Double goodsValue
}
org.accordproject.minilatedeliveryandpenalty.LateRequest --|> org.accordproject.runtime.Request
class org.accordproject.minilatedeliveryandpenalty.LateResponse << (T,yellow) >> {
+ Double penalty
+ Boolean buyerMayTerminate
}
org.accordproject.minilatedeliveryandpenalty.LateResponse --|> org.accordproject.runtime.Response
@enduml
|
1c585d4f467690212821695233560459f107b621 | 388b01c340e093c0673c5b11e90bf01c2cdf8f63 | /3.3.ModelViewPresenter - PresentationModel - WithoutDoubleDispatching/diagrams/MasterMind.puml | 591de0bdc0a9ee7721f04a5b4211961d85b93062 | [] | no_license | Master-Desarrollo-20-21/diseno-oo-ejercicio-3-mastermind-separacion-de-controladores-jmanuelsoberano | c6ebde5dde134d0c44897603099841939051b484 | 8d7ac362cc6b527801719a19e15e08efd96747f8 | refs/heads/main | 2023-03-21T05:55:11.108068 | 2021-03-15T06:14:10 | 2021-03-15T06:14:10 | 322,950,684 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,751 | puml | @startuml
abstract class MasterMinde {
- Logic logic
- View view
+ MasterMinde()
# abstract View CreateView(Logic logic)
+ void Play()
}
class ConsoleMasterMinde {
}
class GraphicsMasterMinde {
}
package MasterMind.Models {
class Board {
- {static} int MAX_ATTEMPTS
- SecretCombination secretCombination
- List<ProposedCombination> proposedCombinations
- List<Result> results
- int attempts
+ Board()
+ void Reset()
+ void AddProposedCombination(ProposedCombination proposedCombination)
+ Boolean IsWinner()
+ Boolean IsLooser()
+ Boolean IsFinished()
+ int GetAttemps()
+ Result GetResult(int position)
+ ProposedCombination GetProposedCombination(int position)
}
abstract class Combination {
- {static} readonly int WIDTH
# List<Color> Colors
# Combination()
+ {static} int GetWidth()
}
class ProposedCombination {
+ Boolean Contains(Color color, int position)
+ Boolean Contains(Color color)
+ List<Color> GetColors()
}
class Result {
+ const int WIDTH
- int blacks
- int whites
+ Result(int blacks, int whites)
+ Boolean IsWinner()
+ int GetWhites()
+ int GetBlacks()
}
class SecretCombination {
+ SecretCombination()
+ Result GetResult(ProposedCombination proposedCombination)
}
class State {
- StateValue stateValue
+ State()
+ void Reset()
+ void Next()
+ StateValue GetStateValue()
}
}
package MasterMind.Utils {
class Consola {
- {static} readonly Consola console
+ {static} Consola GetInstance()
+ String ReadString(String title)
+ String ReadString()
+ int ReadInt(String title)
+ char ReadChar(String title)
+ void WriteLine()
+ void Write(String cadena)
+ void WriteLine(String cadena)
+ void Write(char character)
}
class YesNoDialog {
- const char AFFIRMATIVE
- const char NEGATIVE
- {static} readonly string SUFFIX
- {static} readonly string MESSAGE
- private char answer
+ Boolean Read(String message)
- Boolean IsAfirmative()
- char GetAnswer()
- Boolean IsNegative()
}
}
package MasterMind.Types {
class Color {
+ {static} readonly Color RED
+ {static} readonly Color BLUE
+ {static} readonly Color YELLOW
+ {static} readonly Color GREEN
+ {static} readonly Color ORANGE
+ {static} readonly Color PURPLE
+ {static} readonly Color NULL
- char initial
- static IEnumerable<Color> Values
- Color(char initial)
+ {static} String GetInitials()
+ {static} Color GetInstance(char character)
+ {static} int Length()
+ {static} Color Get(int index)
+ Boolean IsNull()
+ string ToString()
}
class Error {
+ {static} readonly Error DUPLICATED
+ {static} readonly Error WRONG_CHARACTERS
+ {static} readonly Error WRONG_LENGTH
+ {static} readonly Error NULL
- String message
- Error(String message)
+ Boolean IsNull()
+ string ToString()
}
class Message {
+ {static} readonly Message ATTEMPTS
+ {static} readonly Message RESUME
+ {static} readonly Message RESULT
+ {static} readonly Message PROPOSED_COMBINATION
+ {static} readonly Message TITLE
+ {static} readonly Message WINNER
+ {static} readonly Message LOOSER
+ {static} readonly Message SECRET
- string value
- Message(string message)
+ string ToString()
}
class StateValue {
+ {static} StateValue INITIAL
+ {static} StateValue IN_GAME
+ {static} StateValue RESUME
+ {static} StateValue EXIT
- string value
+ {static} IEnumerable<StateValue> Values
- StateValue(String value)
+ int Ordinal()
+ String ToString()
}
}
package MasterMind.Views {
abstract class View {
+ void Interact()
}
}
package MasterMind.Views.Console {
class ConsoleView {
- StartView startView
- PlayView playView
- ResumeView resumeView
+ ConsoleView()
}
class StartView {
+ void Interact(StartController startController)
}
class SecretCombinationView {
- Controller controller;
+ SecretCombinationView(Controller controller)
+ void WriteLine()
}
class ResumeView {
+ void Interact(ResumeController resumeController)
}
class ResultView {
- PlayController playController
+ ResultView(PlayController playController)
+ void WriteLine(int position)
}
class ProposedCombinationView {
- PlayController playController
+ ProposedCombinationView(PlayController playController)
+ void Write(int position)
+ List<Color> Read()
}
class PlayView {
+ void Interact(PlayController playController)
}
class BoardView {
- PlayController playController
+ BoardView(PlayController playController)
+ void Write()
}
}
package MasterMind.Views.Graphics {
class GraphicsView {
+ GraphicsView(Controller controller) )
}
}
package MasterMind.Controllers {
class Logic {
- Board board
- State state
- Dictionary<StateValue, Controller> controllers
+ Logic()
+ Controller GetController()
}
abstract class Controller {
# Board Board
# State state
+ Controller(Board board, State state)
+ int GetWidth()
+ void Next()
+ abstract bool IsNull()
}
class PlayController {
+ PlayController(Board board, State state)
+ void AddProposedCombination(List<Color> combination)
+ int GetBlacksResult(int position)
+ int GetWhitesResult(int position)
+ List<Color> GetColorsProposedCombination(int position)
+ int GetAttemps()
+ bool IsFinished()
+ Error CheckError(string combination)
+ bool IsLooser()
+ bool IsWinner()
}
class ResumeController {
+ ResumeController(Board board, State state)
+ void Reset()
}
class StartController {
+ StartController(Board board, State state)
}
class NullController {
+ NullController(Board board, State state)
}
}
MasterMinde *--> View
MasterMinde *--> Logic
MasterMinde ..> Controller
MasterMinde <|-- ConsoleMasterMinde
MasterMinde <|-- GraphicsMasterMinde
Logic *--> Board
Logic *--> State
Logic o--> Controller
Logic ..> StartController
Logic ..> PlayController
Logic ..> ResumeController
Logic ..> NullController
Logic ..> StateValue
Controller *--> Board
Controller *--> State
Controller ..> Combination
Controller <|-- StartController
Controller <|-- PlayController
Controller <|-- ResumeController
Controller <|-- NullController
PlayController ..> Color
PlayController ..> ProposedCombination
PlayController ..> Error
GraphicsMasterMinde ..> GraphicsView
ConsoleMasterMinde ..> ConsoleView
View ..> Controller
View <|-- GraphicsView
View <|-- ConsoleView
ConsoleView *--> StartView
ConsoleView *--> PlayView
ConsoleView *--> ResumeView
ConsoleView ..> StartController
ConsoleView ..> PlayController
ConsoleView ..> ResumeController
StartView ..> StartController
StartView ..> Consola
StartView ..> SecretCombinationView
StartView ..> Message
SecretCombinationView *--> Controller
SecretCombinationView ..> Consola
SecretCombinationView ..> Message
ResumeView *--> ResumeController
ResumeView ..> YesNoDialog
ResumeView ..> Message
ResultView *--> PlayController
ResultView ..> Consola
ResultView ..> Message
ProposedCombinationView *--> PlayController
ProposedCombinationView ..> Color
ProposedCombinationView ..> Consola
ProposedCombinationView ..> Error
ProposedCombinationView ..> Message
PlayView ..> PlayController
PlayView ..> ProposedCombinationView
PlayView ..> BoardView
BoardView *--> PlayController
BoardView ..> SecretCombinationView
BoardView ..> ProposedCombinationView
BoardView ..> ResultView
BoardView ..> Consola
BoardView ..> Message
YesNoDialog ..> Consola
Board *--> SecretCombination
Board o--> ProposedCombination
Board o--> Result
Combination o--> Color
Combination <|-- ProposedCombination
Combination <|-- SecretCombination
SecretCombination ..> ProposedCombination
SecretCombination ..> Result
@enduml
|
2ccc44321ed6cd39120aee8757f26678f4140693 | 41bf54743064e61990c7bfb2bbe1070c02c0d6e5 | /app/UML/Class Diagram/ClassDiagram.puml | 09d93066a92e19bdf4d4d61ef70f76c1da6e9102 | [] | no_license | ultiferrago/ElStudioGato | 4206f43fa11867837591cde288638885297350fb | 15c91c8a6859b513c5f4d2f2b8da2e76abff978e | refs/heads/master | 2021-01-23T13:30:39.323136 | 2015-05-04T01:23:11 | 2015-05-04T01:23:11 | 34,616,703 | 0 | 0 | null | 2015-04-30T22:32:19 | 2015-04-26T15:07:16 | Java | UTF-8 | PlantUML | false | false | 1,628 | puml | @startuml
class SplashActivity {
onCreate()
}
class Subject {
subjects : ArrayList<Subject>
currentSubject : Subject
myDB : SQLiteDatabase
onCreateView()
showList()
refresh()
}
class SubjectAdapter {
subjects : ArrayList<Subject>
genereateList()
clickSubject()
}
class Section {
sections : ArrayList<Section>
currentSubject : Subject
myDB : SQLiteDatabase
onCreateView()
showList()
refresh()
}
class SectionAdapter {
section : ArrayList<Section>
genereateList()
clickSection()
}
class Notecard {
mRecyclerView : RecyclerView
mSwipeRefreshLayout : SwipeRefreshLayout
dbHelper : DatabaseHelper
myDB : SQLiteDatabase
notecardList : ArrayList<Note>
onCreateView()
createNoteDialog()
refreshContent()
}
class NotecardEdit {
dbHelper : DatabaseHelper
myDB : SQLiteDatabase
notecardList : ArrayList<Note>
mRecyclerView : RecyclerView
onCreateView()
}
class NotecardAdapter {
notecardList : ArrayList<Note>
correct : View
incorrect : View
genereateList()
clickCard()
showAnswer()
}
class Delete {
currentView : View
createDialog : Dialog
onCreateView()
}
Subject "1" o--- "*" Section : contains
Section "1" o-- "*" Notecard : contains
NotecardAdapter "1" -- "1" Notecard : <<create>>
SubjectAdapter "1" -- "1" Subject : <<create>>
SectionAdapter "1" -- "1" Section : <<create>>
Delete -- "*" Subject : deletes
Delete -- "*" Section : deletes
Delete -- "*" Notecard : deletes
SplashActivity "1" -- "1" Subject : loads
Notecard "*" -- NotecardEdit : ^ changes
@enduml |
9a9295c82aeab7f66aa870ee5185e275304f0fbb | 12aea82a7622027dd534697648414a6807c50499 | /public/images/2021-02-15-uml1.puml | 1ceaeee52befcacb6864f59a61c4691366da3b71 | [] | no_license | appkr/blog | 5db7381d19245e247156b563a2a2739a73570097 | c5c2ac518c4a0be4043561f9728450fbe5f36d82 | refs/heads/master | 2023-05-26T07:30:32.071734 | 2023-05-21T09:59:31 | 2023-05-21T09:59:31 | 50,938,568 | 2 | 4 | null | 2020-07-15T13:52:38 | 2016-02-02T17:33:03 | HTML | UTF-8 | PlantUML | false | false | 792 | puml | @startuml
package App {
class TokenAuthenticate {
- tokenParser: TokenParser
+ handle(Request, Closure): Closure
}
}
package Infra {
class TokenExtractor {
+ {static} extract(Request): string
}
class TokenParser {
+ tokenKeyProvider: TokenKeyProvider
+ parse(jwtString: string): Token
}
class Token {
- tokenString: string
- userName: UUID
- exp: Carbon
- iat: Carbon
- jti: string
}
interface TokenKeyProvider {
+ getKey(): string
}
}
package JWT {
class JWT {
+ decode(jwtString: string, publicKey: string, algorithm: string[]): stdClass
}
}
TokenAuthenticate --> TokenExtractor
TokenAuthenticate --> TokenParser
TokenParser --> TokenKeyProvider
TokenParser --> Token
Token --> JWT
@enduml
|
c889c65b89a50d382dec9adebb410b7fde7837d0 | f1043bbb871f3e3a5dd14feae76075162bf62678 | /diagramas/clases/clase_htmlserver.plantuml | 925e31f22b7f8a374b6b289352ace975ca2d7022 | [
"MIT"
] | permissive | diegosanchez/invap-modulo-uml | cd9e7329f3a4ff6bfbee36249ac936b50e3ed2f8 | 7ba9b07cde50a655df58de80801b48d8b47f8a06 | refs/heads/main | 2023-07-17T06:16:50.063408 | 2021-08-25T12:43:12 | 2021-08-25T12:43:12 | 396,763,438 | 1 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 220 | plantuml | @startuml
!$Dispatch = "Despacho"
package "$Dispatch" {
package WebApp {
class HtmlServer {
+ login(id : string, pwd : Credencial)
}
}
}
@enduml
|
8fd42822cc3228f8c972ab9266ceae7f8446a070 | 1678cb31e15af1ed09c2b574be14e829fb5cebec | /uml/controller.puml | 70a6a0dc856121a39d6f29669e1100536d37e94b | [
"Apache-2.0"
] | permissive | swarmcom/webDataEngine | be386b69e12888312b4c14305a6db14035a44ed2 | 3c7838c8f3a142a0369a7048fb0f25cdb5365ced | refs/heads/master | 2020-05-22T04:27:56.291589 | 2019-03-06T07:58:21 | 2019-03-06T07:58:21 | 64,225,157 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,233 | puml | @startuml
abstract class controllers.EntityController extends play.mvc.Controller {
abstract BeanDomain getByNameAbstract(String name)
abstract BeanDomain getByIdAbstract(String id)
abstract Long deleteByNameAbstract(String name)
abstract Long deleteListAbstract()
abstract BeanDomain modifyByNameAbstract(String name)
abstract BeanDomain modifyByIdAbstract(String id)
}
abstract class controllers.ModeledEntityController extends controllers.EntityController {
protected abstract BeanDomain addAbstract(String model)
protected abstract List<? extends BeanDomain> listAbstract(String model)
protected abstract ArrayNode listArrayAbstract(String model)
public abstract Result getTemplateByModel(String key, String model);
protected abstract String getDefaultsJSON(String model);
}
abstract class controllers.SimpleEntityController extends controllers.EntityController {
protected abstract BeanDomain addAbstract()
protected abstract List<? extends BeanDomain> listAbstract()
protected abstract ArrayNode listArrayAbstract()
public abstract Result getTemplate(String key);
protected abstract String getDefaultsJSON();
}
interface api.service.AccountService {
Account getAccount (String accountName);
Account getAccountById (String accountId);
Account createAccount ();
Account saveAccount(Account account);
Long deleteAccount(String accountName);
Long deleteAccounts(Collection<String> accountIds);
List<? extends Account> getAccounts();
}
interface api.service.PhoneService {
Phone getPhone(String accountId ...);
Phone createPhone(String accountId ...);
Phone savePhone(String accountId ...);
getPhones(String accountId);
getPhones(String accountId, String model);
Phone getPhoneById (String accountId ...);
Long deletePhone(String accountId ...);
Long deletePhones(String accountId ...);
}
class controllers.Accounts extends controllers.SimpleEntityController {
AccountService accountService
}
class controllers.Phones extends controllers.ModeledEntityController {
PhoneService phoneService
}
api.service.AccountService .> controllers.Accounts
api.service.PhoneService .> controllers.Phones
@enduml |
218085986f8e3fcd833596d9bed2538c54a85539 | d1189421c14c70164d1575a97ebad7c8bfad28bb | /tests/enum.puml | d7d5902649da01ee539aff333799c001233af629 | [
"MIT"
] | permissive | rslotb/puml-code-generator | 7512192f0c5baccb583c0d2fc0951da2561077bd | 3d830c18aa4f242ddf2336516b9131df63788514 | refs/heads/master | 2020-04-06T18:59:53.842519 | 2019-02-18T14:25:32 | 2019-02-18T14:25:32 | 157,721,441 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 336 | puml | @startuml
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementData
size()
}
enum TimeUnit {
DAYS
HOURS
MINUTES
}
@enduml |
a080c1960a390e6666233410ab4b4f682c0b7acf | 34ed451bb0fa30133bacbcd1327aef7e90629993 | /src/uml/composite.puml | 9017fa0d8b4ba6a36de403a3257fa2b04b5cc338 | [
"MIT"
] | permissive | portduport/design-pattern-ds-2 | f8c4c1cf6659ea6c65bf90736d4be7f55584e4ec | 11ac5376487359ccc3b9bdae4acee4344fd56234 | refs/heads/main | 2023-03-08T23:53:03.412475 | 2021-02-19T22:46:20 | 2021-02-19T22:46:20 | 340,375,646 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 669 | puml | @startuml Composite
interface ComposantRequeteHttp {
+ afficher() : String
}
class RequeteHttp{
- children : ComposantRequeteHttp
+ add(ComposantRequeteHttp)
+ remove(ComposantRequeteHttp)
+ getComposant() : String
+ afficher() : String
}
class Url{
- path : String
+ afficher() : String
}
class Header{
- header : HashMap
+ convertWithIteration
+ afficher() : String
}
class Body{
- content : String
+ afficher() : String
}
RequeteHttp "1" *-- "many" ComposantRequeteHttp
ComposantRequeteHttp <|-- RequeteHttp
ComposantRequeteHttp <|-- Url
ComposantRequeteHttp <|-- Header
ComposantRequeteHttp <|-- Body
@enduml |
34adc3c88606e1f96fa5c2d723a6c9b727ce4880 | 49471026595c68e2355035d01aeb30b483832f35 | /PlantUML/ClassLoader/ClassLoader.puml | 05fd3b625ddba8d9efb46e441bf703b2f6a8798a | [] | no_license | IvesJ/Note | 1dca8bfe691759dc7385568950969652e763c4a1 | 9c2be2463dd2850077585a9fd61fabce44012769 | refs/heads/master | 2023-08-30T17:23:18.220393 | 2021-10-15T16:13:54 | 2021-10-15T16:13:54 | 417,546,166 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 695 | puml | @startuml
abstract class ClassLoader {
# loadClass(String name, boolean resolve)
# findClass(String name)
}
class BaseDexClassLoader {
- DexPathList pathList
# findClass(String name)
}
class DexClassLoader {}
class PathClassLoader {}
class DexPathList {
- Element[] dexElements
+ findClass(String name, List<Throwable> suppressed)
}
class Element {
- DexFile dexFile
+ findClass(String name, ClassLoader definingContext, List<Throwable> suppressed)
}
ClassLoader <|-down- BaseDexClassLoader
BaseDexClassLoader <|-down- DexClassLoader
BaseDexClassLoader <|-down- PathClassLoader
BaseDexClassLoader o-left-> DexPathList
DexPathList +-- Element
@enduml |
ba7add2dc23b151ca0c7893339bfe841b7ba3432 | d68b1330ef8ce59c635f4692417a9192d5206942 | /framework/src/main/java/no/ntnu/idi/apollo69framework/uml/generated/apollo69framework.plantuml | 68e93490508c83f1bf0f7e8a3ba3c592873ea451 | [
"MIT"
] | permissive | GardSteinsvik/apollo-69 | 847f74b762383641db20214ff7b5281c9d63f130 | 96cbf617618075a54613112bc8c0b34215fd50f7 | refs/heads/master | 2021-02-12T20:21:06.214711 | 2020-04-27T16:02:37 | 2020-04-27T16:02:37 | 244,626,902 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,188 | plantuml | @startuml
namespace no.ntnu.idi.apollo69framework {
class Apollo69Framework {
{static} + getMessageClasses()
}
class MessageClassListHolder {
{static} - CLASSES_SINGLETON : List<Class>
}
class GameObjectDimensions {
{static} + ASTEROID_HEIGHT : float
{static} + ASTEROID_WIDTH : float
{static} + GAME_RADIUS : int
{static} + GEM_HEIGHT : float
{static} + GEM_RADIUS : float
{static} + GEM_WIDTH : float
{static} + INNER_RADIUS : int
{static} + POWERUP_HEIGHT : float
{static} + POWERUP_RADIUS : float
{static} + POWERUP_WIDTH : float
{static} + SHOT_HEIGHT : float
{static} + SHOT_WIDTH : float
{static} + SPACE_SHIP_HEIGHT : float
{static} + SPACE_SHIP_WIDTH : float
}
class HelperMethods {
{static} + getRandomNumber()
{static} + getRandomPosition()
}
}
no.ntnu.idi.apollo69framework.Apollo69Framework +-down- no.ntnu.idi.apollo69framework.Apollo69Framework.MessageClassListHolder
@enduml
|
6d84ae87fe8c4c4507578200d08c5181916d6da5 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AnonymousIdAlreadyInUseError.puml | 53bbd27462c9efc06915921f8f779f578bf17a03 | [] | 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 | 443 | 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 AnonymousIdAlreadyInUseError [[AnonymousIdAlreadyInUseError.svg]] extends ErrorObject {
code: String
message: String
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
|
14e0062b497146c3fd115c78255067229fef15f0 | 105171abc9ad1f14285ff1e839ce907a44a06195 | /out/production/Build-A-Net/neuralNetwork/learningAlgorithms/learningAlgorithms.plantuml | 5690110d93479d103f98c30b309e3c35094c7c28 | [] | no_license | Sam-Malpass/Build-A-Net | 517e20ff04764fc104db7e063da35a38bafff26f | e8259a031b588cd6087cc94f2349bcbb751fb4a2 | refs/heads/master | 2022-12-08T17:01:09.936646 | 2020-09-11T06:46:10 | 2020-09-11T06:46:10 | 232,276,459 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,049 | plantuml | @startuml
title __LEARNINGALGORITHMS's Class Diagram__\n
namespace neuralNetwork {
namespace learningAlgorithms {
class neuralNetwork.learningAlgorithms.Backpropagation {
+ runAlgorithm()
- calculateOutputs()
- changeWeights()
- findDeltas()
- updateSSE()
}
}
}
namespace neuralNetwork {
namespace learningAlgorithms {
interface neuralNetwork.learningAlgorithms.LearningAlgorithm {
{static} + serialversionUID : long
{abstract} + runAlgorithm()
}
}
}
neuralNetwork.learningAlgorithms.Backpropagation .up.|> neuralNetwork.learningAlgorithms.LearningAlgorithm
neuralNetwork.learningAlgorithms.Backpropagation o-- data.Dataset : data
neuralNetwork.learningAlgorithms.Backpropagation o-- neuralNetwork.Network : network
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
|
b0d14fc65a2f39762c489c75a52e8e4d6ec08893 | d1c6c702c60b5f546b14d8f18d39009bf5f85e82 | /UML/expressfood.puml | ed778bfe8e225579fbc94ce7a32fa62ec4d724fc | [] | no_license | NicoleAMS/express_food_sql_db_uml | 2eb208128e39c7485c0995eb790c5e7082f9aeec | 74bf105a5c338cb8860eb50cfeafbd656f401241 | refs/heads/main | 2023-01-23T20:50:36.906620 | 2020-11-11T14:53:51 | 2020-11-11T14:53:51 | 310,602,364 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,719 | puml | @startuml class
scale 3
class User {
-ID: PK
+firstName: string
+lastName: string
+email: string
+phone: string
+userName: string
+encrypted_password: string
}
class Role {
- ID: PK
+roleName: string
}
class EmployeeRole {
-ID: PK
-UserID: FK
-RoleID: FK
}
class DeliveryAddress {
-ID: PK
+addressLine1: string
+addressLine2: string
+addressLine3: string
+city: string
+postcode: string
}
class Dish {
-ID: PK
+name: string
+description: text
+category: string
+vegetarian: boolean
+price: double
+imageURL: string
}
class AvailabilityDate {
-ID: PK
-DishID: FK
-DateID: FK
+comment: string
}
class Order {
-ID: PK
-ClientID: FK
-DeliveryAddress: FK
+timestamp: timestamp
+totalPrice: double
+estimatedDeliveryTime: datetime
+paymentStatus: string
+orderStatus: string
}
class OrderDetails {
-ID: PK
-OrderID: FK
-DishID: FK
+quantity: integer
+dishPrice: double
+totalDishPrice: integer
}
class Delivery {
-ID: PK
-OrderID: FK
-DeliveryPersonID: FK
+deliveredAt: datetime
}
class Date {
-ID: PK
+date: datetime
}
class Postcode {
-ID: PK
+postcode: string
}
Order "1..*" -- "1" DeliveryAddress : delivered at
Order "1" --"1" Delivery : has
User "1" -- "0..*" Order : (C) places
User "1" -- "0..*" Delivery : (DP) delivers
' User "1" -- "1..*" DeliveryAddress : has
User "1..*" -- "0..*" Role : (E) works as
(User, Role) .. EmployeeRole
Dish "4" -- "1..*" Date : is available on
(Dish, Date) .. AvailabilityDate
Dish "1..*" -- "0..*" Order : is part of
(Dish, Order) .. OrderDetails
@enduml |
f561fa95627c33eba3decef8c5a97eaf2fc18693 | a751888fd29a1b92bb32ef7d272d3e72f664ed30 | /src/design/dsst-partial-derivatives-class-diagram.puml | 87803fd8197f11f9840008ba63cfa509cc1cc8bb | [
"Apache-2.0",
"MIT",
"EPL-1.0"
] | permissive | petrushy/Orekit | b532c7db85c992d85b5ac3d858d18d656e2b8c46 | 1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443 | refs/heads/develop | 2023-08-16T11:37:43.709083 | 2023-07-18T20:13:14 | 2023-07-18T20:13:14 | 42,349,064 | 10 | 2 | Apache-2.0 | 2023-07-21T14:54:14 | 2015-09-12T07:39:56 | Java | UTF-8 | PlantUML | false | false | 2,905 | puml | ' Copyright 2002-2022 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package org.orekit #ECEBD8 {
interface Propagator {
+ SpacecraftState propagate(AbsoluteDate target)
+MatrixHarvester setupMatricesComputation(name, initialSTM, initialJacobian)
}
interface MatricesHarvester {
+void setReferenceState(SpacecraftState state)
+RealMatrix getStateTransitionMatrix(SpacecraftState state)
+RealMatrix getParametersJacobian(SpacecraftState state)
+List<String> getJacobiansColumnsNames()
}
Propagator -right-> MatricesHarvester
package integration #DDEBD8 {
class AbstractIntegratedPropagator {
+void addAdditionalDerivativesProvider(AdditionalDerivativesProvider provider)
}
interface AdditionalDerivativesProvider {
+String getName()
+yield()
+void derivatives()
}
AbstractIntegratedPropagator o--> AdditionalDerivativesProvider : providers
Propagator <|.. AbstractIntegratedPropagator
}
package semianalytical.dsst #DDEBD8 {
class DSSTHarvester
class DSSTStateTransitionMatrixGenerator {
-List<DSSTForceModel> forceModels
}
class DSSTIntegrableJacobianColumnGenerator {
-String columnName
}
class DSSTPropagator
MatricesHarvester <|.. DSSTHarvester
AbstractIntegratedPropagator <|-- DSSTPropagator
DSSTStateTransitionMatrixGenerator <--o DSSTPropagator
DSSTIntegrableJacobianColumnGenerator <--o DSSTPropagator
DSSTHarvester <--o DSSTPropagator
AdditionalDerivativesProvider <|.. DSSTStateTransitionMatrixGenerator
AdditionalDerivativesProvider <|.. DSSTIntegrableJacobianColumnGenerator
}
}
@enduml
|
5758e16de7ce02d562b8d2d7e59d1db3f041d9d5 | c083168b4255af019262677c09ac0883d199b532 | /kapitler/media/uml-codelist-presedensstatus.iuml | 773dc84ab9a777c6cc2c8d3cf9e0bba8f24dd23c | [] | no_license | gra-moore/noark5-tjenestegrensesnitt-standard | 270f7088898ff0c5fa809b42297cfc56f829eeaa | 0c3936475ce40ab41793b61aee5c4dcdff9c791d | refs/heads/master | 2020-05-22T18:37:59.814751 | 2019-05-13T11:10:23 | 2019-05-13T11:10:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 101 | iuml | @startuml
class Kodelister.Presedensstatus <<codelist>> {
+Gjeldende = G
+Foreldet = F
}
@enduml
|
1a9f9d99885619fc270f06806cbc943ff2770901 | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/Engine/TempestEngine/Engine-Class.iuml | f185278d2d1aa2ce66b2eaa13dcaed9bd3ab2930 | [] | no_license | SeraphinaMJ/Reformed | 2d7424d6d38d1cfaf8d385fade474a27c02103a5 | 8563d35ab2b80ca403b3b57ad80db1173504cf55 | refs/heads/master | 2023-04-06T00:40:34.223840 | 2021-05-06T11:25:51 | 2021-05-06T11:25:51 | 364,884,928 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 491 | iuml | namespace Core {
class Engine {
-m_is_quit_requested : bool
+Initialize()
+Update()
+Render()
+Shutdown()
+IsQuitRequested()
+GetSceneManipulator()
+GetBundleManipulator()
+GetPersistenceManipulator()
+GetEngineMetadataManipulator()
+GetCameraManipulator()
+RequestQuit()
+GetCurrentScene() #FF0000
}
}
|
bca69714d18d007a8ed18fe83c11d6f837940400 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartSetCustomShippingMethodAction.puml | 13d7a4064ce651f6044c59341e3e252ea3613191 | [] | 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 | 681 | 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 CartSetCustomShippingMethodAction [[CartSetCustomShippingMethodAction.svg]] extends CartUpdateAction {
action: String
shippingMethodName: String
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
}
interface CartUpdateAction [[CartUpdateAction.svg]] {
action: String
}
@enduml
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.