Package tech.oxfordsemantic.jrdfox.logic
Class Query.OrderBy
java.lang.Object
tech.oxfordsemantic.jrdfox.logic.Query.OrderBy
- Enclosing class:
- Query
public static class Query.OrderBy
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static Query.OrderBy[]NO_ORDER_BYS -
Constructor Summary
Constructors Constructor Description OrderBy(Variable variable, QueryOrder queryOrder) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object that)QueryOrdergetQueryOrder()VariablegetVariable()inthashCode()
-
Field Details
-
Constructor Details
-
Method Details
-
getVariable
-
getQueryOrder
-
equals
public boolean equals(java.lang.Object that)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-