Class Split
- java.lang.Object
-
- org.eclipse.rdf4j.spin.function.spif.Split
-
- All Implemented Interfaces:
TupleFunction
,InverseMagicProperty
- Direct Known Subclasses:
StrSplit
public class Split extends Object implements InverseMagicProperty
-
-
Constructor Summary
Constructors Constructor Description Split()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
evaluate(ValueFactory valueFactory, Value... args)
String
getURI()
-
-
-
Method Detail
-
getURI
public String getURI()
- Specified by:
getURI
in interfaceTupleFunction
-
evaluate
public CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> evaluate(ValueFactory valueFactory, Value... args) throws QueryEvaluationException
- Specified by:
evaluate
in interfaceTupleFunction
- Throws:
QueryEvaluationException
-
-