diff --git a/index.html b/index.html
index d177444..c2b4d10 100644
--- a/index.html
+++ b/index.html
@@ -1,10 +1,12 @@
-UMLGraph- Declarative Drawing of UML diagrams
+UMLGraph - Declarative Drawing of UML diagrams
+
-UMLGraph- Declarative Drawing of UML diagrams
+UMLGraph dds
+UMLGraph - Declarative Drawing of UML diagrams
UMLGraph allows the declarative specification and drawing of
a number of UML diagrams.
@@ -34,7 +36,11 @@ class Client extends Person {}
-
Operation
+See also
+Diomidis Spinellis. On the Declarative Specification of Models.
+IEEE Software, 20(2), March/April 2003. To appear.
+
+Operation
To use UMLGraph you need to have
javadoc
and
@@ -86,7 +92,7 @@ dot -Tps -ograph.ps graph.dot
Refer to the dot documentation for information on creating other file formats
or adjusting the UMLGraph output.
-Modelling
+Modelling
UMLGraph allows you to model
- classes (specified as Java classes)
@@ -139,7 +145,7 @@ class Car {}
-Program Options
+Program Options
A number of command-line options contol the operation of UMLGraph:
- -qualify
- Produce fully-qualified class names.
@@ -170,7 +176,7 @@ of a class named
UMLOptions, as in the following example:
class UMLOptions {}
-Availability
+Availability
UMLGraph is freely available as Open Source Software.
You can download it in source and compiled format from the following links:
@@ -179,7 +185,7 @@ You can download it in source and compiled format from the following links:
- Makefile (GNU make)
-More Examples
+More Examples
Generalisation Relationships
|
@@ -215,7 +221,7 @@ class SavingsAccount extends BankAccount {}
|
|
-Download the dot code
+Download the declarative specification, the generated dot code.
Advanced Relationships
|
@@ -261,7 +267,7 @@ interface URLStreamHandler {
|
|
-Download the dot code
+Download the declarative specification, the generated dot code.
Schema
|
@@ -339,7 +345,7 @@ class Instructor {
|
|
-Download the dot code
+Download the declarative specification, the generated dot code.
Element Visibility
|
@@ -373,7 +379,7 @@ class Toolbar {
|
|
-Download the dot code
+Download the declarative specification, the generated dot code.
Association Types
|
@@ -398,7 +404,7 @@ class Password{}
|
|
-Download the dot code
+Download the declarative specification, the generated dot code.
Real Example (Catalina Classes)
/*
@@ -427,14 +433,16 @@ abstract interface ServletResponse {}
abstract interface Response {}

-Download the dot code
+Download the declarative specification, the generated dot code.
-
-Diomidis Spinellis home page.
+
+Diomidis Spinellis home page
+
$Id$
(C) Copyright 2002 Diomidis D. Spinellis.
May be freely uploaded by WWW viewers and similar programs.
All other rights reserved.
-
+
+