Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
L
M
N
O
P
R
S
T
U
W
_
L
LinkageSystem
- Class in
pt.tumba.links
Get the Web graph from a relational database The expected format of the table holding the linkage information is as follows: CREATE TABLE links ( link_id int(11) NOT NULL auto_increment, id_page_from int(11) NOT NULL, id_page_to int(11) NOT NULL );
LinkageSystem()
- Constructor for class pt.tumba.links.
LinkageSystem
Default constructor for LinkageSystem.
LinkageSystem(String, String, String, String)
- Constructor for class pt.tumba.links.
LinkageSystem
Constructor for LinkageSystem
loadLinks(String)
- Method in class pt.tumba.qbe.
Related
Description of the Method
logger
- Variable in class pt.tumba.qbe.
Related
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
L
M
N
O
P
R
S
T
U
W
_