Skip to content

Commit aabfea2

Browse files
committed
Javadoc + minor changes
1 parent 295ea4d commit aabfea2

File tree

92 files changed

+5050
-226
lines changed

Some content is hidden

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

92 files changed

+5050
-226
lines changed

GraphCompressionByBFS-0.3.3.jar

351 Bytes
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `Graph Compression by BFS` project helps you to compress your graphs/networks in an efficient way using just a simple BFS and some
44
more complex tricks. You can use the compressed version directly to query and navigate your original graph, so it is possible to deal with
5-
huge networks in main memory.
5+
huge networks in main memory. Overall it is suitable for the Web Graph since it is able to exploit all the redundacies tipical of this graph.
66

77
This is a very old project of mine based on an article published with Prof. Alberto Apostolico. The original webpage is on
88
[my university site](http://www.dia.uniroma3.it/~drovandi/software.php), here you find the same code of the last version (0.3.2) with very minor
@@ -38,7 +38,7 @@ Very simple requirements:
3838
To compress by BFS, `WebGraph` is not necessary (but you need to delete a couple of classes and compile again).
3939

4040
Before this project, `WebGraph` was the only project (standard de facto) so I used it to test `GCbyBFS` since they provide also
41-
[excellent datasets](http://law.di.unimi.it/datasets.php). The work by Paolo Boldi and Sebastiano Vigna is a great work, so I'm not planning
41+
[excellent datasets](http://law.di.unimi.it/datasets.php). The project by Paolo Boldi and Sebastiano Vigna is a great work, so I'm not planning
4242
to remove `WebGraph` from the requirements.
4343

4444
*Note: The original project was compiled under Java 6 so if you need to run it in Java 6 just few (very simple) changes are required*

javadoc/allclasses-frame.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<!-- NewPage -->
33
<html lang="it">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_74) on Sat Feb 18 16:42:11 CET 2017 -->
5+
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes (GraphCompressionByBFS 0.3.3 API)</title>
8-
<meta name="date" content="2017-02-18">
98
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
109
<script type="text/javascript" src="script.js"></script>
1110
</head>

javadoc/allclasses-noframe.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<!-- NewPage -->
33
<html lang="it">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_74) on Sat Feb 18 16:42:11 CET 2017 -->
5+
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes (GraphCompressionByBFS 0.3.3 API)</title>
8-
<meta name="date" content="2017-02-18">
98
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
109
<script type="text/javascript" src="script.js"></script>
1110
</head>

javadoc/constant-values.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<!-- NewPage -->
33
<html lang="it">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_74) on Sat Feb 18 16:42:11 CET 2017 -->
5+
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Constant Field Values (GraphCompressionByBFS 0.3.3 API)</title>
8-
<meta name="date" content="2017-02-18">
98
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
109
<script type="text/javascript" src="script.js"></script>
1110
</head>

javadoc/deprecated-list.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<!-- NewPage -->
33
<html lang="it">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_74) on Sat Feb 18 16:42:11 CET 2017 -->
5+
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Deprecated List (GraphCompressionByBFS 0.3.3 API)</title>
8-
<meta name="date" content="2017-02-18">
98
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
109
<script type="text/javascript" src="script.js"></script>
1110
</head>

javadoc/help-doc.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<!-- NewPage -->
33
<html lang="it">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_74) on Sat Feb 18 16:42:11 CET 2017 -->
5+
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>API Help (GraphCompressionByBFS 0.3.3 API)</title>
8-
<meta name="date" content="2017-02-18">
98
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
109
<script type="text/javascript" src="script.js"></script>
1110
</head>

javadoc/index-all.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<!-- NewPage -->
33
<html lang="it">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_74) on Sat Feb 18 16:42:11 CET 2017 -->
5+
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Index (GraphCompressionByBFS 0.3.3 API)</title>
8-
<meta name="date" content="2017-02-18">
98
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
109
<script type="text/javascript" src="script.js"></script>
1110
</head>

javadoc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="it">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_74) on Sat Feb 18 16:42:11 CET 2017 -->
5+
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>GraphCompressionByBFS 0.3.3 API</title>
88
<script type="text/javascript">

javadoc/it/uniroma3/dia/gc/ASCIIGraph.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<!-- NewPage -->
33
<html lang="it">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_74) on Sat Feb 18 16:42:10 CET 2017 -->
5+
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ASCIIGraph (GraphCompressionByBFS 0.3.3 API)</title>
8-
<meta name="date" content="2017-02-18">
98
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
109
<script type="text/javascript" src="../../../../script.js"></script>
1110
</head>
@@ -334,7 +333,7 @@ <h4>N</h4>
334333
<ul class="blockList">
335334
<li class="blockList">
336335
<h4>edges</h4>
337-
<pre>private&nbsp;long edges</pre>
336+
<pre>private final&nbsp;long edges</pre>
338337
</li>
339338
</ul>
340339
<a name="nodes">

0 commit comments

Comments
 (0)