Class QueryResultWrapper

java.lang.Object
tools.refinery.interpreter.internal.apiimpl.QueryResultWrapper
Direct Known Subclasses:
BaseMatcher

public abstract class QueryResultWrapper extends Object
Internal class for wrapping a query result providing backend. It's only supported usage is by the InterpreterEngineImpl class.

Important note: this class must not introduce any public method, as it will be visible through BaseMatcher as an API, although this class is not an API itself.