Package org.apache.jena.sparql.resultset
Class RDFInput
- java.lang.Object
-
- org.apache.jena.sparql.resultset.ResultSetMem
-
- org.apache.jena.sparql.resultset.RDFInput
-
- All Implemented Interfaces:
java.util.Iterator<QuerySolution>,ResultSet,ResultSetRewindable,ResultSetPeekable
public class RDFInput extends ResultSetMem
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResultSetfromRDF(Model model)Turns an RDF model, with properties and classes from the result set vocabulary, into a SPARQL result set.-
Methods inherited from class org.apache.jena.sparql.resultset.ResultSetMem
getResourceModel, getResultVars, getRowNumber, hasNext, next, nextBinding, nextSolution, peek, peekBinding, reset, rewind, size
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jena.query.ResultSet
rewindable
-
-
-
-
Constructor Detail
-
RDFInput
public RDFInput(Model model)
Process a result set encoded in RDF according to@link{http://www.w3.org/2001/sw/DataAccess/tests/result-set}#- Parameters:
model-
-
-