Class Member
- java.lang.Object
-
- org.eclipse.rdf4j.spin.function.list.Member
-
- All Implemented Interfaces:
TupleFunction
public class Member extends Object implements TupleFunction
-
-
Constructor Summary
Constructors Constructor Description Member()
-
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
-
-