|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Query<ReturnType>
Represents common features of a query.
| Method Summary | |
|---|---|
QueryAtom |
getBody()
Returns the (possibly complex) query atom for this query. |
java.util.Set<Variable> |
getVariables()
Returns an unmodifiable set containing all the variables mentioned in the query. |
void |
setBody(QueryAtom body)
Sets the body of this query |
| Method Detail |
|---|
QueryAtom getBody()
java.util.Set<Variable> getVariables()
void setBody(QueryAtom body)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||