Uses of Enum
org.eclipse.rdf4j.sparqlbuilder.constraint.SparqlFunction
Packages that use SparqlFunction
-
Uses of SparqlFunction in org.eclipse.rdf4j.sparqlbuilder.constraint
Subclasses with type arguments of type SparqlFunction in org.eclipse.rdf4j.sparqlbuilder.constraintMethods in org.eclipse.rdf4j.sparqlbuilder.constraint that return SparqlFunctionModifier and TypeMethodDescriptionstatic SparqlFunction
Returns the enum constant of this type with the specified name.static SparqlFunction[]
SparqlFunction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type SparqlFunctionModifier and TypeMethodDescriptionstatic Expression
<?> Expressions.function
(SparqlFunction function, Operand... operands) Too lazy at the moment.