Uses of Class
tech.oxfordsemantic.jrdfox.logic.QueryOrder
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic |
-
Uses of QueryOrder in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic that return QueryOrder Modifier and Type Method Description QueryOrder
Query.OrderBy. getQueryOrder()
static QueryOrder
QueryOrder. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QueryOrder[]
QueryOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in tech.oxfordsemantic.jrdfox.logic with parameters of type QueryOrder Constructor Description OrderBy(Variable variable, QueryOrder queryOrder)