com.raritantechnologies.concept.rdf_owl
Class RdfOwlQueryProcessor

java.lang.Object
  extended bycom.raritantechnologies.concept.rdf_owl.RdfOwlQueryProcessor
All Implemented Interfaces:
IQueryProcessor

public class RdfOwlQueryProcessor
extends java.lang.Object
implements IQueryProcessor

RDF/OWL Query Processor - uses SPARQL queries to extract direct and inferred relationships from an RDF graph.

Uses the Jena API to process queries.


Constructor Summary
RdfOwlQueryProcessor()
           
 
Method Summary
 IResultSet executeQuery(java.lang.Integer queryID, ISearchFieldMap searchMap, SourceLoginInfo[] sources, OrderedMap inputParameters, java.lang.Integer pageSize, java.lang.Integer startRec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.raritantechnologies.searchApp.IQueryProcessor
executeQuery
 

Constructor Detail

RdfOwlQueryProcessor

public RdfOwlQueryProcessor()
Method Detail

executeQuery

public IResultSet executeQuery(java.lang.Integer queryID,
                               ISearchFieldMap searchMap,
                               SourceLoginInfo[] sources,
                               OrderedMap inputParameters,
                               java.lang.Integer pageSize,
                               java.lang.Integer startRec)
                        throws QueryProcessorException
Throws:
QueryProcessorException