|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeIterator | |
|---|---|
| com.hp.hpl.jena.ontology | Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. |
| com.hp.hpl.jena.rdf.model | A package for creating and manipulating RDF graphs. |
| Uses of NodeIterator in com.hp.hpl.jena.ontology |
|---|
| Methods in com.hp.hpl.jena.ontology that return NodeIterator | |
|---|---|
NodeIterator |
OntResource.listPropertyValues(Property property)
Answer an iterator over the values for a given RDF property. |
| Uses of NodeIterator in com.hp.hpl.jena.rdf.model |
|---|
| Methods in com.hp.hpl.jena.rdf.model that return NodeIterator | |
|---|---|
NodeIterator |
Container.iterator()
Return an iterator over the values. |
NodeIterator |
Model.listObjects()
List all objects in a model. |
NodeIterator |
Model.listObjectsOfProperty(Property p)
List all objects of a given property. |
NodeIterator |
Model.listObjectsOfProperty(Resource s,
Property p)
List the values of a property of a resource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||