public class ConvertSpinRDFToString extends AbstractSpinFunction implements Function
Constructor and Description |
---|
ConvertSpinRDFToString() |
ConvertSpinRDFToString(SpinParser parser) |
Modifier and Type | Method and Description |
---|---|
Value |
evaluate(ValueFactory valueFactory,
Value... args)
Evaluate the function over the supplied input arguments, using the supplied
ValueFactory to produce the
result. |
SpinParser |
getSpinParser() |
void |
setSpinParser(SpinParser parser) |
addBindings, getCurrentQueryPreparer, getQueryPreparer, getURI, setQueryPreparer
public ConvertSpinRDFToString()
public ConvertSpinRDFToString(SpinParser parser)
public SpinParser getSpinParser()
public void setSpinParser(SpinParser parser)
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.