mirror of https://github.com/dspinellis/UMLGraph
Remove obsolete RCS/CVS $Id$
Command used: sed -i '/^# \$Id\$$/d;/^ \* \$Id\$$/d;/^<!-- \$Id\$ -->$/d;/\/\/ \$Id\$/d' $(fgrep -l \$Id $(git ls-files))
This commit is contained in:
parent
c1d994d650
commit
ac69e12d7a
4
Makefile
4
Makefile
|
|
@ -1,7 +1,3 @@
|
||||||
#
|
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
|
|
||||||
VERSION:=$(shell git describe --abbrev=6 HEAD | sed 's/R//;s/_/./;s/-/./;s/-.*$$/-SNAPSHOT/')
|
VERSION:=$(shell git describe --abbrev=6 HEAD | sed 's/R//;s/_/./;s/-/./;s/-.*$$/-SNAPSHOT/')
|
||||||
TAGVERSION=$(shell echo $(VERSION) | sed 's/\./_/g')
|
TAGVERSION=$(shell echo $(VERSION) | sed 's/\./_/g')
|
||||||
BALL_TAR_GZ=UMLGraph-$(VERSION).tar.gz
|
BALL_TAR_GZ=UMLGraph-$(VERSION).tar.gz
|
||||||
|
|
|
||||||
2
TODO
2
TODO
|
|
@ -1,5 +1,3 @@
|
||||||
$Id$
|
|
||||||
|
|
||||||
When UMLGraph 2.29 comes out use <i></i> for italic fonts?
|
When UMLGraph 2.29 comes out use <i></i> for italic fonts?
|
||||||
|
|
||||||
http://stackoverflow.com/questions/8609546/umlgraph-not-automatic-integrated-in-javadoc
|
http://stackoverflow.com/questions/8609546/umlgraph-not-automatic-integrated-in-javadoc
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
The specification for the Java-based umlgraph build processes.
|
The specification for the Java-based umlgraph build processes.
|
||||||
$Id$
|
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<!-- set global properties for this build -->
|
<!-- set global properties for this build -->
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@
|
||||||
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
# MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
# MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
|
|
||||||
.PS
|
.PS
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
|
|
||||||
ROOT=/cygdrive/c
|
ROOT=/cygdrive/c
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
// Author: Vadim Nasardinov
|
// Author: Vadim Nasardinov
|
||||||
// Version: $Id$
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
// Author: Vadim Nasardinov
|
// Author: Vadim Nasardinov
|
||||||
// Author: Andrea Aime
|
// Author: Andrea Aime
|
||||||
// Version: $Id$
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
@ -64,4 +63,4 @@ class DetailedView {}
|
||||||
/**
|
/**
|
||||||
* @view
|
* @view
|
||||||
*/
|
*/
|
||||||
class Overview {}
|
class Overview {}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
<p>
|
<p>
|
||||||
UMLGraph was developed and is being maintained by
|
UMLGraph was developed and is being maintained by
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Advanced relationships
|
* Advanced relationships
|
||||||
* UML User Guide p. 137
|
* UML User Guide p. 137
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
To run the UMLGraph doclet from <em>ant</em>, use a rule,
|
To run the UMLGraph doclet from <em>ant</em>, use a rule,
|
||||||
like the following.
|
like the following.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
// $Id$
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Associations with visibility
|
* Associations with visibility
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
// $Id$
|
|
||||||
|
|
||||||
class Tyre {}
|
class Tyre {}
|
||||||
class Engine {}
|
class Engine {}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Interface and generalization relationships in Jakarta Catalina
|
* Interface and generalization relationships in Jakarta Catalina
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-7" ?>
|
<?xml version="1.0" encoding="ISO-8859-7" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
One specifies a class diagram using the Java syntax complemented by
|
One specifies a class diagram using the Java syntax complemented by
|
||||||
<a href="http://java.sun.com/j2se/javadoc/"><em>javadoc</em></a>
|
<a href="http://java.sun.com/j2se/javadoc/"><em>javadoc</em></a>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
The UMLGraph class diagrams allows you to model
|
The UMLGraph class diagrams allows you to model
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
In UMLGraph you can easily add a note (comment) to an element,
|
In UMLGraph you can easily add a note (comment) to an element,
|
||||||
using the <code>@note</code> tag.
|
using the <code>@note</code> tag.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
UMLGraph's input follows the Java syntax and semantics.
|
UMLGraph's input follows the Java syntax and semantics.
|
||||||
However,
|
However,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
Since the options are really a part of the generated graph you
|
Since the options are really a part of the generated graph you
|
||||||
want in many cases to include them in the diagram specification.
|
want in many cases to include them in the diagram specification.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
A number of options contol the operation of UMLGraph
|
A number of options contol the operation of UMLGraph
|
||||||
class diagram generator.
|
class diagram generator.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
UmlGraphDoc is a standard doclet wrapper that combines
|
UmlGraphDoc is a standard doclet wrapper that combines
|
||||||
the standard doclet output (javadoc documentation) along with auto-generated
|
the standard doclet output (javadoc documentation) along with auto-generated
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
<table>
|
<table>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
<table>
|
<table>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
<fmtcode ext="java">
|
<fmtcode ext="java">
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
<table>
|
<table>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id: ceg-schema.xml,v 1.1 2005/11/23 22:21:22 dds Exp $ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
The following was generated by annotating the source code of the
|
The following was generated by annotating the source code of the
|
||||||
<a href="http://www.sqo-oss.org">SQO-OSS</a> project.
|
<a href="http://www.sqo-oss.org">SQO-OSS</a> project.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
<table>
|
<table>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
<table>
|
<table>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
<table>
|
<table>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
Vadim Nasardinov noted that an advantage of UMLGraph over many
|
Vadim Nasardinov noted that an advantage of UMLGraph over many
|
||||||
GUI-oriented UML drawing tools is the ability
|
GUI-oriented UML drawing tools is the ability
|
||||||
|
|
@ -16,7 +15,6 @@ a Makefile illustrates a way to organize this process.
|
||||||
<h2>Java Description</h2>
|
<h2>Java Description</h2>
|
||||||
<fmtcode ext="java">
|
<fmtcode ext="java">
|
||||||
// Author: Vadim Nasardinov
|
// Author: Vadim Nasardinov
|
||||||
// Version: $Id$
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
@ -63,7 +61,6 @@ class DataOperation extends Element {}
|
||||||
<fmtcode ext="mak">
|
<fmtcode ext="mak">
|
||||||
# Author: Vadim Nasardinov (vadimn@redhat.com)
|
# Author: Vadim Nasardinov (vadimn@redhat.com)
|
||||||
# Since: 2004-05-26
|
# Since: 2004-05-26
|
||||||
# Version: $Id$
|
|
||||||
# See: http://www.spinellis.gr/sw/umlgraph/doc/ceg-mv.html
|
# See: http://www.spinellis.gr/sw/umlgraph/doc/ceg-mv.html
|
||||||
|
|
||||||
# Requires: graphviz
|
# Requires: graphviz
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
<table>
|
<table>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
<fmtcode ext="java">
|
<fmtcode ext="java">
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
<table>
|
<table>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
The makefile-based multiple view example can be generated by using internal
|
The makefile-based multiple view example can be generated by using internal
|
||||||
view support by means of the following sources (note the use of UmlOptions
|
view support by means of the following sources (note the use of UmlOptions
|
||||||
|
|
@ -9,7 +8,6 @@ diagrams at different detail level).
|
||||||
<fmtcode ext="java">
|
<fmtcode ext="java">
|
||||||
// Author: Vadim Nasardinov
|
// Author: Vadim Nasardinov
|
||||||
// Author: Andrea Aime
|
// Author: Andrea Aime
|
||||||
// Version: $Id$
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
Views are especially interesting in big projects, since they allow to
|
Views are especially interesting in big projects, since they allow to
|
||||||
generate package specific diagrams and overview diagrams in a quick and
|
generate package specific diagrams and overview diagrams in a quick and
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
Views are special classes that allow the generation of a custom class
|
Views are special classes that allow the generation of a custom class
|
||||||
diagram based on a set of diagram global options and a set of option
|
diagram based on a set of diagram global options and a set of option
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
// $Id$
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @opt nodefillcolor ".13 .9 1"
|
* @opt nodefillcolor ".13 .9 1"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Class stereotypes and tagged values
|
* Class stereotypes and tagged values
|
||||||
* UML User Guide p. 439
|
* UML User Guide p. 439
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
// $Id$
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @opt edgecolor "yellow"
|
* @opt edgecolor "yellow"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
Here are other programs or efforts that build on UMLGraph's
|
Here are other programs or efforts that build on UMLGraph's
|
||||||
code or ideas.
|
code or ideas.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
# UML Distilled: Figure 5-2 p. 70
|
# UML Distilled: Figure 5-2 p. 70
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
|
|
||||||
.PS
|
.PS
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
The following diagram, based on the diagram appearing on p. 70 of
|
The following diagram, based on the diagram appearing on p. 70 of
|
||||||
UML Distilled, contains self calls, object activation,
|
UML Distilled, contains self calls, object activation,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
The following diagram, illustrates the operating system calls of
|
The following diagram, illustrates the operating system calls of
|
||||||
a typical DNS query.
|
a typical DNS query.
|
||||||
|
|
@ -17,7 +16,6 @@ drawing facility.
|
||||||
#
|
#
|
||||||
# DNS query collaboration diagram
|
# DNS query collaboration diagram
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
|
|
||||||
.PS
|
.PS
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
#
|
#
|
||||||
# DNS query collaboration diagram
|
# DNS query collaboration diagram
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
|
|
||||||
.PS
|
.PS
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Generalisation
|
* Generalisation
|
||||||
* UML User Guide p. 141
|
* UML User Guide p. 141
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Basic categorisations */
|
/* Basic categorisations */
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
The following sequence diagram demonstrates the use of the frame and comment elements.
|
The following sequence diagram demonstrates the use of the frame and comment elements.
|
||||||
<h2>Diagram</h2>
|
<h2>Diagram</h2>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<index>
|
<index>
|
||||||
<ch><ti>Introduction</ti><fi>intro</fi></ch>
|
<ch><ti>Introduction</ti><fi>intro</fi></ch>
|
||||||
<ch><ti>Installation</ti><fi>install</fi></ch>
|
<ch><ti>Installation</ti><fi>install</fi></ch>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Relationship inference
|
* Relationship inference
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-7" ?>
|
<?xml version="1.0" encoding="ISO-8859-7" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
To install UmlGraph follow these steps.
|
To install UmlGraph follow these steps.
|
||||||
<ol>
|
<ol>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
UMLGraph allows the declarative specification and drawing of
|
UMLGraph allows the declarative specification and drawing of
|
||||||
UML class and sequence diagrams.
|
UML class and sequence diagrams.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Schema model
|
* Schema model
|
||||||
* UML User Guide p. 112
|
* UML User Guide p. 112
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
.PS
|
.PS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
Objects do not always appear at the top of a UML sequence diagram;
|
Objects do not always appear at the top of a UML sequence diagram;
|
||||||
they are often constructed by other objects.
|
they are often constructed by other objects.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
# UML User Guide: Appendix A,p. 436
|
# UML User Guide: Appendix A,p. 436
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
|
|
||||||
.PS
|
.PS
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
.PS
|
.PS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
Let us try to improve the simple sequence diagram.
|
Let us try to improve the simple sequence diagram.
|
||||||
<fmtcode ext="pic">
|
<fmtcode ext="pic">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
One specifies a sequence diagram using <em>pic</em> macros to define
|
One specifies a sequence diagram using <em>pic</em> macros to define
|
||||||
objects and method invocations.
|
objects and method invocations.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
The following calls can be used to define a sequence diagram.
|
The following calls can be used to define a sequence diagram.
|
||||||
<dl>
|
<dl>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
.PS
|
.PS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
A sequence diagram is defined in three main phases:
|
A sequence diagram is defined in three main phases:
|
||||||
<ol>
|
<ol>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
Sequence diagrams consist of objects, their lifelines
|
Sequence diagrams consist of objects, their lifelines
|
||||||
(also known as smimming lanes),
|
(also known as smimming lanes),
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
The value of
|
The value of
|
||||||
<em>pic</em> variables can sometimes be modified by assignment
|
<em>pic</em> variables can sometimes be modified by assignment
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
# MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
# MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
# UML User Guide: Figure 18-2
|
# UML User Guide: Figure 18-2
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
|
|
||||||
.PS
|
.PS
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
The following diagram, based on the one appearing on p. 247 of the
|
The following diagram, based on the one appearing on p. 247 of the
|
||||||
UML User Guide, illustrates the dynamic creation and destruction of
|
UML User Guide, illustrates the dynamic creation and destruction of
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
# UML User Guide: Figure 18-4
|
# UML User Guide: Figure 18-4
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
|
|
||||||
.PS
|
.PS
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
The following diagram, based on Figure 18-4 appearing on p. 252 of the
|
The following diagram, based on Figure 18-4 appearing on p. 252 of the
|
||||||
UML User Guide, illustrates constraints on an object's lifeline,
|
UML User Guide, illustrates constraints on an object's lifeline,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
# UML User Guide Figure 7-1.
|
# UML User Guide Figure 7-1.
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
.PS
|
.PS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
The following diagram, based on Figure 7-1 appearing on p. 102 of the
|
The following diagram, based on Figure 7-1 appearing on p. 102 of the
|
||||||
UML User Guide, illustrates an interaction diagram with an
|
UML User Guide, illustrates an interaction diagram with an
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
# UML User Guide: Appendix A,p. 436
|
# UML User Guide: Appendix A,p. 436
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
|
|
||||||
.PS
|
.PS
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
The following diagram, based on the one appearing on p. 436 of the
|
The following diagram, based on the one appearing on p. 436 of the
|
||||||
UML User Guide, contains the most important elements
|
UML User Guide, contains the most important elements
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
<dl>
|
<dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- $Id$ -->
|
|
||||||
<notes>
|
<notes>
|
||||||
Documenting a big project often requires multiple diagrams:
|
Documenting a big project often requires multiple diagrams:
|
||||||
each to show a specific and limited portion of the system.
|
each to show a specific and limited portion of the system.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
// $Id$
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attribute and operation visility
|
* Attribute and operation visility
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
# MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
# MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
package org.umlgraph.doclet;
|
package org.umlgraph.doclet;
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* Automatically generated file */
|
/* Automatically generated file */
|
||||||
package org.umlgraph.doclet;
|
package org.umlgraph.doclet;
|
||||||
class Version { public static String VERSION = "R5_6_6-8-g8d7759";}
|
class Version { public static String VERSION = "R5_6_6-10-gc1d994";}
|
||||||
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
package org.umlgraph.doclet;
|
package org.umlgraph.doclet;
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
package org.umlgraph.doclet;
|
package org.umlgraph.doclet;
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
package org.umlgraph.test;
|
package org.umlgraph.test;
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
package org.umlgraph.test;
|
package org.umlgraph.test;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
// $Id$
|
|
||||||
package test;
|
package test;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
// $Id$
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
// $Id$
|
|
||||||
class Application {}
|
class Application {}
|
||||||
|
|
||||||
class IrpApplication extends Application {}
|
class IrpApplication extends Application {}
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue