A G I M P R S

I

ISCrawler - Class in ISSearch
The Crawler class of the Web search engine.
ISCrawler() - Constructor for class ISSearch.ISCrawler
Creates a new instance of ISCrawler
ISCrawlerInterface - Interface in ISSearch
Interface of the main Crawler class of the Web search engine.
isDataStructureEmpty() - Method in class ISSearch.ISCrawler
Checks if our data structure is empty or not.
isDataStructureEmpty() - Method in interface ISSearch.ISCrawlerInterface
Checks if our data structure is empty or not.
ISDocument - Class in ISSearch
This mandatory class must implement all functions prescribed by ISDocumentInterface
ISDocument() - Constructor for class ISSearch.ISDocument
Creates a new instance of ISDocument
ISDocumentInterface - Interface in ISSearch
This interface is used to represent the parsed document.
ISParser - Class in ISSearch
This mandatory class must implement all functions prescribed by ISParserInterface
ISParser() - Constructor for class ISSearch.ISParser
Creates a new instance of ISParser
ISParserInterface - Interface in ISSearch
Parser-Interface of the Web search engine.
ISSearch - package ISSearch
 
isStopword(String) - Method in class ISSearch.ISParser
Decides whether the given token is claimed as stopword or not.
isStopword(String) - Method in interface ISSearch.ISParserInterface
Decides whether the given token is claimed as stopword or not.
ISTerm - Class in ISSearch
This mandatory class must implement all functions prescribed by ISTermInterface
ISTerm() - Constructor for class ISSearch.ISTerm
Creates a new instance of ISTerm
ISTermInterface - Interface in ISSearch
This interface is used to represent particular terms of the document.
isVisited(URL) - Method in class ISSearch.ISCrawler
Checks if the URL of the given document is already visited by the crawler.
isVisited(URL) - Method in interface ISSearch.ISCrawlerInterface
Checks if the URL of the given document is already visited by the crawler.

A G I M P R S