org.mindswap.pellet.jena
Class PelletQueryExecution

java.lang.Object
  extended by org.mindswap.pellet.jena.PelletQueryExecution
All Implemented Interfaces:
com.hp.hpl.jena.query.QueryExecution

Deprecated. Use the functions from SparqlDLExecutionFactory instead.

public class PelletQueryExecution
extends java.lang.Object
implements com.hp.hpl.jena.query.QueryExecution

Author:
Evren Sirin

Field Summary
static java.util.logging.Logger log
          Deprecated.  
 
Constructor Summary
PelletQueryExecution(com.hp.hpl.jena.query.Query query, com.hp.hpl.jena.query.Dataset source)
          Deprecated.  
PelletQueryExecution(com.hp.hpl.jena.query.Query query, com.hp.hpl.jena.rdf.model.Model source)
          Deprecated.  
PelletQueryExecution(java.lang.String query, com.hp.hpl.jena.rdf.model.Model source)
          Deprecated.  
 
Method Summary
 void abort()
          Deprecated.  
 void close()
          Deprecated. 
 boolean execAsk()
          Deprecated. 
 com.hp.hpl.jena.rdf.model.Model execConstruct()
          Deprecated. 
 com.hp.hpl.jena.rdf.model.Model execConstruct(com.hp.hpl.jena.rdf.model.Model model)
          Deprecated. 
 com.hp.hpl.jena.rdf.model.Model execDescribe()
          Deprecated. 
 com.hp.hpl.jena.rdf.model.Model execDescribe(com.hp.hpl.jena.rdf.model.Model model)
          Deprecated. 
 com.hp.hpl.jena.query.ResultSet execSelect()
          Deprecated. 
 com.hp.hpl.jena.sparql.util.Context getContext()
          Deprecated.  
 com.hp.hpl.jena.query.Dataset getDataset()
          Deprecated. 
 boolean isPurePelletQueryExec()
          Deprecated.  
 void setFileManager(com.hp.hpl.jena.util.FileManager manager)
          Deprecated.  
 void setInitialBinding(com.hp.hpl.jena.query.QuerySolution arg0)
          Deprecated.  
 void setPurePelletQueryExec(boolean purePelletQueryExec)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static java.util.logging.Logger log
Deprecated. 
Constructor Detail

PelletQueryExecution

public PelletQueryExecution(java.lang.String query,
                            com.hp.hpl.jena.rdf.model.Model source)
Deprecated. 

PelletQueryExecution

public PelletQueryExecution(com.hp.hpl.jena.query.Query query,
                            com.hp.hpl.jena.rdf.model.Model source)
Deprecated. 

PelletQueryExecution

public PelletQueryExecution(com.hp.hpl.jena.query.Query query,
                            com.hp.hpl.jena.query.Dataset source)
Deprecated. 
Method Detail

execDescribe

public com.hp.hpl.jena.rdf.model.Model execDescribe()
Deprecated. 

Specified by:
execDescribe in interface com.hp.hpl.jena.query.QueryExecution

execDescribe

public com.hp.hpl.jena.rdf.model.Model execDescribe(com.hp.hpl.jena.rdf.model.Model model)
Deprecated. 

Specified by:
execDescribe in interface com.hp.hpl.jena.query.QueryExecution

execConstruct

public com.hp.hpl.jena.rdf.model.Model execConstruct()
Deprecated. 

Specified by:
execConstruct in interface com.hp.hpl.jena.query.QueryExecution

execConstruct

public com.hp.hpl.jena.rdf.model.Model execConstruct(com.hp.hpl.jena.rdf.model.Model model)
Deprecated. 

Specified by:
execConstruct in interface com.hp.hpl.jena.query.QueryExecution

execAsk

public boolean execAsk()
Deprecated. 

Specified by:
execAsk in interface com.hp.hpl.jena.query.QueryExecution

execSelect

public com.hp.hpl.jena.query.ResultSet execSelect()
Deprecated. 

Specified by:
execSelect in interface com.hp.hpl.jena.query.QueryExecution

abort

public void abort()
Deprecated. 
Specified by:
abort in interface com.hp.hpl.jena.query.QueryExecution

close

public void close()
Deprecated. 

Specified by:
close in interface com.hp.hpl.jena.query.QueryExecution

setFileManager

public void setFileManager(com.hp.hpl.jena.util.FileManager manager)
Deprecated. 
Specified by:
setFileManager in interface com.hp.hpl.jena.query.QueryExecution

setInitialBinding

public void setInitialBinding(com.hp.hpl.jena.query.QuerySolution arg0)
Deprecated. 
Specified by:
setInitialBinding in interface com.hp.hpl.jena.query.QueryExecution

getContext

public com.hp.hpl.jena.sparql.util.Context getContext()
Deprecated. 
Specified by:
getContext in interface com.hp.hpl.jena.query.QueryExecution

getDataset

public com.hp.hpl.jena.query.Dataset getDataset()
Deprecated. 

Specified by:
getDataset in interface com.hp.hpl.jena.query.QueryExecution

isPurePelletQueryExec

public boolean isPurePelletQueryExec()
Deprecated. 

setPurePelletQueryExec

public void setPurePelletQueryExec(boolean purePelletQueryExec)
Deprecated. 


Copyright © 2004 Evren Sirin. All Rights Reserved.