com.clarkparsia.pellet.sparqldl.engine
Class AbstractABoxEngineWrapper
java.lang.Object
com.clarkparsia.pellet.sparqldl.engine.AbstractABoxEngineWrapper
- All Implemented Interfaces:
- QueryExec
- Direct Known Subclasses:
- OptimizedQueryEngine2, OptimizedQueryEngine3, SimpleQueryEngine
public abstract class AbstractABoxEngineWrapper
- extends java.lang.Object
- implements QueryExec
Title: Abstract class for all purely ABox engines.
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 |
Methods inherited from interface com.clarkparsia.pellet.sparqldl.engine.QueryExec |
supports |
log
public static final java.util.logging.Logger log
distCombinedQueryExec
public static final QueryExec distCombinedQueryExec
AbstractABoxEngineWrapper
public AbstractABoxEngineWrapper()
exec
public QueryResult exec(Query query)
-
- Specified by:
exec
in interface QueryExec
Copyright © 2004 Evren Sirin. All Rights Reserved.