Skip to content

Commit f7ba891

Browse files
author
John V Sichi
committed
Tag for the 0.7.1 release of JGraphT
git-svn-id: https://jgrapht.svn.sourceforge.net/svnroot/jgrapht/tags/ver_0_7_1@544 4a7320f3-3611-0410-a4d0-ef7ff04b8906
2 parents 9527a05 + 8713c83 commit f7ba891

File tree

208 files changed

+34920
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+34920
-0
lines changed

README.html

Lines changed: 564 additions & 0 deletions
Large diffs are not rendered by default.

build.xml

Lines changed: 624 additions & 0 deletions
Large diffs are not rendered by default.

etc/build.properties.template

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# ==========================================
2+
# JGraphT : a free Java graph-theory library
3+
# ==========================================
4+
#
5+
# Project Info: http://jgrapht.sourceforge.net/
6+
# Project Creator: Barak Naveh (http://sourceforge.net/users/barak_naveh)
7+
#
8+
# (C) Copyright 2003-2006, by Barak Naveh and Contributors.
9+
#
10+
# This library is free software; you can redistribute it and/or modify it
11+
# under the terms of the GNU Lesser General Public License as published by
12+
# the Free Software Foundation; either version 2.1 of the License, or
13+
# (at your option) any later version.
14+
#
15+
# This library is distributed in the hope that it will be useful, but
16+
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17+
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
18+
# License for more details.
19+
#
20+
# You should have received a copy of the GNU Lesser General Public License
21+
# along with this library; if not, write to the Free Software Foundation, Inc.,
22+
# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
23+
#
24+
# ~~~~~~~~~
25+
# etc/build.properties
26+
# ~~~~~~~~~
27+
#
28+
# Original Author: John V. Sichi
29+
# Contributor(s): -
30+
#
31+
# $Id$
32+
#
33+
# Changes
34+
# ~~~~~~~
35+
# 31-July-2005 : Initial revision (JVS);
36+
# 01-July-2006 : Update for version 0.7 (JVS);
37+
# ~~~~~~~
38+
#
39+
# etc/build.properties is used to customize the JGraphT build.
40+
# To use it, uncomment the settings below for the attributes you want
41+
# to customize, then change the values to your site-specifics.
42+
# The ant buildfile will override its own defaults with any
43+
# uncommented values it sees here.
44+
45+
# NOTE: If you are building JGraphT directly from Subversion rather than from
46+
# a distribution, create etc/build.properties by making a copy of
47+
# etc/build.properties.template. (The template file should only be
48+
# changed by developers who are enhancing the build process
49+
# with customizability.)
50+
51+
# ~~~~~~~~~~~~~~~~~
52+
# Backport settings
53+
# ~~~~~~~~~~~~~~~~~
54+
55+
# Location of Retroweaver distribution. Uncomment retroweaver.dir
56+
# to enable a retrowoven JRE 1.4 backport as part of the build.
57+
# ~~~~~~~
58+
# retroweaver.dir=/path/to/distribution/of/retroweaver
59+
60+
# Version of Retroweaver distribution. You must uncomment retroweaver.dir
61+
# and set it if you uncomment retroweaver.dir.
62+
# ~~~~~~~
63+
# retroweaver.ver=x.y.z
64+
65+
# Location of JRE 1.4 installation. Uncomment jre1.4.dir to enable
66+
# a test of the backport as part of the build. The test will execute
67+
# against JRE 1.4, failing if any dependencies on JRE 1.5 have
68+
# crept into the library.
69+
# ~~~~~~~
70+
# jre1.4.dir=/path/to/jre1.4
71+
72+
# ~~~~~~~~~~~~~~~~~
73+
# End build.properties
74+
# ~~~~~~~~~~~~~~~~~

etc/eclipse-formatter-settings.xml

Lines changed: 246 additions & 0 deletions
Large diffs are not rendered by default.

etc/graph-links.html

