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

Packages that use Query
org.mindswap.pellet.query   
org.mindswap.pellet.query.impl   
 

Uses of Query in org.mindswap.pellet.query
 

Methods in org.mindswap.pellet.query that return Query
 Query Query.apply(QueryResultBinding binding)
          Deprecated. Replace the variables in the query with the values specified in the binding and return a new query instance.
 Query QueryResults.getQuery()
           
 Query QueryParser.parse(java.io.InputStream in, KnowledgeBase kb)
           
 Query QueryParser.parse(java.io.Reader in, KnowledgeBase kb)
           
static Query QueryEngine.parse(java.lang.String queryStr, KnowledgeBase kb)
          Deprecated.  
 Query QueryParser.parse(java.lang.String in, KnowledgeBase kb)
           
static Query QueryUtils.parse(java.lang.String queryStr, KnowledgeBase kb)
          Deprecated. Use QueryEngine.parse(String, KnowledgeBase) instead
static Query QueryEngine.parse(java.lang.String queryStr, KnowledgeBase kb, com.hp.hpl.jena.query.Syntax syntax)
          Deprecated.  
 Query Query.reorder(int[] ordering)
          Deprecated. Reorder the patterns in the query with respect to given ordering.
static Query QueryEngine.reorder(Query query)
          Deprecated.  
 

Methods in org.mindswap.pellet.query with parameters of type Query
static void QueryEngine.computeSizeEstimates(Query... queries)
          Deprecated.  
 double QueryCost.estimateCost(Query query)
           
static QueryResults QueryEngine.exec(Query query)
          Deprecated.  
 QueryResults QueryExec.exec(Query q)
           
static QueryResults QueryEngine.exec(Query query, KnowledgeBase kb)
          Deprecated.  
static boolean QueryEngine.execBoolean(Query query)
          Deprecated.  
static QueryResults QueryEngine.getSubsumptionMappings(Query sub, Query sup)
          Deprecated.  
static QueryResults QueryEngine.getSubsumptionMappings(Query sub, Query sup, KnowledgeBase backgroundKB)
          Deprecated.  
static boolean QueryEngine.isEquivalent(Query q1, Query q2)
          Deprecated.  
static boolean QueryEngine.isSubsumed(Query sub, Query sup)
          Deprecated. Use QueryEngine.isSubsumed(Query, Query)
static boolean QueryEngine.isSubsumed(Query sub, Query sup, KnowledgeBase backgroundKB)
          Deprecated. Use QueryEngine.isSubsumed(Query, Query, KnowledgeBase)
static boolean QueryEngine.isSubsumedBy(Query sub, Query sup)
          Deprecated.  
static boolean QueryEngine.isSubsumedBy(Query sub, Query sup, KnowledgeBase backgroundKB)
          Deprecated.  
static void QueryEngine.prepare(Query... queries)
          Deprecated. Renamed to QueryEngine.computeSizeEstimates(Query...)
static Query QueryEngine.reorder(Query query)
          Deprecated.  
static void QueryEngine.simplify(Query query)
          Deprecated.  
static java.util.List QueryEngine.split(Query query)
          Deprecated. If a query has disconnected components such as C(x), D(y) then it should be answered as two separate queries.
 java.util.List QuerySplitter.split(Query query)
          Deprecated.  
 boolean QueryExec.supports(Query q)
           
 

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

Classes in org.mindswap.pellet.query.impl that implement Query
 class QueryImpl
           
 

Methods in org.mindswap.pellet.query.impl that return Query
 Query QueryImpl.apply(QueryResultBinding binding)
           
 Query QueryResultsImpl.getQuery()
           
 Query ARQParser.parse(com.hp.hpl.jena.sparql.core.BasicPattern pattern, java.util.Collection resultVars, KnowledgeBase kb)
          Deprecated.  
 Query ARQParser.parse(java.io.InputStream in, KnowledgeBase kb)
          Deprecated.  
 Query ARQParser.parse(com.hp.hpl.jena.query.Query sparql, KnowledgeBase kb)
          Deprecated.  
 Query ARQParser.parse(java.io.Reader in, KnowledgeBase kb)
          Deprecated.  
 Query ARQParser.parse(java.lang.String queryStr, KnowledgeBase kb)
          Deprecated.  
 Query QueryImpl.reorder(int[] ordering)
           
 

Methods in org.mindswap.pellet.query.impl with parameters of type Query
 QueryResults DistVarsQueryExec.exec(Query query)
           
 QueryResults NoDistVarsQueryExec.exec(Query query)
           
 QueryResults NoVarsQueryExec.exec(Query query)
           
 QueryResults OptimizedQueryExec.exec(Query q)
          Deprecated.  
 QueryResults SimpleQueryExec.exec(Query q)
          Deprecated.  
 boolean DistVarsQueryExec.execBoolean(Query query)
           
 boolean NoDistVarsQueryExec.execBoolean(Query query)
           
 boolean NoVarsQueryExec.execBoolean(Query query)
           
 boolean DistVarsQueryExec.supports(Query q)
           
 boolean NoDistVarsQueryExec.supports(Query q)
           
 boolean NoVarsQueryExec.supports(Query q)
           
 boolean OptimizedQueryExec.supports(Query q)
          Deprecated.  
 boolean SimpleQueryExec.supports(Query q)
          Deprecated.  
 

Constructors in org.mindswap.pellet.query.impl with parameters of type Query
BindingIterator(Query q, java.util.Map b)
           
LiteralIterator(Query q, QueryResultBinding binding)
           
MultiQueryResults(Query query, QueryResults[] queryResults)
           
QueryResultsImpl(Query query)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.