RE: [Introspector-developers] Patched HTMLGenerator.pm for VCG & Global dumping disabled.
Status: Beta
Brought to you by:
mdupont
|
From: Dupont, M. <mic...@mc...> - 2003-01-30 17:39:47
|
-----Original Message----- From: Bernardi Mario Luca [mailto:mar...@in...] Sent: Thursday, January 30, 2003 6:13 PM To: introspector ml Cc: James Michael DuPont Subject: [Introspector-developers] Patched HTMLGenerator.pm for VCG & Global dumping disabled. Hi all , Here is the modified HTMLGenerator.pm that dumps vcg output. It creates a ./output/vcg/gccmodel.vcg file. I've used some conventions: Boxed Nodes = Types ( they can be white(for classes) or lightcyan(for interfaces) Elliptical Nodes = Fields ( all not inherited fields of the node ) Red Edges = Inheritance (they are backedges so mostly go from bottom to top) Black Edges = Member fields (nearedge so they are placed orizontally near the node type that owns them) LightGrey Edges = Each gray edge pecify the type of each field. Use this HTMLGenerator.pm instead of the cvs version to get the vcg file. More work should be done for: 1) Add a VCGGenerator.pm instead of patching the HTML one. 2) Select the best visual option ( needs a bit of experimentation). I would also consider the possibility of using subgraphs. YES!!!! THANKS, THANKS THANKS. Grazie, siete il la cosa migliore. mike |