Class DefaultEffectiveConjunctiveQuery
java.lang.Object
fr.lirmm.graphik.integraal.core.DefaultEffectiveQuery<ConjunctiveQuery, Substitution>
fr.lirmm.graphik.integraal.core.DefaultEffectiveConjunctiveQuery
- All Implemented Interfaces:
EffectiveConjunctiveQuery, EffectiveQuery<ConjunctiveQuery, Substitution>
public class DefaultEffectiveConjunctiveQuery
extends DefaultEffectiveQuery<ConjunctiveQuery, Substitution>
implements EffectiveConjunctiveQuery
Default implementation of an effective conjunctive query.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an effective conjunctive query from a query and a substitution. -
Method Summary
Methods inherited from class DefaultEffectiveQuery
appendTo, getQuery, getSubstitution, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface EffectiveQuery
getQuery, getSubstitution
-
Constructor Details
-
DefaultEffectiveConjunctiveQuery
Creates an effective conjunctive query from a query and a substitution.- Parameters:
q- the underlying conjunctive querys- the associated substitution
-