Class QueryBody.OrderCondition
java.lang.Object
tech.oxfordsemantic.jrdfox.util.ImmutablePair<QueryBody.SortOrder, Expression>
tech.oxfordsemantic.jrdfox.logic.sparql.statement.QueryBody.OrderCondition
- All Implemented Interfaces:
Serializable, Pair<QueryBody.SortOrder, Expression>
- Enclosing interface:
QueryBody
public static class QueryBody.OrderCondition
extends tech.oxfordsemantic.jrdfox.util.ImmutablePair<QueryBody.SortOrder, Expression>
- See Also:
-
Field Summary
FieldsFields inherited from class tech.oxfordsemantic.jrdfox.util.ImmutablePair
m_first, m_second -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tech.oxfordsemantic.jrdfox.util.ImmutablePair
equals, getFirst, getSecond, hashCode
-
Field Details
-
EMPTY_ARRAY
-
-
Constructor Details
-
OrderCondition
-
-
Method Details
-
getSortOrder
-
getExpression
-