Uses of Interface
com.hp.hpl.jena.rdf.model.NodeIterator

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 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.
 NodeIterator Container.iterator()
          Return an iterator over the values.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.