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.ontology.daml A re-implementation of the Jena 1.X DAML+OIL API, to assist Jena 1 users to move to Jena2. 
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.ontology.daml
 

Methods in com.hp.hpl.jena.ontology.daml that return NodeIterator
 NodeIterator PropertyAccessor.getAll()
          Answer an iteration over the DAML values that this property has in the RDF model.
 NodeIterator DAMLOntology.getImportedOntologies()
          Answer an iteration of resources that represent the URI's of the ontologies that this ontology imports.
 

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. .remove() is not implemented on this iterator.
 NodeIterator Model.listObjectsOfProperty(Resource s, Property p)
          List the values of a property of a resource.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP