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

Packages that use StmtIterator
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs.  
 

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

Methods in com.hp.hpl.jena.rdf.model that return StmtIterator
 StmtIterator Resource.listProperties(Property p)
          List all the values of the property p.
 StmtIterator Resource.listProperties()
          Return an iterator over all the properties of this resource.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, boolean object)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, long object)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, char object)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, float object)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, double object)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, java.lang.String object)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, java.lang.String object, java.lang.String lang)
          Find all the statements matching a pattern.
 StmtIterator Model.listStatements()
          List all statements.
 StmtIterator Model.listStatements(Selector s)
          List the statements matching a selector.
 StmtIterator Model.listStatements(Resource s, Property p, RDFNode o)
          Find all the statements matching a pattern.
 StmtIterator InfModel.listStatements(Resource subject, Property predicate, RDFNode object, Model posit)
          Find all the statements matching a pattern.
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type StmtIterator
 Model ModelCon.remove(StmtIterator iter)
          Remove all the Statements returned by an iterator.
 void ModelChangedListener.addedStatements(StmtIterator statements)
          Method to call when a statement iterator has supplied elements to be added to the attached model.
 void ModelChangedListener.removedStatements(StmtIterator statements)
          Method to call when a statement iterator has been used to remove statements from the attached model.
 Model Model.add(StmtIterator iter)
          Add all the statements returned by an iterator to this model.
 boolean Model.containsAny(StmtIterator iter)
          Determine if any of the statements returned by an iterator are contained in this model.
 boolean Model.containsAll(StmtIterator iter)
          Determine if all of the statements returned by an iterator are contained in this model.
 



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