Uses of Interface
com.hp.hpl.jena.util.iterator.ExtendedIterator

Packages that use ExtendedIterator
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.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.rdfsReasoner1 This package contains an example RDFS reasoner.  
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.util.iterator   
 

Uses of ExtendedIterator in com.hp.hpl.jena.db
 

Methods in com.hp.hpl.jena.db that return ExtendedIterator
static ExtendedIterator ModelRDB.listModels(IDBConnection dbcon)
          List the names of all models stored in the database
 ExtendedIterator IDBConnection.getAllModelNames()
          Retrieve a list of all models in the database
 ExtendedIterator GraphRDB.getPropertyTriples()
          Returns triples that describe this graph in the system properties graph.
 ExtendedIterator GraphRDB.find(TripleMatch m)
           
 ExtendedIterator DBConnection.getAllModelNames()
          Retrieve a list of all graphs in the database.
 

Uses of ExtendedIterator in com.hp.hpl.jena.graph
 

Classes in com.hp.hpl.jena.graph that implement ExtendedIterator
 class TripleMatchIterator
          An iterator that selects triples from an underlying iterators of triples It used to take TripleMatch's, but those are obsolete.
 

Methods in com.hp.hpl.jena.graph that return ExtendedIterator
 ExtendedIterator Reifier.allNodes()
          return an iterator over all the nodes that are reifiying something in this reifier.
static ExtendedIterator GraphUtil.findAll(Graph g)
          Answer an iterator covering all the triples in the specified graph.
 ExtendedIterator Graph.find(TripleMatch m)
          Returns an iterator over all the Triples that match the triple pattern.
 ExtendedIterator Graph.find(Node s, Node p, Node o)
          Returns an iterator over Triple.
 

Uses of ExtendedIterator in com.hp.hpl.jena.graph.compose
 

Methods in com.hp.hpl.jena.graph.compose that return ExtendedIterator
 ExtendedIterator Union.find(TripleMatch t)
           
 ExtendedIterator MultiUnion.find(TripleMatch t)
           Answer an iterator over the triples in the union of the graphs in this composition.
 ExtendedIterator Intersection.find(TripleMatch s)
           
 ExtendedIterator Difference.find(TripleMatch t)
           
 ExtendedIterator Delta.find(TripleMatch tm)
           
static ExtendedIterator CompositionBase.recording(ClosableIterator i, java.util.Set seen)
           Answer an iterator that will record every element delived by next() in the set seen.
static ExtendedIterator CompositionBase.rejecting(ExtendedIterator i, java.util.Set seen)
           Answer an iterator over the elements of iterator i that are not in the set seen.
 

Methods in com.hp.hpl.jena.graph.compose with parameters of type ExtendedIterator
static ExtendedIterator CompositionBase.rejecting(ExtendedIterator i, java.util.Set seen)
           Answer an iterator over the elements of iterator i that are not in the set seen.
 

Uses of ExtendedIterator in com.hp.hpl.jena.graph.query
 

Methods in com.hp.hpl.jena.graph.query that return ExtendedIterator
 ExtendedIterator SimpleQueryPlan.executeBindings()
           
 ExtendedIterator SimpleQueryHandler.objectsFor(Node s, Node p)
           
 ExtendedIterator SimpleQueryHandler.subjectsFor(Node p, Node o)
           
 ExtendedIterator QueryHandler.objectsFor(Node s, Node p)
          deliver an iterator over all the objects _o_ such that _(s, p, o)_ is in the underlying graph; nulls count as wildcards.
 ExtendedIterator QueryHandler.subjectsFor(Node p, Node o)
          deliver an iterator over all the subjects _s_ such that _(s, p, o)_ is in the underlying graph; nulls count as wildcards.
 ExtendedIterator Query.executeBindings(Graph g, Node[] results)
           
 ExtendedIterator Query.executeBindings(Query.ArgMap args, Node[] nodes)
          the standard "default" implementation of executeBindings.
 ExtendedIterator BindingQueryPlan.executeBindings()
           
 

Uses of ExtendedIterator in com.hp.hpl.jena.ontology
 

