root/gaphor/tags/gaphor-0.9.2/HACKING

Revision 445, 0.7 kB (checked in by arjanmol, 4 years ago)

*** empty log message ***

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 Feel free to hack Gaphor. Patches are welcome.
2
3 Structure
4 =========
5
6 Gaphor contains the following modules:
7
8 UML
9 ---
10 The UML module contains the UML 2.0 data model. This part is
11 quite stable and it is unlikely that code has to be changed
12 here.
13
14   NOTE: The code is generated from a Gaphor model: uml2.gaphor. This
15         file can be loaded in gaphor.
16
17 diagram
18 -------
19 The diagram module contains items that can be placed in diagrams.
20 In most cases the classes NamedItem and Relationship can serve
21 as bases for your class.
22
23 ui
24 --
25 The user interface. This is where most of the work is to be done.
26
27 misc
28 ----
29 Some utility stuff, such as Actions and aspects are put in here.
30
Note: See TracBrowser for help on using the browser.