Uses of Interface
com.clarkparsia.pellet.sparqldl.model.Query

Packages that use Query
com.clarkparsia.pellet.sparqldl.engine   
com.clarkparsia.pellet.sparqldl.model   
com.clarkparsia.pellet.sparqldl.parser   
 

Uses of Query in com.clarkparsia.pellet.sparqldl.engine
 

Methods in com.clarkparsia.pellet.sparqldl.engine that return Query
 Query QueryPlan.getQuery()
           
 

Methods in com.clarkparsia.pellet.sparqldl.engine that return types with arguments of type Query
static java.util.List<Query> QueryEngine.split(Query query)
          If a query has disconnected components such as C(x), D(y) then it should be answered as two separate queries.
 

Methods in com.clarkparsia.pellet.sparqldl.engine with parameters of type Query
static void QuerySizeEstimator.computeSizeEstimate(Query query)
           
 QueryResult AbstractABoxEngineWrapper.exec(Query query)
          
 QueryResult CombinedQueryEngine.exec(Query query)
          
static QueryResult QueryEngine.exec(Query query)
           
 QueryResult QueryExec.exec(Query plan)
           
static QueryResult QueryEngine.exec(Query query, KnowledgeBase kb)
           
 QueryResult OptimizedQueryEngine2.execABoxQuery(Query q)
           
 QueryResult OptimizedQueryEngine3.execABoxQuery(Query q)
           
 QueryResult SimpleQueryEngine.execABoxQuery(Query q)
           
static boolean QueryEngine.execBooleanABoxQuery(Query query)
          Executes all boolean ABox atoms
 QueryPlan QueryOptimizer.getExecutionPlan(Query query)
           
static QueryResult QuerySubsumption.getSubsumptionMappings(Query sub, Query sup)
          Computes the subsumption mappings between sub and sup
static boolean QuerySubsumption.isEquivalentTo(Query q1, Query q2)
          Checks whether sub is equivalent to sup
static boolean QuerySubsumption.isSubsumedBy(Query sub, Query sup)
          Checks whether sub is subsumed by sup
static java.util.List<Query> QueryEngine.split(Query query)
          If a query has disconnected components such as C(x), D(y) then it should be answered as two separate queries.
 boolean CombinedQueryEngine.supports(Query q)
          
 boolean OptimizedQueryEngine2.supports(Query q)
          
 boolean OptimizedQueryEngine3.supports(Query q)
           
 boolean QueryExec.supports(Query q)
           
 boolean SimpleQueryEngine.supports(Query q)
           
static boolean QueryEngine.supports(Query query, KnowledgeBase kb)
           
 

Constructors in com.clarkparsia.pellet.sparqldl.engine with parameters of type Query
CostBasedQueryPlanNew(Query query)
           
IncrementalQueryPlan(Query query)
           
NoReorderingQueryPlan(Query query)
           
QueryPlan(Query query)
           
 

Uses of Query in com.clarkparsia.pellet.sparqldl.model
 

Classes in com.clarkparsia.pellet.sparqldl.model that implement Query
 class QueryImpl
           Title: Default implementation of the Query
 

Methods in com.clarkparsia.pellet.sparqldl.model that return Query
 Query Query.apply(ResultBinding binding)
          Replace the variables in the query with the values specified in the binding and return a new query instance (without modifying this query).
 Query QueryImpl.apply(ResultBinding binding)
          Replace the variables in the query with the values specified in the binding and return a new query instance (without modifying this query).
 Query CoreNewImpl.getQuery()
           
 Query Query.reorder(int[] atoms)
          Creates a subquery from the given query.
 Query QueryImpl.reorder(int[] ordering)
          Creates a subquery from the given query.
 

Constructors in com.clarkparsia.pellet.sparqldl.model with parameters of type Query
QueryImpl(Query query)
           
QueryResultImpl(Query query)
           
 

Uses of Query in com.clarkparsia.pellet.sparqldl.parser
 

Methods in com.clarkparsia.pellet.sparqldl.parser that return Query
 Query ARQParser.parse(com.hp.hpl.jena.sparql.core.BasicPattern basicPattern, java.util.Collection<?> resultVars, KnowledgeBase kb, boolean isDistinct)
           
 Query ARQParser.parse(java.io.InputStream stream, KnowledgeBase kb)
          
 Query QueryParser.parse(java.io.InputStream stream, KnowledgeBase kb)
           
 Query ARQParser.parse(java.util.List<com.hp.hpl.jena.graph.Triple> basicPattern, java.util.Collection<?> resultVars, KnowledgeBase kb, boolean isDistinct)
           
 Query ARQParser.parse(com.hp.hpl.jena.query.Query sparql, KnowledgeBase kb)
           
 Query QueryParser.parse(com.hp.hpl.jena.query.Query stream, KnowledgeBase kb)
           
 Query ARQParser.parse(java.lang.String queryStr, KnowledgeBase kb)
          
 Query QueryParser.parse(java.lang.String queryString, KnowledgeBase kb)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.