Uses of Interface
org.apache.jena.rdf.model.RSIterator
Packages that use RSIterator
Package
Description
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of RSIterator in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model that return RSIteratorModifier and TypeMethodDescriptionModel.listReifiedStatements()
answer an iterator delivering all the reified statements "in" this modelModel.listReifiedStatements
(Statement st) answer an iterator delivering all the reified statements "in" this model that match the statement _st_.Statement.listReifiedStatements()
answer an iterator which delivers all the reified statements in the model this Statement belongs to that match this Statement. -
Uses of RSIterator in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement RSIteratorMethods in org.apache.jena.rdf.model.impl that return RSIteratorModifier and TypeMethodDescriptionModelCom.listReifiedStatements()
ModelCom.listReifiedStatements
(Statement st) ModelReifier.listReifiedStatements()
Answer an iterator that iterates over all the reified statements in this model.ModelReifier.listReifiedStatements
(FrontsTriple s) Answer an iterator that iterates over all the reified statements in this model that reify a given statement.StatementImpl.listReifiedStatements()