Uses of Class
com.epimorphics.sparql.query.Order
-
Packages that use Order Package Description com.epimorphics.sparql.query -
-
Uses of Order in com.epimorphics.sparql.query
Methods in com.epimorphics.sparql.query that return Order Modifier and Type Method Description static OrderOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static Order[]Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.epimorphics.sparql.query with parameters of type Order Modifier and Type Method Description QueryShapeQueryShape. addOrder(Order o, IsExpr e)Constructors in com.epimorphics.sparql.query with parameters of type Order Constructor Description OrderCondition(Order order, IsExpr expr)
-