public class SpinFunction extends AbstractSpinFunction implements TransientFunction
Constructor and Description |
---|
SpinFunction(String uri) |
Modifier and Type | Method and Description |
---|---|
void |
addArgument(Argument arg) |
Value |
evaluate(ValueFactory valueFactory,
Value... args)
Evaluate the function over the supplied input arguments, using the supplied
ValueFactory to produce the
result. |
List<Argument> |
getArguments() |
ParsedQuery |
getParsedQuery() |
void |
setParsedQuery(ParsedQuery query) |
String |
toString() |
addBindings, getCurrentQueryPreparer, getQueryPreparer, getURI, setQueryPreparer
public SpinFunction(String uri)
public void setParsedQuery(ParsedQuery query)
public ParsedQuery getParsedQuery()
public void addArgument(Argument arg)
public Value evaluate(ValueFactory valueFactory, Value... args) throws ValueExprEvaluationException
Function
ValueFactory
to produce the
result.evaluate
in interface Function
valueFactory
- a ValueFactory
to use for producing the function result.args
- the function input arguments.ValueExprEvaluationException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.