Class QueryInterpreterStoreAdapterImpl
java.lang.Object
tools.refinery.store.query.interpreter.internal.QueryInterpreterStoreAdapterImpl
- All Implemented Interfaces:
ModelStoreAdapter
,QueryInterpreterStoreAdapter
,ModelQueryStoreAdapter
public class QueryInterpreterStoreAdapterImpl
extends Object
implements QueryInterpreterStoreAdapter
-
Method Summary
Modifier and TypeMethodDescriptioncreateModelAdapter
(Model model) <T> Query
<T> getCanonicalQuery
(Query<T> query) getStore()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tools.refinery.store.query.ModelQueryStoreAdapter
getCanonicalQuery
-
Method Details
-
getStore
- Specified by:
getStore
in interfaceModelStoreAdapter
-
getSymbolViews
- Specified by:
getSymbolViews
in interfaceModelQueryStoreAdapter
-
getInputKeys
-
getQueries
- Specified by:
getQueries
in interfaceModelQueryStoreAdapter
-
getCancellationToken
-
getCanonicalQuery
- Specified by:
getCanonicalQuery
in interfaceModelQueryStoreAdapter
-
getEngineOptions
- Specified by:
getEngineOptions
in interfaceQueryInterpreterStoreAdapter
-
createModelAdapter
- Specified by:
createModelAdapter
in interfaceModelQueryStoreAdapter
- Specified by:
createModelAdapter
in interfaceModelStoreAdapter
- Specified by:
createModelAdapter
in interfaceQueryInterpreterStoreAdapter
-