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

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

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

Methods in com.hp.hpl.jena.rdf.model that return ResIterator
 ResIterator ModelCon.listSubjectsWithProperty(Property p, boolean o)
          List all subjects with a given property and property value.
 ResIterator ModelCon.listSubjectsWithProperty(Property p, long o)
          List all the subjects with a given property and property value.
 ResIterator ModelCon.listSubjectsWithProperty(Property p, char o)
          List all subjects with a given property and property value.
 ResIterator ModelCon.listSubjectsWithProperty(Property p, float o)
          List all subjects with a given property and property value.
 ResIterator ModelCon.listSubjectsWithProperty(Property p, double o)
          lists all subjects with a given property and property value.
 ResIterator ModelCon.listSubjectsWithProperty(Property p, java.lang.String o)
          lists all subjects with a given property and property value.
 ResIterator ModelCon.listSubjectsWithProperty(Property p, java.lang.String o, java.lang.String l)
          lists all subjects with a given property and property value.
 ResIterator ModelCon.listSubjectsWithProperty(Property p, java.lang.Object o)
          List all subjects with a given property and property value.
 ResIterator Model.listSubjects()
          List all resources which are subjects of statements.
 ResIterator Model.listSubjectsWithProperty(Property p)
          List all subjects with a given property.
 ResIterator Model.listSubjectsWithProperty(Property p, RDFNode o)
          List all subjects with a given property and property value
 



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