# HG changeset patch # User cin # Date 1379880566 -14400 # Node ID f1d67615a5b1cc0f257c2bbe2b8eb0919a715fcd # Parent 9bdccdf1f50bb64289beb1ec8d03560dafeccfca uml diagram diff -r 9bdccdf1f50b -r f1d67615a5b1 Lib/IMPL/Web/View/TTDocument.pm --- 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