Interface Query
- All Known Subinterfaces:
ConjunctiveQuery, ConjunctiveQueryWithNegatedParts, UnionOfConjunctiveQueries
- All Known Implementing Classes:
DefaultConjunctiveQuery, DefaultConjunctiveQueryWithNegatedParts, DefaultUnionOfConjunctiveQueries, RuleWrapper2ConjunctiveQueryWithNegatedParts
public interface Query
This interface represents a generic query.
- Author:
- Clément Sipieter (INRIA) <clement@6pi.fr>
-
Method Summary
-
Method Details
-
isBoolean
boolean isBoolean()Returns whether the query expects a boolean answer.- Returns:
- true if the expected answer is boolean, false otherwise.
-
getLabel
-
setLabel
-
appendTo
Appends this object representation to the provided builder.- Parameters:
sb- the target builder
-