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 boolean
equals(java.lang.Object that)
QueryOrder
getQueryOrder()
Variable
getVariable()
int
hashCode()
-
Field Details
-
Constructor Details
-
Method Details
-
getVariable
-
getQueryOrder
-
equals
public boolean equals(java.lang.Object that)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-