Uses of Class
org.eclipse.rdf4j.queryrender.sparql.experimental.FNFunction
-
Packages that use FNFunction Package Description org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries. -
-
Uses of FNFunction in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental that return FNFunction Modifier and Type Method Description static FNFunction
FNFunction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FNFunction[]
FNFunction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.queryrender.sparql.experimental that return types with arguments of type FNFunction Modifier and Type Method Description static java.util.Optional<FNFunction>
FNFunction. byName(java.lang.String name)
static java.util.Optional<FNFunction>
FNFunction. byUri(java.lang.String uriAsString)
static java.util.Optional<FNFunction>
FNFunction. byUri(IRI uri)
-