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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fb34d3ad4a94adf5b9e7ff2a6653a1a6dabea905 | b378a3a0c687f5f2c207d2aca18b157f136bf386 | /assets/exclusion/xla_analysis/PlantUML/gpu_instruction_fusion.puml | c3d646cc989063f85627cb55cf72f2f16b16f606 | [] | no_license | wzzju/wzzju.github.io | 14d1a2200c41801a67c147c0315bb4bfc982533a | c034b9eed4804f665e95509e3fd167f40611dabb | refs/heads/master | 2023-05-13T04:13:25.848856 | 2023-05-06T14:18:05 | 2023-05-09T11:42:38 | 115,188,979 | 2 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,576 | puml | 'https://plantuml.com/class-diagram
@startuml gpu_instruction_fusion
!theme cerulean-outline
abstract class HloModulePass
class InstructionFusion {
- {field} is_expensive_: std::function<bool(const HloInstruction& instruction)>
- {field} may_duplicate_: bool
{field} ......
+ {method} Run(module: HloModule*): StatusOr<bool> <b><color:#008080>override</color></b>
+ {method} name(): absl::string_view <b><color:#008080>override</color></b>
+ {static} IsExpensive(instruction: const HloInstruction&): bool
+ {static} ShouldFuseInPlaceOp(producer: const HloInstruction*, consumer: const HloInstruction*): bool
# {method} GetFusionComputations(module: HloModule*): std::vector<HloComputation*>
# {method} ShouldFuse(consumer: HloInstruction*, operand_index: int64_t): bool
# {method} ShouldFuseIntoMultiOutput(consumer: HloInstruction*, operand_index: int64_t): bool
# {method} ChooseKind(producer: const HloInstruction*, consumer: const HloInstruction*): FusionKind
# {method} FuseInstruction(fusion_instruction: HloInstruction*, producer: HloInstruction*): HloInstruction*
# {method} Fuse(producer: HloInstruction*, consumer: HloInstruction*): HloInstruction*
- {method} AddFusionInstruction(producer: HloInstruction*, consumer: HloInstruction*): HloInstruction*
{method} ......
}
class GpuInstructionFusion {
- {field} fusion_node_evaluations_: absl::flat_hash_map<const HloInstruction*, FusionNodeIndexingEvaluation>
+ {method} GpuInstructionFusion(may_duplicate: bool)
+ {static} {method} IsExpensive(instruction: const HloInstruction&): bool <b><color:#008080>override</color></b>
+ {method} ShouldFuse(consumer: HloInstruction*, operand_index: int64_t): bool <b><color:#008080>override</color></b>
+ {method} ShouldFuseIntoMultiOutput(consumer: HloInstruction*, operand_index: int64_t): bool <b><color:#008080>override</color></b>
+ {method} ChooseKind(producer: const HloInstruction*, consumer: const HloInstruction*): FusionKind <b><color:#008080>override</color></b>
+ {method} Run(module: HloModule*): StatusOr<bool> <b><color:#008080>override</color></b>
- ShouldFuseInexpensiveChecks(consumer: HloInstruction*, operand_index: int64_t): bool
- {method} FuseInstruction(fusion_instruction: HloInstruction*, producer: HloInstruction*): HloInstruction <b><color:#008080>override</color></b>
}
GpuInstructionFusion::Run -[#green,dashed,thickness=1]-> InstructionFusion::Run : call
HloModulePass <|-- InstructionFusion
InstructionFusion <|-- GpuInstructionFusion
@enduml |
240a2bd450a3ff184ab6811c6c1697666409aceb | 317138d37430f9f52d740b823ba81162886cd8d9 | /main/src/main/java/com/anniefraz/dissertation/main/input/input.plantuml | 307f2816390b9b98d94a18d8e8c1e153239cc463 | [] | no_license | AnnieFraz/GIN | dffb35140a7080d6a9b814f986225dda1240f1ec | e3dfe1e87cea21b4897399fb5e64a48ba9d67e1a | refs/heads/master | 2021-10-26T00:15:41.820527 | 2019-02-27T12:23:43 | 2019-02-27T12:23:43 | 150,884,121 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 393 | plantuml | @startuml
title __INPUT's Class Diagram__\n
package com.anniefraz.dissertation.main.input {
class TestUserInput {
{static} - LOG : Logger
{static} + main()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
c523aebd9d85355f3a339d7827262f82b6e741df | 39377d14a9cd8174b444e2a7a2922a13f0bcca49 | /docs/source/diagrams/from_thesis/class_diagram/simple_class_diagram.puml | 8baca5b8820ac4375ff0470af69b6b3e49e8114f | [
"MIT"
] | permissive | rt-phb/Spooq | 6db2f5430a54be33185ae6413c65c40d5aa7523c | ef101dcb4239cee43f56497908fee63998eb5846 | refs/heads/master | 2023-03-29T15:03:04.653314 | 2021-03-17T17:07:47 | 2021-03-17T17:07:47 | 348,779,253 | 0 | 0 | MIT | 2021-03-24T07:49:59 | 2021-03-17T16:32:45 | Python | UTF-8 | PlantUML | false | false | 1,335 | puml | @startuml
skinparam monochrome true
skinparam defaultFontname Bitstream Vera Sans Mono
skinparam defaultFontSize 18
left to right direction
hide empty members
' namespace spooq2 {
namespace extractor {
class Extractor {
}
Extractor <|-- JSONExtractor
class JSONExtractor{
}
Extractor <|-- JDBCExtractor
class JDBCExtractor{
}
JDBCExtractor <|- JDBCExtractorFullLoad
class JDBCExtractorFullLoad {
}
JDBCExtractorIncremental -|> JDBCExtractor
class JDBCExtractorIncremental {
}
}
namespace transformer{
class Transformer
Transformer <|-- Exploder
class Exploder
Transformer <|-- Mapper
class Mapper
Transformer <|-- NewestByGroup
class NewestByGroup
Transformer <|-- Sieve
class Sieve
Transformer <|-- ThresholdCleaner
class ThresholdCleaner
}
namespace loader {
class Loader
Loader <|-- HiveLoader
class HiveLoader
}
namespace pipeline {
class Pipeline
Pipeline o-- extractor : has 1 instance >
Pipeline o-- transformer : has 1+ instances >
Pipeline o-- loader : has 1 instance >
class PipelineFactory
PipelineFactory .> Pipeline : "creates"
}
' }
' skinparam ClassArrowFontSize 18
skinparam ClassRelationFontSize 30
@enduml
|
b805cde28ff13c140bef73b4dbd0c3c6c20b9dab | d724c7a2db615c0f524bb5e4d307ddd449bad460 | /a4-polymorphism-arrays-GraydonHall42/Animals.puml | 14cb00da719e13fbbb58370238a61bf7d550b34a | [] | no_license | GraydonHall42/Java-and-OOP-University-of-Calgary-ENSF-593 | ffddcbc3cdeb727ea5ec5ac9e00f69c6499c1573 | 00efaa4f5f5632333761e6a1fd3dda63d42484f4 | refs/heads/main | 2023-07-15T16:05:26.358633 | 2021-08-29T00:25:10 | 2021-08-29T00:25:10 | 400,917,087 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 811 | puml | @startuml
class Cat [[java:Cat]] {
+Cat()
+speak(): String
+eat(): String
+doATrick(): String
}
class Cow [[java:Cow]] {
+Cow()
+speak(): String
+eat(): String
}
interface Predator [[java:Predator]] {
preysOn(a: Animal): boolean
}
class Dog [[java:Dog]] {
+Dog()
+speak(): String
+eat(): String
+doATrick(): String
}
interface Trainable [[java:Trainable]] {
doATrick(): String
}
class Wolf [[java:Wolf]] {
+speak(): String
+Wolf()
+eat(): String
+preysOn(a: Animal): boolean
}
abstract class Animal [[java:Animal]] {
#kind: String
+Animal()
+toString(): String
+{abstract} speak(): String
+{abstract} eat(): String
+{static} main(args: String[]): void
}
Animal <|-- Cat
Animal <|-- Wolf
Animal <|-- Dog
Animal <|-- Cow
Predator <|.. Wolf
Trainable <|.. Dog
Trainable <|.. Cat
@enduml |
dc6b108206bff956b01c0c2e50e63017892462c2 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedOrderSetShippingAddressAction.puml | a4205f1ea184436b0cd088cd251175129c6a6dba | [] | 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 | 502 | 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 StagedOrderSetShippingAddressAction [[StagedOrderSetShippingAddressAction.svg]] extends StagedOrderUpdateAction {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] {
action: String
}
@enduml
|
226376193a24e6e1d393cbe85cd2bc80a35fb90a | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Signals/SignalReceiverInspector.puml | 4b225ba1690228d7097069ba7804585ad361af8d | [] | 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 | 565 | puml | @startuml
class SignalReceiverInspector {
OnEnable() : void
OnDisable() : void
OnUndoRedo() : void
+ <<override>> OnInspectorGUI() : void
DrawEmitterControls() : void
DrawAddRemoveButtons() : void
InitTreeView(so:SerializedObject) : void
}
Editor <|-- SignalReceiverInspector
SignalReceiverInspector --> "m_Target" SignalReceiver
SignalReceiverInspector --> "m_TreeState" TreeViewState
SignalReceiverInspector --> "m_MultiColumnHeaderState" MultiColumnHeaderState
SignalReceiverInspector --> "signalEmitterContext" SignalEmitter
@enduml
|
1f4aae04c6bfd0beb3f1a7b6a416a8f7f0041631 | d975ba90a37d227caa0f1b7a6c9702356c6fd903 | /uml/extras/clearpath/KD.iuml | 7d86ae188114eb1c378ab9df29960507a75403da | [] | no_license | MinhNghiaD/Airplug-ClearPath | 2beea0ff94574e19251700202862f25d3003c266 | da5625da3744254a95fa30f395d11c8f7f7863ea | refs/heads/master | 2022-11-12T17:13:37.167323 | 2020-06-17T06:35:10 | 2020-06-17T06:35:10 | 255,916,966 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,623 | iuml | @startuml(id=kdnode)
class ClearPath::KDNode {
+explicit KDNode(CollisionAvoidanceManager*, int, int)
+~KDNode()
==FUNCTIONS==
+KDNode* insert(CollisionAvoidanceManager*)
+std::vector<double> getPosition() const
+CollisionAvoidanceManager* getAgent() const
+double getClosestNeighbors(QMap<double,\n\tQVector<KDNode*>>&,\n\tstd::vector<double>, double, int)
+{static} double sqrDistance(std::vector<double>, std::vector<double>)
-void updateRange(std::vector<double>)
-KDnode* findParent(std::vector<double>)
==ATTRIBUTES==
-class Private
-Private* d
}
class KDNode::Private {
+Private(CollisionAvoidanceManager*, int, int)
+~Private()
==ATTRIBUTES==
+CollisionAvoidanceManager* agent
+int splitAxis
+int nbDimension
+std::vector<double> position
+std::vector<double> maxRange
+std::vector<double> minRange
+KDNode* Parent
+KDNode* Left
+KDNode* Right
}
@enduml
@startuml(id=kdtree)
class ClearPath::KDTree {
+explicit KDTree(int)
+~KDTree()
==FUNCTIONS==
+QMap<double, QVector<KDNode*>> getClosestNeighbors(\n\t const std::vector<double>&, double, int) const
+void update()
+bool add(const QString&, CollisionAvoidanceManager*)
+QMap<QString, CollisionAvoidanceManager*> getAgents() const
==ATTRIBUTES==
-class Private
-Private* d
}
class KDTree::Private {
+Private(int)
+~Private()
==ATTRIBUTES==
+int nbDimension
+KDNode* Root
+QMap<QString, CollisionAvoidanceManager*> agents
}
@enduml
@startuml(id=kdLinks)
namespace ClearPath {
KDTree *----- KDNode
KDTree *----- KDTree::Private
KDNode *----- KDNode::Private
}
@enduml
|
2eb5678fdd5d5cb93637df3c8aa7e6c8a7c5d324 | c587d361c63039e388826f14c4690c59c5fb7c99 | /src/main/java/oop/exercises/ex42/Ex42ClassDiagram.puml | c19d644126600683de69aac974548c7eb621da78 | [] | no_license | agalvezv/galvez-vega-cop3330-assignment3 | 37923bab0475a9f6ebc1987f1d78da17d23de5e8 | 59e5e7d072b6b305f23aea09ff202a6859336d32 | refs/heads/master | 2023-05-24T13:39:07.440480 | 2021-06-21T03:12:21 | 2021-06-21T03:12:21 | 378,302,043 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 289 | puml | @startuml
class NameList {
+ArrayList nameTable
+ArrayList firstName
+ArrayList firstName
+ArrayList salary
+void addToList()
+ArrayList printList()
}
class Application {
+File fileOpener
+Scanner myReader
+try catch container
+loop to read through files
}
@enduml |
b7633f2a4e9e8124727da7cb5de1d347867d281c | 0e0595b97aa91ffada0fcd46baf3f80428685c66 | /src/main/java/factoryMethod/doc/factoryMethod.puml | c99e660e632c127019679189883a692660eea6f9 | [
"Zlib"
] | permissive | alarm10086/GoF | a6a47390080075ee3387593843c2bf3d2e40ce50 | 153d458a30bb2da2e79ee7b142353d0323b83330 | refs/heads/master | 2020-03-20T21:20:58.000341 | 2018-07-27T19:12:43 | 2018-07-27T19:12:43 | 137,736,414 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 770 | puml | @startuml
note "工厂模式" as N1
package "框架" #DDDDDD {
Creator --> Product : Creates >
abstract class Creator {
==
public create()
protected abstract factoryMethod()
}
abstract class Product {
==
protected abstract method1()
protected abstract method2()
protected abstract method3()
}
}
package "具体加工" {
ConcreteCreator --> ConcreteProduct : Creates >
Creator <|-- ConcreteCreator
Product <|-- ConcreteProduct
class ConcreteCreator {
==
public create()
protected factoryMethod()
}
class ConcreteProduct {
==
public method1()
public method2()
public method3()
}
}
@enduml |
39df3a6ee9568df096b60e7ae7d575634c23bf27 | 9def9d1af8b7d5f8c7d2f9ac268d2fc9a23eacb4 | /Aula3/exemplo/diagrama.puml | 7a9cfbddb57dfe805e20edacb5c2311f90a9b4f9 | [] | no_license | HackudaoStructures/CodigosEmAula | b09a2ed1e198a971f457310706cca9789be5f6a1 | b20097da34ee31e7a70eb537d6b56d7f70749400 | refs/heads/main | 2023-03-26T23:19:44.835193 | 2021-03-26T02:10:59 | 2021-03-26T02:10:59 | 342,055,371 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 901 | puml | @startuml
scale 2
abstract class Display{
+{abstract} int getColumns();
+{abstract} int getRows();
+{abstract} String getLineText(int row);
+void show()
}
abstract class Frame extends Display{
#Display display
#Frame(Display display)
}
class FullFrame extends Frame{
+ FullFrame(Display display)
+int getColumns()
+int getRows()
+String getLineText(int row)
-String createLine(char ch, int size)
}
class MessageDisplay extends Display{
-String message
+MessageDisplay(String message)
+int getColumns()
+int getRows()
+String getLineText(int row)
}
class SideFrame extends Frame{
-char frameChar
+SideFrame(Display display, char frameChar)
+int getColumns()
+int getRows()
+String getLineText(int row)
}
Frame *--> Display
class Main{
+{static} void main(String[] args)
}
Main -up-> MessageDisplay
Main -up-> SideFrame
Main -up-> FullFrame
@enduml
|
f9a170abec10217014fc22fa19bb1b65cfcb3a48 | 30a76b74b86a91b5b8e6b10a60085bbaca3151bc | /src/adapter/adapter.plantuml | b3d4f0b1713cf024339361c3428e09c2b53cfa53 | [] | no_license | huynh91/DesignPatterns | 09a48d300593b6dfb85d579155bad627f409ff92 | f47830382ccb6297b4678a2e670b2ca093ca4493 | refs/heads/master | 2020-04-10T16:36:37.977207 | 2018-12-10T12:22:31 | 2018-12-10T12:22:31 | 161,150,654 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 994 | plantuml | @startuml
title __ADAPTER's Class Diagram__\n
package adapter {
interface Duck {
{abstract} + quack()
{abstract} + fly()
}
}
package adapter {
class DuckAdapter {
+ DuckAdapter()
+ gobble()
+ fly()
}
}
package adapter {
class DuckTestDrive {
{static} + main()
{static} - testDuck()
}
}
package adapter {
class MallardDuck {
+ quack()
+ fly()
}
}
package adapter {
interface Turkey {
{abstract} + gobble()
{abstract} + fly()
}
}
package adapter {
class TurkeyAdapter {
+ TurkeyAdapter()
+ quack()
+ fly()
}
}
package adapter {
class WildTurkey {
+ gobble()
+ fly()
}
}
DuckAdapter -up-|> Turkey
DuckAdapter o-- Duck : duck
MallardDuck -up-|> Duck
TurkeyAdapter -up-|> Duck
TurkeyAdapter o-- Turkey : turkey
WildTurkey -up-|> Turkey
@enduml
|
046fd9fc85c8a4ce9483133d4ee1e66f3c010a73 | e80c5fe439cb8fe4bcca554f1ff861299f40fa60 | /1.Basics/2_Blink/thingml-gen/UML/Blink2App/Blink2App/docs/Blink2App_class_compact.plantuml | d99a6b8b8c82ee4e621a0e871ea8949072044f01 | [] | no_license | madkira/ThingMLArduinoDemo | 331a8e258d4e57d18efb9dccd581179b8f69c0ba | 730789e11960547852cd4e1a0254f49f08ea8131 | refs/heads/master | 2020-12-07T03:57:47.048263 | 2017-06-27T12:19:36 | 2017-06-27T12:19:36 | 95,461,161 | 0 | 0 | null | 2017-06-26T15:27:01 | 2017-06-26T15:27:01 | null | UTF-8 | PlantUML | false | false | 630 | plantuml | @startuml
caption Things used in configuration Blink2App
class Blink2 <<(T,#5BBF09)PIM>> {
..Port timer..
>>timer_timeout
<<timer_start
<<timer_cancel
..Port led..
<<led_ON
<<led_OFF
}
class TimerMsgs <<(F,#BC74ED)Fragment>> {
..Messages..
-timer_start(...)
-timer_cancel(...)
-timer_timeout(...)
-ms25_tic()
-ms500_tic()
}
class LEDMsgs <<(T,#5BBF09)PIM>> {
..Messages..
-led_ON()
-led_OFF()
}
class LED <<(T,#F94918)PSM>> {
..Properties..
-PIN : UInt8 = 11
..Port ctrl..
>>led_ON
>>led_OFF
..Functions..
-setDigitalOutput(...) : void
-digitalWrite(...) : void
}
TimerMsgs <|-- Blink2
LEDMsgs <|-- Blink2
LEDMsgs <|-- LED
@enduml |
db68a9015e5a0dc63c4ed048696f6f4fc720be40 | c3287e91ce0ebce396cd3966de3d2f7d90131c20 | /Plantuml/DAL/DBCommands/IDBCommand.puml | 0cf363fec1d3e0a6ac16e54e35892e872abc2205 | [] | no_license | kretmatt/SWE2-Tourplanner | 497ec2e888112bd3d67a0f2b97e7c1e8e0348371 | f064500ae5b913b00671f358a586011affcdaf00 | refs/heads/main | 2023-05-12T11:48:29.605417 | 2021-06-06T21:53:11 | 2021-06-06T21:53:11 | 341,115,114 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 80 | puml | @startuml
interface IDBCommand {
Execute() : int
Undo() : int
}
@enduml
|
f44b3f5d7610f4d7b181d8d48cfda022a205cca9 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartSetShippingAddressCustomTypeAction.puml | 18ae455e6b38642154172a2f42c9a39da66b12a2 | [] | 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 | 556 | 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 CartSetShippingAddressCustomTypeAction [[CartSetShippingAddressCustomTypeAction.svg]] extends CartUpdateAction {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface CartUpdateAction [[CartUpdateAction.svg]] {
action: String
}
@enduml
|
5e7e0ef84f2bd276b09d7a6673a31cdb54a3141d | 2ed26e4235a2dd2abe15418ccc770cb313afc083 | /step-builder/etc/step-builder.urm.puml | 09fdd05ec887cf9e9448ea9937b5bdb28be7c016 | [
"MIT"
] | permissive | secorjeretweaz/java-design-patterns | 38ffb25f9cf212a5edf74eb44a709879bdc876f9 | b2eaa6676430cda29663735125f026df5bb5dcbc | refs/heads/master | 2020-03-29T19:47:22.792134 | 2018-10-02T08:26:07 | 2018-10-02T08:26:07 | 150,280,998 | 0 | 0 | MIT | 2018-09-25T14:41:40 | 2018-09-25T14:41:39 | null | UTF-8 | PlantUML | false | false | 2,640 | puml | @startuml
package com.iluwatar.stepbuilder {
class App {
- LOGGER : Logger {static}
+ App()
+ main(args : String[]) {static}
}
class Character {
- abilities : List<String>
- fighterClass : String
- name : String
- spell : String
- weapon : String
- wizardClass : String
+ Character(name : String)
+ getAbilities() : List<String>
+ getFighterClass() : String
+ getName() : String
+ getSpell() : String
+ getWeapon() : String
+ getWizardClass() : String
+ setAbilities(abilities : List<String>)
+ setFighterClass(fighterClass : String)
+ setName(name : String)
+ setSpell(spell : String)
+ setWeapon(weapon : String)
+ setWizardClass(wizardClass : String)
+ toString() : String
}
class CharacterStepBuilder {
- CharacterStepBuilder()
+ newBuilder() : NameStep {static}
}
interface AbilityStep {
+ noAbilities() : BuildStep {abstract}
+ noMoreAbilities() : BuildStep {abstract}
+ withAbility(String) : AbilityStep {abstract}
}
interface BuildStep {
+ build() : Character {abstract}
}
-class CharacterSteps {
- abilities : List<String>
- fighterClass : String
- name : String
- spell : String
- weapon : String
- wizardClass : String
- CharacterSteps()
+ build() : Character
+ fighterClass(fighterClass : String) : WeaponStep
+ name(name : String) : ClassStep
+ noAbilities() : BuildStep
+ noMoreAbilities() : BuildStep
+ noSpell() : BuildStep
+ noWeapon() : BuildStep
+ withAbility(ability : String) : AbilityStep
+ withSpell(spell : String) : AbilityStep
+ withWeapon(weapon : String) : AbilityStep
+ wizardClass(wizardClass : String) : SpellStep
}
interface ClassStep {
+ fighterClass(String) : WeaponStep {abstract}
+ wizardClass(String) : SpellStep {abstract}
}
interface NameStep {
+ name(String) : ClassStep {abstract}
}
interface SpellStep {
+ noSpell() : BuildStep {abstract}
+ withSpell(String) : AbilityStep {abstract}
}
interface WeaponStep {
+ noWeapon() : BuildStep {abstract}
+ withWeapon(String) : AbilityStep {abstract}
}
}
WeaponStep ..+ CharacterStepBuilder
SpellStep ..+ CharacterStepBuilder
CharacterSteps ..+ CharacterStepBuilder
ClassStep ..+ CharacterStepBuilder
AbilityStep ..+ CharacterStepBuilder
NameStep ..+ CharacterStepBuilder
BuildStep ..+ CharacterStepBuilder
CharacterSteps ..|> NameStep
CharacterSteps ..|> ClassStep
CharacterSteps ..|> WeaponStep
CharacterSteps ..|> SpellStep
CharacterSteps ..|> AbilityStep
CharacterSteps ..|> BuildStep
@enduml |
2886f32ddeece352ba91863692689273edf8d73e | 6801337ace472c00e76bda6b81b009a898519f50 | /src/main/java/oop/exercises/ex46/solution46.puml | 5c1867349baadecbe28a7b70e9754692e2641ad7 | [] | no_license | JMDeBerry99/deberry-cop3330-assignment3 | 07c428bb0bf6c4d04cf59209abeb6a94b78763f9 | 2130987f9d8fc6bb7140ab6d7a0cbbe96fbd6f38 | refs/heads/master | 2023-06-02T16:25:01.555729 | 2021-06-21T03:11:09 | 2021-06-21T03:11:09 | 377,659,446 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 206 | puml | /*
* UCF COP3330 Summer 2021 Assignment 3 Solution
* Copyright 2021 Jacob DeBerry
*/
@startuml
'https://plantuml.com/class-diagram
class solution46 {
main()
readIN()
countOfWord()
toPrint()
}
@enduml |
36d1b9a2158eec5809494678df6fdc3ff31de6f3 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderSearchFullTextValue.puml | 0cef89d027f019fdb9c69a855d6c8f3b52778e72 | [] | 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 | 645 | 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 OrderSearchFullTextValue [[OrderSearchFullTextValue.svg]] extends OrderSearchQueryExpressionValue {
field: String
boost: Integer
customType: String
value: String
language: String
mustMatch: [[OrderSearchMatchType.svg OrderSearchMatchType]]
}
interface OrderSearchQueryExpressionValue [[OrderSearchQueryExpressionValue.svg]] {
field: String
boost: Integer
customType: String
}
@enduml
|
49a5513b85c45a63caad7a25f987e86364fcb012 | 088856ec5790009dd9f9d3498a56fe679cfab2e8 | /src/puml/5/ucmitz/svg/class/bc-content-link/api_content_links.puml | d55e5a4030ee5e7899c772cd34c1e1df0b9ea342 | [] | no_license | baserproject/baserproject.github.io | 21f244348890652286969afa1fde27c5c4d9e4ad | 8d61cf720f833854e1a3c97136e22e75baea7bb0 | refs/heads/master | 2023-08-09T03:21:53.341423 | 2023-07-27T07:28:50 | 2023-07-27T07:28:50 | 228,826,353 | 0 | 12 | null | 2023-08-17T02:31:05 | 2019-12-18T11:31:51 | HTML | UTF-8 | PlantUML | false | false | 523 | puml | @startuml
skinparam handwritten true
skinparam backgroundColor white
hide circle
skinparam classAttributeIconSize 0
title コンテンツリンクAPI
class Api\ContentLinksController {
+ 単一データ取得:view()
+ 追加:add()
+ 編集:edit()
+ 物理削除:delete()
}
Api\ContentLinksController -up[#Black]-|> BcApiController
Api\ContentLinksController --> ContentLinksService
note "以下コンテンツリンク管理と同じ" as pageNote
ContentLinksService .. pageNote
@enduml
|
48f000e6b85afb008611ac78688829a67b8ab2a6 | 3340b3f54d1f691e7508f14e8fd2f16c059d2239 | /uml/classDiagram.puml | 9fbd9ba94791b4a2872bcb6dcdf4607d5f26ebf9 | [] | no_license | tonybeeth/socket-programming | ff27308011dcd2bf65eddaf216f023d0b0760b06 | 03f428a9989513387ac2a877119573f49a9e926f | refs/heads/master | 2020-03-06T20:53:33.316876 | 2018-05-01T08:22:06 | 2018-05-01T08:22:06 | 127,065,057 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,136 | puml | @startuml
abstract class Host {
string ip
string port
Host()
Host(string ip, string port)
void sendMessage(string message, Host* host)
string receiveMessage(Host* host)
}
abstract class Client {
Client()
Client(string ip, string port)
connectServer(string ip, string port)
disconnectServer()
}
abstract class Server {
Server()
Server(string ip, string port)
setup()
connectClient()
}
class WHost {
WHost()
WHost(string ip, string port)
}
class PHost {
PHost()
PHost(string ip, string port)
}
class PClient {
PClient()
PClient(string ip, string port)
}
class PServer {
PServer()
PServer(string ip, string port)
}
class WClient {
WClient()
WClient(string ip, string port)
}
class WServer {
WServer()
WServer(string ip, string port)
}
Host <|-- Client
Host <|-- Server
Host <|-- WHost
Host <|-- PHost
Client <|-- PClient
PHost <|-- PClient
Server <|-- PServer
PHost <|-- PServer
Server <|-- WServer
WHost <|-- WServer
Client <|-- WClient
WHost <|-- WClient
@enduml |
6d39b1a5bdd62fa96836ef2f9eba0b2f82ecc83b | 0ec9b09bca5e448ded9866a5fe30c7a63b82b8b3 | /modelViewPresenter/presentationModel/withFacade/docs/diagrams/src/paquetes.plantuml | d66578e18ba4e60f024f502b90deec3cec9460e8 | [] | no_license | pixelia-es/USantaTecla-project-mastermind-java.swing.socket.sql | 04de19c29176c4b830dbae751dc4746d2de86f2e | 2b5f9bf273c67eedff96189b6b3c5680c8b10958 | refs/heads/master | 2023-06-10T13:09:55.875570 | 2021-06-29T15:16:23 | 2021-06-29T15:16:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 14,726 | plantuml | @startuml mastermind
class ConsoleView as "usantatecla.\nmastermind.views.\nconsole.ConsoleView"
class GraphicsView as "usantatecla.\nmastermind.views.\nconsole.GraphicsView"
class Logic as "usantatecla.\nmastermind.controllers.\nLogic"
class View as "usantatecla.mastermind.views.\nView"
class usantatecla.mastermind.ConsoleMastermind{
+ {static} main(String[])
# createView(Logic): View
}
usantatecla.mastermind.Mastermind <|-down- usantatecla.mastermind.ConsoleMastermind
class usantatecla.mastermind.GraphicsMastermind{
+ {static} main(String[])
# createView(Logic): View
}
usantatecla.mastermind.Mastermind <|-down- usantatecla.mastermind.GraphicsMastermind
abstract class usantatecla.mastermind.Mastermind{
# Mastermind()
# {abstract} createView(Logic): View
# play()
}
usantatecla.mastermind.Mastermind .down.> Logic
usantatecla.mastermind.Mastermind *-down-> View
usantatecla.mastermind.GraphicsMastermind .down.> GraphicsView
usantatecla.mastermind.ConsoleMastermind .down.> ConsoleView
@enduml
@startuml usantatecla.mastermind.views
class Logic as "usantatecla.\nmastermind.controllers.\nLogic"
abstract class usantatecla.mastermind.views.WithLogicView {
+ WithLogicView(Logic)
}
usantatecla.mastermind.views.WithLogicView *-down-> Logic
abstract class usantatecla.mastermind.views.ColorView{
+ {static} INITIALS: char[]
# color: Color
# ColorView()
# ColorView(Color)
+ {static} getInstance(char): Color
+ allInitials(): String
# abstract resultInitials(int): String
}
abstract class usantatecla.mastermind.views.ErrorView{
+ MESSAGES: String[]
# error: Error
# ErrorView()
+ ErrorView(Error)
# abstract colorInitials(): String
}
enum usantatecla.mastermind.views.Message{
+ ATTEMPTS
+ SECRET
+ RESUME
+ RESULT
+ PROPOSED_COMBINATION
+ TITLE
+ WINNER
+ LOOSER
- message: String
~ MessageView(String)
+ getMessage(): String
}
abstract class usantatecla.mastermind.views.View{
+ View(Logic)
+ interact()
# {abstract} start()
# {abstract} propose(): boolean
# {abstract} isNewGame(): boolean
}
usantatecla.mastermind.views.View -up-|> usantatecla.mastermind.views.WithLogicView
usantatecla.mastermind.views.View .down.> Logic
@enduml
@startuml usantatecla.mastermind.console
class Logic as "usantatecla.\nmastermind.controllers.\nLogic"
enum Error as "usantatecla.\nmastermind.types.\nError"
enum Color as "usantatecla.\nmastermind.types.\nColor"
abstract class WithLogicView as "usantatecla.\nmastermind.views.\nWithLogicView"
abstract class View as "usantatecla.\nmastermind.views.\nView"
abstract class ColorView as "usantatecla.\nmastermind.views.\nColorView"
abstract class ErrorView as "usantatecla.\nmastermind.views.\nErrorView"
enum Message as "usantatecla.\nmastermind.views.\nMessage"
class Console as "usantatecla.utils.\nConsole"
class YesNoDialog as "usantatecla.utils.\nYesNoDialog"
enum ColorCode as "usantatecla.utils.\nColorCode"
class usantatecla.mastermind.views.console.ConsoleView {
+ ConsoleView(Logic)
# start()
# propose() : boolean
# isNewGame() : boolean
}
usantatecla.mastermind.views.console.ConsoleView -up-|> View
usantatecla.mastermind.views.console.ConsoleView *-down-> usantatecla.mastermind.views.console.StartView
usantatecla.mastermind.views.console.ConsoleView *-down-> usantatecla.mastermind.views.console.ProposalView
usantatecla.mastermind.views.console.ConsoleView *-down-> usantatecla.mastermind.views.console.ResumeView
usantatecla.mastermind.views.console.ConsoleView .down.> Logic
class usantatecla.mastermind.views.console.ResumeView {
~ ResumeView(Logic)
~ interact() : boolean
}
usantatecla.mastermind.views.console.ResumeView -up-|> WithLogicView
usantatecla.mastermind.views.console.ResumeView .down.> Logic
usantatecla.mastermind.views.console.ResumeView .down.> Message
usantatecla.mastermind.views.console.ResumeView .down.> YesNoDialog
class usantatecla.mastermind.views.console.StartView {
- StartView(Logic)
~ interact()
}
usantatecla.mastermind.views.console.StartView -up-|> WithLogicView
usantatecla.mastermind.views.console.StartView *-down-> usantatecla.mastermind.views.console.SecretCombinationView
usantatecla.mastermind.views.console.StartView .down.> Console
usantatecla.mastermind.views.console.StartView .down.> Message
class usantatecla.mastermind.views.console.GameView {
~ GameView(Logic, ProposedCombinationView)
~ write()
~ isWinnerOrLooser() : boolean
}
usantatecla.mastermind.views.console.GameView -up-|> WithLogicView
usantatecla.mastermind.views.console.GameView *-down-> usantatecla.mastermind.views.console.ProposedCombinationView
usantatecla.mastermind.views.console.GameView *-down-> usantatecla.mastermind.views.console.SecretCombinationView
usantatecla.mastermind.views.console.GameView *-down-> usantatecla.mastermind.views.console.ResultView
usantatecla.mastermind.views.console.GameView .down.> usantatecla.mastermind.views.console.AttemptsView
usantatecla.mastermind.views.console.GameView .down.> Logic
usantatecla.mastermind.views.console.GameView .down.> Message
usantatecla.mastermind.views.console.GameView .down.> Console
class usantatecla.mastermind.views.console.ProposalView {
~ ProposalView(Logic)
~ interact() : boolean
}
usantatecla.mastermind.views.console.ProposalView -up-|> WithLogicView
usantatecla.mastermind.views.console.ProposalView *-down-> usantatecla.mastermind.views.console.GameView
usantatecla.mastermind.views.console.ProposalView *-down-> usantatecla.mastermind.views.console.ProposedCombinationView
usantatecla.mastermind.views.console.ProposalView .down.> usantatecla.mastermind.views.console.ErrorView
usantatecla.mastermind.views.console.ProposalView .down.> Logic
usantatecla.mastermind.views.console.ProposalView .down.> Color
usantatecla.mastermind.views.console.ProposalView .down.> Error
class usantatecla.mastermind.views.console.ProposedCombinationView {
~ ProposedCombinationView(Logic)
~ write(int)
~ read(): List<Color>
}
usantatecla.mastermind.views.console.ProposedCombinationView -up-|> WithLogicView
usantatecla.mastermind.views.console.ProposedCombinationView .down.> usantatecla.mastermind.views.console.ColorView
usantatecla.mastermind.views.console.ProposedCombinationView .down.> Logic
usantatecla.mastermind.views.console.ProposedCombinationView .down.> Color
usantatecla.mastermind.views.console.ProposedCombinationView .down.> Message
usantatecla.mastermind.views.console.ProposedCombinationView .down.> Console
class usantatecla.mastermind.views.console.SecretCombinationView {
~ SecretCombinationView(Logic)
~ writeln()
}
usantatecla.mastermind.views.console.SecretCombinationView -up-|> WithLogicView
usantatecla.mastermind.views.console.SecretCombinationView .down.> Logic
usantatecla.mastermind.views.console.SecretCombinationView .down.> Message
usantatecla.mastermind.views.console.SecretCombinationView .down.> Console
class usantatecla.mastermind.views.console.ResultView {
~ ResultView(Logic)
~ writeln(int)
}
usantatecla.mastermind.views.console.ResultView -up-|> WithLogicView
usantatecla.mastermind.views.console.ResultView .down.> Logic
usantatecla.mastermind.views.console.ResultView .down.> Message
usantatecla.mastermind.views.console.ResultView .down.> Console
class usantatecla.mastermind.views.console.AttemptsView {
~ AttemptsView(Logic)
+ writeln()
}
usantatecla.mastermind.views.console.AttemptsView -up-|> WithLogicView
usantatecla.mastermind.views.console.AttemptsView .down.> Logic
usantatecla.mastermind.views.console.AttemptsView .down.> Console
usantatecla.mastermind.views.console.AttemptsView .down.> Message
class usantatecla.mastermind.views.console.ColorView {
~ ColorView()
~ ColorView(Color)
# resultInitials(int) : String
~ write()
}
usantatecla.mastermind.views.console.ColorView -up-|> ColorView
usantatecla.mastermind.views.console.ColorView .down.> ColorCode
usantatecla.mastermind.views.console.ColorView .down.> Console
usantatecla.mastermind.views.console.ColorView .down.> Color
class usantatecla.mastermind.views.console.ErrorView {
~ ErrorView()
~ ErrorView(Error)
~ writeln()
# colorInitials() : String
}
usantatecla.mastermind.views.console.ErrorView -up-|> ErrorView
usantatecla.mastermind.views.console.ErrorView ..> Error
usantatecla.mastermind.views.console.ErrorView ..> Console
usantatecla.mastermind.views.console.ErrorView ..> usantatecla.mastermind.views.console.ColorView
@enduml
@startuml usantatecla.mastermind.controllers
class Game as "usantatecla.\nmastermind.models.\nGame"
abstract class Combination as "usantatecla.\nmastermind.models.\nCombination"
enum Error as "usantatecla.\nmastermind.types.\nError"
enum Color as "usantatecla.\nmastermind.types.\nColor"
abstract class usantatecla.mastermind.controllers.Controller{
~ Controller(Game)
+ getWidth(): int
}
usantatecla.mastermind.controllers.Controller *-down-> Game
usantatecla.mastermind.controllers.Controller .down.> Combination
class usantatecla.mastermind.controllers.Logic{
+ Logic()
+ clearGame()
+ addProposedCombination(List<Color>): Error
+ isWinner(): boolean
+ isLooser(): boolean
+ getAttempts(): int
+ getColors(int): List<Color>
+ getBlacks(int): int
+ getWhites(int): int
+ getWidth(): int
}
usantatecla.mastermind.controllers.Logic *-down-> usantatecla.mastermind.controllers.ResumeController
usantatecla.mastermind.controllers.Logic *-down-> usantatecla.mastermind.controllers.StartController
usantatecla.mastermind.controllers.Logic *-down-> usantatecla.mastermind.controllers.PlayController
usantatecla.mastermind.controllers.Logic *-down-> Game
usantatecla.mastermind.controllers.Logic .down.> Color
usantatecla.mastermind.controllers.Logic .down.> Error
class usantatecla.mastermind.controllers.PlayController{
+ ProposalController(Game)
+ addProposedCombination(List<Color>): Error
+ isWinner(): boolean
+ isLooser(): boolean
+ getAttempts(): int
+ getColors(int): List<Color>
+ getBlacks(int): int
+ getWhites(int): int
}
usantatecla.mastermind.controllers.Controller <|-down- usantatecla.mastermind.controllers.PlayController
usantatecla.mastermind.controllers.PlayController .down.> Game
usantatecla.mastermind.controllers.PlayController .down.> ProposedCombination
usantatecla.mastermind.controllers.PlayController .down.> Color
usantatecla.mastermind.controllers.PlayController .down.> Error
class usantatecla.mastermind.controllers.ResumeController{
+ ResumeController(Game)
+ clearGame()
}
usantatecla.mastermind.controllers.Controller <|-down- usantatecla.mastermind.controllers.ResumeController
usantatecla.mastermind.controllers.ResumeController .down.> Game
class usantatecla.mastermind.controllers.StartController{
+ StartController(Game)
}
usantatecla.mastermind.controllers.Controller <|-down- usantatecla.mastermind.controllers.StartController
usantatecla.mastermind.controllers.StartController .down.> Game
@enduml
@startuml usantatecla.mastermind.models
enum Color as "usantatecla.\nmastermind.types.\nColor"
abstract class usantatecla.mastermind.models.Combination {
- {static} WIDTH: int
# colors: List<Color>
# Combination()
+ {static} getWidth(): int
}
usantatecla.mastermind.models.Combination *-down-> "*" Color
class usantatecla.mastermind.models.Game {
- {static} MAX_LONG: int
- secretCombination: SecretCombination
- proposedCombination: List<ProposedCombination>
- results: List<Result>
- attempts: int
+ Game()
+ clear()
+ addProposeCombination(ProposedCombination)
+ isLooser(): boolean
+ isWinner(): boolean
+ getAttempts(): int
+ getProposedCombination(int): ProposedCombination
+ getResult(int): Result
}
usantatecla.mastermind.models.Game *-down-> usantatecla.mastermind.models.SecretCombination
usantatecla.mastermind.models.Game *-down-> "0..*" usantatecla.mastermind.models.Result
usantatecla.mastermind.models.Game *-down-> "0..*" usantatecla.mastermind.models.ProposedCombination
class usantatecla.mastermind.models.ProposedCombination {
~ contains(Color, int): boolean
~ contains(Color): boolean
+ getColors(): List<Color>
}
usantatecla.mastermind.models.Combination <|-down- usantatecla.mastermind.models.ProposedCombination
usantatecla.mastermind.models.ProposedCombination ..> Color
class usantatecla.mastermind.models.SecretCombination {
~ SecretCombination()
~ getResult(ProposedCombination): Result
}
usantatecla.mastermind.models.Combination <|-down- usantatecla.mastermind.models.SecretCombination
usantatecla.mastermind.models.SecretCombination ..> usantatecla.mastermind.models.Result
usantatecla.mastermind.models.SecretCombination ..> usantatecla.mastermind.models.ProposedCombination
usantatecla.mastermind.models.SecretCombination ..> Color
class usantatecla.mastermind.models.Result {
- blacks: int
- whites: int
~ Result(int, int)
~ isWinner(): boolean
+ getBlacks(): int
+ getWhites(): int
}
usantatecla.mastermind.models.Result -down..> usantatecla.mastermind.models.Combination
@enduml
@startuml usantatecla.mastermind.types
enum usantatecla.mastermind.types.Color {
+ RED
+ BLUE
+ YELLOW
+ GREEN
+ ORANGE
+ PURPLE
+ NULL
~ {static} length(): int
+ isNull(): boolean
}
enum usantatecla.mastermind.types.Error {
+ DUPLICATED
+ WRONG_CHARACTERS
+ WRONG_LENGTH
+ NULL
+ isNull(): boolean
}
@enduml
@startuml usantatecla.utils
class BufferedReader as "java.io.BufferedReader"{}
enum usantatecla.utils.views.ColorCode{
+ RED
+ BLUE
+ YELLOW
+ GREEN
+ ORANGE
+ PURPLE
+ RESET_COLOR
- color: String
~ ColorCode(String)
+ getColor(): String
+ {static} getColorByIndex(int): String
}
class usantatecla.utils.views.Console{
- {static} console: Console
+ {static} getInstance(): Console
+ readString(String): String
+ readString(): String
+ readInt(String): int
+ readChar(String): char
+ writeln()
+ write(String)
+ writeln(String)
+ write(char)
- writeError(String)
}
usantatecla.utils.views.Console *-down-> BufferedReader
class usantatecla.utils.views.YesNoDialog{
- {static} AFIRMATIVE: char
- {static} NEGATIVE: char
- {static} QUESTION: String
- {static} MESSAGE: String
+ YesNoDialog()
+ read(String): boolean
- {static} isAfirmative(char): boolean
- {static} isNegative(char): boolean
}
usantatecla.utils.views.YesNoDialog ..> usantatecla.utils.views.Console
@enduml
|
8919b49776ae0ec06e8af6477e4533853b226e09 | 91fceecc2c8cf6309741e0fb715cec95f8558ca8 | /assets/plantuml/packages.plantuml | 04a8e4b0adab8b6a98f69b09ad2965f51331747d | [
"MIT"
] | permissive | ohm-softa/ohm-softa.github.io | dd8b3fbbcce62d3625603376f0771ab62557d76a | 7479445d2b5598a9aaaa4f37ffd76436fc81482e | refs/heads/master | 2023-07-20T07:43:25.665737 | 2023-07-12T08:10:32 | 2023-07-12T08:10:32 | 170,150,460 | 20 | 42 | MIT | 2023-06-24T15:22:55 | 2019-02-11T15:16:01 | HTML | UTF-8 | PlantUML | false | false | 142 | plantuml | @startuml Packages
package ohm.softa {
class ClassA {
}
package subpackage {
class ClassB {
}
}
}
@enduml |
31b6ba28f6bb81dde1ba3378cf1875a934abef33 | 5124b2dbc6276b681910d5584179a02ddc345669 | /documentation/uml/class/DBUtil.puml | 82fa9619f5b042aea4196b2fce42e428f4e1954b | [] | no_license | Dedda/paintball | 258257ce2b0b6160abe4a9dbbbf7c7a658416d5b | fb18cf11e2fc3f7eca7e0d26a2847743b560dc2f | refs/heads/master | 2020-12-30T09:58:02.507682 | 2015-06-16T17:22:59 | 2015-06-16T17:22:59 | 30,232,508 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 561 | puml | @startuml
interface java.lang.Runnable {
}
class hotel.db.DBUtil {
- {static} instance : DBUtil
- connections : Map<Connection, Boolean>
- TARGET_CONNECTION_AMOUNT : int
- CLEANUP_INTERVAL_MILLIS : int
- DBUtil()
- connect() : void
- createConnection() : Connection
- useConnection() : Connection
- cleanUp() : void
- returnConnection(Connection) : void
+ run() : void
+ {static} getConnection() : Connection
+ {static} returnConnection(Connection) : void
}
hotel.db.DBUtil ..|> java.lang.Runnable
@enduml |
2a5d396ac04ed50028cece29e81daf624410feef | 78840a7bfd8e4e2a150bdef7ecb40911ae73fb4f | /src/main/java/Assignment3/Ex42/ParseFiles.puml | c26afa085ef3aad8ee906d79d7be6304d6cfcbd0 | [] | no_license | RyanKPersad/persad-cop3330-assignment3 | c0b3e6ff5c572a6f15a10f37cc5e266ab89ec87f | a739cd2b7d76f9004bc53495120d62b509bd1e26 | refs/heads/master | 2023-08-26T15:40:52.369486 | 2021-10-12T04:01:52 | 2021-10-12T04:01:52 | 416,087,900 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 114 | puml | @startuml
class Details{
-Takes input file
-Spaces out and organizes into columns
}
Details --> Main
@enduml |
734a3d871d44c6cc5a4ee544ddd1399080c9efa6 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/VariantValues.puml | c00b9e20420e5d3a5b0108cf57450b6e34f73832 | [] | 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 | 893 | 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 VariantValues [[VariantValues.svg]] {
sku: String
prices: [[PriceDraft.svg List<PriceDraft>]]
attributes: [[Attribute.svg List<Attribute>]]
}
interface DuplicateVariantValuesError [[DuplicateVariantValuesError.svg]] {
code: String
message: String
variantValues: [[VariantValues.svg VariantValues]]
}
interface GraphQLDuplicateVariantValuesError [[GraphQLDuplicateVariantValuesError.svg]] {
code: String
variantValues: [[VariantValues.svg VariantValues]]
}
VariantValues --> DuplicateVariantValuesError #green;text:green : "variantValues"
VariantValues --> GraphQLDuplicateVariantValuesError #green;text:green : "variantValues"
@enduml
|
a0e7d9b2fd46379bdbad2e678a64da6e6a7ab7fc | 1c62e6ad04d679c073059c3c25cb9be592d73791 | /plantuml/structural/bridge.puml | 2b694936e290361eb0172cda363d5768370dd90d | [
"Unlicense"
] | permissive | skr-mams/java-design-patterns | d6c507b2cbd9a4724f3045fb998f329eebd729ca | 5bea71a0a52160fc7f4348dc596c46c0b407c7f1 | refs/heads/main | 2023-08-22T12:35:33.091377 | 2021-09-20T21:47:10 | 2021-09-20T21:47:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,008 | puml | @startuml
abstract class Logger {
protected LoggerOutput loggerOutput
Logger(LoggerOutput loggerOutput)
abstract void log(String message)
}
interface LoggerOutput {
void output(String message);
}
FileLoggerOutput -u-|> LoggerOutput
TerminalLoggerOutput -u-|> LoggerOutput
class InfoLogger {
InfoLogger(LoggerOutput loggerOutput)
}
class WarnLogger {
InfoLogger(LoggerOutput loggerOutput)
}
class ErrorLogger {
InfoLogger(LoggerOutput loggerOutput)
}
InfoLogger -u-|> Logger
WarnLogger -u-|> Logger
ErrorLogger -u-|> Logger
Logger *-r-> LoggerOutput
note "Abstraction" as Abstraction
Logger .l. Abstraction
note "Refined abstraction" as RefinedAbstraction
InfoLogger .d. RefinedAbstraction
WarnLogger .d. RefinedAbstraction
ErrorLogger .d. RefinedAbstraction
note "Implementor" as Implementor
LoggerOutput .r. Implementor
note "Concrete implementor" as ConcreteImplementor
FileLoggerOutput .d. ConcreteImplementor
TerminalLoggerOutput .d. ConcreteImplementor
@enduml |
d9b959eb430215c059abe39c2bd365129874655d | 7dd54edd3bbdde0089b166058e1d1b98df1c64ad | /TankOnline-0494e728b7cc3f0de03970f7920a5f81481eab33.plantuml | 3773f17baf73b745774f75d4afd20b6429b12980 | [] | no_license | hungkien05/Tank-Socket-Java | 796002c3887c664941c6392006698fc9b134100f | ac1f705a2fd95a9b91c08c10e5b24858e9b99f86 | refs/heads/main | 2023-05-31T08:14:59.696580 | 2021-06-23T05:41:14 | 2021-06-23T05:41:14 | 379,490,852 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,818 | plantuml | @startuml
title __TANK's Class Diagram__\n
namespace client.bean {
enum Dir {
}
}
namespace client.bean {
class client.bean.Explode {
}
}
namespace client.bean {
class client.bean.Missile {
}
}
namespace client.bean {
class client.bean.Obstacle {
}
}
namespace client.bean {
class client.bean.Tank {
}
}
namespace client.client {
class client.client.NetClient {
}
}
namespace client.client {
class client.client.TankClient {
}
}
namespace client.protocol {
class client.protocol.MissileDeadMsg {
}
}
namespace client.protocol {
class client.protocol.MissileNewMsg {
}
}
namespace client.protocol {
interface client.protocol.Msg {
}
}
namespace client.protocol {
class client.protocol.TankDeadMsg {
}
}
namespace client.protocol {
class client.protocol.TankMoveMsg {
}
}
namespace client.protocol {
class client.protocol.TankNewMsg {
}
}
namespace server {
class server.TankServer {
}
}
client.bean.Explode o-- client.client.TankClient : tc
client.bean.Missile o-- client.bean.Dir : dir
client.bean.Missile o-- client.client.TankClient : tc
client.bean.Obstacle o-- client.client.TankClient : tc
client.bean.Tank o-- client.bean.Dir : dir
client.bean.Tank o-- client.bean.Dir : ptDir
client.bean.Tank o-- client.client.TankClient : tc
client.client.NetClient o-- client.client.TankClient : tc
client.client.TankClient -up-|> java.awt.Frame
client.client.TankClient o-- client.client.TankClient.ConDialog : dialog
client.client.TankClient o-- client.bean.Tank : myTank
client.client.TankClient o-- client.client.NetClient : nc
client.protocol.MissileDeadMsg .up.|> client.protocol.Msg
client.protocol.MissileDeadMsg o-- client.client.TankClient : tc
client.protocol.MissileNewMsg .up.|> client.protocol.Msg
client.protocol.MissileNewMsg o-- client.bean.Missile : m
client.protocol.MissileNewMsg o-- client.client.TankClient : tc
client.protocol.TankDeadMsg .up.|> client.protocol.Msg
client.protocol.TankDeadMsg o-- client.client.TankClient : tc
client.protocol.TankMoveMsg .up.|> client.protocol.Msg
client.protocol.TankMoveMsg o-- client.bean.Dir : dir
client.protocol.TankMoveMsg o-- client.bean.Dir : ptDir
client.protocol.TankMoveMsg o-- client.client.TankClient : tc
client.protocol.TankNewMsg .up.|> client.protocol.Msg
client.protocol.TankNewMsg o-- client.bean.Tank : tank
client.protocol.TankNewMsg o-- client.client.TankClient : tc
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
|
aef4e3ec1cff0ad5ef23f42dec7f82d78e65af75 | 40c869f0582027d38e82f0366b0ea2424654cc9a | /com/m2i/poe/genetic/genetic.plantuml | 27f8bf2ff1aa224aff18903201a3d66b9a816303 | [] | no_license | mikachm/java | a9d074b7aa8cfe4b03b89dff6d91b18838221fe9 | 806583f017f9ee624117e7bba4ffd4a5088b2371 | refs/heads/master | 2020-03-22T03:46:44.507020 | 2018-07-03T13:12:57 | 2018-07-03T13:12:57 | 139,451,884 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,500 | plantuml | @startuml
title __GENETIC's Class Diagram__\n
package com.m2i.poe {
package com.m2i.poe.genetic {
class ARN {
- strand : ArrayList<Base>
+ ARN()
+ toString()
+ getStrand()
+ translate()
+ translate()
}
}
}
package com.m2i.poe {
package com.m2i.poe.genetic {
class AminoAcid {
- symbol : String
- trigram : String
- name : String
+ AminoAcid()
+ getSymbol()
+ getTrigram()
+ getName()
+ toString()
}
}
}
package com.m2i.poe {
package com.m2i.poe.genetic {
class Base {
- symbol : String
- name : String
- familly : String
+ getSymbol()
+ getName()
+ getFamilly()
+ Base()
+ getApparie()
+ toString()
}
}
}
package com.m2i.poe {
package com.m2i.poe.genetic {
class DNA {
- strand : ArrayList<Base>
+ DNA()
+ DNA()
+ toString()
+ getComplementary()
+ transcription()
}
}
}
package com.m2i.poe {
package com.m2i.poe.genetic {
class Main {
{static} + main()
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
698b3c7e4a2e08ba610bdea3ea83cd46362c5061 | 3df6092ef1d4b0ab425483b5f81e714996091121 | /doc/类图.puml | d79ac933d566149787a5c34e110e45ed5c8ee151 | [] | no_license | whyDK37/tbschedule | 900c97642a042172a908dcc4a46842e125649230 | 9e0c22fd62ee50219cd1d8860268f570b0e0bbca | refs/heads/master | 2021-10-11T14:37:19.862372 | 2019-01-27T12:46:10 | 2019-01-27T12:46:10 | 114,857,123 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 402 | puml | @startuml
class 同步日志 {
-recodeId
-recodeNo;//记录编号
}
class 同步日志明细 {
-recodeId
-taskCount;//任务个数
}
class 同步任务{
-businessNo//业务Id
}
class 库存流水{
-opType
-channel
}
同步日志 "1" --> "N" 同步日志明细
同步日志明细 "1" --> "3" 同步任务
中台库存 "1" --> "N" 库存流水
中台库存 "1" --> "3" 三方平台库存
@enduml |
ab70d4cbb8c9ff0cf457e4941f198f26f31a0b19 | 898b00c4894290787d1b9cf6c65174fecefdcaf8 | /jobblett/classdiagramCore.puml | 3af5b04a3ad2bbf1f8c374b90ab04ed2d130f5eb | [] | no_license | Sanketb2312/JobbLett | 302327cf973ef0881e5338ad87e6c3d614cd24a4 | 8f4a864177e187d73e55200c9cd233b69037730a | refs/heads/master | 2023-02-19T04:30:04.075281 | 2021-01-21T18:10:08 | 2021-01-21T18:10:08 | 331,711,010 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,518 | puml | @startuml
namespace jobblett.core {
class Group {
+Group gorup
- String getGroupName
- Collection<User> groupMembers
- int getGroupID
- JobShiftList jobShifts
- User admin
+addJobShift(JobShift, User): void
+addUser(User): void
+isAdmin(User): boolean
+removeUser(User): boolean
+getUser(): User
+setGroupName(String): void
+getGroupSize(): int
+getGroupName(): String
+getGroupID(): int
+iterator(): Iterator<User>
}
Group --> User: admin
class User {
+User user
- String password
- String givenName
- String familyName
{static} +validName(String): boolean
{static} +validUsername(String): boolean
{static} +validPassword(String): boolean
+setPassword(String): void
+setName(String, String): void
+getUserName(): String
+getGivenName(): String
+getFamilyName(): String
+matchesPassword(String): boolean
+getHashedPassword(): String
- formatName(String) : String
}
class JobShiftList {
List<JobShift> jobShifts
+addJobShift(JobShift): void
+removeJobShift(JobShift): boolean
+iterator(): Iterator<JobShift>
}
class JobShiftStartTimeComparator {
- {static} long serialVersionUID
+compare(JobShift, JobShift): int
}
class JobShift {
- User user
-LocalDateTime startingTime
- Duration duration
+JobShift(User, LocalDateTime, Duration, String, boolean)
+JobShift(User, LocalDateTime, Duration, String)
+getStartingTime(): LocalDateTime
+getDuration(): Duration
+getEndingTime(): LocalDateTime
+getInfo(): String
+setStartingTime(LocalDateTime): void
+setDuration(Duration): void
+setInfo(String): void
}
class UserList {
- Collection<User> users
+getUser(String): User
+addUser(User...): void
+login(String, String): User
+iterator(): Iterator<User>
}
class GroupList {
- Collection<Group> groupList
- generateGroupID(): int
- getGroupIDs(): Collection<Integer>
+newGroup(String): Group
+addGroup(Group): boolean
+removeGroup(Group): boolean
+getGroup(int): Group
+getGroups(User): Collection<Group>
+getGroupSize(): int
+iterator(): Iterator<Group>
}
class Main {
-UserList userLis
- GroupList groupList
- User loggedIn
- Group activeGroup
+logIn(User): void
+logOut(): void
}
Group --> "*" JobShift: jobShifts
JobShiftList --> "*" JobShift: jobShifts
java.util.Comparator <|.. JobShiftStartTimeComparator
java.io.Serializable <|.. JobShiftStartTimeComparator
JobShift --> User: user
Main --> "*" Group: groupList
Main --> User: loggedIn
Main --> "*" User: userList\nactiveGroup
}
namespace java.util {
interface Comparator<T> {
}
}
namespace java.io {
interface Serializable
}
@enduml |
3b80aef377a6cd86229cb17b4a1d35e404a45662 | 51bbfaef0331f2ab3506802100a1d18b1f12c4e9 | /spring-source/etc/bean.puml | 2ea8375be6b4aaf98bdf68dd54f3b30907135bbe | [
"Apache-2.0"
] | permissive | JaphyFan/spring-bootstrap | 6439c91d95f98c16dccb7c36b07bb8f777d04792 | c817b4a4f847d9b12c6613b2fedf9064f7fd40a9 | refs/heads/master | 2023-07-23T20:03:53.087571 | 2023-04-25T01:10:05 | 2023-04-25T01:10:05 | 228,553,612 | 0 | 0 | Apache-2.0 | 2023-07-07T21:52:20 | 2019-12-17T06:59:45 | Java | UTF-8 | PlantUML | false | false | 512 | puml | @startuml
interface BeanFactory {}
interface AutowireCapableBeanFactory{}
interface ListableBeanFactory{}
interface HierarchicalBeanFactory
interface ConfigurableListableBeanFactory
interface ApplicationContext
AutowireCapableBeanFactory --|> BeanFactory
HierarchicalBeanFactory --|> BeanFactory
ListableBeanFactory --|> BeanFactory
ConfigurableListableBeanFactory --|> ListableBeanFactory
ConfigurableListableBeanFactory --|> AutowireCapableBeanFactory
ApplicationContext --|> ListableBeanFactory
@enduml |
ef11864c9d5df608ad87e13cf9904744e38a8d7e | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CustomerSetDefaultShippingAddressAction.puml | fe0902bc26d728306309293a29ebb38fe687e39b | [] | 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 | 501 | 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 CustomerSetDefaultShippingAddressAction [[CustomerSetDefaultShippingAddressAction.svg]] extends CustomerUpdateAction {
action: String
addressId: String
addressKey: String
}
interface CustomerUpdateAction [[CustomerUpdateAction.svg]] {
action: String
}
@enduml
|
c9c8efd63d65601a874f4991e1fb5c81f6ef79a9 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/FeatureRemovedError.puml | d624d13bc883ce03879cc9260beffdac77ae63b4 | [] | 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 | 425 | 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 FeatureRemovedError [[FeatureRemovedError.svg]] extends ErrorObject {
code: String
message: String
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
|
db57d97b60b1f12ac8d50d99c9f24fed4508ae99 | 45fad34528b24e239c94f23c44d0e48fcc388f70 | /src/app/behavioral/observer/observer.puml | 0543eec60de6f061bf928cbeddea048a8ce283bb | [
"MIT"
] | permissive | bad199xqn/design-patterns | 2a164d1c42d767a18366afb76314f4b511fd1e1c | 6ac1d9956918d5180be77a3faf4919c2037ce329 | refs/heads/main | 2023-07-15T06:48:26.231897 | 2021-08-23T18:14:56 | 2021-08-23T18:14:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 658 | puml | @startuml
skinparam class {
backgroundColor pink
arrowColor firebrick
borderColor firebrick
}
class Book <PRE> {
+ price: number
- followers: Follower[] = []
+ follow(follower: Follower): string
+ unfollow(follower: Follower): string
+ changePrice(price: number): string
- notifyFollowers(): string
}
interface Follower {
receiveNotificationIfNeeded(book: Book): string
}
class Collector <OR> {
+ receiveNotificationIfNeeded(book: Book): string
}
class Novice <OR> {
+ receiveNotificationIfNeeded(book: Book): string
}
Book o-> Follower
Follower <|.. Collector
Follower <|.. Novice
Book <-- Collector
Book <-- Novice
@enduml
|
b3f32fea4ac21eae3595347150c4cb9379e50972 | 236b24beb74c7a2f5318866b53f0a7e0efe4e294 | /Modelisation/Tresorerie.plantuml | 3ccaa1df092dd2692f5fc1ab37f5b36fed0b51a5 | [] | no_license | uzunigat/Treasury-Project | 282eb3030eb654b738dfaa48263dc4448b117216 | ab250fccbc6a9d6bb7b0538f9626b54710f1c467 | refs/heads/main | 2023-01-08T07:53:43.296313 | 2020-11-12T18:09:06 | 2020-11-12T18:09:06 | 312,356,710 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,874 | plantuml | @startuml
title ProjetTresorerie
'class
class CompteManager {
-root: CompteVirtuel
-factory: FactoryCompte
-id_max: unsigned int
-filename: String
.. Méthodes ..
+ Afficher() : void
+ GetCompte(string& id) : CompteAbstrait*
+ creer_compte(string& id_dossier, string& nom, string& type, bool virtuel) : bool
+ supprimer_compte(String& id) : bool
+ getIdMax() const: unsigned int
+ solde_reset(): void
.. Constructeur ..
- CompteManager()
}
abstract class CompteAbstrait <<abstract>>{
# id : String
# m_nom : String
# pere: CompteAvstrait*
- m_taille: const int
.. Méthodes ..
+ getId() const: int
+ {abstract} getTaille() const: int
+ getNom() : String const
+ {abstract} getSolde() const: double
+ {abstract} getType() const: String
+ {abstract} Afficher(int) const: void
+ {abstract} Afficher_operation const: void
+ {abstract} getCompte(num: string): CompteAbstrait*
+ getPere() const: CompteAbstrait*
+ setPere(compte: CompteAbstrait* ): void
+ {abstract} Add(file: CompteVirtuel*): CompteVirtuel&
+ {abstract} Add(file: Compte*): void
+ {abstract} Transferer(double Transfert) : double
+ {abstract} debiter(const double&) : void
+ {abstract} crediter(const double&) : void
+ {abstract} SupprimirCompte(num: string&): bool
+ {abstract} Rapprocher(y: int, m: int, d: int, nom: string, desc: string): void
+ {abstract} afficher_rapprochement(id: int): void
+ {abstract} afficher_rapprochement(): void
+ LastRaprochemment(): QDate
+ {abstract} supprimer_compte(num: int): bool
+ {abstract} is_deletable(): bool
+ {abstract} solde_reset(): bool
.. Constructeur ..
- CompteAbstrait(const String&, const String&)
- ~CompteAbstrait()
}
class Compte {
# solde : double
# listRaprochement: QMultiMap <QDate, operation*>
.. Méthodes ..
+ Afficher(int n=0) const: void
+ Afficher_operation() const: void
+ afficher_rapprochement(id: int): void
+ afficher_rapprochement();
+ Last_Rapprochement(: Rapprochement*;
+ {abstract} crediter(credit: double): double
+ {abstract} debiter(debit: double): double
+ {abstract} transferer(transfert: double): double
+ {abstract} getType() const: string
+ getSolde()const: double
+ supprimer_op(id: int): bool
+ is_deletable(): bool
+ solde_reset(): void
.. Constructeur ..
- Compte(const String&, const String&)
- ~Compte()
}
class CompteVirtuel <<Composite>>{
#m_listfichier: vector<CompteAbstrait*>
#_type: string
.. Méthodes ..
+ getType() const : string
+ getCompte(string num): CompteAbstrait*
+ getTaille() const: int
+ getSolde() cons: double
+ Afficher(n: int) const: void;
+ Afficher_operation() const: void
+ Add(file: CompteVirtuel*): CompteVirtuel&
+ Add(file: Compte*): void
+ supprimer_compte(num: int): bool
+ is_deletable(): bool
+ solde_reset() void
.. Constructeur ..
CompteVirtuel(const string& nom, const string& num, const string& type)
}
class Actifs{
.. Méthodes ..
+ getType() const: string
+ Clone() const: Compte*
+ crediter(credit: double): double
+ debiter(debit: double): double
+ transferer(tranfert: double): double
.. Constructeur ..
-Actifs(const string& nom, const string& num)
}
class Passifs{
.. Méthodes ..
+ getType() const: string
+ clone: const Compte*
.. Constructeur ..
-Passifs(const string& nom, const string& num)
}
class Depenses{
.. Méthodes ..
+ Transferer(double Transfert) : double
+ debiter(const double&) : void
+ crediter(const double&) : void
+ getType() const: string
+ clone: const Compte*
.. Constructeur ..
-Depenses(const string& nom, const string& num)
}
class Recettes{
.. Méthodes ..
+ getType() const: string
+ clone: const Compte*
.. Constructeur ..
-Recettes(const string& nom, const string& num)
}
class FactoryCompte <<Factory>>{
+map: {static} map<string, Compte*>
.. Méthodes ..
+{static} Register (const string& key, COmpte* obj): void
+Create (const String& key) const: Compte*
}
note left: Ce Class permet de creer (avec la méthode creerCompte()) Des differents comptes.
class Transaction{
- id: int
- id_op: int
- date: Qdate
- reference: string
- memo: string
- save: bool;
.. Méthodes ..
+ add(debit: double, credit: double, compte: CompteAbstrait*, intitule: QString): Operation&
+ getId(): int
+ getReference() const: const string &
+ getDate() const: QDate
+ getMemo() const: string
+ Check() const: bool
+ afficher(): void
+ supprimer_op(id: int): bool
+ recherche_op(id: int): Operation*
+ getSize(): int
+ is_frozen(): bool
.. Contructeur ..
+ Transaction(idmax: int, y: int, m: int, d: int, ref: string, _memo: string)
+ ~Transaction();
}
class TransactionManager {
- transferts vector<Transaction*>
- filename: string
- ListTransaction: QMultiMap <QDate, Transaction*>
.. Methodes ..
+ getidmax(): int
+ creerTransaction(y: int,m: int, d: int, ref: const string&, memo: const string&): Transaction*
+ ajouter_transaction(Transaction* transaction): bool
+ ajouter_transaction2(Transaction* transaction). bool
+ afficher() const: void
+ supprimer_transaction(id: int): bool
+ retirer_transaction(id: int): Transaction*
+ recherche_transaction(id: int): Transaction*
+ verifierReference(ref: const string&): bool
+ recalculer_solde(CompteManager& cm): void
.. Constructeurs ..
- TransactionManager()
- ~TransactionManager()
}
class Operation{
-id: int
-credit: double
-debit: double
- compte: Compte*
- transaction: TRansaction*
- intitule: QString
- rapprochement: Rapprochement*
.. Méthodes ..
+ Check(): bool
+ getCredit() const: double
+ getDebit() const: double
+ getRapprochement() const:Rapprochement*
+ setCredit(cr: double): void
+ setDebit(db: double): void
+ setRapprochement(rp: Raprochemment* ): void
+ getId() const: int
+ getCompte() const: Compte&
+ is_frozen(): bool
+ afficher(): void
.. Constructeur ..
- Operation(id: int, debit: double, credit: double ,C: Compte*, T: Transaction* , intitule: QString)
- Operation(const Operation&) = delete;
+ ~Operation()
}
class Rapprochement {
- id: int
- date: QDate
- nom: QString
- desc: string
- compte: Compte*
- solde: double
+ {static} int id_max;
.. Méthodes ..
+ Afficher(): void
+ getDate(): QDate
+ getNom(): string
+ getDesc(): string
+ setSolde(s: double): void
+ getId(): int
.. Constructeur ..
- Rapprochement()=default;
- Rapprochement(const Rapprochement&)
- Rapprochement& operator=(const Rapprochement& tm)
+ Rapprochement(date: QDate,nom: string, desc: string, compte: Compte*, solde: double)
}
class MainWindow{
.. Méthodes ..
+ openXML(filename: QString, first_load: bool): void
+ listDom(docElem: QDomElement&,first_time: bool): void
+ openXMLTransactions(filename: QString, first_load: bool): void
+ popAddWindow(father_id: QString, type: QString): void
+ AddXml() const: void
+ deleteXML(id: QString) const: void
+ addToTree(father_id: QString, id: QString, nom: QString, prop: QString, type: QString, solde: QString): void
+ deleteFromTree(id: const QString): void
+ PopChoisirPassifWindow(): void
+ writeXmlFile_attributes(filename: const QString&): void
+ writeXmlFile_subnodes(filename: const WString&): void
+ print_header_transactios(painter: QPainter&): void
+ operations_PDF( printer: QPrinter&, painter: QPainter&, trans: Transaction*): void
+ operations_PDF(printer: QPrinter&, painter: QPainter&, trans: Transaction*, id: String): void
+ setNom_first(n: QString): void
+ getNom_first() const: const QString
+ setSolde_first(s: double): void
+ getSolde_first() const: QString
+ setId_first(id: QString): void
+ getId_first() const: QString
+ cloture(): bool
.. Constructeur ..
+ MainWindow(parent: QWidget*)
+ ~MainWindow();
}
'Associations
FactoryCompte -up-> Passifs
FactoryCompte -up-> Actifs
FactoryCompte -up-> Depenses
FactoryCompte -up-> Recettes
Recettes -up-|> Compte: < gere
Depenses -up-|> Compte: < gere
Actifs -up-|> Compte: < gere
Passifs -up-|> Compte: < gere
Compte -up-|> CompteAbstrait
CompteVirtuel -up-|> CompteAbstrait
Transaction "*" -down-* "1" TransactionManager
CompteAbstrait "1" *-- "*" CompteVirtuel
TransactionManager "1" -left-* "1" MainWindow
CompteManager "1" -right-* "1" MainWindow
CompteManager "1" -down- "1..*" CompteAbstrait: lié à
Operation "*" -right- "1" Transaction: < composé de
Operation "*" -down-"1" Compte: > fait réference à
Rapprochement -right- Compte
@enduml
|
f6b0403a90b7e10aa1c864982d001c92d8e8c67f | a65fe81fdb57e5d389a290fc70f724a593f1cd85 | /05.SimpleFactory/diagrams/簡單工廠模式(早餐,火腿蛋三明治).puml | bd04b0d03653f0e8a0af48562fa75d8ac8c0936f | [
"MIT"
] | permissive | leoshiang/DesignPatterns | 56a74d317893e96d19e62d789f0379096ae4fe8b | aefa956b0d8caac1e4f80f75e87a5b44b954e8cb | refs/heads/master | 2020-04-01T10:12:37.390007 | 2018-10-15T12:21:22 | 2018-10-15T12:21:22 | 113,122,364 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 197 | puml | @startuml
scale 800*800
skinparam defaultFontName "Noto Sans CJK TC Regular"
class 火腿蛋三明治 {
+ 烤麵包()
+ 抹醬料()
+ 煎蛋()
+ 加料()
+ 包裝()
}
@enduml |
439a78540dd16888255be0663b8bbcaa00348717 | c5a5a8438415aa09812db5d065019d31bcd93241 | /class-engine.puml | 51bc6a19f6d62da5ac02f81008f598976d6a3bd3 | [
"Apache-2.0"
] | permissive | fdlong/fly | 1fc9e7fd11893e8fdb73fbe6e97c0dd50407c4bf | c786288a2d6cb4586204f98f6f3ca26d1bccbe2f | refs/heads/master | 2022-08-21T20:05:21.656846 | 2020-05-23T14:36:28 | 2020-05-23T14:36:28 | 263,578,692 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,208 | puml | @startuml
set namespaceSeparator ::
package clarkii {
namespace application <<WEB UI>> #EEE {
class Starter {
}
}
namespace core {
namespace engine <<检索引擎>> {
class Engine {
+ void start()
- void init()
- void loadCache()
- void startScav()
- void join()
- void up()
}
class Synchronizer #EEE implements Runnable {
缓存同步器:
从Leader获取最近更新
同步至本Follower的缓存
void sync()
}
}
namespace cache {
class CacheScavenger implements Runnable {
缓存清理器:
void scav()
}
interface CacheLoader #EEE {
缓存加载器:
从本地持久化加载至缓存
void load()
}
class FileCacheLoader #EEE implements CacheLoader
interface CachePersistor #EEE {
缓存持久器:
将本机的缓存进行持久化
void persist()
}
class FileCachePersistor #EEE implements CachePersistor, Runnable
class CacheKeeper {
缓存维护器:
缓存的统一操作入口
keep(Pack pack)
}
class MemoryCacheKeeper implements CacheKeeper
class RedisCacheKeeper #EEE implements CacheKeeper
}
namespace dnf <<DNF对象结构>> {
class Content {
- String id
- Conjunction[] conjunctions
+ String getId()
+ Conjunction[] getConjunctions()
}
class Conjunction {
- Assignment[] assignments
+ Assignment[] getAssignments()
+ int size()
}
class Assignment {
- String attribute
- Comparator comparator;
- Comparable value
+ String getAttribute()
+ Comparator getComparator()
+ Comparable getValue()
}
enum Comparator {
EQ
GT
LT
}
}
namespace doc <<缓存对象结构>> {
class Pack {
- Doc[] docs
- DocConj[] docConjs
- ConjAsgn[] conjAsgns
- ConjDoc[] conjDocs
- AsgnConj[] asgnConjs
}
class Doc {
- String id
- Serializable value
- Condition condition
- Timestamp startTime
- Timestamp endTime
+ String getId()
+ Serializable getValue()
+ Condition getCondition()
+ Timestamp getStartTime()
+ Timestamp getEndTime()
}
class DocConj {
- String docId
- String[] conjCode
}
class ConjAsgn {
- String conjCode
- String[] asgnCode
}
class ConjDoc {
- String conjCode
- String[] docCode
}
class AsgnConj {
- String asgnCode
- String[] conjCode
}
}
namespace file #888 {
class log #888 {
}
class doc.cdp {
String id
String value
Timestamp startTime
Timestamp endTime
String condition
}
class doc_conj.cdp {
String doc_id
String[] conj_code
}
class conj_asgn.cdp {
String conj_code
String[] asgn_code
}
class conj_doc.cdp {
String conj_code
String[] doc_id
}
class asgn_conj.cdp {
String asgn_code
String[] conj_code
}
}
}
}
@enduml
|
f8319d4b59ba7d58903892d20da07c9b08c8c466 | e4f13402473eae982787d3c898508ad8cec361eb | /Source/EtAlii.Generators.EntityFrameworkCore.Tests/EntityModels/SimpleEntityModel.puml | 7f131649a6515eebc467acc386b9a09f21e3de6c | [
"MIT"
] | permissive | Jonsen94/EtAlii.Generators | 6ea3d616efa1012ce1a84116021abfb22376406e | cb4dfbb75e2b38a9996b2661125e7f3fd04301b8 | refs/heads/main | 2023-04-21T17:56:06.327922 | 2021-05-11T09:31:13 | 2021-05-11T09:31:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 855 | puml | @startuml
'efcore namespace EtAlii.Generators.EntityFrameworkCore.Tests
'efcore using EtAlii.Generators.EntityFrameworkCore.Tests.Nested
'efcore entity EntityBase
'efcore dbcontext SimpleEntityModelDbContextBase
'efcore interface ISimpleEntityModelDbContext
'efcore map 'From' 'Sent'
Message "1" --* "0..n" User
'efcore map 'To' 'Received'
Message "1" --* "0..n" User
'efcore map 'Tweets' 'User'
User "0..n" *-- "1" Tweet
'efcore map 'Tweet' 'Image'
Image "1" -- "0..1" Tweet
'efcore map 'Users'
class User
{
+Name: string
-Email: string
Sent: Message[]
Received: Message[]
Tweets: Tweet[]
}
'efcore map 'Messages'
class Message {
+Text: string
From: User
To: User
}
'efcore map 'Tweets'
class Tweet{
+Text: string
+User: User
Image: Image
}
'efcore map 'Images'
class Image{
+Data: byte[]
Tweet: Tweet
}
@enduml
|
287ddd3455c1f82581a980d42cb0bc370f7a7abf | b1c346ae6a6be38f8ee093d6af8d5d41d22638a7 | /diagram.puml | 6d15a845126e2161eccb0868b755b4d154c81094 | [] | no_license | hemiknk/testgen | ae8eba659817c8eb91ccc35cfcda672fb0fcca7c | 77fbcfaaff75bb79fe15bdff9eb4199b6c55549a | refs/heads/master | 2021-01-11T04:38:09.189459 | 2016-11-01T11:07:32 | 2016-11-01T11:07:32 | 71,122,778 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,360 | puml | @startuml
class Application {
protected $config;
public function run($type)
private static function createGenerator($type)
}
Application "1" *-- "1" FileManager : contains
Application "1" *-- "1" ControllerParser : contains
Application "1" *-- "1" ModelParser : contains
abstract class AbstractParser
class ControllerParser extends AbstractParser{
protected $config;
public function generate($files, $config)
public function getFileComponents($files)
protected function getCest($cestName, $settings)
}
class ModelParser extends AbstractParser {
protected function getCest($cestName, $settings)
function getFileComponents($files)
}
ControllerParser "1" *-- "1" UriTest : contains
ModelParser "1" *-- "1" ModelTest : contains
abstract class AbstractTest
class UriTest extends AbstractTest{
protected $template;
protected $settings;
protected $name;
public function produce()
protected function generateActions()
}
class ModelTest extends AbstractTest {
protected function generateActions()
}
UriTest "1" --> "*" View : use
ModelTest "1" --> "*" View : use
UriTest "1" --> "*" Template : use
ModelTest "1" --> "*" Template : use
class Template {
private static $template
private static $actionTemplate
private static $modelTemplate
}
class View{
}
class FileManager {
}
@enduml |
0cda630ac93359f20141464c4365b8439ac29dc1 | e99bd81bb700efb400c72f617797915bc3fdb85d | /diagrams/strategy.plantuml | 3ee90e44e0aa9347235fcd7896c631a9b2695741 | [
"MIT"
] | permissive | peteruhnak/pharo-tanks-game | 762aca1f261c2534b57cd56c1a874cb594284e31 | a7c1039dacf7802fcf364c01d1e31088473b4891 | refs/heads/master | 2021-01-13T11:24:14.153392 | 2016-12-21T16:24:52 | 2016-12-21T16:24:52 | 77,060,643 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,496 | plantuml | @startuml
package "Strategy pattern" {
package Physics {
class ADPVelocity {
- speed : Number
- direction : Number // angle
}
note right of ADPVelocity
vector representing combination
of horizontal and vertical speeds
end note
}
package Model {
class ADPProjectile {
- position : Point
- velocity : ADPVelocity
+ stepBy:(aTimeDelta : Time)
}
}
package "Movement" {
note "all strategies are stateless" as N2
note "time affects not just position of a projectile,\n\
but also its velocity (e.g. due to gravity)" as N1
class ADPMovementStrategy {
{abstract} + positionAfter:velocity:fromPosition:(aTimeDelta : Time, aVelocity : ADPVector, aPosition : Point) : Point
{abstract} + velocityAfter:velocity:(aTimeDelta : Time, aVelocity : ADPVector) : ADPVelocity
}
class ADPBallisticMovementStrategy {
- gravityCallback : BlockClosure // because gravity can change during runtime
+ velocityAfter:velocity:(aTimeDelta, aVelocity) : ADPVelocity
+ gravityCallback:(aBlock)
+ positionAfter:velocity:fromPosition:(aTimeDelta, aVelocity, aPosition) : Point
}
class ADPDirectMovementStrategy {
+ positionAfter:velocity:fromPosition:(aTimeDelta, aVelocity, aPosition) : Point
+ velocityAfter:velocity:(aTimeDelta, aVelocity) : Velocity
}
ADPMovementStrategy <|-- ADPBallisticMovementStrategy
ADPMovementStrategy <|-- ADPDirectMovementStrategy
}
ADPProjectile --> "movementStrategy" ADPMovementStrategy
}
@enduml
|
b5bb4360a26b3d7e58ba68589b880023ac150854 | 34c3c43cfe252373301f41ca877f75b6dee68071 | /Lab 3a/src/uml.puml | 1f9dbea422fd877c4c6c27ef4d904184640e17ff | [] | no_license | John-Zoscak-02/CS-2110-Code | c89475071567b9de896f757e2d912e69d8974cf9 | b4ccf091597ec055e1b0e6661719d6e8c8f73c84 | refs/heads/master | 2023-04-29T09:16:18.597924 | 2021-05-10T16:17:32 | 2021-05-10T16:17:32 | 360,745,640 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 550 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Microwave {
__**Variables**__
-state : State
-time : int
-object : Object
-**Public enum State**
>OFF, DEFROST, POP, OVEN, MICROWAVE;
>intensity : int
>description : String
__**Methods**__
public static void main(String[] args)
public void readInputs()
public void update()
public void printState()
public boolean add(object obj)
public Object remove()
public void microwave(State mode,int time)
public void ring()
}
@enduml |
8aeb90a971b519325265bc0f3c36a81694a79927 | 33c9019347fc7c36b29c6a80906363229bfead1f | /uml/comment-class.puml | d1abd83519b7aeb5a48248153e05bb15d0677ce7 | [] | no_license | nzyi/Django--Shihu | 59da0f90c3c67dee1f55d219a8139149f2fcf713 | 60b7284db19db109b232b8e467e91250155c2541 | refs/heads/master | 2020-12-09T19:51:38.890733 | 2020-01-13T08:57:13 | 2020-01-13T08:57:13 | 233,404,186 | 0 | 0 | null | 2020-01-13T08:21:52 | 2020-01-12T14:21:08 | CSS | UTF-8 | PlantUML | false | false | 390 | puml | @startuml comment-class
package django.forms {
class ModelForm
}
package mptt.models {
class MPTTModel
}
package models {
class Comment {
created_time
body
user
post
parent
reply_to
}
Comment --|> MPTTModel
}
package forms {
class CommentForm
CommentForm --|> ModelForm
CommentForm --o Comment
}
@enduml |
e96e201bd290422c3f7f699a469a7e22e4d5ce82 | 58cf1bd56e09ca6199e9134c8682265a34cc4dae | /ClassDiagram/Homework08.puml | 6d047bf7a1c90974fba3fd58b324526d32775218 | [] | no_license | VickyHuang5/DPHomework | a6dbedbec970ea69cb06107374c3f0832ce99b07 | bdb47171644f0ebd6feb997fba9d2afc9374bd73 | refs/heads/master | 2021-05-11T20:08:43.084037 | 2018-04-19T06:29:13 | 2018-04-19T06:29:13 | 117,434,066 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 733 | puml | @startuml Homework08ClassDiagram
class PrintWord {
- Implementor
+ Open()
+ Print()
+ Close()
+ Show()
}
class PrintSpecifiedTimes {
+ PrintMultipleTimes()
}
class PrintRandomTimes {
+ RandomPrint()
}
abstract class AbstractPrintImplementor {
{abstract} Print()
{abstract} Open()
{abstract} Close()
}
class PrintStringImplementor {
+ Print()
+ Open()
+ Close()
}
class PrintFileImplementor {
+ Print()
+ Open()
+ Close()
}
PrintWord o-right- AbstractPrintImplementor
PrintWord <|-down- PrintSpecifiedTimes
PrintWord <|-down- PrintRandomTimes
AbstractPrintImplementor <|-down- PrintStringImplementor
AbstractPrintImplementor <|-down- PrintFileImplementor
@enduml |
0edc0f216aad3a46d63b0ab1989b2807b14fd551 | 388e7e207031c4b6447b3cbace7bf7a6ab65f240 | /diagramas/qmp4.puml | d1ca45cd35d5a461c183e0931d6585060edddcb2 | [] | 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 | 3,135 | puml | @startuml
class dominio.clima.AccuWeatherAPI {
+ List<Map<String,Object>> getWeather(String)
}
class dominio.usuario.Usuario {
+ void agregarSugerencia(Atuendo)
}
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 temperaturaMaximaDeUso)
+ CategoriaPrenda identificarCategoria()
+ Prenda generarPrenda()
}
class dominio.clima.AccuWeather {
- Long periodoDeActualizacion
+ EstadoDelClima obtenerCondicionesClimaticas(String ciudad)
- void validarUltimaConsulta(String ciudad)
}
class dominio.clima.EstadoDelClima {
- BigDecimal temperatura
- BigDecimal humedad
}
class dominio.clima.RepositorioClima {
- Map<String, Object> condicionesClimaticas
+ EstadoDelClima getCondicionClimatica(String ciudad)
+ void setCondicionesClimaticas(String ciudad, LocalDateTime ultimaActualizacion, List<EstadoDelClima> condicionesClimaticas)
+ Boolean climaEstaDesactualizado(String ciudad, Long periodoDeActualizacion)
}
class dominio.usuario.Guardarropa {
+ List<Atuendo> generarSugerencias()
}
class dominio.usuario.AsesorDeImagen {
+ Atuendo sugerirAtuendo(String ciudad, Guardarropa guardarropa)
}
interface dominio.clima.ServicioMeteorologico {
~ EstadoDelClima obtenerCondicionesClimaticas(String ciudad)
}
class dominio.ropa.Prenda {
- TipoPrenda tipo
- TipoMaterial tipoMaterial
- Trama trama
- Color colorPrincipal
- Color colorSecundario
- Integer temperaturaMaximaDeUso
+ Boolean esAdecuadaPara(Integer temperaturaActual)
}
class dominio.ropa.Atuendo {
+ Boolean esAdecuadoPara(BigDecimal temperaturaActual)
}
dominio.ropa.Prenda <-right- dominio.ropa.Atuendo :prendaSuperior
dominio.ropa.Prenda <-- dominio.ropa.Atuendo :prendaInferior
dominio.ropa.Prenda <-- dominio.ropa.Atuendo :calzado
dominio.ropa.Prenda <-- dominio.ropa.Atuendo :accesorio
dominio.ropa.Prenda <.up. dominio.ropa.BorradorDePrendas
dominio.ropa.Prenda "*" <-left- dominio.usuario.Guardarropa :prendasSuperiores
dominio.ropa.Prenda "*" <-- dominio.usuario.Guardarropa :prendasInferiores
dominio.ropa.Prenda "*" <-- dominio.usuario.Guardarropa :calzados
dominio.ropa.Prenda "*" <-- dominio.usuario.Guardarropa :accesorios
dominio.ropa.Atuendo "*" <-- dominio.usuario.Usuario: sugerencias
dominio.usuario.Guardarropa <-- dominio.usuario.Usuario: guardarropa
dominio.clima.ServicioMeteorologico <-down- dominio.usuario.AsesorDeImagen: servicioMeteorologico
dominio.usuario.Guardarropa <.left. dominio.usuario.AsesorDeImagen
dominio.ropa.Atuendo <.. dominio.usuario.Guardarropa
dominio.clima.AccuWeatherAPI <-down- dominio.clima.AccuWeather : apiClima
dominio.clima.ServicioMeteorologico <|.right. dominio.clima.AccuWeather
dominio.clima.RepositorioClima <-down- dominio.clima.ServicioMeteorologico : repositorioClima
dominio.clima.EstadoDelClima <.. dominio.clima.ServicioMeteorologico
@enduml |
df189ac802ce1f0043033e2f9d41266b7799df6c | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/projects-service/Application/Models/DataTransferObjects/ProjectCreationDto.puml | 5edef2abae14c90088123f06d0191dc43cd90dac | [] | 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 | 187 | puml | @startuml
class ProjectCreationDto {
+ OwnerId : string <<get>> <<set>>
+ FreelancerId : string <<get>> <<set>>
+ ProjectContent : ProjectContentDto <<get>> <<set>>
}
@enduml
|
25e37bd4d5b43399c6161ccd5a9f835883bec9ae | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 4_ Patrones de Diseño de Comportamiento/PrincipleAndPatternDesign/out/production/PrincipleAndPatternDesign/cu/datys/patterns/gof/behavioral/memento/cutomer/class-diagram.puml | 277efdd5e6d6ea69ffc669befcffc1a3cf6cb66b | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,160 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #5cb85c
Title Memento Pattern Example
class Customer{
- String name
- String address
- String phone
+ Customer(String name, String address, String phone)
+ CustomerMemento save()
+ void revert(CustomerMemento customer)
}
class CustomerMemento {
private String name;
private String phone;
CustomerMemento(String name, String phone)
}
class Caretaker {
- Stack<CustomerMemento> customerHistory
+ void save(Customer customer)
+ void revert(Customer customer)
}
Customer --> CustomerMemento: use
Caretaker --> Customer: use
Caretaker --> CustomerMemento: manage
note right of Caretaker::save
customerHistory.push(customer.save());
end note
note right of Caretaker::revert
customer.revert(customerHistory.pop());
end note
note right of Customer::save
return new CustomerMemento(name, phone);
end note
note right of Customer::revert
this.name = customer.getName();
this.phone = customer.getPhone();
end note
@enduml |
e58e629f52916f9e37c62081da7ef4ea812c1709 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/TrackAsset.puml | 2951008edbe4634ee9abb20bffccee1e746f0979 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,075 | puml | @startuml
abstract class TrackAsset <<partial>> {
m_Locked : bool
m_Muted : bool
m_CustomPlayableFullTypename : string
m_ItemsHash : int
m_CacheSorted : bool
m_SupportsNotifications : bool?
+ start : double <<get>>
+ end : double <<get>>
+ <<sealed>> <<override>> duration : double <<get>>
+ muted : bool <<get>> <<set>>
+ mutedInHierarchy : bool <<get>>
+ GetClips() : IEnumerable<TimelineClip>
+ <<virtual>> isEmpty : bool <<get>>
+ hasClips : bool <<get>>
+ hasCurves : bool <<get>>
+ isSubTrack : bool <<get>>
+ GetChildTracks() : IEnumerable<TrackAsset>
defaultCurvesName : string <<get>>
+ locked : bool <<get>> <<set>>
+ lockedInHierarchy : bool <<get>>
+ supportsNotifications : bool <<get>>
__internalAwake() : void
+ CreateCurves(curvesClipName:string) : void
+ <<virtual>> CreateTrackMixer(graph:PlayableGraph, go:GameObject, inputCount:int) : Playable
+ <<sealed>> <<override>> CreatePlayable(graph:PlayableGraph, go:GameObject) : Playable
+ CreateDefaultClip() : TimelineClip
+ CreateClip() : TimelineClip
+ CreateMarker(type:Type, time:double) : IMarker
+ CreateMarker(time:double) : T
+ DeleteMarker(marker:IMarker) : bool
+ GetMarkers() : IEnumerable<IMarker>
+ GetMarkerCount() : int
+ GetMarker(idx:int) : IMarker
GetTimeRangeHash() : int
CreateNotificationsPlayable(graph:PlayableGraph, mixerPlayable:Playable, go:GameObject, timelinePlayable:Playable) : Playable
GatherCompilableTracks(tracks:IList<TrackAsset>) : void
GatherNotificiations(markers:List<IMarker>) : void
+ <<virtual>> GatherProperties(director:PlayableDirector, driver:IPropertyCollector) : void
UpdateDuration() : void
GetClipsHash() : int
HasNotifications() : bool
CanCompileNotifications() : bool
CanCompileClipsRecursive() : bool
}
class TransientBuildData <<struct>> {
+ {static} Create() : TransientBuildData
+ Clear() : void
}
class "List`1"<T> {
}
class "IEnumerable`1"<T> {
}
class "Dictionary`2"<T1,T2> {
}
PlayableAsset <|-- TrackAsset
IPropertyPreview <|-- TrackAsset
ICurvesOwner <|-- TrackAsset
TrackAsset --> "m_Curves" AnimationClip
TrackAsset --> "m_Parent" PlayableAsset
TrackAsset --> "m_Children<ScriptableObject>" "List`1"
TrackAsset --> "m_Start" DiscreteTime
TrackAsset --> "m_End" DiscreteTime
TrackAsset --> "m_ChildTrackCache<TrackAsset>" "IEnumerable`1"
TrackAsset o-> "s_TrackBindingTypeAttributeCache<Type,TrackBindingTypeAttribute>" "Dictionary`2"
TrackAsset o-> "m_Markers" MarkerList
TrackAsset --> "timelineAsset" TimelineAsset
TrackAsset --> "parent" PlayableAsset
TrackAsset --> "outputs<PlayableBinding>" "IEnumerable`1"
TrackAsset --> "curves" AnimationClip
TrackAsset --> "asset" Object
TrackAsset --> "assetOwner" Object
TrackAsset --> "targetTrack" TrackAsset
TrackAsset +-- TransientBuildData
TransientBuildData --> "trackList<TrackAsset>" "List`1"
TransientBuildData --> "clipList<TimelineClip>" "List`1"
TransientBuildData --> "markerList<IMarker>" "List`1"
@enduml
|
99af9b4c798fc6e6cd8abd24657c15d14767b831 | 5cf36a3143d1d36d4594d6adeea847fd8df9c034 | /src/main/java/oop/assignment3/ex43/base/WebsiteGenerator.puml | a61b5d093cdde1af27589c48aa8ddfa340b10da6 | [] | no_license | GabrielFernandez14/fernandez-cop3330-assignment3 | 0b32cb5ff817068da681cfebf0b7d071e6e8f56f | 567e68bb023b37e8be9801a6a4797927b2c3fc65 | refs/heads/master | 2023-06-04T12:29:26.441441 | 2021-06-21T00:39:50 | 2021-06-21T00:39:50 | 377,873,844 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 519 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Main {
+ siteName: String
+ author: String
+ js: String
+ css: String
+ promptUserForInput()
+ printOutput()
}
class WebsiteGenerator {
- path: String
+ createWebsite(siteName, author, js, css)
+ createHtml(path, siteName, author)
if (js yes?) then (yes)
+ : createJSFile(path, js)
if (css yes?) then (yes)
+ : createCSSFile(path, css)
}
Main --|> WebsiteGenerator
WebsiteGenerator o--> Main
@enduml |
0f09aabaaca2961f5740d0aa3d4656af161536d6 | 4905656b7385361349ba943e3c6607fd5917485e | /src/Decorator/Decorator.plantuml | 8fae8b676d68c623b3069e42619daa3959ea6165 | [] | no_license | hasanerdemak/DesignPatterns | 014f4a53988f292b317dfc55dc7897dc1e77d8f2 | 565ac516580a02b2db6c799babbe483f76383a09 | refs/heads/master | 2023-03-13T22:33:15.260708 | 2021-03-08T08:32:32 | 2021-03-08T08:32:32 | 345,585,934 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,251 | plantuml | @startuml
title __DECORATOR's Class Diagram__\n
namespace Decorator {
class Decorator.Component {
~ Operation()
}
}
namespace Decorator {
class Decorator.ConcreteComponent {
~ Operation()
}
}
namespace Decorator {
class Decorator.ConcreteDecoratorA {
+ ConcreteDecoratorA()
~ AddedBehavior()
~ Operation()
}
}
namespace Decorator {
class Decorator.ConcreteDecoratorB {
+ ConcreteDecoratorB()
~ AddedBehavior()
~ Operation()
}
}
namespace Decorator {
class Decorator.Decorator {
+ Decorator()
~ Operation()
}
}
namespace Decorator {
class Decorator.DecoratorMain {
{static} + main()
}
}
Decorator.ConcreteComponent -up-|> Decorator.Component
Decorator.ConcreteDecoratorA -up-|> Decorator.Decorator
Decorator.ConcreteDecoratorB -up-|> Decorator.Decorator
Decorator.Decorator -up-|> Decorator.Component
Decorator.Decorator o-- Decorator.Component : component
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
|
ac3a7856ee6a8a623ab08af4e9392c93ceffc264 | 6619710198dd2ba37086f6ed545ec4f20eb67803 | /decorator/src/Decorator.puml | 261e17abdea3e01c48bbc732a00e7583a40f6e64 | [] | no_license | ssf-czh/DesignModel | 0f48e257ef4c9165d17dbb33780c069ea91f57af | ac3a6dda492f8f22f290cf7704c58b3f0db12425 | refs/heads/master | 2020-08-22T04:20:07.028076 | 2019-10-30T09:41:02 | 2019-10-30T09:41:02 | 216,316,320 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 822 | 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
''}
abstract class BeDecoratorClass
BeDecoratorClass <|-- BeDecoratorType1
BeDecoratorClass <|-- BeDecoratorType2
BeDecoratorClass <|-- BeDecoratorType3
abstract class DecoratorClass{
BeDecoratorClass beDecorator;
}
BeDecoratorClass <|- DecoratorClass
DecoratorClass <|- DecoratorClassType1
DecoratorClass <|-- DecoratorClassType2
DecoratorClass <|-- DecoratorClassType3
@enduml |
eb640a7ca614ed948aa313ef8b66527941ba794a | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/NUnitExtensions/Commands/TestActionCommand.puml | 2b21831809fb3b5f27472cc09b75aac1804fe898 | [] | 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 | 210 | puml | @startuml
class TestActionCommand {
+ TestActionCommand(innerCommand:TestCommand)
}
class "BeforeAfterTestCommandBase`1"<T> {
}
"BeforeAfterTestCommandBase`1" "<ITestAction>" <|-- TestActionCommand
@enduml
|
ef51f4724b402f16554ebed72e4919d3a6bc743e | b42807b329c1779d750fdc6b499c3b0a36092e23 | /notifier.puml | 80a595bebd6ccf6647b0d8f02d369d8b42571184 | [] | no_license | golovin-mv/oldNotifier | 823d40c501dd608d403db23d898bfc751c7175c2 | 3ccfc084dbbb111fb3af0ffe0d9faa570a4fbe4a | refs/heads/master | 2020-04-14T17:11:48.310881 | 2019-01-28T15:09:48 | 2019-01-28T15:09:48 | 163,972,447 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 844 | puml | @startuml
interface Message {
+ String make()
}
class TextMessage {
+ String pattern
}
interface Notice {
+ void notify(Map<String, String> params)
}
class TextNotice {
- Array<Deliveryman>
+ Message message
+ String type
}
class Destination {
- Array<String> addressees
+ addAddressee(String addressee)
+ Array<String> getAddressee()
+ Object toDestination()
}
interface Deliveryman {
+ boll deliver(Message message, Destination destination)
}
class TelegramDelivery {
+ Destination destination
}
class MailDelivery {
Destination destination
String from
}
Deliveryman --|> TelegramDelivery
Message --|> TextMessage
Notice --|> TextNotice
@enduml |
96ff02270f522ddc6154cde4f3415203c858b29f | 158a2c4c0d8e6baa04be3a9eec08901f91722415 | /docs/design/procmem.puml | 5bbe5bcffdf5496380c94660e9621bf408a26b40 | [] | no_license | littlewhywhat/extrace | cb7385e4910e7ad2c911327efb759522591c3a68 | eaa97fa57d8b6a173cf7a6ed52c427573bcedc11 | refs/heads/master | 2021-04-18T21:05:47.688307 | 2018-05-16T05:22:20 | 2018-05-17T23:13:57 | 126,710,382 | 0 | 0 | null | 2018-05-17T23:13:58 | 2018-03-25T15:15:59 | C++ | UTF-8 | PlantUML | false | false | 456 | puml | @startuml
skinparam monochrome true
interface Kernel {
+ tryCreateProcess(pid: int): Process
}
hide Kernel fields
Kernel --> Process: creates
interface Process {
+ tryCreateMemoryUsage(): MemoryUsage
+ tryCreateWorkingSet(): MemoryUsage
}
hide Process fields
Process --> MemoryUsage: creates
interface MemoryUsage {
+ tryUpdate(): bool
+ getPID(): int
+ getVSS(): int
+ getRSS(): int
+ getUSS(): int
}
hide MemoryUsage fields
@enduml |
310f04ab69303fc0fe033c8c004ca12dda2fe7b7 | 23eebc652cc34d63a61ab645cccb3e0d12192028 | /documentation/logicalview/analysisview/repository/classanalysis/puml/controllers/ConfigVehicleController.puml | 7f46df8c5d173ba3b2692abef8daa3866e353f51 | [] | no_license | Ruskab/agrimManager | 0e654c5bfc7bb6241f7a8cf4c49e58af55155886 | e264536edc42ad8def85e3714a7b1c15236d7de5 | refs/heads/develop | 2023-09-01T02:36:44.943558 | 2021-08-14T20:15:43 | 2021-08-14T20:15:43 | 166,677,735 | 1 | 2 | null | 2023-09-02T13:25:24 | 2019-01-20T15:37:25 | Java | UTF-8 | PlantUML | false | false | 158 | puml | @startuml
class ConfigVehicleController {
+save(vehicle)
}
ConfigVehicleController --> VehiclesDao
ConfigVehicleView --> ConfigVehicleController
@enduml |
61969aee719171bd0ba262f9029007e6f4cbbb95 | ebc144cd5658eabdb1b7c549741d2718ebe6ff85 | /docs/Developer/ClassDiagrams/graphittiDomain.puml | 079c17f7d293daba993a4efd12ba1931e4cde2dc | [
"Apache-2.0"
] | permissive | UWB-Biocomputing/Graphitti | 175a8fa442fc61341338efea504adb797136c339 | 6c392438d9e5367b0ddfee9c7fb257df27a05bf4 | refs/heads/master | 2023-09-04T09:04:24.244967 | 2023-08-07T23:55:00 | 2023-08-07T23:55:00 | 273,115,663 | 8 | 22 | Apache-2.0 | 2023-09-13T20:22:13 | 2020-06-18T01:41:41 | C++ | UTF-8 | PlantUML | false | false | 3,748 | puml | @startuml GraphittiDomainDiagram
/' Objects '/
class AllDSSynapses {
}
class AllDynamicSTDPSynapses {
}
abstract class AllEdges {
}
class AllIFNeurons {
}
class AllIZHNeurons {
}
class AllLIFNeurons {
}
class AllNeuroEdges {
}
class AllSTDPSynapses {
}
abstract class AllSpikingNeurons {
}
class AllSpikingSynapses {
}
abstract class AllVertices {
}
class CPUModel {
}
class ConnGrowth {
}
class ConnStatic {
}
abstract class Connections {
}
class ConnectionsFactory {
}
class DynamicLayout {
}
class EdgesFactory {
}
class EventBuffer {
}
class FixedLayout {
}
class GPUModel {
}
class GenericFunctionNode {
}
class Hdf5GrowthRecorder {
}
class Hdf5Recorder {
}
abstract class IFunctionNode {
}
abstract class IRecorder {
}
abstract class Layout {
}
class LayoutFactory {
}
abstract class Model {
}
class OperationManager {
}
class Operations {
}
class RecorderFactory {
}
class Simulator {
}
class VerticesFactory {
}
class XmlGrowthRecorder {
}
class XmlRecorder {
}
class XmlSTDPRecorder {
}
enum Operations::op {
}
enum enumClassSynapses {
}
class AllDSSynapsesDeviceProperties {
}
class AllDynamicSTDPSynapsesDeviceProperties {
}
class AllEdgesDeviceProperties {
}
class AllIFNeuronsDeviceProperties {
}
class AllIZHNeuronsDeviceProperties {
}
class AllSTDPSynapsesDeviceProperties {
}
class AllSpikingNeuronsDeviceProperties {
}
class AllSpikingSynapsesDeviceProperties {
}
class AllVerticesDeviceProperties {
}
class ConnGrowth::GrowthParams {
}
class ConnStatic::DistDestVertex {
}
class EdgeIndexMap {
}
/' Inheritance relationships '/
.AllEdges <|-- .AllNeuroEdges
.AllEdgesDeviceProperties <|-- .AllSpikingSynapsesDeviceProperties
.AllIFNeurons <|-- .AllIZHNeurons
.AllIFNeurons <|-- .AllLIFNeurons
.AllIFNeuronsDeviceProperties <|-- .AllIZHNeuronsDeviceProperties
.AllNeuroEdges <|-- .AllSpikingSynapses
.AllSTDPSynapses <|-- .AllDynamicSTDPSynapses
.AllSTDPSynapsesDeviceProperties <|-- .AllDynamicSTDPSynapsesDeviceProperties
.AllSpikingNeurons <|-- .AllIFNeurons
.AllSpikingNeuronsDeviceProperties <|-- .AllIFNeuronsDeviceProperties
.AllSpikingSynapses <|-- .AllDSSynapses
.AllSpikingSynapses <|-- .AllSTDPSynapses
.AllSpikingSynapsesDeviceProperties <|-- .AllDSSynapsesDeviceProperties
.AllSpikingSynapsesDeviceProperties <|-- .AllSTDPSynapsesDeviceProperties
.AllVertices <|-- .AllSpikingNeurons
.AllVerticesDeviceProperties <|-- .AllSpikingNeuronsDeviceProperties
.Connections <|-- .ConnGrowth
.Connections <|-- .ConnStatic
.Hdf5Recorder <|-- .Hdf5GrowthRecorder
.IFunctionNode <|-- .GenericFunctionNode
.IRecorder <|-- .Hdf5Recorder
.IRecorder <|-- .XmlRecorder
.Layout <|-- .DynamicLayout
.Layout <|-- .FixedLayout
.Model <|-- .CPUModel
.Model <|-- .GPUModel
.XmlRecorder <|-- .XmlGrowthRecorder
.XmlRecorder <|-- .XmlSTDPRecorder
/' Aggregation relationships '/
.AllSpikingNeurons *-- .EventBuffer
.Connections *-- .AllEdges
.Connections *-- .EdgeIndexMap
.ConnectionsFactory *-- .Connections
.EdgesFactory *-- .AllEdges
.GPUModel o-- .AllSpikingNeuronsDeviceProperties
.GPUModel o-- .AllSpikingSynapsesDeviceProperties
.GPUModel o-- .EdgeIndexMap
.IFunctionNode *-- .Operations
.IFunctionNode *-- .Operations::op
.Layout *-- .AllVertices
.LayoutFactory *-- .Layout
.Model *-- .Connections
.Model *-- .IRecorder
.Model *-- .Layout
.OperationManager *-- .IFunctionNode
.RecorderFactory *-- .IRecorder
.Simulator *-- .Model
.VerticesFactory *-- .AllVertices
/' Nested objects '/
.ConnGrowth +-- .ConnGrowth::GrowthParams
.ConnStatic +-- .ConnStatic::DistDestVertex
.Operations +-- .Operations::op
@enduml
|
2d3ce2658bdb5187f420f0ac47afa202d5224ee5 | cae8b9d4419938a0b320012bb9825635cb460897 | /esterni/diagrammi/diagrammi-grafana-plugin/src/strategy.plantuml | 4bf2b932a4a57e673dda4d6792da7b76cfba306c | [] | no_license | sofiabononi/project-docs | 5612a4b3b11704b3b684df566b5a1291a55c2062 | 3626071df806c88c722ec0149eb1dc398a0a5185 | refs/heads/master | 2022-11-20T12:19:16.951949 | 2020-07-17T14:00:17 | 2020-07-17T14:00:17 | 248,197,272 | 0 | 2 | null | 2020-07-17T14:00:18 | 2020-03-18T10:11:12 | TeX | UTF-8 | PlantUML | false | false | 913 | plantuml | @startuml
interface Props{
+ predictor: Predictor
}
interface Strategy{
+ Predict(GrafanaData, Predictor, any): number[][]
}
class PredictionRL implements Strategy{
+ const coefficients: number[]
+ const base: number
+ predict(GrafanaData, Predictor, parameter): number [][]
+ const f (number): number
}
class PredictionSVM implements Strategy{
+ predict(GrafanaData, Predictor, parameter): number[][]
+ coefficients:number[]
+ base: number
+ f(number): number
}
class ConfigRL implements Props {
+ render() : JSX.Element
- queryNames()
- queryAssociation()
- showQueryAssociation(ChangeEvent<HTMLSelectElement>)
}
class ConfigSVM implements Props {
+ render() : JSX.Element
- queryNames()
- queryAssociation()
- showQueryAssociation(ChangeEvent<HTMLSelectElement>)
}
PredictionRL-->ConfigRL
PredictionSVM-->ConfigSVM
@enduml |
48998b514ffe3f457277ad7f95c0fc808a8ca156 | 153ff670a20c1a71e85a12809e714a86746db8f2 | /diagram.plantuml | cc7e7cd8f8b4af91c7e081b40200b4b017d6fc01 | [] | no_license | Hainkinho/Linear-Hashing-Data-Structure | 4e73d8c8666e28994699cebc2f5e2e4f65a2eeaf | 220f7a78de986250c462815c4a284233d0ab184b | refs/heads/master | 2023-02-01T05:04:26.972877 | 2020-12-18T10:43:11 | 2020-12-18T10:43:11 | 322,562,170 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,761 | plantuml | @startuml
' scale 1.4
class ADS_set {
TableRow* tableRows = nullptr;
size_type numberOfRows = 0;
size_type numberOfValues = 0;
size_type nextToSplit = 0;
size_type round = 0;
-size_type pow(size_type base, size_type exponent) const
-size_type getMinRowSize() const
-size_type getMaxRowSize() const
-size_type lastIndexToSplit() const
-size_type h(const key_type& key) const
-size_type g(const key_type& key) const
-size_type getTableRowIndex(const key_type& key) const
-void insertWith(const key_type& key)
-void handleOverflow()
-void rehash(const key_type& key)
-void extendTable()
- vector<key_type> getValuesAt(const key_type& key) const
- vector<vector<key_type>> getValuesAtIndex(const size_type& rowIndex) const
+ADS_set()
+ADS_set(std::initializer_list<key_type> ilist) : ADS_set()
+template<typename InputIt> \nADS_set(InputIt first, InputIt last) : ADS_set()
+ ~ADS_set()
+size_type size() const
+bool empty() const
+ void insert(std::initializer_list<key_type> ilist)
+template<typename InputIt> \nvoid insert(InputIt first, InputIt last)
+size_type erase(const key_type& key)
+size_type count(const key_type& key) const
+void dump(std::ostream& o = std::cerr) const
}
class TableRow {
size_type numberOfValues = 0;
LinkedList* firstBucket = nullptr;
LinkedList* lastBucket = nullptr;
- LinkedList* getBucketBevor(LinkedList* bucket) const
- void reOrganize(LinkedList* startBucket)
+TableRow()
+TableRow(const TableRow& rhs) : TableRow()
+TableRow& operator=(const TableRow& rhs)
+ ~TableRow()
+ bool add(const key_type& key)
+ bool find(const key_type& key) const
+ bool erase(const key_type& key)
+ vector<key_type> clear()
+LinkedList* getFirstBucket()
+LinkedList* getLastBucket()
+void setFirstBucket(LinkedList* newBucket)
+void setLastBucket(LinkedList* newBucket)
+size_type getNumberOfValues() const
+vector<vector<key_type>> getValues() const
}
class LinkedList {
size_type sz = 0;
key_type values[N];
LinkedList* nextBucket = nullptr;
-bool isEqual(const key_type& a, const key_type& b) const
-void remove(const size_type& indexToRemove)
+LinkedList() {}
+ ~LinkedList()
+ void add(const key_type& key)
+ void erase(const key_type& key)
+ key_type pop()
+bool find(const key_type& key) const
+key_type getKey(size_type index) const
+bool empty() const
+size_type size() const
+vector<key_type> getValues() const
+void setNextBucket(LinkedList* nextBucket)
+LinkedList* getNextBucket() const
}
ADS_set <-- TableRow
TableRow <-- LinkedList
@enduml
|
b6f489b9e03f6e627e4a6828066e1220cb1869a4 | ddb78d4317c7c76af90cdd755e3764b18a01db23 | /docs/diagrama_de_clases.puml | f817fa459ff6b84a5bcb34ff34821a8b88677fe8 | [] | no_license | DouglasArenas/BookMaker-DS | 050b47802a3d8151eadcf98bb8652863b1a2e3c3 | 4effb9a1dfb8b4ffbfd86e6d8cad0124647edb33 | refs/heads/main | 2023-08-17T01:30:36.581285 | 2021-09-30T23:23:18 | 2021-09-30T23:23:18 | 395,786,287 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 581 | puml | @startuml:
class Cliente {
- id
- apellido
- nombre
- email
}
class Empresa {
- id
- razon_social
- email
}
class Equipo {
- id
- nombre
- escudo
- pais
}
class Apuesta {
- id
- monto
- monto_minimo
}
class Partido {
- id
- fecha
- equipo_local
- equipo_visitante
}
Partido *-- Equipo: equipo_local
Partido *-- Equipo: equipo_visitante
Cliente --> Apuesta: Realiza apuesta
Cliente --|> Model
Empresa --|> Model
Equipo --|> Model
Partido --|> Model
Apuesta --> Partido: Se realiza sobre
@enduml
|
b1efc6b6732d9d75dda11f7a5123b7dd957f2869 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/Quote.puml | d356301d5ae11a3edc66d9c93e606f05cf15da52 | [] | 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 | 3,249 | 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 Quote [[Quote.svg]] extends BaseResource {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
quoteRequest: [[QuoteRequestReference.svg QuoteRequestReference]]
stagedQuote: [[StagedQuoteReference.svg StagedQuoteReference]]
customer: [[CustomerReference.svg CustomerReference]]
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
validTo: DateTime
sellerComment: String
buyerComment: String
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalPrice: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
shippingAddress: [[Address.svg Address]]
billingAddress: [[Address.svg Address]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
country: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
itemShippingAddresses: [[Address.svg List<Address>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
custom: [[CustomFields.svg CustomFields]]
quoteState: [[QuoteState.svg QuoteState]]
state: [[StateReference.svg StateReference]]
purchaseOrderNumber: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
}
interface BaseResource [[BaseResource.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
}
interface QuotePagedQueryResponse [[QuotePagedQueryResponse.svg]] {
limit: Long
offset: Long
count: Long
total: Long
results: [[Quote.svg List<Quote>]]
}
interface QuoteCreatedMessage [[QuoteCreatedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
quote: [[Quote.svg Quote]]
}
interface QuoteCreatedMessagePayload [[QuoteCreatedMessagePayload.svg]] {
type: String
quote: [[Quote.svg Quote]]
}
interface QuoteReference [[QuoteReference.svg]] {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
obj: [[Quote.svg Quote]]
}
Quote --> QuotePagedQueryResponse #green;text:green : "results"
Quote --> QuoteCreatedMessage #green;text:green : "quote"
Quote --> QuoteCreatedMessagePayload #green;text:green : "quote"
Quote --> QuoteReference #green;text:green : "obj"
@enduml
|
742c0850b4a27fbf3c846147bbe0269bf46ca9c2 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/NUnitExtension/TestRunnerStateSerializer.puml | 3f2b59cf1e9806c41cad376afb0bbee87ac6fbc3 | [] | 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 | 414 | puml | @startuml
class TestRunnerStateSerializer {
+ ShouldRestore() : bool
+ SaveContext() : void
+ RestoreContext() : void
+ CanRestoreFromScriptableObject(requestedType:Type) : bool
+ RestoreScriptableObjectInstance() : ScriptableObject
+ CanRestoreFromJson(requestedType:Type) : bool
+ RestoreClassFromJson(instance:object) : void
}
IStateSerializer <|-- TestRunnerStateSerializer
@enduml
|
4dcdabf3245850a0d7d98ad8266bf36d45f6f936 | aef9a95106eaf24b85104f4536d20cf7341506a6 | /src/main/java/br/com/bianeck/creational/builder/etc/caso3/caso3.puml | 21027da9fb8b9d290bb3aefb172db269e54ba983 | [
"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 | 782 | puml | @startuml
package br.com.bianeck.creacional.builder.caso3 {
package br.com.bianeck.creacional.builder.caso3.builders {
interface Builder{
setType(type : Type) : void
setSeats(seats : int) : void
setEngine(engine : Engine) : void
}
class CarBuilder{
}
class CarManualBuilder{
}
}
package br.com.bianeck.creacional.builder.caso3.cars {
class Car{
}
class Manual{
}
enum Type {
}
}
package br.com.bianeck.creacional.builder.caso3.components {
class Engine{
}
class GPSNavigator{
}
enum Transmission{
}
class TripComputer{
}
}
package br.com.bianeck.creacional.builder.caso3.director {
class Director {
}
}
}
CarBuilder ..|> Builder
CarManualBuilder ..|> Builder
@enduml |
41d3518674afbbb91f2dcfa3105a73ab1b92725c | a0759da97e19348ccfaef59e0228e10dd6c1187f | /src/main/java/ex45/ex45.puml | 7a31519ded172dfbb357029d682b44648913651b | [] | no_license | k-laughner/laughner-cop3330-assignment3 | 0c198626deeb977d386c930b67c2c636f3426b85 | 0d48cf0f1c7a8714655d3fb6e6bdeab098c76a54 | refs/heads/master | 2023-08-18T19:29:33.266353 | 2021-10-11T23:47:16 | 2021-10-11T23:47:16 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 225 | puml | @startuml
'https://plantuml.com/class-diagram
class searchReplace {
+searchAndReplace( String, String, String) : String
}
class App {
+main() : void
+outputFile() : String
+createFile( String, String ) : FileWriter
}
@enduml |
4f22a6c04618c96b850aef9e53d313ca0969bf38 | 0e4f3a5970c6cb15652ca61a1283fb23a672282b | /test.puml | 48c80ef09b739fa8758d2f704fda672533420ec2 | [] | no_license | nattigy/e-commerce-java | 256e6180892823393bbdeb66ffb2469665f897c0 | 6a92071b03796f4af228c538c4cfa2600e54571c | refs/heads/main | 2023-06-01T17:11:43.505285 | 2021-06-15T22:35:07 | 2021-06-15T22:35:07 | 377,304,790 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,042 | puml | @startuml
class Item {
private String id;
private String name;
private String price;
private List<Category> categoryList;
private String description;
private List<String> images;
private String ownerId;
public String getId();
public String getName();
public void setName(String name);
public String getPrice();
public void setPrice(String price);
public List<Category> getCategoryList();
public void setCategoryList(List<Category> categoryList);
public String getDescription();
public void setDescription(String description);
public List<String> getImages();
public void setImages(List<String> images);
public String getOwnerId();
public void setOwnerId(String ownerId);
}
interface User {
String id = "";
String email = "";
String password = "";
Role role = null;
String getId();
String getEmail();
String getPassword();
Role getRole();
void setId(String id);
void setEmail(String email);
void setPassword(String password);
void setRole(Role role);
}
class Admin implements User {
private String id;
private String email;
private String password;
private Role role;
private List<Item> items;
public String getId();
public String getEmail();
public String getPassword();
public Role getRole() ;
public void setId(String id) ;
public void setEmail(String email) ;
public void setPassword(String password);
public void setRole(Role role);
public List<Item> getItems();
public Item createItems(Item items);
}
class Cart {
private String id;
private int numberOfItems;
private List<Item> items;
private int totalPrice;
public String getId();
public void setId(String id);
public int getNumberOfItems() ;
public void setNumberOfItems(int numberOfItems) ;
public List<Item> getItems();
public void setItems(List<Item> items);
public int getTotalPrice();
public void setTotalPrice(int totalPrice) ;
}
class Customer implements User{
private String id;
private String email;
private String password;
private Role role;
private String phoneNumber;
private Cart cartId;
public String getId();
public String getEmail();
public String getPassword();
public Role getRole() ;
public void setId(String id);
public void setEmail(String email);
public void setPassword(String password);
public void setRole(Role role);
public String getPhoneNumber();
public void setPhoneNumber(String phoneNumber);
public Cart getCartId();
public void setCartId(Cart cartId);
}
class Role {
private String name;
public String getName() ;
public void setName(String name);
}
class Category {
private String id;
private String name;
public String getId();
public void setId(String id);
public String getName();
public void setName(String name);
}
Category <- Item
Item -> Cart
Customer <- Cart
Role -> User
@enduml |
a0bbc2726f2410bec86ab50f749cf58caa55439b | 188aa3bd1c4fc0a88cab9726c2f2299f147e70d8 | /docs/UC_09/MD.puml | 5cc595a8b5685bafc57e404138d44bc31f79b697 | [] | no_license | botelho-io/lapr2-2020-g029 | c6a3c15bace1145c94c0495ac5f8ce54b7be478c | 1834bf842e5ae1f94d20ab61dad8e8124fc9f61b | refs/heads/master | 2023-08-17T00:53:42.364156 | 2020-06-14T22:29:10 | 2020-06-14T22:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,669 | puml | @startuml MD
skinparam classAttributeIconSize 0
hide methods
left to right direction
class App {
}
class Organization {
- String name
- String NIF
}
class Transaction {
}
class Task {
- String id
- String description
- Integer durationInHours
- Double costPerHourOfJuniorEur
- String category
}
class TaskExecutionDetails {
- LocalDate endDate
- Integer delayInDays
- String DescriptionQualityOfWork
}
class Freelancer {
- String id
- String name
- String levelOfExpertise
- String email
- String NIF
- String bankAccountIBAN
- String address
- String country
}
class PaymentDetails {
Boolean isPaid
}
Transaction "1" -- "1" Task : relative to >
Transaction "*" -- "1" Freelancer : to >
Transaction "*" -- "1" Organization : made on behalf of >
Transaction "1" -- "1" TaskExecutionDetails : executed with >
TaskExecutionDetails "1" -- "1" Task : refers to >
Organization "1" -- "*" Task : publishes >
Organization "1" -- "*" Transaction : has >
Task "*" -- "0, 1" Freelancer : executed by >
App "1" -- "*" Organization : has >
App "1" -- "*" Freelancer : has >
(Organization, Transaction) .. PaymentDetails
@enduml |
e34c0d18a42b4dc0709ca1d371494e12743eb697 | 105171abc9ad1f14285ff1e839ce907a44a06195 | /out/production/Build-A-Net/data/preprocessors/preprocessors.plantuml | 49d30ef48612a52c7d5758348e79643afb7add06 | [] | 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,528 | plantuml | @startuml
title __PREPROCESSORS's Class Diagram__\n
namespace data {
namespace preprocessors {
class data.preprocessors.BoundedScaler {
- column : Integer
- counter : int
- lowerBound : double
- maxValue : Double
- minValue : Double
- upperBound : double
+ getDescription()
+ needArgs()
+ passArgs()
+ preprocess()
- findMaxes()
- findMins()
- scale()
}
}
}
namespace data {
namespace preprocessors {
class data.preprocessors.MinMaxScaler {
- column : Integer
- counter : int
- maxValue : Double
- minValue : Double
+ getDescription()
+ needArgs()
+ passArgs()
+ preprocess()
- findMaxes()
- findMins()
- scale()
}
}
}
namespace data {
namespace preprocessors {
interface data.preprocessors.Preprocessor {
{abstract} + getDescription()
{abstract} + needArgs()
{abstract} + passArgs()
{abstract} + preprocess()
}
}
}
data.preprocessors.BoundedScaler .up.|> data.preprocessors.Preprocessor
data.preprocessors.MinMaxScaler .up.|> data.preprocessors.Preprocessor
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
|
899cb4a7590ea1074149d44abdfaf5f1a882ac3d | b91df485f3eb85f450cc746f77844f9c04228bfd | /test6/类图.puml | deb4a71a0561519f65425f3e61091e5a9813eaf8 | [] | no_license | jiaou/is_analysis | 7b7f7a912a34ef521eb133149e00348fcb4ca7e5 | 7a5fed0c5a2a13f6557aff9a3ac9596f65043629 | refs/heads/master | 2021-04-18T22:12:47.927227 | 2018-06-06T06:09:16 | 2018-06-06T06:09:16 | 126,800,559 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,251 | puml | @startuml
users<|--students
users<|--teacher
students"1"--"n"coursestu
coursestu"1"-"1"course
coursestu"1"--"n"test
teacher"1"--"n"courseteach
course"1"-"1"courseteach
courseteach"1"--"n"test
test"1"--"n"testscore
class students{
user_id(用户ID)
student_id(学号)
result_sum(成绩汇总)
grade(班级)
web_sum(网站正确与否汇总)
}
class teacher{
user_id(用户ID)
teacher_id(工号)
department(老师所属部门)
}
class courseteach{
teacher_id(工号)
course_id(课程号)
}
class coursestu{
student_id(学号)
course_id(课程号)
}
class course{
coursename(课程名)
course_id(课程号)
term_id(学期号)
}
class test{
student_id(学号)
teacher_id(工号)
test_id(实验编号)
course_id(课程号)
testname(实验名称)
sum(成绩)
update_time(评改日期)
memo(评价)
}
class testscore{
test_id(实验编号)
score_id(评分编号)
score(评分)
}
class users{
user_id(用户ID)
name(用户真实姓名)
gitname(git账号)
update_date(github账号修改日期)
password(密码)
disable(用户是否禁用)
}
@enduml |
5adc1636265eee8c82d4d67bdc0f4e2e1476a567 | 60e80b1719d9c929747baf3d32537c1731c0168f | /abstractfactory/src/main/resources/abstractfactory.puml | 1f0a07015fdc010487119157ad0c63d709ab86ef | [] | no_license | GilbertXiao/JavaDesignPatterns | 8c0b82634c96107f6311dbacabdaa38119402782 | 35ce09c85b40ae585ecfc8fb7c3247375eb2a40b | refs/heads/master | 2021-07-11T11:10:04.956876 | 2020-07-19T11:59:28 | 2020-07-19T11:59:28 | 179,295,966 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 938 | puml | @startuml
interface Creator{
+ ProductA factoryA()
+ ProductB factoryB()
}
interface ProductA
interface ProductB
class ConcreteCreator1{
+ ProductA factoryA()
+ ProductB factoryB()
}
class ConcreteCreator2{
+ ProductA factoryA()
+ ProductB factoryB()
}
class Client{
- Creator creator1
- Creator creator2
- ProductA productA
- ProductB productB
+ void main()
}
class ConcreteProductA1
class ConcreteProductA2
class ConcreteProductB1
class ConcreteProductB2
Creator <|.. ConcreteCreator1
Creator <|.. ConcreteCreator2
ProductA <|.. ConcreteProductA1
ProductA <|.. ConcreteProductA2
ProductB <|.. ConcreteProductB1
ProductB <|.. ConcreteProductB2
ConcreteCreator1 ..> ConcreteProductA1
ConcreteCreator1 ..> ConcreteProductB1
ConcreteCreator2 .> ConcreteProductA2
ConcreteCreator2 .> ConcreteProductB2
Client -> Creator
Client --> ProductA
Client --> ProductB
@enduml
|
e0eebad0f164ab1d441fc13f35985d3b65883fdb | 92692d636eca83bf56f07c92b553265ee7203dcf | /src/main/java/com/peppayi/designpattern/headfirst/chapters/chapter01/uml/version03.puml | 0b4e694754bd609f10b209ee68fb563f1c595a65 | [] | no_license | qingzhusay/design-pattern | 19aee4b20296b17539db12d5826d3fb97657880f | bd31c8a22b79290a65c86501a77516c8969a8318 | refs/heads/master | 2022-08-29T20:34:45.487283 | 2020-05-09T14:46:06 | 2020-05-09T14:46:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 675 | puml | @startuml
interface FlyBehavior {
+ void fly()
}
interface QuackBehavior {
+ void quack()
}
class FlyWithWings {
+ void fly()
}
FlyBehavior <|.. FlyWithWings
class FlyNoWay {
+ void fly()
}
FlyBehavior <|.. FlyNoWay
class Quack {
+ void quack()
}
QuackBehavior <|.. Quack
class Squeak {
+ void quack()
}
QuackBehavior <|.. Squeak
class MuteQuack {
+ void quack();
}
QuackBehavior <|.. MuteQuack
abstract class Duck {
# FlyBehavior flyBehavior
# QuackBehavior quackBehavior
+ void swim()
+ {abstract} void display()
+ void performFly()
+ void performQuack()
}
Duck o--> FlyBehavior
Duck o--> QuackBehavior
@enduml |
73ad841bb98b7a97c2c0d878d09b436a7c765dd7 | 9df112709c13baff12bf06f22fe05d2aa1e12140 | /client/src/Types/Company/companies.puml | 93f120d267919f2516b43956041caf67464a1dbb | [] | no_license | NikolayDemchenko/ReactTest | b0c8b85bf6819be3e297b0c938b98565edb70cc1 | 1b0e37c686d7787fb39b721db82eb6141d1f8193 | refs/heads/master | 2023-03-07T21:43:57.274728 | 2022-09-04T14:52:17 | 2022-09-04T14:52:17 | 223,725,473 | 0 | 0 | null | 2023-03-04T06:25:19 | 2019-11-24T10:18:24 | TypeScript | UTF-8 | PlantUML | false | false | 1,512 | puml | @startuml
title Варианты использования системы (верхнего уровня)
class "Row" as Row{
title:string
data:string
setData(data:string)
setTitle(data:string)
}
class "Person" as Person{
name:Row
fullName:Row
details:Row
contacts:List<Row>
}
Person *-- Row
Person *-- List
class "Employee" as Employee{
person:Person
post:Row
}
Employee *-- Row
Employee *-- Person
class "Company" as Company{
name:Row
contacts:List<Row>
remark:Row
details:CompanyDetails
products:List<Lot>
material:List<Lot>
employees:List<Employee>
}
Company *-- Row
Company *-- CompanyDetails
Company *-- List
Company *-- Lot
Company *-- Employee
class "List<T>" as List{
list:T[]
add(t:T)
remove(t:T)
}
class "Lot" as Lot{
adress:Adress
product:Product
quantity:Row
price:Row
details:Row
}
Lot *-- Row
Lot *-- Adress
Lot *--Product
class "Product" as Product{
name:Row
details:Row
}
Product *-- Row
class "Adress" as Adress{
country:Row
district:Row
city:Row
index:Row
street:Row
house:Row
building:Row
appartment:Row
}
Adress *-- Row
class "CompanyDetails" as CompanyDetails{
fullname:Row
legalAdress:Adress
postalAdress:Adress
inn:Row
kpp:Row
bic:Row
paymentAccount:Row
corrAccount:Row
OKPO:Row
OKATO:Row
OKVED:Row
OGRN:Row
CEO:Row
}
CompanyDetails *-- Row
CompanyDetails *-l- Adress
@enduml |
440c38ae176fd6e43aba3939eff32258498f38f1 | c37bafc1eb38801ae9aa4b0061042478f909a7f6 | /soml2puml/img/bsdd-graphql-soml-diagram.puml | 84c93e236a9647142935f7f56825c0c4cd3ad48a | [] | no_license | VladimirAlexiev/soml | d2b747091b5d57576ac83af80ee4d67bdcbcf7cc | b00033c8dd3f4cb6a5ee4bdbaef12b169cf0e2aa | refs/heads/master | 2023-06-08T15:47:29.437153 | 2023-05-29T06:06:03 | 2023-05-29T06:06:03 | 239,968,939 | 3 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 9,452 | puml | @startuml
hide empty members
hide circle
left to right direction
skinparam nodesep 50
class "<:globe_with_meridians:> Language" as Language {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:spiral_notepad:>| isocode| string| 1..1|
|<:spiral_notepad:>| name| string| 1..1|
}
class "<:books:> ReferenceDocument" as ReferenceDocument {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:calendar:>| date| dateTime| 1..1|
|<:spiral_notepad:>| name| string| 1..1|
|<:spiral_notepad:>| title| string| 1..1|
}
class "<:earth_americas:> Country" as Country {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:spiral_notepad:>| code| string| 1..1|
|<:spiral_notepad:>| name| string| 1..1|
}
class "<:triangular_ruler:> Unit" as Unit {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:spiral_notepad:>| code| string| 1..1|
|<:spiral_notepad:>| name| string| 1..1|
|<:spiral_notepad:>| symbol| string| 0..1|
}
class "<:label:> Domain" as Domain {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:spiral_notepad:>| copyrightNotice| string| 0..1|
|<:spiral_notepad:>| languageCode| string| 1..1|
|<:calendar:>| lastUpdatedUtc| dateTime| 1..1|
|<:spiral_notepad:>| license| string| 0..1|
|<:spiral_notepad:>| licenseUrl| string| 0..1|
|<:spiral_notepad:>| moreInfoUrl| string| 0..1|
|<:spiral_notepad:>| name| string| 1..1|
|<:calendar:>| releaseDate| dateTime| 0..1|
|<:spiral_notepad:>| status| string| 0..1|
|<:spiral_notepad:>| version| string| 1..1|
}
class "<:wrench:> Property" as Property {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:calendar:>| activationDateUtc| dateTime| 1..1|
|<:spiral_notepad:>| code| string| 1..1|
|<:spiral_notepad:>| connectedPropertyCode| string| 0..*|
|<:spiral_notepad:>| countryOfOrigin| string| 0..1|
|<:spiral_notepad:>| countryOfUse| string| 0..*|
|<:spiral_notepad:>| creatorLanguageCode| string| 0..1|
|<:spiral_notepad:>| dataType| string| 0..1|
|<:calendar:>| deActivationDateUtc| dateTime| 0..1|
|<:spiral_notepad:>| definition| string| 0..1|
|<:spiral_notepad:>| deprecationExplanation| string| 0..1|
|<:spiral_notepad:>| description| string| 0..1|
|<:spiral_notepad:>| dimension| string| 0..1|
|<:1234:>| dimensionAmountOfSubstance| int| 0..1|
|<:1234:>| dimensionElectricCurrent| int| 0..1|
|<:1234:>| dimensionLength| int| 0..1|
|<:1234:>| dimensionLuminousIntensity| int| 0..1|
|<:1234:>| dimensionMass| int| 0..1|
|<:1234:>| dimensionThermodynamicTemperature| int| 0..1|
|<:1234:>| dimensionTime| int| 0..1|
|<:spiral_notepad:>| documentReference| string| 0..1|
|<:spiral_notepad:>| dynamicParameterPropertyCodes| string| 0..*|
|<:spiral_notepad:>| example| string| 0..1|
|<:ballot_box_with_check:>| isDynamic| boolean| 1..1|
|<:eight_spoked_asterisk:>| maxExclusive| decimal| 0..1|
|<:eight_spoked_asterisk:>| maxInclusive| decimal| 0..1|
|<:spiral_notepad:>| methodOfMeasurement| string| 0..1|
|<:eight_spoked_asterisk:>| minExclusive| decimal| 0..1|
|<:eight_spoked_asterisk:>| minInclusive| decimal| 0..1|
|<:spiral_notepad:>| name| string| 1..1|
|<:spiral_notepad:>| pattern| string| 0..1|
|<:spiral_notepad:>| physicalQuantity| string| 0..1|
|<:book:>| propertyValueKind| PropertyValueKind| 0..1|
|<:spiral_notepad:>| replacedObjectCodes| string| 0..*|
|<:spiral_notepad:>| replacingObjectCodes| string| 0..*|
|<:calendar:>| revisionDateUtc| dateTime| 0..1|
|<:1234:>| revisionNumber| int| 0..1|
|<:spiral_notepad:>| status| string| 1..1|
|<:spiral_notepad:>| subdivisionsOfUse| string| 0..*|
|<:spiral_notepad:>| textFormat| string| 0..1|
|<:spiral_notepad:>| uid| string| 0..1|
|<:spiral_notepad:>| unit| string| 0..*|
|<:calendar:>| versionDateUtc| dateTime| 0..1|
|<:1234:>| versionNumber| int| 0..1|
|<:link:>| visualRepresentationUri| iri| 0..1|
}
class "<:file_folder:> Classification" as Classification {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:calendar:>| activationDateUtc| dateTime| 1..1|
|<:book:>| classificationType| ClassificationType| 0..1|
|<:spiral_notepad:>| code| string| 1..1|
|<:spiral_notepad:>| countryOfOrigin| string| 0..1|
|<:spiral_notepad:>| countryOfUse| string| 0..*|
|<:spiral_notepad:>| creatorLanguageCode| string| 0..1|
|<:calendar:>| deActivationDateUtc| dateTime| 0..1|
|<:spiral_notepad:>| definition| string| 0..1|
|<:spiral_notepad:>| deprecationExplanation| string| 0..1|
|<:spiral_notepad:>| documentReference| string| 0..1|
|<:spiral_notepad:>| name| string| 1..1|
|<:spiral_notepad:>| referenceCode| string| 0..1|
|<:spiral_notepad:>| relatedIfcEntityName| string| 0..*|
|<:spiral_notepad:>| replacedObjectCode| string| 0..*|
|<:spiral_notepad:>| replacingObjectCode| string| 0..*|
|<:calendar:>| revisionDateUtc| dateTime| 0..1|
|<:1234:>| revisionNumber| int| 0..1|
|<:spiral_notepad:>| status| string| 1..1|
|<:spiral_notepad:>| subdivisionOfUse| string| 0..*|
|<:spiral_notepad:>| synonym| string| 0..*|
|<:spiral_notepad:>| uid| string| 0..1|
|<:calendar:>| versionDateUtc| dateTime| 0..1|
|<:1234:>| versionNumber| int| 0..1|
|<:link:>| visualRepresentationUri| iri| 0..1|
}
class "<:link:> PropertyRelation" as PropertyRelation {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (relationType)| string| 1..1|
}
class "<:link:> ClassificationRelation" as ClassificationRelation {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (relationType)| string| 1..1|
}
class "<:hammer_and_wrench:> ClassificationProperty" as ClassificationProperty {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:calendar:>| activationDateUtc| dateTime| 1..1|
|<:spiral_notepad:>| code| string| 1..1|
|<:spiral_notepad:>| countryOfOrigin| string| 0..1|
|<:spiral_notepad:>| countryOfUse| string| 0..*|
|<:spiral_notepad:>| creatorLanguageCode| string| 0..1|
|<:spiral_notepad:>| dataType| string| 0..1|
|<:calendar:>| deActivationDateUtc| dateTime| 0..1|
|<:spiral_notepad:>| definition| string| 0..1|
|<:spiral_notepad:>| deprecationExplanation| string| 0..1|
|<:spiral_notepad:>| description| string| 0..1|
|<:spiral_notepad:>| dimension| string| 0..1|
|<:1234:>| dimensionAmountOfSubstance| int| 0..1|
|<:1234:>| dimensionElectricCurrent| int| 0..1|
|<:1234:>| dimensionLength| int| 0..1|
|<:1234:>| dimensionLuminousIntensity| int| 0..1|
|<:1234:>| dimensionMass| int| 0..1|
|<:1234:>| dimensionThermodynamicTemperature| int| 0..1|
|<:1234:>| dimensionTime| int| 0..1|
|<:spiral_notepad:>| documentReference| string| 0..1|
|<:spiral_notepad:>| dynamicParameterPropertyCode| string| 0..*|
|<:spiral_notepad:>| example| string| 0..1|
|<:ballot_box_with_check:>| isDynamic| boolean| 1..1|
|<:ballot_box_with_check:>| isRequired| boolean| 0..1|
|<:ballot_box_with_check:>| isWritable| boolean| 0..1|
|<:eight_spoked_asterisk:>| maxExclusive| decimal| 0..1|
|<:eight_spoked_asterisk:>| maxInclusive| decimal| 0..1|
|<:spiral_notepad:>| methodOfMeasurement| string| 0..1|
|<:eight_spoked_asterisk:>| minExclusive| decimal| 0..1|
|<:eight_spoked_asterisk:>| minInclusive| decimal| 0..1|
|<:spiral_notepad:>| name| string| 1..1|
|<:spiral_notepad:>| pattern| string| 0..1|
|<:spiral_notepad:>| physicalQuantity| string| 0..1|
|<:spiral_notepad:>| predefinedValue| string| 0..1|
|<:spiral_notepad:>| propertySet| string| 0..1|
|<:book:>| propertyValueKind| PropertyValueKind| 0..1|
|<:spiral_notepad:>| replacedObjectCode| string| 0..*|
|<:spiral_notepad:>| replacingObjectCode| string| 0..*|
|<:calendar:>| revisionDateUtc| dateTime| 0..1|
|<:1234:>| revisionNumber| int| 0..1|
|<:spiral_notepad:>| status| string| 1..1|
|<:spiral_notepad:>| subdivisionOfUse| string| 0..*|
|<:spiral_notepad:>| symbol| string| 0..1|
|<:spiral_notepad:>| textFormat| string| 1..1|
|<:spiral_notepad:>| uid| string| 0..1|
|<:spiral_notepad:>| unit| string| 0..*|
|<:calendar:>| versionDateUtc| dateTime| 0..1|
|<:1234:>| versionNumber| int| 0..1|
|<:link:>| visualRepresentationUri| iri| 0..1|
}
class "<:book:> PropertyValue" as PropertyValue {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:spiral_notepad:>| bsdd:value| string| 1..1|
|<:spiral_notepad:>| code| string| 0..1|
|<:spiral_notepad:>| description| string| 0..1|
|<:1234:>| sortNumber| int| 0..1|
}
Domain "1..1" -d- "0..*" Classification : classification\n domain
Classification "2..2" -r- "0..*" ClassificationRelation : relation\n related
Classification "0..*" -d- "0..1" Classification : parentClassification\n childClassification
Classification "1..1" -d- "0..*" ClassificationProperty : classificationProperty\n classification
Property "1..1" -d- "0..*" ClassificationProperty : classificationProperty\n property
Property -d-> "0..*" PropertyValue : allowedValue
Property "2..2" -r- "0..*" PropertyRelation : relation\n related
ClassificationProperty -d-> "0..*" PropertyValue : allowedValue
@enduml
|
c7ca34912a8046315b014e24cdea9f869524c752 | 8d00f9eb632ab3068c91ddc490e58303ad9b03e9 | /doc/models/user_class_diagram.puml | 6a065e3c8cf13ac58496f472420c62e07dcd911c | [] | permissive | MillsJROSS/textplease | 8a572b9db08d220b50c3a6e8e2fa969e7444aed9 | baadc67a1e0a7a199314e73e5b27051d4b3077f9 | refs/heads/master | 2023-01-23T06:40:05.678585 | 2020-02-06T01:24:03 | 2020-02-06T01:24:03 | 191,037,347 | 0 | 0 | MIT | 2019-12-19T21:16:06 | 2019-06-09T17:46:23 | Ruby | UTF-8 | PlantUML | false | false | 3,295 | puml | @startuml
class User {
id :bigint
..
email :string
..
encrypted_password :string
..
reset_password_token :string
..
reset_password_sent_at :datetime
..
remember_created_at :datetime
..
confirmation_token :string
..
confirmed_at :datetime
..
confirmation_sent_at :datetime
..
unconfirmed_email :string
..
failed_attempts :integer
..
unlock_token :string
..
locked_at :datetime
..
created_at :datetime
..
updated_at :datetime
==
**Class Methods**
==
**Instance Methods**
Game[] games()
}
note right of User
<b>Devise Class Methods</b>
allow_unconfirmed_access_for
allow_unconfirmed_access_for=
authentication_keys
authentication_keys=
case_insensitive_keys
case_insensitive_keys=
confirm_by_token
confirm_within
confirm_within=
confirmation_keys
confirmation_keys=
devise_modules
devise_modules=
devise_modules?
email_regexp
email_regexp=
expire_all_remember_me_on_sign_out
expire_all_remember_me_on_sign_out=
extend_remember_period
extend_remember_period=
find_by_unconfirmed_email_with_errors
find_first_by_auth_conditions
find_for_authentication
find_for_database_authentication
find_or_initialize_with_error_by
find_or_initialize_with_errors
http_authenticatable
http_authenticatable=
http_authenticatable?
http_authentication_key
http_authentication_key=
last_attempt_warning
last_attempt_warning=
lock_strategy
lock_strategy=
lock_strategy_enabled?
maximum_attempts
maximum_attempts=
new_with_session
params_authenticatable
params_authenticatable=
params_authenticatable?
password_length
password_length=
pepper
pepper=
reconfirmable
reconfirmable=
remember_for
remember_for=
remember_token
rememberable_options
rememberable_options=
request_keys
request_keys=
reset_password_by_token
reset_password_keys
reset_password_keys=
reset_password_within
reset_password_within=
send_confirmation_instructions
send_email_changed_notification
send_email_changed_notification=
send_password_change_notification
send_password_change_notification=
send_reset_password_instructions
send_unlock_instructions
serialize_from_cookie
serialize_from_session
serialize_into_cookie
serialize_into_session
sign_in_after_change_password
sign_in_after_change_password=
sign_in_after_reset_password
sign_in_after_reset_password=
skip_session_storage
skip_session_storage=
stretches
stretches=
strip_whitespace_keys
strip_whitespace_keys=
timeout_in
timeout_in=
unlock_access_by_token
unlock_in
unlock_in=
unlock_keys
unlock_keys=
unlock_strategy
unlock_strategy=
unlock_strategy_enabled?
with_reset_password_token
end note
note right of User
<b>Devise Instance Methods</b>
password
password_confirmation=
devise_modules
devise_modules?
current_password
password_confirmation
end note
@enduml
|
32a2bb3bfd03f12dcc088ae2e18159dddfa53cce | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 5_ Patrones de Diseño en la Programación Modular/MultiModuleApp/service_locator/class-diagram.puml | 67d6516d8eac8a2f2548fcd14dc0387bb2d426e8 | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,308 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam packageFontSize 18
skinparam titleFontColor #5cb85c
'Title Module service_locator
namespace cu.datys.service_locator{
class ServiceProviderLookup #FEFF99{
+ {static} <T> T lookup(Class<T> serviceProviderClass, ClassLoader classLoader)
+ {static} <T> List<T> lookupAll(Class<T> serviceProviderClass, ClassLoader classLoader)
}
ServiceProviderLookup -up-> java.util.ServiceLoader: use
note right of ServiceProviderLookup
List<T> list = lookupAll(
serviceProviderClass, classLoader);
if(list != null && !list.isEmpty())
return list.get(0);
return null;
end note
note bottom of ServiceProviderLookup
List<T> list = new ArrayList<T>();
ServiceLoader<T> loader = ServiceLoader.load(serviceProviderClass, classLoader);
Iterator<T> iterator = loader.iterator();
if(iterator.hasNext())
iterator.forEachRemaining(list::add);
return list;
end note
}
namespace java.util{
class ServiceLoader<S>{
+ {static} ServiceLoader load(Class service, ClassLoader loader)
}
}
@enduml |
e0b5341475ca988e833d58e1fa0e1424b6ead12f | ec45fae67e49ab617ad79b8c48fba85261e319c1 | /Doku/Klassendiagramme/Command.puml | 9780e70bdcb49d5b91dac5cc36c38746dcc7519b | [] | no_license | nicorahm99/PIC-Simulator | 5d22af8719f7b71608db155ceeb49baebcf4c8a5 | 0e7fb5f10c9392dc3f7438007859dc0f9f670aaa | refs/heads/master | 2023-05-03T22:51:08.168289 | 2021-05-29T06:15:23 | 2021-05-29T06:15:23 | 257,316,241 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 949 | puml | @startuml
enum CommandNames {
ADDWF,
ANDWF,
CLRF,
CLRW,
COMF,
DECF,
DECFSZ,
INCF,
INCFSZ,
IORWF,
MOVF,
MOVWF,
NOP,
RLF,
RRF,
SUBWF,
SWAPF,
XORWF,
BCF,
BSF,
BTFSC,
BTFSS,
ADDLW,
ANDLW,
CALL,
CLRWDT,
GOTO,
IORLW,
MOVLW,
RETFIE,
RETLW,
RETURN,
SLEEP,
SUBLW,
XORLW,
ERROR,
}
class Command {
+ Command()
- commandName : CommandNames
+ setCommandName(value:CommandNames) : void
+ getCommandName() : CommandNames
- fileAdress : int
+ setFileAddress(value:int) : void
+ getFileAddress() : int
- destinationSelect : bool
+ setDestinationSelect(value:bool) : void
+ getDestinationSelect() : bool
- bitAddress : int
+ setBitAddress(value:int) : void
+ getBitAddress() : int
- literal : int
+ setLiteral(value:int) : void
+ getLiteral() : int
}
@enduml
|
641c95974874588e04a29e270877c38d163ce420 | 25ae67baeadd11d4be7f3cb4a6044640f340f89f | /doc/module_demo.puml | e5b4d984971596715782397bb94a369f2d01c5ad | [] | no_license | philipheimboeck/mapreduce | 567025da81385e0aa0a87ac98bf9a024bf718230 | 2cec043df3db14b682b9758aa79ebaba8fb7945e | refs/heads/master | 2020-05-29T12:22:57.355165 | 2016-08-13T13:23:03 | 2016-08-13T13:23:03 | 56,752,545 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,804 | puml | @startuml
skinparam monochrome true
'skinparam style strictuml
skinparam linetype polyline
skinparam class {
FontSize 13
attribute {
FontSize 12
}
}
package DEF-Domain {
namespace at.enfilo.def.prototype1.domain {
class Task
class LibraryFunction {
- id : String
- stdoutParameter : FormalParameter
- name : String
- pse : PSE
- path : String
- pseCallOption : String
- version : String
- versionDate : LocalDate
- description : String
- inParameters : List<FormalParameter>
- outParameters : List<FormalParameter>
- returnParameter : FormalParameter
}
class Program
class Job
class MapReduceInfo {
- int numberReducers
}
LibraryFunction <- MapReduceInfo : mapLibrary
LibraryFunction <- MapReduceInfo : reduceLibrary
LibraryFunction <- MapReduceInfo : combinerLibrary
LibraryFunction <- MapReduceInfo : partitioningLibrary
Job -> Program
Job --> MapReduceInfo : mapReduceInfo
class Task
Task -> Job
Task --> LibraryFunction : library
}
namespace at.enfilo.def.prototype1.factory {
interface ITaskFactory {
createTask() : Task
}
class TaskFactory {
+ TaskFactory(resourceManager : IResourceManager)
}
ITaskFactory <|- TaskFactory
ITaskFactory .> at.enfilo.def.prototype1.domain.Task : creates
}
}
newpage
skinparam monochrome true
'skinparam style strictuml
skinparam linetype polyline
skinparam class {
FontSize 13
attribute {
FontSize 12
}
}
class ExecutorService {
+invokeAll(callables : Collection<ICallable>)
}
interface ICallable {
+call()
}
package DEF-WorkerModule {
namespace at.enfilo.def.prototype1.workermodule {
class DispatcherClient {
+runTask(task : TaskDTO) : TaskResult
}
}
}
package DEF-MapReduce {
namespace at.phe.def.mapreduce {
class MapTaskCallable<TaskResult>
class TaskCallable<TaskResult>
class MapTaskDTO {
-id : String
-appTask : TaskDTO
-mapTask : TaskDTO
-combinerTask : TaskDTO
-partitionTask : TaskDTO
-numberPartitions : int
}
class PartitionHelper {
+{static} getPartitionReferences() : List<String>
}
.ICallable <|-- MapTaskCallable
.ICallable <|-- TaskCallable
at.enfilo.def.prototype1.workermodule.DispatcherClient <-- MapTaskCallable : dispatcher
MapTaskDTO <- MapTaskCallable : task
at.enfilo.def.prototype1.workermodule.DispatcherClient <-- TaskCallable : dispatcher
at.enfilo.def.prototype1.domain.Task <- TaskCallable : task
}
}
package DEF-Dispatcher {
namespace at.enfilo.def.prototype1.dispatcher {
interface IJobDispatcher {
+submitJob() : JobState
+terminateJob() : void
+restartJob() : Job
+attachTask() : void
}
class ThreadJobDispatcher {
- runNormalTasks() : JobState
- runMapReduceTasks() : JobState
- createMapTaskDTO() : MapTaskDTO
- createReduceTask() : Task
}
IJobDispatcher <|-- ThreadJobDispatcher
ThreadJobDispatcher -> at.enfilo.def.prototype1.factory.ITaskFactory
.ExecutorService <- ThreadJobDispatcher : executorService
ThreadJobDispatcher ..> at.phe.def.mapreduce.MapTaskDTO : creates
ThreadJobDispatcher ..> at.phe.def.mapreduce.TaskCallable : creates
ThreadJobDispatcher ..> at.phe.def.mapreduce.MapTaskCallable : creates
ThreadJobDispatcher -> at.phe.def.mapreduce.PartitionHelper : partitionHelper
class JPPFAdapter
IJobDispatcher <|-- JPPFAdapter
class JobDispatcherFactory {
+{static} createJobDispatcher() : IJobDispatcher
}
JobDispatcherFactory ..> ThreadJobDispatcher : creates
JobDispatcherFactory ..> JPPFAdapter : creates
}
}
package DEF-Demo {
namespace at.phe.def.mapreduce.demo {
class MapReduceMain {
+main()
}
MapReduceMain -> at.enfilo.def.prototype1.dispatcher.IJobDispatcher : dispatcher
MapReduceMain -> at.enfilo.def.prototype1.domain.LibraryFunction : applicationTask
MapReduceMain -> at.enfilo.def.prototype1.domain.LibraryFunction : mapTask
MapReduceMain -> at.enfilo.def.prototype1.domain.LibraryFunction : reduceTask
MapReduceMain -> at.enfilo.def.prototype1.domain.LibraryFunction : partitioningTask
}
}
@enduml |
9f0123f356f6a226be456307b6a65e548620f6bb | fd2f472634c68934b6de8f38ea141294a1476c64 | /lib/src/main/java/com/example/lib/装饰模式_标准.puml | a2282ddd0bcf75c0e70e14e250db81f9f11fbe0e | [] | no_license | guangdeshishe/DesignPattern | d45bae8428c9c41fcbc95c05da41f0d8fae824c6 | 9a1c7504131ca6a866d3bb5f16e6b42a3ce7889a | refs/heads/master | 2020-06-25T02:53:15.755175 | 2019-09-29T09:09:41 | 2019-09-29T09:09:41 | 199,177,202 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 432 | puml | @startuml
interface Component{
+operation()
}
class ConcurrentComponent{
+operation()
}
abstract class Decorator {
- mRealComponent : Component
+Decorator()
+doDomeThing()
}
class ConcurrentDecoratorA{
+doDomeThing()
}
class ConcurrentDecoratorB{
+doDomeThing()
}
Component <|.. ConcurrentComponent
Decorator <|-- ConcurrentDecoratorA
Decorator <|-- ConcurrentDecoratorB
Component <-- Decorator
@enduml |
c7374a34fc3255e4eabc79802ddd68155c5fac8c | 85592c2f8d87903b27b3b6a1dd1f733231f6585c | /guava-tests/test/com/nanyin/test/design/factory/simpleFactory/simpleFactory.puml | 34c32261d41f4f65f7803371da8513d474aac9fc | [
"Apache-2.0"
] | permissive | NanYinIU/guava-with-comments | 52aa7248f4eb7f8d7bb8173b0d432de5a327490f | 04f402389aadc903ff4c595049dfb01575d3bd71 | refs/heads/master | 2021-06-27T20:31:52.847594 | 2019-06-28T03:04:02 | 2019-06-28T03:04:02 | 140,093,917 | 0 | 0 | Apache-2.0 | 2020-10-13T09:33:12 | 2018-07-07T15:05:44 | Java | UTF-8 | PlantUML | false | false | 422 | puml | @startuml
interface Shoes <<interface>>{
getColor() : void
}
class redShoes <<class>>{
getColor : void
}
class WhiteShoes <<class>>{
getColor : void
}
class OtherShoes <<class>>{
getColor : void
}
class ShoesFactory <<class>>{
getShoes : Shoes
}
Shoes <|.. redShoes
Shoes <|.. WhiteShoes
Shoes <|.. OtherShoes
redShoes <.. ShoesFactory
WhiteShoes <.. ShoesFactory
OtherShoes <.. ShoesFactory
@enduml
|
ca3bbfc3cb0b6478340d8283282a3d56fdbe99dc | 62bcebea5b44a2a31b1a64673d662af7e4504c0b | /uml/metrics-api.puml | e40ad97ac732b58ca49ae75106c6075d063d4b82 | [
"Apache-2.0",
"CC0-1.0"
] | permissive | alibaba/metrics | 247bfbe892f26a5d8770a84b66a634deb946a731 | aeed56ee4bc1ddb1682d2d8df0847dca112176d7 | refs/heads/master | 2023-04-30T08:50:39.500703 | 2021-12-15T07:24:00 | 2021-12-15T07:24:00 | 167,330,257 | 469 | 135 | Apache-2.0 | 2023-03-13T06:37:30 | 2019-01-24T08:20:52 | Java | UTF-8 | PlantUML | false | false | 1,455 | puml | @startuml
interface Metric
interface Counting {
+ long getCount()
}
interface Sampling {
+ Snapshot getSnapshot()
}
interface Metered {
+ long getCount()
+ double getFifteenMinuteRate()
+ double getFiveMinuteRate()
+ double getOneMinuteRate()
+ double getMeanRate()
}
interface Timer {
+ Context time()
+ void update()
}
interface Histogram {
+ void update()
}
interface Meter {
+ void mark()
}
interface Counter {
+ void inc()
+ void dec()
}
interface Gauge {
+ T getValue()
}
abstract class MetricRegistry {
+ Counter getCounter()
+ Histogram getHistogram()
+ Meter getMeter()
+ Timer getTimer()
}
Counting -[hidden]> Metric
Sampling -[hidden]> Metric
'interface Metered -up-|> Metric
'interface Metered -up-|> Counting
'interface Gauge -up--|> Metric
'interface Counter -up--|> Metric
'interface Counter -up-|> Counting
'interface Histogram -up--|> Metric
'interface Histogram -up-|> Counting
'interface Histogram -up-|> Sampling
'interface Meter -up-|> Metered
'interface Timer -up-|> Metered
'interface Timer -up-|> Sampling
'interface MetricSet -left-|> Metric
'interface DynamicMetricSet -up-|> Metric
MetricRegistry -up-|> MetricSet
'Metered <|-up- interface Compass
'Gauge <|.up. abstract class RatioGauge
'Gauge <|.. abstract class CachedGauge
MetricRegistry ..> Histogram
MetricRegistry ..> Timer
MetricRegistry ..> Counter
MetricRegistry ..> Gauge
MetricRegistry ..> Meter
'
'interface DynamicMetricSet ---|> Metric
@enduml |
acf53734b3d46cddc5c13fc63030942ab5b4e793 | a9f5d6adab56c3085c88fbbf2806f7d8550d3ac4 | /Ver5_Building/Ver5_Building.plantuml | e1af18d5a332a57a79eba102f1370354f0c11a7d | [] | no_license | DoanHau2k/JavaFx_ClusterSort_2020 | 066c4f40632868804ebfa7537ba142d2a4e0d5c3 | 4c44b681ca95bbce2055a81b009d75d7853e9658 | refs/heads/main | 2023-06-21T00:14:58.349132 | 2021-07-30T05:17:56 | 2021-07-30T05:17:56 | 390,939,524 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,347 | plantuml | @startuml
title __VER5's Class Diagram__\n
namespace MainCode {
namespace ClusteringAlgorithm {
abstract class MainCode.ClusteringAlgorithm.AbstractClustering {
}
}
}
namespace MainCode {
namespace ClusteringAlgorithm {
abstract class MainCode.ClusteringAlgorithm.KMAndMSGeneral {
}
}
}
namespace MainCode {
namespace ClusteringAlgorithm {
class MainCode.ClusteringAlgorithm.KMeans {
}
}
}
namespace MainCode {
namespace ClusteringAlgorithm {
class MainCode.ClusteringAlgorithm.KNearestNeighbor {
}
}
}
namespace MainCode {
namespace ClusteringAlgorithm {
class MainCode.ClusteringAlgorithm.MeanShift {
}
}
}
namespace MainCode {
class MainCode.Controller {
}
}
namespace MainCode {
class MainCode.HelpfullFunction {
}
}
namespace MainCode {
namespace InSetData {
namespace GenerateNode {
abstract class MainCode.InSetData.GenerateNode.AbstractGenerateNodes {
}
}
}
}
namespace MainCode {
namespace InSetData {
namespace GenerateNode {
class MainCode.InSetData.GenerateNode.GenerateCentroids {
}
}
}
}
namespace MainCode {
namespace InSetData {
namespace GenerateNode {
class MainCode.InSetData.GenerateNode.KMeansGenerateNodes {
}
}
}
}
namespace MainCode {
namespace InSetData {
namespace GenerateNode {
class MainCode.InSetData.GenerateNode.KNearestNeighborGenerateNodes {
}
}
}
}
namespace MainCode {
namespace InSetData {
namespace GenerateNode {
class MainCode.InSetData.GenerateNode.MeanShiftGenerateNode {
}
}
}
}
namespace MainCode {
namespace InSetData {
class MainCode.InSetData.Node {
}
}
}
namespace MainCode {
class MainCode.Launcher {
}
}
namespace MainCode {
class MainCode.Main {
}
}
MainCode.ClusteringAlgorithm.KMAndMSGeneral -up-|> MainCode.ClusteringAlgorithm.AbstractClustering
MainCode.ClusteringAlgorithm.KMeans -up-|> MainCode.ClusteringAlgorithm.KMAndMSGeneral
MainCode.ClusteringAlgorithm.KNearestNeighbor -up-|> MainCode.ClusteringAlgorithm.AbstractClustering
MainCode.ClusteringAlgorithm.KNearestNeighbor o-- MainCode.InSetData.Node : centroids
MainCode.ClusteringAlgorithm.MeanShift -up-|> MainCode.ClusteringAlgorithm.KMAndMSGeneral
MainCode.Controller .up.|> javafx.fxml.Initializable
MainCode.Controller o-- MainCode.ClusteringAlgorithm.AbstractClustering : abstractClustering
MainCode.InSetData.GenerateNode.KMeansGenerateNodes -up-|> MainCode.InSetData.GenerateNode.AbstractGenerateNodes
MainCode.InSetData.GenerateNode.KNearestNeighborGenerateNodes -up-|> MainCode.InSetData.GenerateNode.AbstractGenerateNodes
MainCode.InSetData.GenerateNode.MeanShiftGenerateNode -up-|> MainCode.InSetData.GenerateNode.AbstractGenerateNodes
MainCode.InSetData.Node -up-|> javafx.scene.shape.Circle
MainCode.Main -up-|> javafx.application.Application
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
|
3c0b2bc526c39d8e17881039d18b42885e09d6cd | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.WebStore/Sales/WebStoreOrderResponse.puml | 09fba6619687d06a7736b791c01886b020dea7a4 | [
"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 | 138 | puml | @startuml
class WebStoreOrderResponse {
}
ResponseBase <|-- WebStoreOrderResponse
WebStoreOrderResponse --> "Order" WebStoreOrder
@enduml
|
4f1271b59e68f495095c9024941b949bcee8e942 | 942438f1316c8c5bcb8f4d705290fec63a7f1446 | /src/main/java/tech/eportfolio/server/common/validator/validator.plantuml | c3c8a8593c1c5c2b80205e8c012b99f85584fddb | [] | no_license | eportfolio-tech/server | 30ab0be7c66902552673de2d9401a71c9d88f787 | 058cf845b2a1b56487e61908266bae8a7c0203d6 | refs/heads/dev | 2023-01-20T07:06:12.074820 | 2020-12-02T15:31:42 | 2020-12-02T15:31:42 | 284,626,361 | 0 | 0 | null | 2020-11-02T08:41:44 | 2020-08-03T06:55:12 | Java | UTF-8 | PlantUML | false | false | 863 | plantuml | @startuml
title __VALIDATOR's Class Diagram__\n
namespace tech.eportfolio.server {
namespace common.validator {
class tech.eportfolio.server.common.validator.EmailConstraintValidator {
+ isValid()
}
}
}
namespace tech.eportfolio.server {
namespace common.validator {
class tech.eportfolio.server.common.validator.PasswordConstraintValidator {
+ isValid()
}
}
}
tech.eportfolio.server.common.validator.EmailConstraintValidator .up.|> javax.validation.ConstraintValidator
tech.eportfolio.server.common.validator.PasswordConstraintValidator .up.|> javax.validation.ConstraintValidator
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
110a65f77df3c42e8a9b8879e41c792eaeca5cce | a65fe81fdb57e5d389a290fc70f724a593f1cd85 | /05.SimpleFactory/diagrams/簡單工廠模式(早餐,三明治介面).puml | e88061351c6576875656a8cafc0191c6834b7e74 | [
"MIT"
] | permissive | leoshiang/DesignPatterns | 56a74d317893e96d19e62d789f0379096ae4fe8b | aefa956b0d8caac1e4f80f75e87a5b44b954e8cb | refs/heads/master | 2020-04-01T10:12:37.390007 | 2018-10-15T12:21:22 | 2018-10-15T12:21:22 | 113,122,364 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 472 | puml | @startuml
scale 800*800
skinparam defaultFontName "Noto Sans CJK TC Regular"
interface 三明治 {
+ 烤麵包()
+ 抹醬料()
+ 煎蛋()
+ 加料()
+ 包裝()
}
class 火腿蛋三明治 {
+ 烤麵包()
+ 抹醬料()
+ 煎蛋()
+ 加料()
+ 包裝()
}
class 鮪魚蛋三明治 {
+ 烤麵包()
+ 抹醬料()
+ 煎蛋()
+ 加料()
+ 包裝()
}
三明治 <|.. 火腿蛋三明治
三明治 <|.. 鮪魚蛋三明治
@enduml |
ee9f22712daa3aa1a4599ad4a9ef83d6dcb3f286 | 71bf91308d31289e4f85001a074b2f9fd28857df | /NaturalAPI_Design/src/main/java/fourcats/usecaseinteractor/UseCaseInteractor.plantuml | a886a3a6dc65eb04170cab47d47df56586da03bc | [
"MIT"
] | permissive | fourcatsteam/NaturalAPI | 180563686a91b494b8f7084f13e44b95e02a6aa2 | eb612e47de99893f307f6549feaa889becda2b8a | refs/heads/master | 2022-12-23T04:34:00.959782 | 2020-05-18T13:37:13 | 2020-05-18T13:37:13 | 250,514,043 | 0 | 1 | MIT | 2022-12-16T05:16:55 | 2020-03-27T11:14:03 | HTML | UTF-8 | PlantUML | false | false | 5,205 | plantuml | @startuml
title __USECASEINTERACTOR's Class Diagram__\n
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.AddBalSuggestion {
+ AddBalSuggestion()
+ addSuggestion()
+ addSuggestionByIdType()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.CreateCustomType {
+ CreateCustomType()
+ createType()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.DeclineBalSuggestion {
+ DeclineBalSuggestion()
+ declineSuggestion()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.GenerateBal {
+ GenerateBal()
+ generateBAL()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.GenerateBalSuggestions {
{static} - AS_A : String
+ GenerateBalSuggestions()
+ generateSuggestions()
# extractActorName()
# extractScenarioContent()
# extractScenarioName()
# extractScenarioSteps()
# generateAction()
# generateObject()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.LoadBdl {
+ LoadBdl()
+ loadingBdl()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.ModifyBalSuggestion {
+ ModifyBalSuggestion()
+ addObject()
+ modifyActionName()
+ modifyActionType()
+ modifyActionTypeById()
+ modifyObjectName()
+ modifyObjectType()
+ modifyObjectTypeById()
+ removeObject()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.RemoveBdl {
+ RemoveBdl()
+ removeLoadedBdl()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.ShowTypes {
+ ShowTypes()
+ showTypes()
}
}
}
fourcats.usecaseinteractor.AddBalSuggestion .up.|> fourcats.port.AddBalSuggestionInputPort
fourcats.usecaseinteractor.AddBalSuggestion o-- fourcats.port.AddBalSuggestionOutputPort : out
fourcats.usecaseinteractor.AddBalSuggestion o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.CreateCustomType .up.|> fourcats.port.CreateCustomTypeInputPort
fourcats.usecaseinteractor.CreateCustomType o-- fourcats.port.CreateCustomTypeOutputPort : out
fourcats.usecaseinteractor.CreateCustomType o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.DeclineBalSuggestion .up.|> fourcats.port.DeclineBalSuggestionInputPort
fourcats.usecaseinteractor.DeclineBalSuggestion o-- fourcats.port.DeclineBalSuggestionOutputPort : out
fourcats.usecaseinteractor.DeclineBalSuggestion o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.GenerateBal .up.|> fourcats.port.GenerateBalInputPort
fourcats.usecaseinteractor.GenerateBal o-- fourcats.interfaceaccess.BalAnalyzer : balAnalyzer
fourcats.usecaseinteractor.GenerateBal o-- fourcats.port.GenerateBalOutputPort : out
fourcats.usecaseinteractor.GenerateBal o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.GenerateBalSuggestions .up.|> fourcats.port.GenerateBalSuggestionsInputPort
fourcats.usecaseinteractor.GenerateBalSuggestions o-- fourcats.port.GenerateBalSuggestionsOutputPort : out
fourcats.usecaseinteractor.GenerateBalSuggestions o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.GenerateBalSuggestions o-- fourcats.interfaceaccess.TextAnalyzer : textAnalyzer
fourcats.usecaseinteractor.LoadBdl .up.|> fourcats.port.LoadBdlInputPort
fourcats.usecaseinteractor.LoadBdl o-- fourcats.port.LoadBdlOutputPort : out
fourcats.usecaseinteractor.LoadBdl o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.ModifyBalSuggestion .up.|> fourcats.port.ModifyBalSuggestionInputPort
fourcats.usecaseinteractor.ModifyBalSuggestion o-- fourcats.port.ModifyBalSuggestionOutputPort : out
fourcats.usecaseinteractor.ModifyBalSuggestion o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.RemoveBdl .up.|> fourcats.port.RemoveBdlInputPort
fourcats.usecaseinteractor.RemoveBdl o-- fourcats.port.RemoveBdlOutputPort : out
fourcats.usecaseinteractor.RemoveBdl o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.ShowTypes .up.|> fourcats.port.ShowTypesInputPort
fourcats.usecaseinteractor.ShowTypes o-- fourcats.port.ShowTypesOutputPort : out
fourcats.usecaseinteractor.ShowTypes o-- fourcats.interfaceaccess.RepositoryAccess : repo
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
|
8bc2f8d38255135fd35d30dfe16bd05dd6da4301 | 6ff813388cbd3e18e188c0ad20d997972f2b4fcb | /project-resources/diagram/class_diagram.puml | e5737c1ea62ba40508634ed043bd2f8c0782176d | [] | no_license | Ikuzen-software/tournament-mp2 | cda7748e06facf12f92b28f43a1a460ac009fce2 | 00050beb0896efbc995bfa714dc182deec50ca4e | refs/heads/master | 2023-08-03T10:33:13.112253 | 2021-03-13T17:59:56 | 2021-03-13T17:59:56 | 289,947,419 | 1 | 0 | null | 2020-09-03T23:05:51 | 2020-08-24T14:14:58 | TypeScript | UTF-8 | PlantUML | false | false | 1,328 | puml | @startuml
interface Participants{
User[] participants
}
interface Organizer{
User organizer
}
interface Bracket{
Match[]
}
class Match{
+String match_id
--
+String player1_id
+String player2_id
--
+String identifier
+Match_State match_state
+String score
+String winner_id
+String loser_id
}
enum Match_State{
READY
NOT_READY
ONGOING
COMPLETE
}
enum User_Role{
ADMIN
USER
GUEST
}
class Login{
String username
String password
}
enum Tournament_Status{
NOT_STARTED
ONGOING
COMPLETE
ABORTED
}
class User {
+ String user_id
--
+ String username
+ String email
+ Date birthdate
+ Date register_date
+ String role
-- encrypted --
+ String password
}
class Player{
string player_id
}
class Tournament{
+ String tournament_id
--
+ String name
+ Int size
+ Date createdAt
+ Date startDate
+ String description
+ String game
+ String format
+ Date startDate
+ Tournament_Status status
--
+ User[] participants
+ User organizer
+ Bracket bracket
}
User_Role <|-- User
Tournament_Status <|-- Tournament
Participants <|-- Tournament
User <|-- Participants
User <|-- Organizer
User <|-- Login
User <|-- Player
Player <|-- Match
Organizer <|-- Tournament
Bracket <|-- Tournament
Match <|-- Bracket
Match <|-- Match_State
@enduml
|
3186d19748eb20e034db2d9861414d528577561a | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Runtime/Utils/LogHistogram.puml | a45d4fff32a3644b5aa34bad4bfbd5f7d685ddbe | [] | 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 | 345 | puml | @startuml
class LogHistogram <<sealed>> {
+ <<const>> rangeMin : int
+ <<const>> rangeMax : int = 9
<<const>> k_Bins : int = 128
+ Generate(context:PostProcessRenderContext) : void
+ GetHistogramScaleOffsetRes(context:PostProcessRenderContext) : Vector4
+ Release() : void
}
LogHistogram --> "data" ComputeBuffer
@enduml
|
2ee8dac38640455ec1298879c6d15b51845817ff | aefdc6e26db90fe88c57b7eecde5596afc49d4cb | /src/it/example-java-x/src/test/resources/service-diagram.plantuml | bae8e7263e4b57f22ba7059c16da0a0affdf8e1e | [
"Apache-2.0"
] | permissive | jboz/plantuml-builder | 724bf75b2d5794b53603f8a9f60b01ae8b79116c | 266d960a5d4a7c8e18048ddd7360df221428a0c4 | refs/heads/main | 2023-08-06T15:42:33.576311 | 2023-07-21T23:24:51 | 2023-07-21T23:24:51 | 89,647,955 | 41 | 13 | Apache-2.0 | 2023-07-21T23:22:32 | 2017-04-27T23:14:47 | Java | UTF-8 | PlantUML | false | false | 197 | plantuml | @startuml
header
Service diagram
endheader
interface "AccessDataService" {
whoDrive(Car, Instant) : Driver
}
"AccessDataService" --> "Car" : use
"AccessDataService" --> "Driver" : use
@enduml |
933f89441d3d8d47195c43dce93c7a5fec5565a6 | e4f51edad591af7215d5beaed57edc9f0d0ae8b1 | /src/main/java/ex46/ex46.puml | aa11042bda73d82779615ac941b5694f428047c6 | [] | no_license | goodwinalexjr/goodwin-cop3330-assignment3 | 4e111a3b3f9a21d75de776ae153a96b4aeb9cda4 | 24bfe4be1465630aa4296c878e314084b062bf1e | refs/heads/master | 2023-05-29T23:57:12.244285 | 2021-06-21T01:00:45 | 2021-06-21T01:00:45 | 378,720,447 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 453 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class App
abstract class Input
abstract class wordsInFile
abstract class wordCount
abstract class output
Input <|-- App
App <|-- Input
wordsInFile <|-- App
App <|-- wordsInFile
wordCount <|-- App
App <|-- wordCount
output <|-- App
class App {
main()
}
class Input {
String Input
}
class wordsInFile{
List<String> words
}
class wordCount{
int[] word
}
class output{
void output
}
@enduml |
9b8eb38dfd3f519d8a4281e4401e67a41f9e1db1 | e84cdf400a0c388fb619ee59d2e9b7088c68a42e | /Lab submits/60030031/car/car.puml | 25f97a14d957542288efd06292f3cfeee5cf4f19 | [] | no_license | 03376808-OOAD/OOAD-WEEK09 | d26687e13b991490dd87ed39c672401b613de35d | 5d1067a52587f950b5abf6e89de8a951f752266d | refs/heads/master | 2022-09-08T11:20:50.411169 | 2020-06-01T09:05:32 | 2020-06-01T09:05:32 | 69,578,305 | 0 | 10 | null | 2020-06-01T09:05:33 | 2016-09-29T14:57:50 | null | UTF-8 | PlantUML | false | false | 695 | puml | @startuml
skinparam ClassAttributeIconSize 0
class Car{
+color
+Brand
-Engine
move()
}
class Engine{
-Piston
-Spark Plug
}
class Stereo{
-speaker
Adjust the volume()
play()
}
class Pistons{
-Metal type
-weight
}
class SparkPlugs{
-type
-insulator
Sparks()
}
class Radio{
play the radio()
}
class Cassette{
play playlist()
}
class Tuner{
Adjust the volume()
}
class Door{
+color
lock()
open()
close()
open glass()
}
class Handle{
+color
}
Car o-- Engine
Car o-- Stereo
Car o-- Door
Engine o-- Pistons
Engine o-- SparkPlugs
Stereo o-- Radio
Stereo o-- Cassette
Radio o-- Tuner
Door o-- Handle
@enduml |
3f22c2d34935335c696af6d0ab5d7820c7ae5e59 | 0b2980d77fe9c1f050178d10c60db7029f05e27e | /src/calendrier/calendrier.plantuml | 598719f97a7898b8dc74eaa3d0290f3ef89c4120 | [] | no_license | vitaliakhokhlova/POE_Java | b88568da7aee976935870eeba5a22c3e4fa17b12 | 7a1ce69a81c34a375890c565413a66e8a5df650f | refs/heads/master | 2020-03-21T13:15:24.153321 | 2018-08-31T15:04:57 | 2018-08-31T15:04:57 | 138,595,700 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 996 | plantuml | @startuml
title __CALENDRIER's Class Diagram__\n
package com.formation.start {
package com.formation.start.calendrier {
class Main {
{static} - rememberLastDay : int
{static} + main()
}
}
}
package com.formation.start {
package com.formation.start.calendrier {
enum Mois {
JANVIER
FEVRIER
MARS
AVRIL
MAIS
JUIN
JUILLET
AOUT
SEPTEMBRE
OCTOBRE
NOVEMBRE
DECEMBRE
nJours
}
}
}
package com.formation.start {
package com.formation.start.calendrier {
enum Semaine {
LUNDI
MARDI
MERCREDI
JEUDI
VENDREDI
SAMEDI
DIMANCHE
numero
}
}
}
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
|
aa45fe5967b4c4acbd3204fa5a0a56cb71ca911e | 84d02a059c68ed4fad1e27288334e1ccbd2b899a | /prjMovimentacao/prjMovimentacao.plantuml | c2e218f20f23865c7afb66ddacffc3bfbda0bf76 | [] | no_license | maromo71/2emdes | 27bda02e140147c47292b3ef6e3862f9c08d11f6 | a886f44cff95d98d6661dce7b64bf03964102ea0 | refs/heads/master | 2020-12-31T10:14:27.164453 | 2020-11-06T10:44:58 | 2020-11-06T10:44:58 | 238,995,222 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 680 | plantuml | @startuml
title __PRJMOVIMENTACAO's Class Diagram__\n
namespace net.maromo.prjmovimentacao {
class net.maromo.prjmovimentacao.Farmaceutica {
}
}
namespace net.maromo.prjmovimentacao {
class net.maromo.prjmovimentacao.GerenciarFarmaceutica {
}
}
namespace net.maromo.prjmovimentacao {
class net.maromo.prjmovimentacao.Medicamento {
}
}
net.maromo.prjmovimentacao.Medicamento o-- net.maromo.prjmovimentacao.Farmaceutica : detentor
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
|
6ceaeaf0e8cf0fdecf8be36f43a32736b4e1a719 | 75ddc1a3f98ce6b2fc2b01082d45e568ad10dc55 | /documentation/manual/src/doc/guides/json-entities.plantuml | c61e88296a7102aa45f614555489b1537b295925 | [
"MIT"
] | permissive | sullis/endpoints | 2d760015eff3d691ebf94aff486259f6e88b71ab | a67e8266aff08f7ed70a9da739645f39b5843f63 | refs/heads/master | 2020-09-16T15:33:51.595241 | 2019-11-23T15:06:24 | 2019-11-23T15:06:24 | 223,815,442 | 0 | 0 | MIT | 2019-11-24T21:50:35 | 2019-11-24T21:50:34 | null | UTF-8 | PlantUML | false | false | 538 | plantuml | @startuml
interface Endpoints
interface JsonEntities {
type JsonRequest[A]
type JsonResponse[A]
}
interface JsonSchemas {
type JsonSchema[A]
}
interface JsonEntitiesFromCodec {
type JsonCodec[A]
type JsonRequest[A] = JsonCodec[A]
type JsonResponse[A] = JsonCodec[A]
}
interface JsonSchemaEntities {
type JsonRequest[A] = JsonSchema[A]
type JsonResponse[A] = JsonSchema[A]
}
Endpoints <|-- JsonEntities
JsonEntities <|-- JsonSchemaEntities
JsonSchemas <|-- JsonSchemaEntities
JsonEntities <|-- JsonEntitiesFromCodec
@enduml |
0b44fafef23d368abe23e50e1eebde50a2878560 | 2e01b1076e3cda8e07eb01ae84463a530a5ae356 | /docs/uml/main/FunctionalDataSourceClassDiagram.puml | 5504656ecdc8562b8e703ecf66a5168c74740023 | [
"BSD-3-Clause"
] | permissive | ie3-institute/PowerSystemDataModel | 56ac48c91713c38efd532fe0abf40b1962358605 | a8f4f9900761b89e9e213e68c14c1e459348de01 | refs/heads/dev | 2023-08-31T03:34:03.218682 | 2023-08-30T12:02:23 | 2023-08-30T12:02:23 | 235,830,706 | 20 | 13 | BSD-3-Clause | 2023-09-14T04:14:47 | 2020-01-23T16:00:59 | Java | UTF-8 | PlantUML | false | false | 652 | puml | @startuml
note "Assuming all classes to implement \nthe abstract methods of their interfaces\n\n" as generalNotes
interface DataSource {
{abstract} Stream<Map<String, String>> getSourceData(Class<? extends UniqueEntity> entityClass)
}
DataSource <|-- CsvDataSource
DataSource <|-- SqlDataSource
' Implementations
class CsvDataSource {
- String csvSep
# CsvFileConnector connector
+ CsvDataSource(String, String, FileNamingStrategy)
}
class SqlDataSource {
- String schemaName
# SqlConnector connector
# DatabaseNamingStrategy databaseNamingStrategy
+ SqlDataSource(String, String, DatabaseNamingStrategy)
}
@enduml |
8cb7eb31cfa6fd4ff6caf98e537d48c33d465256 | fdae2dce5b6e304fa22a97c37fd898a37dadb643 | /out/production/JavaLab/LabOne/Account/uml.puml | 929e3782ab06a5b6a5c125dbaf22aad2d52c9d2e | [] | no_license | HkingAuditore/JavaLab | 2cfc3c273ff76996de7983458421256653147bc2 | 58b335d1e11ead9d935c96c440d0d4b7fa18d7bb | refs/heads/main | 2023-05-30T22:35:31.186538 | 2021-06-02T09:14:52 | 2021-06-02T09:14:52 | 365,935,053 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 700 | puml | @startuml
class LabOne.Account.Account {
- int _id
- double _balance
- {static} double annualInterestRate
+ int getId()
+ void setId(int)
+ double getBalance()
+ void setBalance(double)
+ {static} double getAnnualInterestRate()
+ {static} void setAnnualInterestRate(double)
+ double getMonthlyInterest()
+ void withdraw(double)
+ void deposit(double)
}
class LabOne.Account.AccountException {
- AccountExceptionType exceptionType
+ AccountExceptionType getExceptionType()
}
enum LabOne.Account.AccountExceptionType
LabOne.Account.Account .> LabOne.Account.AccountException
LabOne.Account.AccountException -> LabOne.Account.AccountExceptionType
Exception <|-u- LabOne.Account.AccountException
@enduml |
09a55ca5e555f92ef3b5edc48297fb26f7b20d12 | 33516fb1efb4f41951237851fa137e51e48f4de9 | /com/todolist/abstractclasses/abstractclasses.plantuml | 894352be5afbf2d897250c866f2d995db4d1fc4c | [] | no_license | harshiKTH/ToDoListProject | e63821e3c69369356f8f465955ffaea14c74a71f | 2651dbcdaf67a92dead28678299017f4fe1bcd16 | refs/heads/master | 2020-04-25T15:20:50.108654 | 2019-03-15T16:28:53 | 2019-03-15T16:28:53 | 172,394,777 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 830 | plantuml | @startuml
title __ABSTRACTCLASSES's Class Diagram__\n
package com.todolist.abstractclasses {
abstract class ListItemsStorage {
{abstract} + storeList()
{abstract} + loadList()
}
}
package com.todolist.abstractclasses {
abstract class UserInterface {
- scanner : Scanner
+ UserInterface()
+ getUserInput()
{abstract} + clearScreen()
{abstract} + updateScreen()
{abstract} + userMenu()
{abstract} + printList()
+ notificationMessage()
{abstract} # sortTaskByProject()
}
}
ListItemsStorage -up-|> Serializable
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
|
043a1365368237a2ac5796cd195b60d63a66eccb | 4d643dcfa275852670031cf5749921cfd235221c | /patterns/b_Observer.puml | 498b8e9e62fc3caa1d4f3f9f0ab2e929e246b4c3 | [] | no_license | ezhov-da/notes | a2552cb0a53ffccf6e426986a06af09d280d2566 | 51e77e442c3db8900eadc3b35c701b26b170911d | refs/heads/master | 2023-05-12T20:58:00.276582 | 2021-05-28T05:37:01 | 2021-05-28T05:37:01 | 275,666,019 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 868 | puml | @startuml
title Наблюдатель (Observer)
note as INFO
<b>Тип:</b> <u>Поведенческий</u>
<b>Что это:</b>
Определяет зависимость “один ко
многим” между объектами так, что когда
один объект меняет своё состояние, все
зависимые объекты оповещаются и об-
новляются автоматически.
endnote
interface Subject {
+attach(in o : Observer)
+detach(in o : Observer)
+notify()
}
interface Observer {
+update()
}
class ConcreteSubject {
-subjectState
}
class ConcreteObserver{
-observerState
+update()
}
Subject --> Observer: оповещает
ConcreteObserver --> ConcreteSubject: наблюдает
ConcreteSubject ..|> Subject
ConcreteObserver ..|> Observer
@enduml |
090ffcc49fd5564ac647fe21d951927407fa3099 | 968d90f0bdb30c52b4fb4244f2a49db7d02a245c | /src/main/java/ex45_d/ex45.puml | cb75ed05138e0cd92f476e8240174c2297377cfe | [] | no_license | lacostamejia/LuisAcosta-cop3330-assignment3 | 7615763567b7261a94da27f757f0b77530ac276f | ca68e13444bee2c7c128a69bb3a434f6af4e50f7 | refs/heads/main | 2023-06-06T12:39:07.537617 | 2021-06-21T01:02:33 | 2021-06-21T01:02:33 | 377,705,861 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 185 | puml | @startuml
class ex45{
+function: new Read_Write
+name_file : string
+find : string
+main()
}
class Read_Write{
+Reading(String find, String name_file)
}
ex45 --> Read_Write
@enduml |
72a0168479f0145b08a5be1252c0749627860f5b | 4f029f90b241f8b1e4a0179d27c92be6b87c761c | /lib_design_pattern/src/main/java/com/mxdl/desigin/pattern/behavior/a01_templatemethod/uml/template_method.puml | f1a34655b5d012e45f77e3be24ce265e485a1323 | [] | no_license | mxdldev/java-design-pattern | 806cdb2f4ec87d121c10db4952ed67476772ff29 | f42813ccdb2a1cfdcc790935e41747098467e7e5 | refs/heads/master | 2020-11-26T22:15:35.016854 | 2020-01-08T07:10:34 | 2020-01-08T07:10:34 | 229,215,001 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 390 | puml | @startuml
skinparam classAttributeIconSize 0
package "TemplateMethod Pattern"{
interface IAnimal {
+eat():void
}
note top:只定义一个算法的执行骨架,\n具体的算法实现延迟到子类完成
class Cat
note bottom:实现对象1
class Cat implements IAnimal
class Dog
note bottom:实现对象1
class Dog implements IAnimal
}
@enduml |
27ea38091d9f0cff388eea70265e56321c485f52 | b4f12bc86f94818e00e24c8ad164d282f6ef1e8e | /uml/DishClass.puml | fb3b2f1af9777c04653a8e4309d87630d267356b | [] | no_license | nange77456/OrderingSystem-Chef | a90ad55cf74ee07db9c2a54d50d5358aaaa9a2bd | e8a4dd75a60cecf93578291d09abe8fb1c192579 | refs/heads/main | 2023-05-24T12:24:23.555084 | 2021-06-15T09:45:46 | 2021-06-15T09:45:46 | 358,181,814 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 913 | puml | @startuml
'https://plantuml.com/class-diagram
skinparam classAttributeIconSize 0
class Dish{
-id : String;
-name : String;
-picUrl : String;
-description : String;
-price : float;
-ingredients : List<Ingredient>;
-sales : int;
-stock:int;
-positiveRate : float;
-groupId : String;
}
class Group{
-id : String;
-name : String;
}
class DishesAdapter
class GroupAdapter
class MenuFragment{
-dishData : LinkedList<Dish>
-groupData : LinkedList<Group>
-switchGroup() : void
-deleteGroup() : void
-editDish() : void
-deleteDish() : void
-displayDishes() : void
-displayGroups() : void
-addDish() : Dish
-addGroup() : Group
}
MenuFragment "1"-->"*" Dish
MenuFragment "1"-->"*" Group
DishesAdapter "1"-->"*" Dish
GroupAdapter "1"-->"*" Group
MenuFragment --> DishesAdapter
MenuFragment --> GroupAdapter
Dish -- Group
@enduml |
7817e87775ed4b98adc745c19ed170f5febb5867 | 17d33c3154a49827fa38de1ef2b8930240f1e69e | /doc/Survey.puml | c26e4254e728c0338885fb139411d299179d8adb | [] | no_license | kristiania-pgr203-2021/pgr203-exam-sani-bagh | 30c8cc64f1280c3a2d687c1ca89ce3e084500b0f | b80b4ab45a032a530cf60c6d0747b5f659e1b93f | refs/heads/master | 2023-09-02T09:41:58.341342 | 2021-11-15T02:12:58 | 2021-11-15T02:12:58 | 422,922,187 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 472 | puml | @startuml
class Survey {
id: long
survey_title: String
}
class Question {
quetion_id
title: String
text: String
answerOne: String
answerTwo: String
answerTree: String
survey_id: long
}
Survey "1" - "*" Question
class Answer {
answer_id: long
answer_text: String
question_id: long
}
Question "1" - "1" Answer
class SurveyUser {
userId: long
firstName: String
lastName: String
email: String
}
@enduml |
905e4f16971ead80c52101e23332aea449ecc765 | 6a9190343efb4e88cb30991def97833a156c40da | /documentation/resource-factory.plantuml | 06dd456d392945338ac10ff42f86a4ece1f3967d | [
"Apache-2.0"
] | permissive | huberchrigu/hateoas-navigator | 600419fb4554e4fffc34a66e31dda3f8eb0385a0 | 08d83f7f9905b1fc43c76d51c049852afbca1d35 | refs/heads/master | 2023-01-22T18:02:36.969064 | 2021-02-06T12:37:12 | 2021-02-06T12:37:12 | 199,589,552 | 0 | 0 | Apache-2.0 | 2023-01-05T16:18:50 | 2019-07-30T06:31:31 | TypeScript | UTF-8 | PlantUML | false | false | 1,119 | plantuml | @startuml
package resource {
package factory {
class ResourceObjectPropertyFactoryService<<Service>>
interface HalResourceFactory
ResourceObjectPropertyFactoryService --|> HalResourceFactory
}
class ResourceObjectProperty {
getDescriptor()
}
HalResourceFactory ..> ResourceObjectProperty
}
package descriptor {
interface ResourceDescriptorProvider {
resolve()
}
interface ResourceObjectDescriptor
class AssociationResolver
AssociationResolver ..> ResourceDescriptorProvider
AssociationResolver ..> ResourceObjectDescriptor
ResourceDescriptorProvider ..> ResourceObjectDescriptor
note right of ResourceObjectDescriptor
Static description of a resource object.
end note
note bottom of AssociationResolver
Resolving associations:
1. Resolve the resource object's descriptor
2. Repeat this for all child properties with an association
end note
}
ResourceObjectProperty ..> ResourceObjectDescriptor
ResourceObjectPropertyFactoryService ..> ResourceDescriptorProvider
ResourceObjectPropertyFactoryService ..> AssociationResolver
@enduml
|
b5d85805263509564485ad40b127282dd0bed3e6 | bb7c6319bfc8effd00d4f4e664ac78b1328e5d8a | /src/main/diagrams/Store.puml | 1acb2b2d0f84c3a0768a0b379583af58a2d5eb8a | [] | no_license | irof/KanMasuJUnit5 | a3eb1c8459f2c1a615799ea95c9a047e92182bf8 | abfc42a1cfac31441e4e8521de0efa92d5bca45b | refs/heads/master | 2020-07-29T06:21:43.317001 | 2019-09-20T03:27:03 | 2019-09-20T03:27:03 | 209,696,908 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 710 | puml | @startuml
hide empty member
hide circle
interface ExtensionContext {
getStore(Namespace) : Store
}
class AbstractExtensionContext {
parent : ExtensionContext
}
ExtensionContext <|.. AbstractExtensionContext
interface Store
class NamespaceAwareStore {
namespace: Namespace
}
Store <|.. NamespaceAwareStore
ExtensionContext .r.> Store
AbstractExtensionContext .r.> NamespaceAwareStore
class ExtensionValuesStore {
parent : ExtensionValuesStore
}
note left of ExtensionValuesStore : getするときにparentも検索する
AbstractExtensionContext --> ExtensionValuesStore : parentを指定して生成
NamespaceAwareStore --> ExtensionValuesStore : namespaceを指定して操作
@enduml |
4bc96737766141b39f64f5c5d955a93007b95c57 | 4f029f90b241f8b1e4a0179d27c92be6b87c761c | /lib_design_pattern/src/main/java/com/mxdl/desigin/pattern/behavior/a06_memento/uml/mementto.puml | 0bbcf31aae6daa8c498958c72a2b08dd8c25dc61 | [] | no_license | mxdldev/java-design-pattern | 806cdb2f4ec87d121c10db4952ed67476772ff29 | f42813ccdb2a1cfdcc790935e41747098467e7e5 | refs/heads/master | 2020-11-26T22:15:35.016854 | 2020-01-08T07:10:34 | 2020-01-08T07:10:34 | 229,215,001 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 529 | puml | @startuml
skinparam classAttributeIconSize 0
package "Mementto Pattern"{
class Person{
+createMementtoPerson():MementtoPerson
+reMementtoPerson(MementtoPerson mementtoPerson):void
}
note top:原对象
note top:在不破坏原对象封装性的前提条件下,捕获一个对象的内部状态,\n并把该状态保存在该对象之外,在以后可以恢复该对象为原先保\n存的那个状态
class MementtoPerson
note bottom:备忘录对象
Person .-> MementtoPerson
}
@enduml |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.