Uses of Class
net.firstpartners.rp.common.exception.RpException

Packages that use RpException
<Unnamed>   
net.firstpartners.rp.back.datastore Items that persist information for later use. 
net.firstpartners.rp.back.extractor Data Sources providing information that we index and add to the system. 
net.firstpartners.rp.back.extractor.util   
net.firstpartners.rp.back.search   
net.firstpartners.rp.mid.category Basic Unit of Knowledge storage in the system.
 
net.firstpartners.rp.mid.global Classes that are exposed System wide.
 
net.firstpartners.rp.mid.intelligence Things that know how to Prepare and carry out searches.
 
net.firstpartners.rp.plugins Plugins - extension points for the system . 
net.firstpartners.rp.plugins.events These interfaces mark a class as being interested in hearing about certain events.
 
 

Uses of RpException in <Unnamed>
 

Methods in <Unnamed> that throw RpException
 void SampleExtractor.convert(INewInformation info)
          Comvert the tree information into a list of documents
 

Uses of RpException in net.firstpartners.rp.back.datastore
 

Methods in net.firstpartners.rp.back.datastore that throw RpException
 double BasicCategoryStore.getDirectScore(java.lang.String categName, java.lang.String documID)
          Get the direct score for the specified document id in the category
 double BasicCategoryStore.getImpliedScore(java.lang.String categName, java.lang.String documID)
          Get the implied score for the specified document id in the category
 java.lang.String BasicCategoryStore.getOriginalLocation(java.lang.String path)
          Get the original location of the category from the model.
 BaseFeedback BasicFeedbackDataStore.read(java.lang.String modelpath)
          Get the Feedback object from the model
 void BasicFeedbackDataStore.save(BaseFeedback advice)
          Save the feedback data
 void BasicCategoryStore.store(DocumStruct doc)
          Store the document data as rdf-xml.
 

Uses of RpException in net.firstpartners.rp.back.extractor
 

Methods in net.firstpartners.rp.back.extractor that throw RpException
 void XmlDataExtractor.convert(INewInformation info)
          Comvert the xml file information into a list of documents
 void WebDataExtractor.convert(INewInformation info)
          Convert the web information into a list of documents
 void PdfDataExtractor.convert(INewInformation info)
          Convert the file information into tuples
 void GenericDataExtractor.convert(INewInformation info)
          Convert the file information into tuples
 void FileTreeDataExtractor.convert(INewInformation info)
          Comvert the tree information into a list of documents
 

Uses of RpException in net.firstpartners.rp.back.extractor.util
 

Methods in net.firstpartners.rp.back.extractor.util that throw RpException
static java.io.InputStream UtilExtract.getStream(java.lang.String uri)
          Return a stream to the specified location.
 void Spider.start()
          Start to spider the data
 

Uses of RpException in net.firstpartners.rp.back.search
 

Methods in net.firstpartners.rp.back.search that throw RpException
 void RpSearcher.doSearch(ISearchQuery searchQuery, java.lang.String sortField, boolean sortDescMode, int maxDocNo)
          Search the Known Data
 

Uses of RpException in net.firstpartners.rp.mid.category
 

Methods in net.firstpartners.rp.mid.category that throw RpException
 void CategoryManager.addInformation(INewInformation info)
          Add a new piece of information to the system
 void BasicCategory.generateCategoryData(ICategoryManager manager)
          Construct the category 1.
 

Uses of RpException in net.firstpartners.rp.mid.global
 

Methods in net.firstpartners.rp.mid.global that throw RpException
static IDataExtractor PluginManager.getBestExtractor(INewInformation addInfo)
           
static ICategoryStore PluginManager.getCategoryStores()
          Get a handle to all the available DataStores (classes)
static IDataExtractor[] PluginManager.getDataExtractors()
          Get a handle to all the plugins that can extract data
static IFeedbackDataStore PluginManager.getFeedbackDataStores()
          Get a handle to the FeedbackDataStore
static IInterestedInAdd[] PluginManager.getInterestedInAdd()
          Get a handle to all the plugins interested in receiving add events
static IInterestedInFeedback[] PluginManager.getInterestedInFeedback()
          Get a handle to all the plugins interested in receiving feedback events
static IInterestedInResultsFilter[] PluginManager.getInterestedInFilterResults()
          Get a handle to all the plugins interested in receiving feedback
static IInterestedInSearch[] PluginManager.getInterestedInSearch()
          Get a handle to all the plugins interested in receiving Search Events
(package private)  void PluginManager.loadPlugins()
          'Walks' Directory Tree from point X (specified in config file) and loads all classes that implement the IPlugin interface.
 

Uses of RpException in net.firstpartners.rp.mid.intelligence
 

Methods in net.firstpartners.rp.mid.intelligence that throw RpException
 void BasicIntelligence.onLoad()
          Called by the PluginManager on each plugin when this class is first loaded Read the feedback xml and recalculate the score according to this
 

Uses of RpException in net.firstpartners.rp.plugins
 

Methods in net.firstpartners.rp.plugins that throw RpException
 void IDataExtractor.convert(INewInformation info)
          Convert the specified information into Tuples/Node and and store it in the specified model
 double ICategoryStore.getDirectScore(java.lang.String categName, java.lang.String documID)
          Get the direct score for the specified document id in the category
 double ICategoryStore.getImpliedScore(java.lang.String categName, java.lang.String documID)
          Get the implied score for the specified document id in the category
 java.lang.String ICategoryStore.getOriginalLocation(java.lang.String path)
          Get the original location of the category from the model.
 void IPlugin.onLoad()
          Called by the PluginManager on each plugin when this class is first loaded
 BaseFeedback IFeedbackDataStore.read(java.lang.String path)
          Read the feedback data
 void IFeedbackDataStore.save(BaseFeedback advice)
          Save the feedback data
 void ICategoryStore.store(DocumStruct doc)
          Store the document data as rdf-xml
 

Uses of RpException in net.firstpartners.rp.plugins.events
 

Methods in net.firstpartners.rp.plugins.events that throw RpException
 void IInterestedInFeedback.acceptFeedback(IFeedback advice)
          Deal with feedback to improve quality of results next time
 void IInterestedInAdd.addInformation(INewInformation newInfoToAdd)
          Add a new piece of information to the system
 void IInterestedInSearch.doSearch(ISearchQuery searchQuery, java.lang.String sortField, boolean sortDescendent, int maxDocsNo)
          Search the known data
 ISearchResult IInterestedInResultsFilter.filterAndSortSearchResults(ISearchResult someInfo)
          Gives the class a chance to update
 int IInterestedInResultsFilter.preferredFilterOrder()
          What order we prefer the filter to be called in.