Interface StmtIterator

    • Method Detail

      • nextStatement

        Statement nextStatement()
                         throws java.util.NoSuchElementException
        Return the next Statement of the iteration.
        Returns:
        The next Resource from the iteration.
        Throws:
        java.util.NoSuchElementException - if there are no more to be returned.
      • toModel

        default Model toModel()
        Answer a Model of the [remaining] Statements of this iterator, consuming this iterator.