public abstract class AbstractABoxEngineWrapper extends 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.
| Modifier and Type | Field and Description |
|---|---|
protected Query |
aboxQuery |
static QueryExec |
distCombinedQueryExec |
static Logger |
log |
protected Query |
schemaQuery |
| Constructor and Description |
|---|
AbstractABoxEngineWrapper() |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
exec(Query query) |
protected abstract QueryResult |
execABoxQuery(Query q) |
public static final Logger log
public static final QueryExec distCombinedQueryExec
protected Query schemaQuery
protected Query aboxQuery
public QueryResult exec(Query query)
protected abstract QueryResult execABoxQuery(Query q)
Copyright © 2019. All rights reserved.