G I M P S

I

ISDocument - class ISSearch.ISDocument.
This mandatory class must implement all functions prescribed by ISDocumentInterface
ISDocument() - Constructor for class ISSearch.ISDocument
Creates a new instance of ISDocument
ISDocumentInterface - interface ISSearch.ISDocumentInterface.
This interface is used to represent the parsed document.
ISParser - class ISSearch.ISParser.
This mandatory class must implement all functions prescribed by ISParserInterface
ISParser() - Constructor for class ISSearch.ISParser
Creates a new instance of ISParser
ISParserInterface - interface ISSearch.ISParserInterface.
Parser-Interface of the Web search engine.
ISSearch - package ISSearch
 
ISTerm - class ISSearch.ISTerm.
This mandatory class must implement all functions prescribed by ISTermInterface
ISTerm() - Constructor for class ISSearch.ISTerm
Creates a new instance of ISTerm
ISTermInterface - interface ISSearch.ISTermInterface.
This interface is used to represent particular terms of the document.
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.

G I M P S