Package org.spdx.spdxRdfStore
Class RdfSpdxModelManager.RdfListIterator
java.lang.Object
org.spdx.spdxRdfStore.RdfSpdxModelManager.RdfListIterator
- Enclosing class:
RdfSpdxModelManager
An iterator for traversing RDF list objects associated with a specific property of a resource
-
Constructor Summary
ConstructorsConstructorDescriptionRdfListIterator
(org.apache.jena.rdf.model.Resource idResource, org.apache.jena.rdf.model.Property property) Constructs an RdfListIterator for a given resource and property -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
RdfListIterator
public RdfListIterator(org.apache.jena.rdf.model.Resource idResource, org.apache.jena.rdf.model.Property property) Constructs an RdfListIterator for a given resource and property- Parameters:
idResource
- the resource whose property values are to be iteratedproperty
- the property whose values are to be iterated- Throws:
NullPointerException
- if idResource or property is null
-
-
Method Details