Methods in com.hp.hpl.jena.ontology that return ExtendedIterator
 ExtendedIterator OntResource.listSameAs()
          Answer an iterator over all of the resources that are declared to be the same as this resource.
 ExtendedIterator OntResource.listDifferentFrom()
          Answer an iterator over all of the resources that are declared to be different from this resource.
 ExtendedIterator OntResource.listSeeAlso()
          Answer an iterator over all of the resources that are declared to provide addition information about this resource.
 ExtendedIterator OntResource.listIsDefinedBy()
          Answer an iterator over all of the resources that are declared to define this resource.
 ExtendedIterator OntResource.listVersionInfo()
          Answer an iterator over all of the version info strings for this resource.
 ExtendedIterator OntResource.listLabels(java.lang.String lang)
          Answer an iterator over all of the label literals for this resource.
 ExtendedIterator OntResource.listComments(java.lang.String lang)
          Answer an iterator over all of the comment literals for this resource.
 ExtendedIterator OntResource.listRDFTypes(boolean direct)
           Answer an iterator over the RDF classes to which this resource belongs.
 ExtendedIterator OntProperty.listSuperProperties()
          Answer an iterator over all of the properties that are declared to be super-properties of this property.
 ExtendedIterator OntProperty.listSuperProperties(boolean direct)
          Answer an iterator over all of the properties that are declared to be super-properties of this property.
 ExtendedIterator OntProperty.listSubProperties()
          Answer an iterator over all of the properties that are declared to be sub-properties of this property.
 ExtendedIterator OntProperty.listSubProperties(boolean direct)
          Answer an iterator over all of the properties that are declared to be sub-properties of this property.
 ExtendedIterator OntProperty.listDomain()
          Answer an iterator over all of the declared domain classes of this property.
 ExtendedIterator OntProperty.listRange()
          Answer an iterator over all of the declared range classes of this property.
 ExtendedIterator OntProperty.listEquivalentProperties()
          Answer an iterator over all of the properties that are declared to be equivalent properties to this property.
 ExtendedIterator OntProperty.listInverseOf()
          Answer an iterator over all of the properties that this property is declared to be the inverse of.
 ExtendedIterator OntProperty.listInverse()
          Answer an iterator over the properties that are defined to be inverses of this property.
 ExtendedIterator Ontology.listImports()
          Answer an iterator over all of the resources representing ontologies imported by this ontology.
 ExtendedIterator Ontology.listBackwardCompatibleWith()
          Answer an iterator over all of the resources representing ontologies that this ontology is backwards compatible with.
 ExtendedIterator Ontology.listPriorVersion()
          Answer an iterator over all of the resources representing ontologies that this ontology supercedes.
 ExtendedIterator Ontology.listIncompatibleWith()
          Answer an iterator over all of the resources representing ontologies that this ontology is incompatible with.
 ExtendedIterator OntModel.listOntologies()
           Answer an iterator that ranges over the ontology resources in this model, i.e. the resources with rdf:type Ontology or equivalent.
 ExtendedIterator OntModel.listOntProperties()
           Answer an iterator that ranges over the property resources in this model, i.e. the resources with rdf:type Property or equivalent.
 ExtendedIterator OntModel.listObjectProperties()
           Answer an iterator that ranges over the object property resources in this model, i.e. the resources with rdf:type ObjectProperty or equivalent.
 ExtendedIterator OntModel.listDatatypeProperties()
           Answer an iterator that ranges over the datatype property resources in this model, i.e. the resources with rdf:type DatatypeProperty or equivalent.
 ExtendedIterator OntModel.listIndividuals()
           Answer an iterator that ranges over the individual resources in this model, i.e. the resources with rdf:type corresponding to a class defined in the ontology.
 ExtendedIterator OntModel.listClasses()
           Answer an iterator that ranges over all of the various forms of class description resource in this model.
 ExtendedIterator OntModel.listEnumeratedClasses()
           Answer an iterator that ranges over the enumerated class class-descriptions in this model, i.e. the class resources specified to have a property oneOf (or equivalent) and a list of values.
 ExtendedIterator OntModel.listUnionClasses()
           Answer an iterator that ranges over the union class-descriptions in this model, i.e. the class resources specified to have a property unionOf (or equivalent) and a list of values.
 ExtendedIterator OntModel.listComplementClasses()
           Answer an iterator that ranges over the complement class-descriptions in this model, i.e. the class resources specified to have a property complementOf (or equivalent) and a list of values.
 ExtendedIterator OntModel.listIntersectionClasses()
           Answer an iterator that ranges over the intersection class-descriptions in this model, i.e. the class resources specified to have a property intersectionOf (or equivalent) and a list of values.
 ExtendedIterator OntModel.listNamedClasses()
           Answer an iterator that ranges over the named class-descriptions in this model, i.e. resources with rdf:type Class (or equivalent) and a node URI.
 ExtendedIterator OntModel.listRestrictions()
           Answer an iterator that ranges over the property restriction class-descriptions in this model, i.e. resources with rdf:type Restriction (or equivalent).
 ExtendedIterator OntModel.listAnnotationProperties()
           Answer an iterator that ranges over the properties in this model that are declared to be annotation properties.
 ExtendedIterator OntModel.listAllDifferent()
           Answer an iterator that ranges over the nodes that denote pair-wise disjointness between sets of classes.
 ExtendedIterator OntModel.queryFor(BindingQueryPlan query, java.util.List altQueries, java.lang.Class asKey)
           Answer the iterator over the resources from the graph that satisfy the given query, followed by the answers to the alternative queries (if specified).
 ExtendedIterator OntClass.listSuperClasses()
          Answer an iterator over all of the classes that are declared to be super-classes of this class.
 ExtendedIterator OntClass.listSuperClasses(boolean direct)
          Answer an iterator over all of the classes that are declared to be super-classes of this class.
 ExtendedIterator OntClass.listSubClasses()
          Answer an iterator over all of the classes that are declared to be sub-classes of this class.
 ExtendedIterator OntClass.listSubClasses(boolean direct)
           Answer an iterator over the classes that are declared to be sub-classes of this class.
 ExtendedIterator OntClass.listEquivalentClasses()
          Answer an iterator over all of the classes that are declared to be equivalent classes to this class.
 ExtendedIterator OntClass.listDisjointWith()
          Answer an iterator over all of the classes that this class is declared to be disjoint with.
 ExtendedIterator OntClass.listDeclaredProperties()
          Answer an iteration of the properties that may be used for instances of this class: i.e. the properties that have this class, or one of its super-classes, as domain.
 ExtendedIterator OntClass.listDeclaredProperties(boolean all)
          Answer an iteration of the properties that may be used for instances of this class: i.e. the properties that have this class, or optionally one of its super-classes, as domain.
 ExtendedIterator OntClass.listInstances()
          Answer an iterator over the individuals in the model that have this class among their types.
 ExtendedIterator Individual.listSameIndividualAs()
          Answer an iterator over all of the resources that are declared to be equivalent to this individual.
 ExtendedIterator EnumeratedClass.listOneOf()
          Answer an iterator over all of the individuals that are declared to be the class extension for this class.
 ExtendedIterator BooleanClassDescription.listOperands()
          Answer an iterator over all of the clases that are the operands of this Boolean class expression.
 ExtendedIterator AllDifferent.listDistinct()
          Answer an iterator over all of the individuals that are declared to be distinct by this AllDifferent declaration.
 

