|
Revision 284, 0.5 kB
(checked in by arjanmol, 5 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 |
diagram |
|---|
| 15 |
------- |
|---|
| 16 |
The diagram module contains items that can be placed in diagrams. |
|---|
| 17 |
In most cases the classes NamedItem and Relationship can serve |
|---|
| 18 |
as bases for your class. |
|---|
| 19 |
|
|---|
| 20 |
ui |
|---|
| 21 |
-- |
|---|
| 22 |
The user interface. This is where most of the work is. |
|---|
| 23 |
|
|---|
| 24 |
misc |
|---|
| 25 |
---- |
|---|
| 26 |
Some utility stuff, such as Actions and aspects are put in here. |
|---|