org.aksw.commons.sparql.api.model
Class QueryExecutionFactoryModel

java.lang.Object
  extended by org.aksw.commons.sparql.api.core.QueryExecutionFactoryBackQuery
      extended by org.aksw.commons.sparql.api.model.QueryExecutionFactoryModel
All Implemented Interfaces:
QueryExecutionFactory, QueryExecutionFactoryQuery, QueryExecutionFactoryString

public class QueryExecutionFactoryModel
extends QueryExecutionFactoryBackQuery

Author:
Claus Stadler

Date: 8/3/11 Time: 11:35 PM


Constructor Summary
QueryExecutionFactoryModel()
           
QueryExecutionFactoryModel(com.hp.hpl.jena.rdf.model.Model model)
           
 
Method Summary
 com.hp.hpl.jena.query.QueryExecution createQueryExecution(com.hp.hpl.jena.query.Query query)
           
 String getId()
           
 com.hp.hpl.jena.rdf.model.Model getModel()
           
 String getState()
           
 
Methods inherited from class org.aksw.commons.sparql.api.core.QueryExecutionFactoryBackQuery
createQueryExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExecutionFactoryModel

public QueryExecutionFactoryModel()

QueryExecutionFactoryModel

public QueryExecutionFactoryModel(com.hp.hpl.jena.rdf.model.Model model)
Method Detail

getModel

public com.hp.hpl.jena.rdf.model.Model getModel()

getId

public String getId()

getState

public String getState()

createQueryExecution

public com.hp.hpl.jena.query.QueryExecution createQueryExecution(com.hp.hpl.jena.query.Query query)


Copyright © 2012. All Rights Reserved.