com.clarkparsia.pellet.sparqldl.engine
Class CombinedQueryEngine

java.lang.Object
  extended by com.clarkparsia.pellet.sparqldl.engine.CombinedQueryEngine
All Implemented Interfaces:
QueryExec

public class CombinedQueryEngine
extends java.lang.Object
implements QueryExec

Title: Engine for queries with only distinguished variables.

Description: All variable name spaces are disjoint.

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Petr Kremen

Field Summary
static java.util.logging.Logger log
           
static QueryOptimizer optimizer
           
 
Constructor Summary
CombinedQueryEngine()
           
 
Method Summary
 QueryResult exec(Query query)
          
 boolean supports(Query q)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final java.util.logging.Logger log

optimizer

public static final QueryOptimizer optimizer
Constructor Detail

CombinedQueryEngine

public CombinedQueryEngine()
Method Detail

supports

public boolean supports(Query q)

Specified by:
supports in interface QueryExec

exec

public QueryResult exec(Query query)

Specified by:
exec in interface QueryExec


Copyright © 2004 Evren Sirin. All Rights Reserved.