Mercurial > pub > Impl
changeset 344:f1d67615a5b1
uml diagram
author | cin |
---|---|
date | Mon, 23 Sep 2013 00:09:26 +0400 |
parents | 9bdccdf1f50b |
children | 72799d1211c5 |
files | Lib/IMPL/Web/View/TTDocument.pm |
diffstat | 1 files changed, 19 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Lib/IMPL/Web/View/TTDocument.pm Fri Sep 13 12:53:15 2013 +0400 +++ b/Lib/IMPL/Web/View/TTDocument.pm Mon Sep 23 00:09:26 2013 +0400 @@ -120,8 +120,26 @@ =end text +=begin plantuml -=over +@startuml + +namespace IMPL::Web::View { + TTDocument "0 .. *" .. TTLoader + TTDocument --|> TTControl + + TTControl .. TTContext + + TTFactory -- TTControl + TTFactory .. TTContext + + class TTRegistry + +} + +@enduml + +=end plantuml =cut \ No newline at end of file