Uses of Package
com.hp.hpl.jena.util.iterator

Packages that use com.hp.hpl.jena.util.iterator
com.hp.hpl.jena.db A general database backend for persistent storage of Jena models. 
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.graph.compose This package defines simple composite graphs - union, intersection, difference, and update-tracking. 
com.hp.hpl.jena.graph.query Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. 
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. 
com.hp.hpl.jena.reasoner The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena. 
com.hp.hpl.jena.reasoner.dig   
com.hp.hpl.jena.reasoner.rulesys Provides a selection of simple rule engines for Jena inference models. 
com.hp.hpl.jena.reasoner.transitiveReasoner This package contains a reasoner which supports transitive-reflexive closure of subPropertyOf and subClassOf relations. 
com.hp.hpl.jena.shared This package defines some classes common to the Jena API and SPI levels, in particular the JenaException class from which all Jena-specific exceptions hang, and the interface PrefixMapping for translation to and from QNames. 
com.hp.hpl.jena.util Miscellaneous collection of utility classes. 
com.hp.hpl.jena.util.iterator A package for defining useful iterators and iterator operations, including concatenation, mapping, filtering, empty and singleton iterators, iterator wrappers, and the ExtendedIterator class used in many places in Jena. 
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.db
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.graph
ClosableIterator
          An iterator which should be closed after use.
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
Filter
          boolean functions wrapped to be used in filtering iterators.
FilterIterator
          Creates a sub-Iterator by filtering.
FilterKeepIterator
          A subclass of FilterIterator which keeps the elements that pass the test.
NiceIterator
          NiceIterator is the standard base class implementing ExtendedIterator.
WrappedIterator
          a WrappedIterator is an ExtendedIterator wrapping around a plain (or presented as plain) Iterator.
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.graph.compose
ClosableIterator
          An iterator which should be closed after use.
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
Filter
          boolean functions wrapped to be used in filtering iterators.
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.graph.query
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.ontology
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.ontology.daml
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.rdf.model
ClosableIterator
          An iterator which should be closed after use.
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
Map1
          Converts an Object to another Object.
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.reasoner
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.reasoner.dig
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
Map1
          Converts an Object to another Object.
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.reasoner.rulesys
ClosableIterator
          An iterator which should be closed after use.
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
Filter
          boolean functions wrapped to be used in filtering iterators.
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.reasoner.transitiveReasoner
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.shared
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.util
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
 

Classes in com.hp.hpl.jena.util.iterator used by com.hp.hpl.jena.util.iterator
ClosableIterator
          An iterator which should be closed after use.
ExtendedIterator
          an ExtendedIterator is a ClosableIterator on which other operations are defined for convenience in iterator composition: composition, filtering in, filtering out, and element mapping.
Filter
          boolean functions wrapped to be used in filtering iterators.
FilterIterator
          Creates a sub-Iterator by filtering.
Map1
          Converts an Object to another Object.
MapFilter
          Combines the actions of Map and Filter, mapping unacceptable objects to null and acceptable ones to their mapped value.
NiceIterator
          NiceIterator is the standard base class implementing ExtendedIterator.
NullIterator
          An empty iterator.
WrappedIterator
          a WrappedIterator is an ExtendedIterator wrapping around a plain (or presented as plain) Iterator.
 



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