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 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.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP