Interface EffectiveQuery<Q extends Query, S extends Substitution>
- Type Parameters:
Q- type of the wrapped queryS- type of the wrapped substitution
- All Known Subinterfaces:
EffectiveConjunctiveQuery
- All Known Implementing Classes:
DefaultEffectiveConjunctiveQuery, DefaultEffectiveQuery
public interface EffectiveQuery<Q extends Query, S extends Substitution>
This interface represents a query associated with a partial substitution.
- Author:
- Olivier Rodriguez
-
Method Summary
Modifier and TypeMethodDescriptiongetQuery()Returns the wrapped query.Returns the substitution associated with the wrapped query.
-
Method Details
-
getQuery
-
getSubstitution
S getSubstitution()Returns the substitution associated with the wrapped query.- Returns:
- the associated substitution
-