[PHP] Re: Flow diagrams

2002-12-27 Thread Manuel Lemos
Hello,

On 12/27/2002 06:00 PM, Sridhar Moparthy wrote:

I have information about some processes in the database that tells different
process dependencies. I need to display that information as a process flow
diagram. Do you know how to prepare and display process flow diagrams
dynamically. Do you know anything like JPGraph or Java script or java applet
that can do this? If so Please help me.


As I explained before, you may want to take a look at Metastorage. Among 
other things it generates graphs in UML that represent a diagram of 
classes that are mapped to database tables.

http://www.meta-language.net/news-2002-12-09-metastorage.html

http://www.meta-language.net/metastorage.html

Metastorage generates the graphs that can be rendered in many common 
image formats using ATT GraphViz package. GraphViz takes a description 
of the nodes and the edges of the graphs and renders them in target 
image format.

In the pages above there are some links to the relevant GraphViz pages.


--

Regards,
Manuel Lemos


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: Flow diagrams.

2002-12-26 Thread Manuel Lemos
Hello,

On 12/26/2002 05:18 PM, Sridhar Moparthy wrote:
 Do you know how to prepare and display process flow diagrams dynamically
 based on some data from database. I have information about some 
processes in
 the database that tells different process dependencies. I need to display
 that information as a process flow diagram.

You may want to look at Metastorage that draws graphs of classes of
objects that are stored in a database:

http://www.meta-language.net/news-2002-12-09-metastorage.html

http://www.meta-language.net/metastorage.html


--

Regards,
Manuel Lemos


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php