Uses of Interface
net.firstpartners.rp.plugins.INewInformation

Packages that use INewInformation
<Unnamed>   
net.firstpartners.rp.back.extractor Data Sources providing information that we index and add to the system. 
net.firstpartners.rp.common Code common across all layers (ui / mid /back end) 
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.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 INewInformation in <Unnamed>
 

Methods in <Unnamed> with parameters of type INewInformation
 int SampleExtractor.canHandle(INewInformation info)
          How well the plugin thinks it can handle a new piece of information
 void SampleExtractor.convert(INewInformation info)
          Comvert the tree information into a list of documents
 

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

Methods in net.firstpartners.rp.back.extractor with parameters of type INewInformation
 int XmlDataExtractor.canHandle(INewInformation info)
          How well the plugin thinks it can handle a new piece of information
 int WebDataExtractor.canHandle(INewInformation info)
          How well the plugin thinks it can handle a new piece of information
 int PdfDataExtractor.canHandle(INewInformation info)
          How well the plugin thinks it can handle a new piece of information
 int GenericDataExtractor.canHandle(INewInformation info)
          How well the plugin thinks it can handle a new piece of information
 int FileTreeDataExtractor.canHandle(INewInformation info)
          How well the plugin thinks it can handle a new piece of information
 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 INewInformation in net.firstpartners.rp.common
 

Classes in net.firstpartners.rp.common that implement INewInformation
 class AddInfo
          Adding information class
 

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

Methods in net.firstpartners.rp.mid.category with parameters of type INewInformation
 void CategoryManager.addInformation(INewInformation info)
          Add a new piece of information to the system
 

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

Fields in net.firstpartners.rp.mid.global declared as INewInformation
(package private)  INewInformation ControllerThread.m_info
          Information to add
 

Methods in net.firstpartners.rp.mid.global with parameters of type INewInformation
static void PluginManager.addPluginThread(IInterestedInAdd plugin, INewInformation info)
          Add the controller thread formed by plugin and information to the running list in order to be controlled
static IDataExtractor PluginManager.getBestExtractor(INewInformation addInfo)
           
 

Constructors in net.firstpartners.rp.mid.global with parameters of type INewInformation
ControllerThread(IInterestedInAdd plugin, INewInformation info)
          Creates a new ControllerThread object.
 

Uses of INewInformation in net.firstpartners.rp.plugins
 

Methods in net.firstpartners.rp.plugins with parameters of type INewInformation
 int IDataExtractor.canHandle(INewInformation newInfo)
          How well the plugin thinks it can handle a new piece of information
 void IDataExtractor.convert(INewInformation info)
          Convert the specified information into Tuples/Node and and store it in the specified model
 

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

Methods in net.firstpartners.rp.plugins.events with parameters of type INewInformation
 void IInterestedInAdd.addInformation(INewInformation newInfoToAdd)
          Add a new piece of information to the system