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:
java.io.Serializable
,Pair<QueryBody.SortOrder,Expression>
- Enclosing interface:
- QueryBody
public static class QueryBody.OrderCondition extends tech.oxfordsemantic.jrdfox.util.ImmutablePair<QueryBody.SortOrder,Expression>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static QueryBody.OrderCondition[]
EMPTY_ARRAY
-
Constructor Summary
Constructors Constructor Description OrderCondition(QueryBody.SortOrder first, Expression second)
-
Method Summary
Modifier and Type Method Description Expression
getExpression()
QueryBody.SortOrder
getSortOrder()