com.clarkparsia.pellet.sparqldl.engine
Class AbstractABoxEngineWrapper

java.lang.Object
  extended by 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

Field Summary
static QueryExec distCombinedQueryExec
           
static java.util.logging.Logger log
           
 
Constructor Summary
AbstractABoxEngineWrapper()
           
 
Method Summary
 QueryResult exec(Query query)
          
 
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
 

Field Detail

log

public static final java.util.logging.Logger log

distCombinedQueryExec

public static final QueryExec distCombinedQueryExec
Constructor Detail

AbstractABoxEngineWrapper

public AbstractABoxEngineWrapper()
Method Detail

exec

public QueryResult exec(Query query)

Specified by:
exec in interface QueryExec


Copyright © 2004 Evren Sirin. All Rights Reserved.