Class RelationalQueryMetaContext
java.lang.Object
tools.refinery.interpreter.matchers.context.AbstractQueryMetaContext
tools.refinery.store.query.interpreter.internal.context.RelationalQueryMetaContext
- All Implemented Interfaces:
IQueryMetaContext
The meta context information for String scopes.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getImplications
(IInputKey implyingKey) boolean
isEnumerable
(IInputKey key) boolean
isStateless
(IInputKey key) Methods inherited from class tools.refinery.interpreter.matchers.context.AbstractQueryMetaContext
getConditionalImplications, getPosetComparator, getSuggestedEliminationOrdering, getWeakenedAlternatives, isPosetKey
-
Method Details
-
isEnumerable
-
isStateless
-
canLeadOutOfScope
- Specified by:
canLeadOutOfScope
in interfaceIQueryMetaContext
- Overrides:
canLeadOutOfScope
in classAbstractQueryMetaContext
-
getImplications
-
getFunctionalDependencies
-
checkKey
-