Uses of Class
org.eclipse.rdf4j.common.order.StatementOrder
-
-
Uses of StatementOrder in org.eclipse.rdf4j.common.order
Methods in org.eclipse.rdf4j.common.order that return StatementOrder Modifier and Type Method Description static StatementOrderStatementOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static StatementOrder[]StatementOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.common.order that return types with arguments of type StatementOrder Modifier and Type Method Description Set<StatementOrder>AvailableStatementOrder. getSupportedOrders(Resource subj, IRI pred, Value obj, Resource... contexts)Returns the supported orders for the given subject, predicate, object and contexts.
-