public interface ISortOrder<E> extends Serializable
Modifier and Type | Method and Description |
---|---|
IValueExpression<E> |
getExpr()
An
IValueExpression to be evaluated for each input solution. |
boolean |
isAscending()
true iff the values will be placed into an ascending sort
and false if the values will be placed into a descending
sort. |
IValueExpression<E> getExpr()
IValueExpression
to be evaluated for each input solution. The
IValueExpression
should be either a bare IVariable
, a
IConstant
or an IBind
associating the computed value of
an IValueExpression
with an IVariable
bound on the
solution as a side-effect.boolean isAscending()
true
iff the values will be placed into an ascending sort
and false
if the values will be placed into a descending
sort.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.