| Constructor and Description |
|---|
TriplePredicateFunction() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.rdf4j.model.Value |
evaluate(org.eclipse.rdf4j.model.ValueFactory vf,
org.eclipse.rdf4j.model.Value... args)
Evaluate the function over the supplied input arguments, using the supplied
ValueFactory to produce the
result. |
String |
getURI() |
public org.eclipse.rdf4j.model.Value evaluate(org.eclipse.rdf4j.model.ValueFactory vf, org.eclipse.rdf4j.model.Value... args) throws ValueExprEvaluationException
FunctionValueFactory to produce the
result.evaluate in interface Functionvf - a ValueFactory to use for producing the function result.args - the function input arguments.ValueExprEvaluationExceptionCopyright © 2015-2021 Eclipse Foundation. All Rights Reserved.