Lines changed: 244 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,244 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
<html>
3+
<!--
4+
/* ==========================================
5+
* JGraphT : a free Java graph-theory library
6+
* ==========================================
7+
*
8+
* Project Info: http://jgrapht.sourceforge.net/
9+
* Project Lead: Barak Naveh ([email protected])
10+
*
11+
* (C) Copyright 2003, by Barak Naveh and Contributors.
12+
*
13+
* This library is free software; you can redistribute it and/or modify it
14+
* under the terms of the GNU Lesser General Public License as published by
15+
* the Free Software Foundation; either version 2.1 of the License, or
16+
* (at your option) any later version.
17+
*
18+
* This library is distributed in the hope that it will be useful, but
19+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
20+
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
21+
* License for more details.
22+
*
23+
* You should have received a copy of the GNU Lesser General Public License
24+
* along with this library; if not, write to the Free Software Foundation, Inc.,
25+
* 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
26+
*/
27+
/* ~~~~~~~~~~~~~~~~
28+
* graph-links.html
29+
* ~~~~~~~~~~~~~~~~
30+
* (C) Copyright 2003, by Barak Naveh and Contributors.
31+
*
32+
* Original Author: Barak Naveh
33+
* Contributor(s): -
34+
*
35+
* $Id$
36+
*
37+
* Changes
38+
* ~~~~~~~
39+
* 07-Aug-2003 : Initial revision (BN);
40+
*
41+
*/
42+
-->
43+
44+
<head>
45+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
46+
<meta name="Author" content="Barak Naveh">
47+
<meta name="keywords" content="JGraphT, graph, theory, graph-theory, free, java, LGPL, open-source">
48+
<title>Graph Links</title>
49+
50+
<style type="text/css">
51+
<!--
52+
body {
53+
font-family:Verdana;
54+
text-align:left;
55+
color:#000011;
56+
background-color:#FAFBFF;
57+
}
58+
a {
59+
COLOR: #336699;
60+
TEXT-DECORATION: underline;
61+
}
62+
a:visited {
63+
color: #663366;
64+
TEXT-DECORATION: underline;
65+
}
66+
a:hover {
67+
color: #FF9900;
68+
TEXT-DECORATION: underline;
69+
}
70+
code {
71+
font-family:Courier New;
72+
font-size:medium;
73+
}
74+
75+
ul {
76+
list-style:disc;
77+
}
78+
li {
79+
list-style:disc;
80+
margin-left:1em;
81+
margin-right:1em;
82+
line-height: 150%;
83+
}
84+
85+
ol {
86+
list-style:decimal;
87+
}
88+
89+
p {
90+
margin-left:1em;
91+
margin-right:1em;
92+
line-height: 140%;
93+
}
94+
95+
h1 {
96+
background-color:#7AA1E6;
97+
border-left:1px solid #245BCB;
98+
border-right:1px solid #245BCB;
99+
border-top:1px solid #245BCB;
100+
border-bottom:1px solid #245BCB;
101+
color:#FFFFFF;
102+
text-align:center;
103+
}
104+
105+
h2 {
106+
border-left:0px solid Black;
107+
border-right:0px solid Black;
108+
border-top:0px solid Black;
109+
border-bottom:2px solid #7AA1E6;
110+
margin-top:50;
111+
color:#25507C;
112+
}
113+
114+
h3 {
115+
border-left:0px solid Black;
116+
border-right:0px solid Black;
117+
border-top:0px solid Black;
118+
border-bottom:2px solid #7AA1E6;
119+
margin-top:30;
120+
color:#25507C;
121+
}
122+
123+
table {
124+
border-collapse: collapse;
125+
}
126+
127+
//-->
128+
</style>
129+
130+
</head>
131+
<body>
132+
<h1>Graph Links</h1>
133+
134+
135+
136+
<br>
137+
<p>In this page contains a list of links of graph-related sites. The links are
138+
not sorted in any particular order or significance.</p>
139+
140+
<h3>Link Hubs</h3>
141+
142+
<p><a href="http://pharos.inria.fr/Java/query.jsp?cids=c_2089">
143+
http://pharos.inria.fr/Java/query.jsp?cids=c_2089</a></p>
144+
145+
<p>&nbsp;</p>
146+
147+
<h3>Java Graph Links - Free</h3>
148+
149+
<p><a href="http://gef.tigris.org/">http://gef.tigris.org/</a> -
150+
a graph editing library + editor.</p>
151+
<p><a href="http://jgraph.sf.net/">http://jgraph.sf.net/</a> - a graph editing
152+
component. includes an editor and some layout support.</p>
153+
<p><a href="http://jdigraph.sourceforge.net/">http://jdigraph.sourceforge.net/</a>
154+
- a Java library for representing and working with directed graphs and paths.</p>
155+
<p><a href="http://touchgraph.sourceforge.net/">
156+
http://touchgraph.sourceforge.net/</a> - provides a
157+
hands-on way to visualize networks of interrelated information.</p>
158+
<p><a href="http://www.cs.rpi.edu/projects/pb/jgb/">
159+
http://www.cs.rpi.edu/projects/pb/jgb/</a> - classes which implement
160+
graph-theory objects and some algorithms (euler, longestpath etc.).</p>
161+
<p><a href="http://www.research.att.com/~john/Grappa/">
162+
http://www.research.att.com/~john/Grappa/</a> - a port of a subset of GraphViz
163+
to Java.</p>
164+
<p><a href="http://www.cs.brown.edu/cgc/jdsl/">http://www.cs.brown.edu/cgc/jdsl/</a>
165+
- graph traversals, shortest path, minimum spanning
166+
tree etc.</p>
167+
<p><a href="http://www.bluemarsh.com/java/graph/">
168+
http://www.bluemarsh.com/java/graph/</a> - GraphMaker is a Java
169+
application for graphically illustrating graph algorithms, such as breadth-first
170+
searches and minimum-spanning trees.</p>
171+
<p><a href="http://www.caida.org/tools/visualization/libsea/">
172+
http://www.caida.org/tools/visualization/libsea/</a> - LibSea is both a file
173+
format and a Java library for representing large directed graphs on disk and in
174+
memory.</p>
175+
<p><a href="http://wilma.sourceforge.net/">http://wilma.sourceforge.net/</a> - a
176+
Java library which allows other programs to create animated 3d graph
177+
visualisations.</p>
178+
<p><a href="http://jung.sourceforge.net/">http://jung.sourceforge.net/</a> - a
179+
library that provides a common and extendible language for the modeling,
180+
analysis, and visualization of data that can be represented as a graph or
181+
network.</p>
182+
<p><a href="http://jung.sourceforge.net/">http://www.math.tu-berlin.de/jGABL/</a></p>
183+
<p>&nbsp;</p>
184+
185+
<h3>Java Graph Links - Commercial</h3>
186+
187+
<p><a href="http://www.yworks.de">http://www.yworks.de</a> - company providing
188+
graph-related products: editor, algorithmic library and more. not free. not open
189+
source.</p>
190+
<p><a href="http://www.nwoods.com/go/jgo.htm">http://www.nwoods.com/go/jgo.htm</a>
191+
- a graphics library to build custom interactive diagrams.</p>
192+
<p>&nbsp;</p>
193+
194+
195+
<h3>Non-Java Graph Links</h3>
196+
197+
<p><a href="http://www.boost.org/libs/graph/doc/">
198+
http://www.boost.org/libs/graph/doc/</a> - The Boost graph library.</p>
199+
200+
<p>
201+
<a href="http://www.graphviz.org">http://www.graphviz.org</a> - a collection of
202+
tools for manipulating graph structures and generating graph layouts.</p>
203+
204+
205+
206+
<p>
207+
<a href="http://www.mpi-sb.mpg.de/LEDA/index.html">
208+
http://www.mpi-sb.mpg.de/LEDA/index.html</a> - </p>
209+
210+
211+
212+
<p>
213+
<a href="http://pigale.sourceforge.net/">http://pigale.sourceforge.net/</a> - a
214+
tool for graph editing, layout and investigation.<br/>
215+
</p>
216+
217+
218+
219+
<p>
220+
<br/>
221+
</p>
222+
223+
224+
225+
<hr noshade size="2" style="background-color:#7AA1E6;color:#7AA1E6;border-width: thin none none;">
226+
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%">
227+
<tr>
228+
<td width="10%"align="left"><a href="http://validator.w3.org/check/referer"><img
229+
src="http://www.w3.org/Icons/valid-html401" border="0"
230+
alt="Valid HTML 4.01!" height="31" width="88"/></a></td>
231+
232+
<td width="80%"align="center"><small>
233+
&copy; Copyright 2003, by Barak Naveh and Contributors. All rights reserved.</small></td>
234+
235+
<td width="10%" align="right"><a href="http://sourceforge.net"><img
236+
src="http://sourceforge.net/sflogo.php?group_id=86459&amp;type=1"
237+
width="88" height="31" border="0" alt="SourceForge.net Logo" /></a></td>
238+
</tr>
239+
</table>
240+
<br/>
241+
242+
243+
</body>
244+
</html>

0 commit comments

Comments
 (0)