uk.ac.soton.ecs.grimoires.server.rdql
Class AbstractRDQLGenerator

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.rdql.AbstractRDQLGenerator
All Implemented Interfaces:
RDQLGenerator
Direct Known Subclasses:
MetadataRDQLGenerator

public class AbstractRDQLGenerator
extends Object
implements RDQLGenerator


Constructor Summary
AbstractRDQLGenerator()
           
 
Method Summary
 GenerationResults generateRdqlQuery(Object queryObject, QueryDetails details)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRDQLGenerator

public AbstractRDQLGenerator()
Method Detail

generateRdqlQuery

public GenerationResults generateRdqlQuery(Object queryObject,
                                           QueryDetails details)
                                    throws com.hp.hpl.jena.rdf.model.RDFException
Specified by:
generateRdqlQuery in interface RDQLGenerator
Throws:
com.hp.hpl.jena.rdf.model.RDFException