Class FilteredResultSet

  • All Implemented Interfaces:
    Iterator<org.apache.jena.query.QuerySolution>, org.apache.jena.query.ResultSet

    public class FilteredResultSet
    extends Object
    implements org.apache.jena.query.ResultSet
    • Field Detail

      • solutIt

        protected Iterator<org.apache.jena.query.QuerySolution> solutIt
      • originalResultSet

        protected org.apache.jena.query.ResultSet originalResultSet
      • rowNum

        protected int rowNum
    • Constructor Detail

      • FilteredResultSet

        public FilteredResultSet​(List<org.apache.jena.query.QuerySolution> solutions,
                                 org.apache.jena.query.ResultSet originalResultSet)
    • Method Detail

      • remove

        public void remove()
        Specified by:
        remove in interface Iterator<org.apache.jena.query.QuerySolution>
      • getResourceModel

        public org.apache.jena.rdf.model.Model getResourceModel()
        Specified by:
        getResourceModel in interface org.apache.jena.query.ResultSet
      • getResultVars

        public List<String> getResultVars()
        Specified by:
        getResultVars in interface org.apache.jena.query.ResultSet
      • getRowNumber

        public int getRowNumber()
        Specified by:
        getRowNumber in interface org.apache.jena.query.ResultSet
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<org.apache.jena.query.QuerySolution>
        Specified by:
        hasNext in interface org.apache.jena.query.ResultSet
      • next

        public org.apache.jena.query.QuerySolution next()
        Specified by:
        next in interface Iterator<org.apache.jena.query.QuerySolution>
        Specified by:
        next in interface org.apache.jena.query.ResultSet
      • nextBinding

        public org.apache.jena.sparql.engine.binding.Binding nextBinding()
        Specified by:
        nextBinding in interface org.apache.jena.query.ResultSet
      • nextSolution

        public org.apache.jena.query.QuerySolution nextSolution()
        Specified by:
        nextSolution in interface org.apache.jena.query.ResultSet