Re: [openstack-dev] [Murano] MuranoPL => UML visualization <- best implementation practices?

2014-04-02 Thread Dmitry Teselkin
On Wed, Apr 2, 2014 at 7:54 PM, Ed Cranford wrote: > Granted, it'll take some work to build a similar visual style--I see > elaborate record nodes in your future--but you don't have to be bound to > PlantUML if you don't want to be. > I've used Graphviz before for a few applications, and if I can

Re: [openstack-dev] [Murano] MuranoPL => UML visualization <- best implementation practices?

2014-04-02 Thread Ed Cranford
sage questions)" mailto:openstack-dev@lists.openstack.org>> Subject: Re: [openstack-dev] [Murano] MuranoPL => UML visualization <- best implementation practices? Hi, GraphViz is alreary used by Plant UML to produce output PNG file, see 'image generation chain' below:

Re: [openstack-dev] [Murano] MuranoPL => UML visualization <- best implementation practices?

2014-04-01 Thread Dmitry Teselkin
Hi, GraphViz is alreary used by Plant UML to produce output PNG file, see 'image generation chain' below: * umlgen.py walks through MuranoPL class(es) and generated temporary file which contains Plant UML definitions for the entire graph * Plant UML is called with that file as input * Plant UML pr

Re: [openstack-dev] [Murano] MuranoPL => UML visualization <- best implementation practices?

2014-04-01 Thread Ed Cranford
What about Graphviz? On 4/1/14, 1:34 PM, "Timur Sufiev" wrote: >Hello! > >Recently we've made an attempt to make MuranoPL class definitions more >conceivable for everyone, and decided to use UML diagrams for that >purpose. The most obvious (and quick) solution was to use a well-known >tool [1],

[openstack-dev] [Murano] MuranoPL => UML visualization <- best implementation practices?

2014-04-01 Thread Timur Sufiev
Hello! Recently we've made an attempt to make MuranoPL class definitions more conceivable for everyone, and decided to use UML diagrams for that purpose. The most obvious (and quick) solution was to use a well-known tool [1], the command-line script which uses it is almost ready [2], and the final