Uses of ExtendedIterator in com.hp.hpl.jena.rdf.model
 

Subinterfaces of ExtendedIterator in com.hp.hpl.jena.rdf.model
 interface NsIterator
          An iterator which returns namespace URI's.
 interface ResIterator
          An iterator which returns RDF Resources.
 interface StmtIterator
          An iterator which returns RDF Statements.
 

Methods in com.hp.hpl.jena.rdf.model that return ExtendedIterator
 ExtendedIterator RDFList.mapWith(Map1 fn)
          Answer an iterator of the elements of this list, to each of which the given map function has been applied.
 ExtendedIterator RDFList.iterator()
           Answer an iterator over the elements of the list.
 ExtendedIterator Model.queryBindingsWith(Model query, Resource[] variables)
          Answer an iterator over all the bindings implied by the query model.
 

Uses of ExtendedIterator in com.hp.hpl.jena.reasoner
 

Methods in com.hp.hpl.jena.reasoner that return ExtendedIterator
 ExtendedIterator InfGraph.find(Node subject, Node property, Node object, Graph param)
          An extension of the Graph.find interface which allows the caller to encode complex expressions in RDF and then refer to those expressions within the query triple.
 ExtendedIterator Finder.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator Finder.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 ExtendedIterator FGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator FGraph.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 ExtendedIterator BaseInfGraph.find(Node subject, Node property, Node object, Graph param)
          An extension of the Graph.find interface which allows the caller to encode complex expressions in RDF and then refer to those expressions within the query triple.
 ExtendedIterator BaseInfGraph.find(TripleMatch m)
          Returns an iterator over Triples.
abstract  ExtendedIterator BaseInfGraph.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 ExtendedIterator BaseInfGraph.find(Node subject, Node property, Node object)
          Returns an iterator over Triples.
 ExtendedIterator BaseInfGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 

Uses of ExtendedIterator in com.hp.hpl.jena.reasoner.rdfsReasoner1
 

