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 > </ 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 > </ 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 > </ 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
+ © 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&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