Added Behavioral pattern UMLs

This commit is contained in:
John Webb
2014-07-31 14:47:55 -05:00
parent 658d601507
commit 1dabe3c6ed
37 changed files with 5601 additions and 4 deletions

View File

@@ -12,10 +12,6 @@ To have only one instance of this object in the application that will handle all
* Logger (may also be a Multiton if there are many log files for several purposes)
* Lock file for the application (there is only one in the filesystem ...)
## Diagram
<img src="http://yuml.me/diagram/scruffy/class/[Singleton|-instance: Singleton|+getInstance(): Singleton;-__construct(): void;-__clone(): void;-__wakeup(): void]" >
## UML Diagram
![Alt Singleton UML Diagram](uml/uml.png)