Class XmlDatatypeUtilFunction
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.XmlDatatypeUtilFunction
- All Implemented Interfaces:
Function
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate(ValueFactory valueFactory, Value... args) Evaluate the function over the supplied input arguments, using the suppliedValueFactoryto produce the result.evaluate(TripleSource tripleSource, Value... args) Evaluate the function over the supplied input arguments.getURI()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Function
mustReturnDifferentResult
-
Constructor Details
-
XmlDatatypeUtilFunction
public XmlDatatypeUtilFunction()
-
-
Method Details
-
getURI
-
evaluate
Description copied from interface:FunctionEvaluate the function over the supplied input arguments, using the suppliedValueFactoryto produce the result.- Specified by:
evaluatein interfaceFunction- Parameters:
valueFactory- aValueFactoryto use for producing the function result.args- the function input arguments.- Returns:
- the function result value.
- Throws:
ValueExprEvaluationException
-
evaluate
Description copied from interface:FunctionEvaluate the function over the supplied input arguments.- Specified by:
evaluatein interfaceFunction- Parameters:
tripleSource- theTripleSourceused in the query evaluation. This can be used to access the current state of the store.args- the function input arguments.- Returns:
- the function result value.
-