org.mindswap.pellet.jena
Class PelletQueryEngine

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

public class PelletQueryEngine
extends java.lang.Object
implements com.hp.hpl.jena.rdql.QueryExecution

Author:
Evren Sirin

Constructor Summary
PelletQueryEngine(com.hp.hpl.jena.rdql.Query query)
           
PelletQueryEngine(java.lang.String query, com.hp.hpl.jena.rdf.model.Model source)
           
 
Method Summary
 void abort()
           
 void close()
           
 com.hp.hpl.jena.rdql.QueryResults exec()
           
static com.hp.hpl.jena.rdql.QueryResults exec(com.hp.hpl.jena.rdql.Query query)
           
 void init()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PelletQueryEngine

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

PelletQueryEngine

public PelletQueryEngine(com.hp.hpl.jena.rdql.Query query)
Method Detail

init

public void init()
Specified by:
init in interface com.hp.hpl.jena.rdql.QueryExecution

exec

public com.hp.hpl.jena.rdql.QueryResults exec()
Specified by:
exec in interface com.hp.hpl.jena.rdql.QueryExecution

abort

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

close

public void close()
Specified by:
close in interface com.hp.hpl.jena.rdql.QueryExecution

exec

public static com.hp.hpl.jena.rdql.QueryResults exec(com.hp.hpl.jena.rdql.Query query)


Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.