Package ISSearch

Interface Summary
ISCrawlerInterface Interface of the main Crawler class of the Web search engine.
ISDocumentInterface This interface is used to represent the parsed document.
ISParserInterface Parser-Interface of the Web search engine.
ISTermInterface This interface is used to represent particular terms of the document.
 

Class Summary
ISCrawler The Crawler class of the Web search engine.
ISDocument This mandatory class must implement all functions prescribed by ISDocumentInterface
ISParser This mandatory class must implement all functions prescribed by ISParserInterface
ISTerm This mandatory class must implement all functions prescribed by ISTermInterface
MainGUI