Uses of Interface
org.mindswap.pellet.query.QueryResults

Packages that use QueryResults
org.mindswap.pellet   
org.mindswap.pellet.jena   
org.mindswap.pellet.query   
org.mindswap.pellet.query.impl   
 

Uses of QueryResults in org.mindswap.pellet
 

Methods in org.mindswap.pellet that return QueryResults
 QueryResults KnowledgeBase.runQuery(java.lang.String queryStr)
          Deprecated. Use QueryEngine.exec methods instead
 

Uses of QueryResults in org.mindswap.pellet.jena
 

Methods in org.mindswap.pellet.jena that return QueryResults
 QueryResults PelletResultSet.getAnswers()
          Return the underlying QueryResults object
 

Constructors in org.mindswap.pellet.jena with parameters of type QueryResults
PelletQueryResults(QueryResults answers, com.hp.hpl.jena.rdf.model.Model model)
           
PelletResultSet(QueryResults answers, com.hp.hpl.jena.rdf.model.Model model)
           
 

Uses of QueryResults in org.mindswap.pellet.query
 

Methods in org.mindswap.pellet.query that return QueryResults
 QueryResults QueryExec.exec(Query q)
           
static QueryResults QueryEngine.exec(Query query)
           
static QueryResults QueryEngine.exec(java.lang.String queryStr, KnowledgeBase kb)
           
static QueryResults QueryEngine.exec(java.lang.String queryStr, KnowledgeBase kb, com.hp.hpl.jena.query.Syntax syntax)
           
static QueryResults QueryEngine.execRDQL(java.lang.String queryStr, KnowledgeBase kb)
           
static QueryResults QueryEngine.execSPARQL(java.lang.String queryStr, KnowledgeBase kb)
           
 

Uses of QueryResults in org.mindswap.pellet.query.impl
 

Classes in org.mindswap.pellet.query.impl that implement QueryResults
 class MultiQueryResults
           
 class QueryResultsImpl
           
 

Methods in org.mindswap.pellet.query.impl that return QueryResults
 QueryResults SimpleQueryExec.exec(Query q)
           
 QueryResults RelaxedDistVarsQueryEngine.exec(Query q)
           
 QueryResults OptimizedQueryExec.exec(Query q)
           
 QueryResults NoVarsQueryExec.exec(Query query)
           
 QueryResults NoDistVarsQueryExec.exec(Query query)
           
 QueryResults DistVarsQueryExec.exec(Query query)
           
 

Constructors in org.mindswap.pellet.query.impl with parameters of type QueryResults
MultiQueryResults(Query query, QueryResults[] queryResults)
           
 



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