Compare commits

...

2 commits

Author SHA1 Message Date
a90fcce39e UML/README 2022-03-25 23:18:38 +01:00
10d57b07b4 add UML diagrams 2022-03-25 23:14:03 +01:00
10 changed files with 5119 additions and 0 deletions

View file

@ -22,6 +22,11 @@ So far, the demo contains:
- functional, - functional,
- strategy, - strategy,
- CRTP. - CRTP.
- UML (diagrams):
- functional,
- strategy,
- policies,
- CRTP.
The algorithm machinery itself is located within the `code.*` files The algorithm machinery itself is located within the `code.*` files
and is not of major interest, and is not of major interest,

24
UML/README.md Normal file
View file

@ -0,0 +1,24 @@
Sources are the `*.dia` files, made with the [Dia](http://dia-installer.de/) software.
SVG exports are provided for convenience.
Strategy pattern
================
![Strategy](https://raw.githubusercontent.com/nojhan/algopattern/master/UML/strategy.svg)
Curiously Recurring Template Pattern
====================================
![CRTP](https://raw.githubusercontent.com/nojhan/algopattern/master/UML/crtp.svg)
Policies
========
![Policies](https://raw.githubusercontent.com/nojhan/algopattern/master/UML/policies.svg)
Functional
==========
![Functional](https://raw.githubusercontent.com/nojhan/algopattern/master/UML/functional.svg)

BIN
UML/crtp.dia Normal file

Binary file not shown.

1414
UML/crtp.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 180 KiB

BIN
UML/functional.dia Normal file

Binary file not shown.

1363
UML/functional.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 142 KiB

BIN
UML/policies.dia Normal file

Binary file not shown.

1031
UML/policies.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 112 KiB

BIN
UML/strategy.dia Normal file

Binary file not shown.

1282
UML/strategy.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 170 KiB