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

2014-04-02 Thread Ed Cranford
) openstack-dev@lists.openstack.orgmailto: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: * umlgen.py walks

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 ed.cranf...@rackspace.comwrote: 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

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 tsuf...@mirantis.com 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

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