com.clarkparsia.pellet.sparqldl.engine
Class CombinedQueryEngine
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final java.util.logging.Logger log
optimizer
public static final QueryOptimizer optimizer
CombinedQueryEngine
public CombinedQueryEngine()
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.