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