Uses of Interface
ISSearch.ISTermInterface

Uses of ISTermInterface in ISSearch
 

Classes in ISSearch that implement ISTermInterface
 class ISTerm
          This mandatory class must implement all functions prescribed by ISTermInterface
 

Methods in ISSearch that return ISTermInterface
 ISTermInterface[] ISDocument.getTerms()
          Returns the bag of words extracted from the document.
 ISTermInterface[] ISDocumentInterface.getTerms()
          Returns the bag of words extracted from the document.
 

Methods in ISSearch with parameters of type ISTermInterface
 void ISDocument.setTerms(ISTermInterface[] t)
          Sets the bag of words extracted from the document (without stopwords).
 void ISDocumentInterface.setTerms(ISTermInterface[] t)
          Sets the bag of words extracted from the document (without stopwords).