CEDET 
 User Tools 
  Simple Setup 
  Project Management 
  Smart Completion 
  Find References 
  Code Generation 
  UML Graphs 
  Language Support 
  Project Support 
 Developer Primers 
  Add a Language 
  Add external tool 
 Parts of CEDET 
  EDE 
  Semantic 
  SRecode 
  Cogre 
  Speedbar 
  EIEIO 
  Misc Tools 
  Documentation 
 Releases 
  1.0.1 
  1.1 
 Source Forge 
  Project 
  Mailing Lists 
   cedet-devel 
   cedet-semantic 
   cedet-eieio 
  Screenshots 
  Git Repository 
 More Tools 
  JDEE 
  ECB 
  CompletionUI 
 
<< Files >>

UML Diagrams

CEDET lets you create UML diagrams either by hand, or automatically generate simple 3-tier class diagrams from your sources. The diagrams are linked to your source-code, so you can browse quickly through you code from the convenience of UML.

The image to the right shows CEDET's UML tool's source code, called COGRE, diagramming and browsing itself. Optional unicode character support is enabled for the special characters.

You can create your own connected graph with COGRE using the command:

M-x cogre RET

You can insert nodes and link them together.

To create a diagram from source code using Semantic generated tags, you can use the command:

M-x cogre-uml-quick-class RET

This will generate a diagram with 3 tiers. The class you select will be in the middle. You can then browse through your code by selecting items in the class diagram.

If you use a recent version of Emacs, you can enable unicode character support for line-drawing by adding this to your .emacs file.

(cogre-uml-enable-unicode)


 
Get CEDET at SourceForge.net.
gnu Eric's homepage
Return to CEDET.
Send mail to cedet-devel to contact the developers.
Visit Siege-engine.com to see what I do in analog land.

Copyright(C) 1997,98,99,2000,01,02,03,04,05,06,07,08,09,10,11 Eric M. Ludlam
Verbatim copying and distribution is permitted in any medium, provided this notice is preserved.