Methods in com.hp.hpl.jena.reasoner.rdfsReasoner1 that return ExtendedIterator
 ExtendedIterator ResourceBRWRule.execute(TriplePattern query, InfGraph infGraph, Finder data, java.util.HashSet firedRules)
          Use the rule to implement the given query.
 ExtendedIterator RDFSInfGraph.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 ExtendedIterator RDFSInfGraph.findNested(TriplePattern pattern, Finder continuation, java.util.HashSet firedRules)
          Variant on find called by backward rules, additional argument used to pass set of instantiated rules to prevent run-away rule firing.
 ExtendedIterator RDFSInfGraph.findRawWithContinuation(TriplePattern pattern, Finder continuation)
          Variant on find called by special backward rules that only access the raw data and axioms and bypass further rules
 ExtendedIterator RDFSInfGraph.findProperties()
          Variant on find called by special backward rules that need to list all pre-registered properties.
 ExtendedIterator PropertyBRWRule.execute(TriplePattern query, InfGraph infGraph, Finder data, java.util.HashSet firedRules)
          Use the rule to implement the given query.
 ExtendedIterator PatternRouter.find(TriplePattern pattern, Finder tripleCache, Finder data, InfGraph infGraph)
          Process a query according to the known routing information.
 ExtendedIterator PatternRouter.find(TriplePattern pattern, Finder tripleCache, Finder data, InfGraph infGraph, java.util.HashSet firedRules)
          Process a query according to the known routing information.
 ExtendedIterator BRWRule.execute(TriplePattern query, InfGraph infGraph, Finder data, java.util.HashSet firedRules)
          Use the rule to implement the given query.
 

Uses of ExtendedIterator in com.hp.hpl.jena.reasoner.transitiveReasoner
 

Methods in com.hp.hpl.jena.reasoner.transitiveReasoner that return ExtendedIterator
 ExtendedIterator TransitiveInfGraph.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 ExtendedIterator TransitiveInfGraph.find(Node subject, Node property, Node object)
          Returns an iterator over Triples.
 ExtendedIterator TransitiveInfGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator TransitiveGraphCache.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator TransitiveGraphCache.listAllProperties()
          Return an iterator over all registered property nodes
 ExtendedIterator TransitiveGraphCache.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 

Uses of ExtendedIterator in com.hp.hpl.jena.util.iterator
 

Classes in com.hp.hpl.jena.util.iterator that implement ExtendedIterator
 class ConcatIteratorList
           
 class EarlyBindingIterator
          Fully execute the iterator immediately, but pretend we haven't.
 class FilterIterator
          Creates a sub-Iterator by filtering.
 class LazyIterator
          An ExtendedIterator that is created lazily.
 class Map1Iterator
          An iterator that consumes an underlying iterator and maps its results before delivering them; supports remove if the underlying iterator does.
 class MapFilterIterator
           
 class MapMany
           
 class NiceIterator
           
 class SingletonIterator
          A ClosableIterator that contains only one element
 class UniqueExtendedIterator
          A variant on the closable/extended iterator that filters out duplicate values.
 class WrappedIterator
          a WrappedIterator is an ExtendedIterator wrapping around a plain (or presented as plain) Iterator.
 

Methods in com.hp.hpl.jena.util.iterator that return ExtendedIterator
static ExtendedIterator NiceIterator.andThen(ClosableIterator a, ClosableIterator b)
          concatenate two closable iterators.
 ExtendedIterator NiceIterator.andThen(ClosableIterator other)
          make a new iterator, which is us then the other chap.
 ExtendedIterator NiceIterator.filterKeep(Filter f)
          make a new iterator, which is our elements that pass the filter
 ExtendedIterator NiceIterator.filterDrop(Filter f)
          make a new iterator, which is our elements that pass the filter
 ExtendedIterator NiceIterator.mapWith(Map1 map1)
          make a new iterator which is the elementwise _map1_ of the base iterator.
 ExtendedIterator LazyIterator.andThen(ClosableIterator other)
           
 ExtendedIterator LazyIterator.filterKeep(Filter f)
           
 ExtendedIterator LazyIterator.filterDrop(Filter f)
           
 ExtendedIterator LazyIterator.mapWith(Map1 map1)
           
abstract  ExtendedIterator LazyIterator.create()
          The subclass must define this to return the ExtendedIterator to invoke.
 ExtendedIterator ExtendedIterator.andThen(ClosableIterator other)
          return a new iterator which delivers all the elements of this iterator and then all the elements of the other iterator.
 ExtendedIterator ExtendedIterator.filterKeep(Filter f)
          return a new iterator containing only the elements of _this_ which pass the filter _f_.
 ExtendedIterator ExtendedIterator.filterDrop(Filter f)
          return a new iterator containing only the elements of _this_ which are rejected by the filter _f_.
 ExtendedIterator ExtendedIterator.mapWith(Map1 map1)
          return a new iterator where each element is the result of applying _map1_ to the corresponding element of _this_.
 



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