C F L M O

C

Citations(String) - Method in class CSE494pgRank.LinkExtract
Returns a list of files/URLs that point to the given file/URL
CSE494pgRank - package CSE494pgRank
 

F

Fileslist() - Method in class CSE494pgRank.LinkExtract
Returns the list of all files in the repository

L

linker() - Method in class CSE494pgRank.LinkGen
Method to generate the link matrix from the files stored in repository.
LinkExtract - class CSE494pgRank.LinkExtract.
Extract the Link Matrix that has been generated by LinkGen Provides functions outLinks and Citations.
LinkExtract(String, String) - Constructor for class CSE494pgRank.LinkExtract
Constructor takes as input the Directory name where files are stored and Filename where the LinkMatrix generated by LinkGen is stored.
LinkGen - class CSE494pgRank.LinkGen.
Generate the Link Matrix from the files crawled.
LinkGen(String) - Constructor for class CSE494pgRank.LinkGen
Constructor that accepts directory name where crawled webpages are stored
Links(String) - Method in class CSE494pgRank.LinkExtract
Returns a list of files/URLs to which the given filename/URL points to

M

main(String[]) - Static method in class CSE494pgRank.LinkExtract
Demonstrates how the various files should be generated and prints the Citations and OutLinks for the first 6 files in the directory.
main(String[]) - Static method in class CSE494pgRank.LinkGen
Should be called as: java LinkGen Crawled_Files_Directory (without the ending '/').

O

outLinks(String) - Method in class CSE494pgRank.LinkExtract
Returns a count of files pointed to by the given FileName

C F L M O