com.raritantechnologies.concept.rdf_owl
Class RdfOwlSearchSourceFactory

java.lang.Object
  extended bycom.raritantechnologies.searchApp.XMLSearchSourceFactory
      extended bycom.raritantechnologies.concept.rdf_owl.RdfOwlSearchSourceFactory
All Implemented Interfaces:
IXMLSearchSourceFactory

public class RdfOwlSearchSourceFactory
extends XMLSearchSourceFactory

Factory class for RDFOWLSearchSource. Combines Ontology schema defined in RDF/OWL syntax with RTI SearchSources which contain the class instance data. Configuration XML maps the RDF/OWL ontology to data elements stored in one or more RTI SearchSources.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Constructor Summary
RdfOwlSearchSourceFactory()
           
 
Method Summary
 SearchSource[] createSearchSources(org.w3c.dom.Element sourceElem, ISearchFieldMapFactory factory)
           
 
Methods inherited from class com.raritantechnologies.searchApp.XMLSearchSourceFactory
changeBasePath, initializeFieldFormatters, initializeSource, initializeStaticFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdfOwlSearchSourceFactory

public RdfOwlSearchSourceFactory()
Method Detail

createSearchSources

public SearchSource[] createSearchSources(org.w3c.dom.Element sourceElem,
                                          ISearchFieldMapFactory factory)
Specified by:
createSearchSources in interface IXMLSearchSourceFactory
Specified by:
createSearchSources in class XMLSearchSourceFactory