-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
26 lines (21 loc) · 1.2 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This is a student project at the [Free university of Tbilisi](http://www.freeuni.edu.ge/en).
The goal of the project is to create UML documentation of GoF design patterns using PlauntUML.
---------------------------------------------------------------------
The project is forked from from [massix/Design-Patterns](https://github.com/massix/Design-Patterns).
Most of the code is taken from the book "GoF's Design Patterns in Java" by "Franco Guidi Polanco", which
may be freely downloaded at: (http://eii.ucv.cl/pers/guidi/designpatterns.htm).
---------------------------------------------------------------------
Following patterns:
* Visitor
* Template Method
* Strategy
* State
* Observer
* Memento
* Factory Method
are computer assisted translations from c# using CS2J (http://www.cs2j.com)
Original sources are published under Microsoft Public License (Ms-PL) at (http://csharpdesignpatterns.codeplex.com)
(c) 2013 Jason Oliveira, George Mamaladze
--------------------------------------------------------------------
The repository was created and extended by Massimo Gengarelli and is currently used at Alma Mater Studiorum University in Italy.
Contributions made here can be later pulled into the original repository.