| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
|---|
| 3 |
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ |
|---|
| 4 |
<!ENTITY % local.common.attrib "xmlns:xi CDATA #IMPLIED"> |
|---|
| 5 |
<!ENTITY % xinclude SYSTEM "xinclude.mod"> |
|---|
| 6 |
%xinclude; |
|---|
| 7 |
]> |
|---|
| 8 |
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude"> |
|---|
| 9 |
<bookinfo> |
|---|
| 10 |
<title><application>Gaphor</application> Manual</title> |
|---|
| 11 |
<subtitle>for <application>Gaphor</application> version 0.8.0</subtitle> |
|---|
| 12 |
<author><firstname>Arjan</firstname><surname>Molenaar</surname></author> |
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
<abstract> |
|---|
| 16 |
<para><application>Gaphor</application> is an UML modeling environment. It is used to create UML |
|---|
| 17 |
models for the purpose of documentation and, maybe, code generation. |
|---|
| 18 |
</para> |
|---|
| 19 |
</abstract> |
|---|
| 20 |
</bookinfo> |
|---|
| 21 |
|
|---|
| 22 |
<chapter id="chap-introduction"> |
|---|
| 23 |
<title>Introduction</title> |
|---|
| 24 |
|
|---|
| 25 |
<para><application>Gaphor</application> is a UML modeling environment. It |
|---|
| 26 |
helps you create diagrams which describe a system (application). |
|---|
| 27 |
<application>Gaphor</application> has a UML 2.0 compliant data model (the |
|---|
| 28 |
<quote>UML metamodel</quote>) and an XML storage format. </para> |
|---|
| 29 |
|
|---|
| 30 |
<para><application>Gaphor</application> is written in |
|---|
| 31 |
<application>Python</application>, an object oriented scripting language. |
|---|
| 32 |
Due to the structure of <application>Python</application> it is very easy |
|---|
| 33 |
to extend <application>Gaphor</application> and even use parts of |
|---|
| 34 |
<application>Gaphor</application> in other applications. As a matter of |
|---|
| 35 |
fact, the diagrams in this document are created by a script that uses |
|---|
| 36 |
<application>Gaphor</application>.</para> |
|---|
| 37 |
|
|---|
| 38 |
<para>This document is work in progress. As |
|---|
| 39 |
<application>Gaphor</application> matures, the documentation will also |
|---|
| 40 |
become more complete and useful. Of course everything is enriched with |
|---|
| 41 |
lots of UML diagrams, which are created with |
|---|
| 42 |
<application>Gaphor</application>.</para> |
|---|
| 43 |
</chapter> |
|---|
| 44 |
|
|---|
| 45 |
<xi:include href="gaphor-install.xml"/> |
|---|
| 46 |
<xi:include href="gaphor-usage.xml"/> |
|---|
| 47 |
<xi:include href="gaphor-elements.xml"/> |
|---|
| 48 |
<xi:include href="gaphor-internals.xml"/> |
|---|
| 49 |
<xi:include href="gaphor-project-documentation.xml"/> |
|---|
| 50 |
<xi:include href="gaphor-uml.xml"/> |
|---|
| 51 |
<xi:include href="gaphor-deps.xml"/> |
|---|
| 52 |
|
|---|
| 53 |
</book> |
|---|
| 54 |
|
|---|
| 55 |
|
|---|